svn commit: r367614 - head/net/rabbitmq-c
Tijl Coosemans
tijl at FreeBSD.org
Mon Sep 8 11:37:46 UTC 2014
Author: tijl
Date: Mon Sep 8 11:37:45 2014
New Revision: 367614
URL: http://svnweb.freebsd.org/changeset/ports/367614
QAT: https://qat.redports.org/buildarchive/r367614/
Log:
Convert to USES=libtool and INSTALL_TARGET=install-strip
Modified:
head/net/rabbitmq-c/Makefile
head/net/rabbitmq-c/pkg-plist
Modified: head/net/rabbitmq-c/Makefile
==============================================================================
--- head/net/rabbitmq-c/Makefile Mon Sep 8 10:33:32 2014 (r367613)
+++ head/net/rabbitmq-c/Makefile Mon Sep 8 11:37:45 2014 (r367614)
@@ -3,7 +3,7 @@
PORTNAME= rabbitmq-c
PORTVERSION= 0.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://hg.rabbitmq.com/rabbitmq-c/archive/:c \
http://hg.rabbitmq.com/rabbitmq-codegen/archive/:codegen
@@ -23,13 +23,13 @@ BUILD_DEPENDS= python:${PORTSDIR}/lang/p
CONFLICTS= rabbitmq-c-devel-[0-9]*
-USES= gmake tar:bzip2
+GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
+USES= gmake libtool tar:bzip2
USE_PYTHON= yes
USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-USE_AUTOTOOLS= aclocal autoconf automake autoheader libtool
+USE_AUTOTOOLS= aclocal autoconf automake autoheader libtoolize
AUTOMAKE_ARGS= -i --add-missing
-ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal
OPTIONS_DEFINE= 64BIT POPT
64BIT_DESC= Produce 64-bit library
@@ -58,10 +58,4 @@ CONFIGURE_ARGS+= --without-popt
post-patch:
@${REINPLACE_CMD} -e 's|rabbitmq-codegen|rabbitmq-codegen-821f5ee7b040|g' ${WRKSRC}/configure.ac
-pre-configure:
- @(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE})
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librabbitmq.so.0
-
.include <bsd.port.mk>
Modified: head/net/rabbitmq-c/pkg-plist
==============================================================================
--- head/net/rabbitmq-c/pkg-plist Mon Sep 8 10:33:32 2014 (r367613)
+++ head/net/rabbitmq-c/pkg-plist Mon Sep 8 11:37:45 2014 (r367614)
@@ -12,6 +12,6 @@ bin/amqp_unbind
include/amqp.h
include/amqp_framing.h
lib/librabbitmq.a
-lib/librabbitmq.la
lib/librabbitmq.so
lib/librabbitmq.so.0
+lib/librabbitmq.so.0.0.0
More information about the svn-ports-all
mailing list