diff options
author | Ade Lovett <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
commit | dbd39ca660cafa3d1f2acebf05c86bf17a035ff8 (patch) | |
tree | 5d14b5c3a50461b8a6096fcc383dc2181cb624b7 /www | |
parent | - Mark Broken does not work with irc/irssi-0.8.12 (diff) |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
Diffstat (limited to 'www')
-rw-r--r-- | www/bk_edit/Makefile | 4 | ||||
-rw-r--r-- | www/cherokee-devel/Makefile | 3 | ||||
-rw-r--r-- | www/cherokee/Makefile | 4 | ||||
-rw-r--r-- | www/elinks/Makefile | 4 | ||||
-rw-r--r-- | www/srg/Makefile | 3 |
5 files changed, 10 insertions, 8 deletions
diff --git a/www/bk_edit/Makefile b/www/bk_edit/Makefile index 30972487eb0d..97e1241a7306 100644 --- a/www/bk_edit/Makefile +++ b/www/bk_edit/Makefile @@ -8,7 +8,7 @@ PORTNAME= bk_edit PORTVERSION= 0.6.23 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://www.allesdurcheinander.de/nettools/bk_edit/ @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Bookmark Editor USE_GNOME= gtk12 libxml2 -USE_BISON= yes +USE_BISON= build USE_GETOPT_LONG= yes HAS_CONFIGURE= yes MAKE_ENV= LD="${CC}" LDFLAGS="${LDFLAGS}" diff --git a/www/cherokee-devel/Makefile b/www/cherokee-devel/Makefile index 1da00f5fd1ab..440812fa7e09 100644 --- a/www/cherokee-devel/Makefile +++ b/www/cherokee-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= cherokee DISTVERSION= 0.6.0b863 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.cherokee-project.com/download/0.6/${PORTVERSION:R}/ \ CENKES LOCAL/beech @@ -22,7 +23,7 @@ USE_GNOME= gnomehack gnometarget pkgconfig USE_LDCONFIG= yes USE_RC_SUBR= cherokee.sh USE_GCC= 3.4+ -USE_BISON= yes +USE_BISON= build USE_MYSQL= yes USE_OPENLDAP= yes GNU_CONFIGURE= yes diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index 430f04e0cdf2..9715dd53194a 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -7,7 +7,7 @@ PORTNAME= cherokee PORTVERSION= 0.5.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= http://www.cherokee-project.com/download/${PORTVERSION:R}/${PORTVERSION}/ \ CENKES LOCAL/beech @@ -22,7 +22,7 @@ USE_GNOME= gnomehack gnometarget pkgconfig USE_LDCONFIG= yes USE_RC_SUBR= cherokee.sh USE_GCC= 3.4+ -USE_BISON= yes +USE_BISON= build GNU_CONFIGURE= yes CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} diff --git a/www/elinks/Makefile b/www/elinks/Makefile index e683ef767af4..f8f96605b217 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -7,7 +7,7 @@ PORTNAME= elinks PORTVERSION= 0.11.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://elinks.or.cz/download/ \ http://keyserver.kjsl.com/~jharris/distfiles/ @@ -18,7 +18,7 @@ COMMENT= Elinks - links text WWW browser with enhancements GNU_CONFIGURE= yes USE_GMAKE= yes USE_BZIP2= yes -USE_BISON= yes +USE_BISON= build USE_OPENSSL= yes LDFLAGS+= -L${LOCALBASE}/lib diff --git a/www/srg/Makefile b/www/srg/Makefile index 794ac5e17d96..b6194b2570dc 100644 --- a/www/srg/Makefile +++ b/www/srg/Makefile @@ -7,6 +7,7 @@ PORTNAME= srg PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://mirror.crc.net.nz/pub/srg/ @@ -16,7 +17,7 @@ MAINTAINER= ds@tic-tac.ru COMMENT= A Squid Report Generator USE_GMAKE= yes -USE_BISON= yes +USE_BISON= build USE_BZIP2= yes USE_GETOPT_LONG=yes NO_INSTALL_MANPAGES= yes |