diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-03-17 11:08:44 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-03-17 11:08:44 +0000 |
commit | e13f00eca1f51702adb78801c20a44e6c3c654f5 (patch) | |
tree | c11dcd403b15ec2193f9780ff09ea6f79b6d7858 /www | |
parent | - Update MASTER_SITES (diff) |
- Mark ports that have been broken for six month or more, or never compiled on
7.X and up, for removal in one month
Notes
Notes:
svn path=/head/; revision=271083
Diffstat (limited to 'www')
-rw-r--r-- | www/bk_edit/Makefile | 12 | ||||
-rw-r--r-- | www/bricolage/Makefile | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/bk_edit/Makefile b/www/bk_edit/Makefile index 7c9e427a7139..27778eb2271f 100644 --- a/www/bk_edit/Makefile +++ b/www/bk_edit/Makefile @@ -15,17 +15,15 @@ MASTER_SITES= http://www.allesdurcheinander.de/nettools/bk_edit/ MAINTAINER= ports@FreeBSD.org COMMENT= Bookmark Editor +BROKEN= Broken with gcc 4.2 +DEPRECATED= does not compile on FreeBSD 7.x and newer +EXPIRATION_DATE=2011-04-17 + USE_GNOME= gtk12 libxml2 USE_BISON= build HAS_CONFIGURE= yes MAKE_ENV= LD="${CC}" LDFLAGS="${LDFLAGS}" -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Broken with gcc 4.2 -.endif - post-patch: @${FIND} ${WRKSRC} -name "*Makefile*" | ${XARGS} ${REINPLACE_CMD} -e \ 's|^CC .*=|CC ?=|g ; \ @@ -39,4 +37,4 @@ do-install: @${MKDIR} ${PREFIX}/lib/bkedit ${INSTALL_DATA} ${WRKSRC}/src/plugins/*.so ${PREFIX}/lib/bkedit -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/bricolage/Makefile b/www/bricolage/Makefile index dd34b18fef5d..9e20e4d3f148 100644 --- a/www/bricolage/Makefile +++ b/www/bricolage/Makefile @@ -50,6 +50,8 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ ${BUILD_DEPENDS} BROKEN= missing dependencies +DEPRECATED= has been broken for a half year +EXPIRATION_DATE=2011-04-17 MAKE_JOBS_UNSAFE= yes |