[Midnightbsd-cvs] mports [17120] trunk/converters/recode/Makefile: use github for fetching and update libtool handling

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 14 14:15:29 EDT 2014


Revision: 17120
          http://svnweb.midnightbsd.org/mports/?rev=17120
Author:   laffer1
Date:     2014-09-14 14:15:29 -0400 (Sun, 14 Sep 2014)
Log Message:
-----------
use github for fetching and update libtool handling

Modified Paths:
--------------
    trunk/converters/recode/Makefile

Modified: trunk/converters/recode/Makefile
===================================================================
--- trunk/converters/recode/Makefile	2014-09-14 18:12:55 UTC (rev 17119)
+++ trunk/converters/recode/Makefile	2014-09-14 18:15:29 UTC (rev 17120)
@@ -2,7 +2,7 @@
 
 PORTNAME=	recode
 PORTVERSION=	3.6
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	converters
 
 MAINTAINER=	ports at MidnightBSD.org
@@ -10,14 +10,19 @@
 
 LICENSE=	gpl2
 
-USES=		gettext iconv
-USE_AUTOTOOLS=	libtool
+USE_GITHUB=	yes
+GH_ACCOUNT=	pinard
+GH_PROJECT=	Recode
+GH_TAGNAME=	v3.6
+GH_COMMIT=	2127b34
+
+GNU_CONFIGURE=	yes
+USES=		gettext iconv libtool:keepla
 USE_PERL5=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--without-included-gettext
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}
-CFLAGS+=	-fPIC
 
 INFO=		recode
 



More information about the Midnightbsd-cvs mailing list