mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
parent
f5744334fa
commit
5a78a0892a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123344
1 changed files with 1 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue