[Midnightbsd-cvs] mports [17908] trunk/devel/popt: fix popt build with libtool

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Dec 21 12:18:20 EST 2014


Revision: 17908
          http://svnweb.midnightbsd.org/mports/?rev=17908
Author:   laffer1
Date:     2014-12-21 12:18:20 -0500 (Sun, 21 Dec 2014)
Log Message:
-----------
fix popt build with libtool

Modified Paths:
--------------
    trunk/devel/popt/Makefile
    trunk/devel/popt/pkg-plist

Modified: trunk/devel/popt/Makefile
===================================================================
--- trunk/devel/popt/Makefile	2014-12-21 17:16:26 UTC (rev 17907)
+++ trunk/devel/popt/Makefile	2014-12-21 17:18:20 UTC (rev 17908)
@@ -2,7 +2,7 @@
 
 PORTNAME=	popt
 PORTVERSION=	1.16
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	http://rpm5.org/files/popt/
 
@@ -16,12 +16,9 @@
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	libtool
-USES=		pathfix iconv
+USES=		libtool pathfix iconv
 USE_LDCONFIG=	yes
 
-MAN3=		popt.3
-
 .if defined(WITHOUT_NLS)
 CONFIGURE_ARGS+=--disable-nls
 PLIST_SUB+=	NLS="@comment "

Modified: trunk/devel/popt/pkg-plist
===================================================================
--- trunk/devel/popt/pkg-plist	2014-12-21 17:16:26 UTC (rev 17907)
+++ trunk/devel/popt/pkg-plist	2014-12-21 17:18:20 UTC (rev 17908)
@@ -1,9 +1,9 @@
 include/popt.h
 lib/libpopt.a
-lib/libpopt.la
 lib/libpopt.so
 lib/libpopt.so.0
 libdata/pkgconfig/popt.pc
+man/man3/popt.3.gz
 %%NLS%%share/locale/cs/LC_MESSAGES/popt.mo
 %%NLS%%share/locale/da/LC_MESSAGES/popt.mo
 %%NLS%%share/locale/de/LC_MESSAGES/popt.mo



More information about the Midnightbsd-cvs mailing list