[Midnightbsd-cvs] mports [18226] trunk/devel/libunicode: fix build

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Mar 18 08:51:16 EDT 2015


Revision: 18226
          http://svnweb.midnightbsd.org/mports/?rev=18226
Author:   laffer1
Date:     2015-03-18 08:51:15 -0400 (Wed, 18 Mar 2015)
Log Message:
-----------
fix build

Modified Paths:
--------------
    trunk/devel/libunicode/Makefile
    trunk/devel/libunicode/distinfo
    trunk/devel/libunicode/pkg-plist

Modified: trunk/devel/libunicode/Makefile
===================================================================
--- trunk/devel/libunicode/Makefile	2015-03-18 12:50:19 UTC (rev 18225)
+++ trunk/devel/libunicode/Makefile	2015-03-18 12:51:15 UTC (rev 18226)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libunicode
 PORTVERSION=	0.4
+PORTREVISION=	1
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 MASTER_SITE_SUBDIR=	sources/libunicode/0.4
@@ -8,17 +9,17 @@
 DISTNAME=	${PORTNAME}-${PORTVERSION}.gnome
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A library for manipulating Unicode characters and strings
+COMMENT=	Library for manipulating Unicode characters and strings
+
 LICENSE=	gpl2
 
-USE_AUTOTOOLS=	libtool
-USE_GMAKE=	yes
+USES=		gmake libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--localstatedir=${PREFIX}/share \
 		--datadir=${PREFIX}/share
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LIBS="-L${LOCALBASE}/lib"
+CPPFLAGS+=	-I${LOCALBASE}/include
+LIBS+=		-L${LOCALBASE}/lib
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 .include <bsd.port.mk>

Modified: trunk/devel/libunicode/distinfo
===================================================================
--- trunk/devel/libunicode/distinfo	2015-03-18 12:50:19 UTC (rev 18225)
+++ trunk/devel/libunicode/distinfo	2015-03-18 12:51:15 UTC (rev 18226)
@@ -1,3 +1,2 @@
 SHA256 (libunicode-0.4.gnome.tar.gz) = a4466a63c6501aa3137fdf309dc044bbb48186136ab86ea87c09653789ebcffd
-RMD160 (libunicode-0.4.gnome.tar.gz) = c0b027ffac12a45daaaa95dc320c22d002901801
 SIZE (libunicode-0.4.gnome.tar.gz) = 211622

Modified: trunk/devel/libunicode/pkg-plist
===================================================================
--- trunk/devel/libunicode/pkg-plist	2015-03-18 12:50:19 UTC (rev 18225)
+++ trunk/devel/libunicode/pkg-plist	2015-03-18 12:51:15 UTC (rev 18226)
@@ -2,6 +2,6 @@
 etc/unicodeConf.sh
 include/unicode.h
 lib/libunicode.a
-lib/libunicode.la
 lib/libunicode.so
 lib/libunicode.so.0
+lib/libunicode.so.0.0.0



More information about the Midnightbsd-cvs mailing list