diff options
author | arved <arved@FreeBSD.org> | 2005-11-14 01:06:19 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-11-14 01:06:19 +0800 |
commit | 311d2137fba42e0b4d910c22ad4a57468ab75066 (patch) | |
tree | bbfb2445fd12479aef6900fd83845f981fb03986 | |
parent | 39152937d5bdff9a6767cf8eb2841972cef72a44 (diff) | |
download | freebsd-ports-gnome-311d2137fba42e0b4d910c22ad4a57468ab75066.tar.gz freebsd-ports-gnome-311d2137fba42e0b4d910c22ad4a57468ab75066.tar.zst freebsd-ports-gnome-311d2137fba42e0b4d910c22ad4a57468ab75066.zip |
Mark this port IGNORE and set an EXPIRATION_DATE.
After i fixed compilation on current versions of FreeBSD, i noticed
that the browser crashes on the first webpage with a png image.
The program was never converted to use libpng 1.2.x, looks like nobody
used it in the last four years.
-rw-r--r-- | www/arena/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/arena/Makefile b/www/arena/Makefile index 199b8cef93bd..65f4f01fc7f1 100644 --- a/www/arena/Makefile +++ b/www/arena/Makefile @@ -16,7 +16,10 @@ COMMENT= Experimental HTML 3 browser, supports math and style sheets LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png -USE_GCC= 2.95 + +IGNORE= does not work with libpng 1.2.x +DEPRECATED= ${IGNORE} +EXPIRATION_DATE=2005-11-30 PLIST_FILES= bin/arena USE_XLIB= yes @@ -24,10 +27,6 @@ WRKSRC= ${WRKDIR}/WWW .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - do-build: cd ${WRKSRC}/Library/freebsd; ${SETENV} ${MAKE_ENV} ${MAKE} cd ${WRKSRC}/Arena/freebsd; \ |