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.
This commit is contained in:
parent
6d9ba75ee3
commit
65870f9de2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148126
1 changed files with 4 additions and 5 deletions
|
@ -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; \
|
||||
|
|
Loading…
Reference in a new issue