mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- A bunch of trivial fixes
Reported by: pointyhat via kris
This commit is contained in:
parent
4cd777dc8b
commit
3be5f33199
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176306
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user