svn commit: r352023 - head/devel/libevent2
Tijl Coosemans
tijl at FreeBSD.org
Thu Apr 24 17:22:44 UTC 2014
Author: tijl
Date: Thu Apr 24 17:22:44 2014
New Revision: 352023
URL: http://svnweb.freebsd.org/changeset/ports/352023
QAT: https://qat.redports.org/buildarchive/r352023/
Log:
- Convert to USES=libtool.
- Remove redundant CONFIGURE_ENV.
- Replace post-patch with pathfix.
Modified:
head/devel/libevent2/Makefile
Modified: head/devel/libevent2/Makefile
==============================================================================
--- head/devel/libevent2/Makefile Thu Apr 24 17:20:17 2014 (r352022)
+++ head/devel/libevent2/Makefile Thu Apr 24 17:22:44 2014 (r352023)
@@ -3,6 +3,7 @@
PORTNAME= libevent2
PORTVERSION= 2.0.21
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://cloud.github.com/downloads/libevent/libevent/
DISTNAME= ${PORTNAME:S/2//}-${DISTVERSION}-stable
@@ -13,9 +14,8 @@ COMMENT= API for executing callback func
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
-USE_GNOME= lthack
GNU_CONFIGURE= yes
-CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
+USES= libtool:oldver pathfix
USE_LDCONFIG= ${PREFIX}/lib/event2
OPTIONS_DEFINE= OPENSSL THREADS
@@ -42,11 +42,6 @@ CONFIGURE_ARGS+= --disable-thread-suppor
PLIST_SUB+= THREADS="@comment "
.endif
-post-patch:
- @${REINPLACE_CMD} -E \
- -e "s,^pkgconfigdir =.*,pkgconfigdir = \$$(prefix)/libdata/pkgconfig,g" \
- ${WRKSRC}/Makefile.in
-
post-install:
@${INSTALL_SCRIPT} ${WRKSRC}/event_rpcgen.py ${STAGEDIR}${PREFIX}/bin/event2_rpcgen.py
More information about the svn-ports-head
mailing list