- A bunch of trivial fixes

Reported by:	pointyhat via kris
This commit is contained in:
Andrew Pantyukhin 2006-11-03 22:40:07 +00:00
parent 4cd777dc8b
commit 3be5f33199
4 changed files with 17 additions and 4 deletions

View file

@ -27,4 +27,10 @@ post-patch:
@${REINPLACE_CMD} -e '/^install-data-am/s!install-data-local!!' ${WRKSRC}/doc/Makefile.in
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= does not compile on 4.x
.endif
.include <bsd.port.post.mk>

View file

@ -29,4 +29,10 @@ MAN3= GDBM_File.3
post-patch:
@${REINPLACE_CMD} -e '/MAN3PODS/s|.*||' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires perl from ports. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>

View file

@ -30,8 +30,8 @@ post-install:
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= does not compile on 4.x
.if ${OSVERSION} < 601000
BROKEN= needs strtonum(3)
.endif
.include <bsd.port.post.mk>

View file

@ -21,6 +21,7 @@ LIB_DEPENDS= cdio.7:${PORTSDIR}/sysutils/libcdio \
USE_LDCONFIG= yes
USE_BZIP2= yes
USE_GETTEXT= yes
USE_GCC= 3.4+
GNU_CONFIGURE= yes
MAN1= unieject.1
MAN5= unieject.conf.5