svn commit: r458748 - in head/www/libapreq2: . files

Tijl Coosemans tijl at FreeBSD.org
Thu Jan 11 15:21:08 UTC 2018


Author: tijl
Date: Thu Jan 11 15:21:07 2018
New Revision: 458748
URL: https://svnweb.freebsd.org/changeset/ports/458748

Log:
  - Remove unneeded USE_AUTOTOOLS.
  - Remove unused SHLIB_MAJOR.
  - Remove bogus patch that adds -L$(prefix).  There are no libraries there.
  - Use INSTALL_TARGET=install-strip.

Deleted:
  head/www/libapreq2/files/patch-library-Makefile.in
Modified:
  head/www/libapreq2/Makefile

Modified: head/www/libapreq2/Makefile
==============================================================================
--- head/www/libapreq2/Makefile	Thu Jan 11 14:58:49 2018	(r458747)
+++ head/www/libapreq2/Makefile	Thu Jan 11 15:21:07 2018	(r458748)
@@ -12,17 +12,11 @@ COMMENT=	Generic Apache2 Request Library
 
 LICENSE=	APACHE20
 
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--with-apache2-apxs=${APXS} --with-expat=${LOCALBASE}
+INSTALL_TARGET=	install-strip
 USES=		libtool
 USE_APACHE=	22+
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	autoconf
-CONFIGURE_ARGS+=	--with-apache2-apxs=${APXS} --with-expat=${LOCALBASE}
-
-SHLIB_MAJOR=	11
-PLIST_SUB=	SHLIB_MAJOR="${SHLIB_MAJOR}"
-
-post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libapreq2.so.3.8.0
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/mod_apreq2.so
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list