svn commit: r368172 - in head/net/rabbitmq-c-devel: . files
Tijl Coosemans
tijl at FreeBSD.org
Sun Sep 14 12:44:24 UTC 2014
Author: tijl
Date: Sun Sep 14 12:44:23 2014
New Revision: 368172
URL: http://svnweb.freebsd.org/changeset/ports/368172
QAT: https://qat.redports.org/buildarchive/r368172/
Log:
Remove autotools related bits. Port uses cmake.
Deleted:
head/net/rabbitmq-c-devel/files/
Modified:
head/net/rabbitmq-c-devel/Makefile
Modified: head/net/rabbitmq-c-devel/Makefile
==============================================================================
--- head/net/rabbitmq-c-devel/Makefile Sun Sep 14 12:21:39 2014 (r368171)
+++ head/net/rabbitmq-c-devel/Makefile Sun Sep 14 12:44:23 2014 (r368172)
@@ -3,6 +3,7 @@
PORTNAME= rabbitmq-c
PORTVERSION= 0.5.1
+PORTREVISION= 1
CATEGORIES= net
PKGNAMESUFFIX= -devel
@@ -17,25 +18,18 @@ BUILD_DEPENDS= python:${PORTSDIR}/lang/p
CONFLICTS= rabbitmq-c-[0-9]*
-USES= cmake tar:bzip2 libtool python
+USES= cmake python tar:bzip2
USE_GITHUB= yes
USE_LDCONFIG= yes
GH_ACCOUNT= alanxz
GH_COMMIT= e554ca7
GH_TAGNAME= v${PORTVERSION}
-OPTIONS_DEFINE= 64BIT POPT
-64BIT_DESC= Produce 64-bit library
+OPTIONS_DEFINE= POPT
POPT_DESC= Popt support in tools
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:M64BIT}
-ONLY_FOR_ARCHS= amd64 sparc64 powerpc
-ONLY_FOR_ARCHS_REASON= 64BIT option is set
-CONFIGURE_ARGS+= --enable-64-bit
-.endif
-
.if ${PORT_OPTIONS:MPOPT}
LIB_DEPENDS+= libpopt.so:${PORTSDIR}/devel/popt
CFLAGS+= -I${LOCALBASE}/include
@@ -45,12 +39,6 @@ PLIST_SUB+= POPT=""
PLIST_SUB+= POPT="@comment "
.endif
-post-patch:
- @${REINPLACE_CMD} -e 's|rabbitmq-codegen|rabbitmq-codegen-df43f2bfcf0e|g' ${WRKSRC}/configure.ac
-
-pre-configure:
- @(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE})
-
post-stage:
${MV} ${STAGEDIR}${PREFIX}/lib/pkgconfig/librabbitmq.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/librabbitmq.pc
${RMDIR} ${STAGEDIR}${PREFIX}/lib/pkgconfig
More information about the svn-ports-all
mailing list