Commit Graph

58 Commits

Author SHA1 Message Date
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
bket
cb0dcedee3 Add PORTROACH annotation.
This fixes portroach picking up a newer, incompatible version (which is
offered via unison/2.5x).

OK sthen@
2018-05-02 08:08:11 +00:00
bket
3d0dc3deb3 Update to unison-2.51.2.
This version is not compatible with older versions, so retain 2.48.15 by
splitting into 2.4x and 2.5x subdirectories and using "@option
is-branch".

Initial diff has been looked at by kn@ (looks OK port- and build-wise on
amd64) and giovanni@ (OK). Issues found by sthen@ (thanks!) and fixed by
me.

Take MAINTAINER (as discussed with giovanni@).

OK sthen@
2018-04-26 21:34:23 +00:00
giovanni
6f255c7f33 Update to 2.48.15
patch versions are on github now so switch to GH_ vars
enable regression tests
Initial diff from Bjorn Ketelaars with some tweaks by me
2017-12-21 15:31:48 +00:00
naddy
d3fccf836d replace gettext module 2017-11-16 22:23:42 +00:00
giovanni
3cc3c32cd2 patch the correct file
spotted and fixed by Caspar Shutijs
2017-03-13 22:25:14 +00:00
giovanni
6503680461 Fix rare SIGSEGV when transferring large replicas.
from Alex Markley via Davide Gerhard
2017-03-06 16:04:22 +00:00
giovanni
89f6e5f761 bugfix update to 2.48.4 2016-06-27 13:34:49 +00:00
krw
f5fd6f0fd2 Upgrade Ocaml to 4.3.0 and tweak ports the minimal amount to keep
them all compiling.

Tweaks include updating

ocaml-batteries 2.3.1 -> 2.5.0
ocaml-lwt 2.4.8 -> 2.5.2
ocaml-ppx-tools 0.99.2 -> 4.03.0
ocaml-camlp4 4.02+6 -> 4.03+1
utop 1.15 -> 1.19.2

and fixes to coccinelle and wyrd to let them build on bytecode archs.

Other necessary tweaks from the various homes of the projects.

Everything still builds on amd64 (native and bytecode) and sparc64 (bytecode).

ok anil@ sthen@ so final 4.3.0 tweaks can be done in-tree.
2016-06-24 15:59:11 +00:00
giovanni
21a447f8c3 Update to 2.48.3
Same diff from Björn Ketelaars, thanks
2015-01-09 10:10:43 +00:00
chrisz
4ae1d1646c Somehow I missed to cvs add the pkg and patches directories.
Thanks to Björn Ketelaars for telling me.
2014-10-17 06:22:08 +00:00
chrisz
94b0308ba9 missing changes in last commit. Also note the changes were given OKs by
ok sthen@, giovanni@
2014-10-16 16:17:07 +00:00
chrisz
902ef08796 * remove snapshot port, move net/unison/stable to net/unison
* patch to retain backtrace on uncaught exceptions
* add readme warning about incompadibilities between
  different OCaml versions.
2014-10-16 16:07:51 +00:00
chrisz
c0fe6ba6e0 Fix segfault in module UPrintf by using the stdlib instead. 2014-09-19 12:56:23 +00:00
kili
edea600f6e More bumps due to lang/ocaml pkgname change. 2014-08-22 22:49:07 +00:00
kili
c0f0c11435 Move REVISION bump from Makefile.inc to stable/Makefile where it
belongs.

BTW: there seems to be a snapshot newer than stable available again
(2.45.28), so if anyone is interested in reviving the snapshot
version, just give it a try.
2014-06-28 21:08:09 +00:00
sthen
7b10e7c633 PERMIT_* 2013-03-11 12:27:53 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
sthen
f5a323c546 Don't use ${FLAVOR:L}, we only support lower-case flavours now.
OK ajacoutot@ espie@
2013-02-09 14:49:50 +00:00
chrisz
0081341c9f update lang/ocaml to 4.00.1.
Let all ocaml ports RUN_DEPEND on the version of ocaml they were built with.
2012-11-30 19:38:09 +00:00
giovanni
d5cb91485d Update to 2.40.102
fixes an incompatibility between a server compiled with ocaml3 and a client
compiled with ocaml4
spotted by Jan Johansson, ok dcoppa@, chrisz@
2012-11-20 15:18:31 +00:00
espie
d0fa01c846 normalize pkgpath 2011-09-16 11:13:37 +00:00
ajacoutot
ebf18cf0c6 Use the gettext MODULE 2011-07-07 00:22:37 +00:00
giovanni
bf35fb2c10 Bugfix update to 2.40.63 2011-05-24 17:46:40 +00:00
giovanni
ef4a2501a4 Update to 2.40.61 from Björn Ketelaars with tweaks by me.
Unicode support is now enabled by default.
2011-03-03 08:47:55 +00:00
dcoppa
e15f6ce2fc Fix build with upcoming ocaml update.
OK landry@
2010-12-07 14:57:19 +00:00
espie
0397d65db0 new depends 2010-11-19 22:31:32 +00:00
espie
96dca66106 finish net WANTLIB 2010-11-11 17:20:27 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
ajacoutot
21da929ec9 Fix DEPENDS after gtk+2 and gdk-pixbuf split.
ok jasper@
2010-09-30 07:21:18 +00:00
sthen
cad99f0e35 use REVISION. 2010-07-13 21:08:00 +00:00
sthen
4ec2f3de05 sync WANTLIB/LIB_DEPENDS, bump 2010-04-03 00:32:55 +00:00
espie
100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
giovanni
3805167ec7 Switch from gtk1 gui to gtk+2
"hurray" jasper@ "kill kill gtk1!" landry@
2009-10-09 18:01:19 +00:00
giovanni
a790289d5b Update to 2.32.52 and take maintainership
"looks ok" sthen@
2009-10-09 07:13:40 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
avsm
09774bdfe0 update to ocaml-3.11.1 and bump dependent package PKGNAMEs 2009-06-20 22:05:11 +00:00
sturm
78dcff8378 bump after ocaml update 2009-04-03 21:30:50 +00:00
sthen
1e5c4e5bf9 Zvezdan Petkovic drops maintainership of these ports, req on ports@.
(packages bumped)
2008-12-03 23:44:44 +00:00
okan
a1d07dc44c disable snapshot; stable is snapshot right now. 2008-02-13 23:13:52 +00:00
okan
aa652966db - update to 2.27.57 from Giovanni Bechis
- VERSION -> V while here

MAINTAINER ok

ok merdely@
2008-02-13 23:13:27 +00:00
merdely
241b722760 Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS
Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@)
2007-09-15 22:36:51 +00:00
espie
9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +00:00
avsm
45a6e1fb7c bump PKGNAME on ocaml ports for recent ocaml-3.09.3 dependency change 2006-12-26 22:39:31 +00:00
espie
49a9142c53 new lib specs 2006-08-03 23:55:10 +00:00
sturm
6cdf1db3f9 update stable/ to 2.13.16 and snapshot/ to 2.17.1
from maintainer Zvezdan Petkovic <zpetkovic at acm.org>
2006-06-17 19:14:42 +00:00
pvalchev
f1a4202570 include errno.h, not sys/errno.h 2005-12-24 08:33:20 +00:00
sturm
353cc18337 a few patches from the unison cvs repo to improve stability
from maintainer Zvezdan Petkovic <zpetkovic at acm.org>
2005-05-30 19:27:45 +00:00
sturm
50f037e73a fix conflict and remove unnecessary files, now the port is split 2005-05-22 17:46:17 +00:00