diff options
author | bf <bf@FreeBSD.org> | 2013-03-06 04:22:02 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2013-03-06 04:22:02 +0800 |
commit | 4576d3631b56ef78d0bb8e2f0c706fa043dcc186 (patch) | |
tree | 29b4d5468cf992e8cbc961e010614eb345b72dcb /devel | |
parent | 47c1e4bd3a69438469483efb69d02b5ac5e70983 (diff) | |
download | freebsd-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 'devel')
-rw-r--r-- | devel/frama-c/Makefile | 23 | ||||
-rw-r--r-- | devel/monotone-viz/Makefile | 14 | ||||
-rw-r--r-- | devel/ocaml-ulex/Makefile | 9 |
3 files changed, 23 insertions, 23 deletions
diff --git a/devel/frama-c/Makefile b/devel/frama-c/Makefile index c4054490f658..ee402e908a10 100644 --- a/devel/frama-c/Makefile +++ b/devel/frama-c/Makefile @@ -1,14 +1,10 @@ -# New ports collection makefile for: frama-c -# Date created: 25 May 2011 -# Whom: b.f. <bf@FreeBSD.org> -# +# Created by: b.f. <bf@FreeBSD.org> # $FreeBSD$ -# PORTNAME= frama-c DISTVERSIONPREFIX= Nitrogen- DISTVERSION= 20111001 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://frama-c.com/download/ LOCAL/bf @@ -73,6 +69,10 @@ CONFIGURE_ARGS+= --with-no-plugin PLIST_SUB+= PLUGINS="@comment " .endif +post-extract: + @cd ${WRKSRC}; ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ + ocamlgraph.tar.gz ${EXTRACT_AFTER_ARGS} + post-patch: @${MKDIR} ${WRKSRC}/tests/report \ ${WRKSRC}/tests/wp \ @@ -106,11 +106,18 @@ post-patch: -e '\|case $$ALTERGO_VERSION in|{N; s|0\.92\.2|0.94*|;}' \ -e 's|HAS_COQ=$$||' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -Ee 's@(\+|/)(lablgtk2)@\1site-lib/\2@' \ + ${WRKSRC}/Makefile \ + ${WRKSRC}/configure \ + ${WRKSRC}/ocamlgraph/configure \ + ${WRKSRC}/ocamlgraph/view_graph/Makefile \ + ${WRKSRC}/share/Makefile.plugin \ + ${WRKSRC}/src/kernel/dynamic.ml .if defined(WITH_GUI) pre-configure: - @(if [ ! -e ${LOCALBASE}/lib/ocaml/lablgtk2/gtkSourceView2.cmi -o \ - ! -e ${LOCALBASE}/lib/ocaml/lablgtk2/gnomeCanvas.cmi ] ; then \ + @(if [ ! -e ${LOCALBASE}/${OCAML_SITELIBDIR}/lablgtk2/gtkSourceView2.cmi -o \ + ! -e ${LOCALBASE}/${OCAML_SITELIBDIR}/lablgtk2/gnomeCanvas.cmi ] ; then \ ${ECHO_MSG} "==> The WITH_GUI option for ${PKGNAME} requires" ; \ ${ECHO_MSG} "==> x11-toolkits/ocaml-lablgtk2 to be built" ; \ ${ECHO_MSG} "==> WITH_GNOMECANVAS and WITH_GTKSOURCEVIEW2" ; \ diff --git a/devel/monotone-viz/Makefile b/devel/monotone-viz/Makefile index 439366189552..327cb836efcc 100644 --- a/devel/monotone-viz/Makefile +++ b/devel/monotone-viz/Makefile @@ -1,27 +1,23 @@ -# New ports collection makefile for: monotone-viz -# Date created: 2 July 2006 -# Whom: Tarasov Alexey <master@preved.cn> -# +# Created by: Tarasov Alexey <master@preved.cn> # $FreeBSD$ -# PORTNAME= monotone-viz PORTVERSION= 1.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://oandrieu.nerim.net/monotone-viz/ MAINTAINER= lapo@lapo.it COMMENT= Visual interface for Monotone VCS with revision graphs +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2 RUN_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz \ mtn:${PORTSDIR}/devel/monotone \ lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2 -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - USE_GMAKE= yes USE_OCAML= yes GNU_CONFIGURE= yes diff --git a/devel/ocaml-ulex/Makefile b/devel/ocaml-ulex/Makefile index bf2529852dc0..1f03215f62f8 100644 --- a/devel/ocaml-ulex/Makefile +++ b/devel/ocaml-ulex/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: ulex -# Date created: Mar 17, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= ulex PORTVERSION= 1.1 @@ -25,6 +20,8 @@ ALL_TARGET= all all.opt USE_GMAKE= yes +MAKE_JOBS_UNSAFE= yes + .if !defined(NOPORTDOCS) ALL_TARGET+= doc PORTDOCS= * |