mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- cleanup FreeBSD 5.x
This commit is contained in:
parent
097e0cfa2b
commit
de7503e8c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214138
@ -54,10 +54,4 @@ post-patch:
|
||||
${REINPLACE_CMD} -e 's|GNUSTEP_HOME./..GNUSTEP_USER_DIR_TOOLS|GNUSTEP_LOCAL_TOOLS|' \
|
||||
${WRKSRC}/GNUmakefile.postamble
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 600000
|
||||
IGNORE= not enough math functions
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -38,10 +38,4 @@ do-install:
|
||||
@cd ${WRKSRC}/.. && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 600000
|
||||
IGNORE= not supported, CLOCK_REALTIME needed
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -61,14 +61,7 @@ EXTRA_PATCHES+= ${FILESDIR}/setproctitle.patch
|
||||
.endif
|
||||
|
||||
.if defined(WITH_STANDALONE_POP3)
|
||||
#USE_RC_SUBR= yes
|
||||
# does only work when set before bsd.port.pre.mk
|
||||
.if ${OSVERSION} < 500037
|
||||
RUN_DEPENDS+= ${LOCALBASE}/etc/rc.subr:${PORTSDIR}/sysutils/rc_subr
|
||||
RC_SUBR= ${LOCALBASE}/etc/rc.subr
|
||||
.else
|
||||
RC_SUBR= /etc/rc.subr
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
@${SED} -e "s=%%PREFIX%%=${PREFIX}=g" \
|
||||
|
@ -44,9 +44,8 @@ do-configure:
|
||||
.if !defined(WITHOUT_PTHREADS) && defined(WITH_PTHREADS)
|
||||
# dirty hack to force mod_ruby.so linked with lpthread.so, otherwise unresolved
|
||||
# symbols happen
|
||||
.if ${OSVERSION} >= 502102
|
||||
@${REINPLACE_CMD} -e 's|-pthread|-pthread -lpthread|' ${WRKSRC}/Makefile
|
||||
.endif
|
||||
|
||||
PKGNAMESUFFIX= -pthreads
|
||||
.endif
|
||||
|
||||
|
@ -89,10 +89,4 @@ pre-configure:
|
||||
${REINPLACE_CMD} -e "s|doc=no|doc=yes|" ${WRKSRC}/GNUmakefile
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 600000
|
||||
IGNORE= missing threading functions
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -31,10 +31,4 @@ USE_GNUSTEP_MAKE_DIRS+= Services/User/Terminal
|
||||
|
||||
ADDRESSES_PORT?= mail/addresses
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 600000
|
||||
IGNORE= incompatible thread functions
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user