aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorbf <bf@FreeBSD.org>2013-03-06 04:22:02 +0800
committerbf <bf@FreeBSD.org>2013-03-06 04:22:02 +0800
commit4576d3631b56ef78d0bb8e2f0c706fa043dcc186 (patch)
tree29b4d5468cf992e8cbc961e010614eb345b72dcb /net
parent47c1e4bd3a69438469483efb69d02b5ac5e70983 (diff)
downloadfreebsd-ports-gnome-4576d3631b56ef78d0bb8e2f0c706fa043dcc186.tar.gz
freebsd-ports-gnome-4576d3631b56ef78d0bb8e2f0c706fa043dcc186.tar.zst
freebsd-ports-gnome-4576d3631b56ef78d0bb8e2f0c706fa043dcc186.zip
update x11-toolkits/ocaml-lablgtk2 to 2.16.0+bugfixes, and adjust
dependent ports PR: 144982, 149958 Reviewed by: johans (earlier version of the patch)
Diffstat (limited to 'net')
-rw-r--r--net/unison-devel/Makefile5
-rw-r--r--net/unison/Makefile5
-rw-r--r--net/unison232/Makefile10
3 files changed, 17 insertions, 3 deletions
diff --git a/net/unison-devel/Makefile b/net/unison-devel/Makefile
index f17953f7b03e..f2cec14af8a1 100644
--- a/net/unison-devel/Makefile
+++ b/net/unison-devel/Makefile
@@ -3,6 +3,7 @@
PORTNAME= unison
PORTVERSION= 2.45.28
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/
PKGNAMESUFFIX= -devel
@@ -55,6 +56,10 @@ PATCH_DEPENDS+= ${BUILD_DEPENDS}
.endif
.if ${PORT_OPTIONS:MX11}
+post-patch:
+ @${REINPLACE_CMD} -Ee 's@(\+|/)(lablgtk2)@\1site-lib/\2@' \
+ ${WRKSRC}/Makefile.OCaml
+
post-build:
@${ECHO} Building text-only version
@${ECHO} ${WRKSRC}
diff --git a/net/unison/Makefile b/net/unison/Makefile
index eeac91eec7cd..9887cb28da83 100644
--- a/net/unison/Makefile
+++ b/net/unison/Makefile
@@ -3,6 +3,7 @@
PORTNAME= unison
PORTVERSION= 2.40.102
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/
DISTFILES= ${EXTRACT_ONLY} ${EXTRA_DOCS}
@@ -54,6 +55,10 @@ PATCH_DEPENDS+= ${BUILD_DEPENDS}
.endif
.if ${PORT_OPTIONS:MX11}
+post-patch:
+ @${REINPLACE_CMD} -Ee 's@(\+|/)(lablgtk2)@\1site-lib/\2@' \
+ ${WRKSRC}/Makefile.OCaml
+
post-build:
@${ECHO} Building text-only version
@${ECHO} ${WRKSRC}
diff --git a/net/unison232/Makefile b/net/unison232/Makefile
index 9e2e2a05cb8c..52afb8e580f1 100644
--- a/net/unison232/Makefile
+++ b/net/unison232/Makefile
@@ -3,7 +3,7 @@
PORTNAME= unison
PORTVERSION= 2.32.52
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net
MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/
PKGNAMESUFFIX= 232
@@ -15,6 +15,8 @@ MAINTAINER= mandree@FreeBSD.org
# Implicit approval for port changes granted to Guido Falsi <madpilot@FreeBSD.org>
COMMENT= User-level file synchronization tool
+LICENSE= GPLv3
+
PLIST_SUB= PORTVERSION=${PORTVERSION}
USE_GMAKE= yes
WANT_GNOME= yes
@@ -22,8 +24,6 @@ MAKE_ARGS= CFLAGS=""
MAKE_JOBS_UNSAFE= yes
-LICENSE= GPLv3
-
OPTIONS_DEFINE= DOCS X11
OPTIONS_DEFAULT= DOCS X11
@@ -56,6 +56,10 @@ PATCH_DEPENDS+= ${BUILD_DEPENDS}
.endif
.if ${PORT_OPTIONS:MX11}
+post-patch:
+ @${REINPLACE_CMD} -Ee 's@(\+|/)(lablgtk2)@\1site-lib/\2@' \
+ ${WRKSRC}/Makefile.OCaml
+
post-build:
@${ECHO} Building text-only version
@${ECHO} ${WRKSRC}