Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Mar 2014 22:02:12 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346818 - head/devel/mq4cpp
Message-ID:  <201403022202.s22M2CRe094890@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Mar  2 22:02:11 2014
New Revision: 346818
URL: http://svnweb.freebsd.org/changeset/ports/346818
QAT: https://qat.redports.org/buildarchive/r346818/

Log:
  Convert to USES=libtool
  Convert to USES=dos2unix
  Remove now useless patch for DOCS support

Modified:
  head/devel/mq4cpp/Makefile
  head/devel/mq4cpp/pkg-plist

Modified: head/devel/mq4cpp/Makefile
==============================================================================
--- head/devel/mq4cpp/Makefile	Sun Mar  2 22:00:31 2014	(r346817)
+++ head/devel/mq4cpp/Makefile	Sun Mar  2 22:02:11 2014	(r346818)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mq4cpp
 PORTVERSION=	1.16
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.sixtyfourbit.org/Download/
 
@@ -12,20 +13,8 @@ COMMENT=	Message Queuing for C++
 OPTIONS_DEFINE=	DOCS
 
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	libtool
-USES=		pathfix pkgconfig
-USE_GNOME=	ltverhack
+USES=		dos2unix libtool pathfix pkgconfig
 USE_BZIP2=	yes
-USE_DOS2UNIX=	yes
 GNU_CONFIGURE=	yes
 
-.include <bsd.port.options.mk>
-
-post-patch:
-.if empty(PORT_OPTIONS:MDOCS)
-	${REINPLACE_CMD} -e \
-		'/^install-data-am:/ s|install-docDATA||' \
-		${WRKSRC}/Makefile.in
-.endif
-
 .include <bsd.port.mk>

Modified: head/devel/mq4cpp/pkg-plist
==============================================================================
--- head/devel/mq4cpp/pkg-plist	Sun Mar  2 22:00:31 2014	(r346817)
+++ head/devel/mq4cpp/pkg-plist	Sun Mar  2 22:02:11 2014	(r346818)
@@ -28,6 +28,7 @@ lib/libmq4cpp.a
 lib/libmq4cpp.la
 lib/libmq4cpp.so
 lib/libmq4cpp.so.1
+lib/libmq4cpp.so.1.16.0
 libdata/pkgconfig/mq4cpp.pc
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/COPYING



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