1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Finish conversion to new options framework

While here remove check for unsupported versions
This commit is contained in:
Baptiste Daroussin 2013-06-06 22:03:35 +00:00
parent c3ec4b6526
commit f26dbaf7bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320132

View File

@ -124,10 +124,6 @@ WINBIND_DESC= WinBIND support
.include <bsd.port.options.mk>
# XXX
.if ${OSVERSION} >= 701000 && ${OSVERSION} < 702000
IGNORE= databases/tdb crashes on FreeBSD 7.1. Please, consider upgrading to 7.2 or higher
.endif
# There are reports that on ARM PIE makes binaries to core dump(#149186)
.if ${ARCH} == "arm"
CONFIGURE_ARGS+= --disable-pie
@ -465,13 +461,6 @@ INSTALL_TARGET= installservers installbin installscripts installdat \
INSTALL_TARGET+=installswat
.endif
.if defined(OPTIONS)
pre-fetch:
@${ECHO_MSG} "===> -------------------------------------------"
@${ECHO_MSG} "===> Run 'make config' to (re)configure the port"
@${ECHO_MSG} "===> -------------------------------------------"
.endif
pre-configure:
@${FIND} ${WRKDIR}/${DISTNAME} -type d | ${XARGS} ${CHMOD} u+w,a+rx
@${FIND} ${WRKDIR}/${DISTNAME} -type f | ${XARGS} ${CHMOD} u+w,a+r
@ -484,7 +473,7 @@ post-configure:
pre-install:
-@${FIND} "${SAMBA_MODULEDIR}" -type f -o -type l 2>/dev/null | ${SORT} | ${SED} -E 's|^${PREFIX}/?||;' > ${WRKDIR}/.PLIST.exclude
@${CAT} ${PKGDIR}/pkg-plist > ${PLIST}
.if !defined(WITHOUT_SWAT)
.if ${PORT_OPTIONS:MSWAT}
@${CAT} ${PKGDIR}/pkg-plist.swat >> ${PLIST}
.endif