diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-09 17:12:39 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-09 17:12:39 +0800 |
commit | d12dec865c05c05a452c44fae463ea0a660e36f5 (patch) | |
tree | 9025b59e4a5328621981085ca518dbdedbbe05fe /x11-toolkits | |
parent | 6e41cac0a2126ce813955b5380c836286d167d3c (diff) | |
download | marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.gz marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.zst marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.zip |
USE_BISON is dead, convert users over to new USES=bison framework, while here
convert USE_GNOME=gnomehack users to USES=pathfix.
Submitted by: Gustau Perez <gustau.perez@gmail.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17217 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/libwnck/Makefile | 12 | ||||
-rw-r--r-- | x11-toolkits/libwnck3/Makefile | 12 | ||||
-rw-r--r-- | x11-toolkits/vte/Makefile | 12 | ||||
-rw-r--r-- | x11-toolkits/vte3/Makefile | 12 |
4 files changed, 16 insertions, 32 deletions
diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile index b516a73b5..d9de5d726 100644 --- a/x11-toolkits/libwnck/Makefile +++ b/x11-toolkits/libwnck/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: libwnck -# Date created: 12 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/x11-toolkits/libwnck/Makefile,v 1.137 2011/08/31 13:34:23 kwm Exp $ -# +# $MCom: ports/x11-toolkits/libwnck/Makefile,v 1.138 2012/09/03 16:28:30 mezz Exp $ PORTNAME= libwnck PORTVERSION= 2.30.7 @@ -29,8 +25,8 @@ CONFLICTS= libwnck-3.[0-9]* USE_GETTEXT= yes USE_XORG= xres x11 USE_GMAKE= yes -USE_GNOME= gnomehack gtk20 ltverhack referencehack intlhack -USE_BISON= build +USE_GNOME= gtk20 ltverhack referencehack intlhack +USES= bison pathfix USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc diff --git a/x11-toolkits/libwnck3/Makefile b/x11-toolkits/libwnck3/Makefile index 8996831f1..eb655611e 100644 --- a/x11-toolkits/libwnck3/Makefile +++ b/x11-toolkits/libwnck3/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: libwnck -# Date created: 12 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/x11-toolkits/libwnck3/Makefile,v 1.11 2011/10/16 17:50:42 kwm Exp $ -# +# $MCom: ports/x11-toolkits/libwnck3/Makefile,v 1.12 2012/05/25 10:55:08 kwm Exp $ PORTNAME= libwnck PORTVERSION= 3.4.2 @@ -30,8 +26,8 @@ LATEST_LINK= libwnck3 USE_GETTEXT= yes USE_XORG= xres x11 USE_GMAKE= yes -USE_GNOME= gnomehack gtk30 ltverhack referencehack intlhack -USE_BISON= build +USE_GNOME= gtk30 ltverhack referencehack intlhack +USES= bison pathfix USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index 6789f8af5..52adaf860 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: vte -# Date created: 05 October 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/x11-toolkits/vte/Makefile,v 1.123 2012/04/21 22:13:35 mezz Exp $ -# +# $MCom: ports/x11-toolkits/vte/Makefile,v 1.124 2012/07/29 20:23:32 kwm Exp $ PORTNAME= vte PORTVERSION= 0.26.2 @@ -23,11 +19,11 @@ USE_BZIP2= yes RUN_DEPENDS+= ${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gnome-pty-helper USE_GMAKE= yes -USE_BISON= build +USES= bison pathfix USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_GETTEXT= yes -USE_GNOME?= gnomeprefix gnomehack gtk20 ltverhack referencehack +USE_GNOME?= gnomeprefix gtk20 ltverhack referencehack CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS?=--disable-python \ diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile index d3693cbcc..b80e728c8 100644 --- a/x11-toolkits/vte3/Makefile +++ b/x11-toolkits/vte3/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: vte -# Date created: 05 October 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/x11-toolkits/vte3/Makefile,v 1.19 2012/05/25 11:08:30 kwm Exp $ -# +# $MCom: ports/x11-toolkits/vte3/Makefile,v 1.20 2012/05/29 20:33:25 kwm Exp $ PORTNAME?= vte PORTVERSION= 0.32.2 @@ -29,11 +25,11 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gno LATEST_LINK?= vte3 USE_GMAKE= yes -USE_BISON= build +USES= bison pathfix USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_GETTEXT= yes -USE_GNOME?= gnomeprefix gnomehack gtk30 ltverhack referencehack +USE_GNOME?= gnomeprefix gtk30 ltverhack referencehack CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS?=--disable-python \ |