Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jan 2018 15:21:07 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458748 - in head/www/libapreq2: . files
Message-ID:  <201801111521.w0BFL7I4080790@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801111521.w0BFL7I4080790>