avr-libc has not been broken, and in particular did not have a

``broken pkg-plist''.

kris incorrectly stated this in the BROKEN field, even though I've
been repeatedly telling him that it's actually been netpbm that broke
some time ago (apparently due to an upgraded C compiler in the
system; generating transparent PNGs caused it to dump core).

Fortunately, dinoex now updated the netpbm port, so all works again.
This commit is contained in:
Joerg Wunsch 2004-12-06 22:20:40 +00:00
parent f5744334fa
commit 5a78a0892a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123344

View file

@ -47,12 +47,6 @@ DEMOFILES= Makefile demo.c
DEMOFILES+= demo.bin demo.hex demo.pdf demo.srec
.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= Broken pkg-plist
.endif
do-build:
(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ./domake MAKE=${GMAKE})
@ -83,4 +77,4 @@ do-install:
${PREFIX}/share/doc/avr-libc/examples/twitest; \
done
.include <bsd.port.post.mk>
.include <bsd.port.mk>