pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/libunistring bl3 on libiconv (from wip/libuni...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f927aa0dc43
branches:  trunk
changeset: 611634:6f927aa0dc43
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Dec 06 00:10:26 2012 +0000

description:
bl3 on libiconv (from wip/libunistring)

add bl3 file (for guile2, following wip/libunistring)

diffstat:

 textproc/libunistring/Makefile      |   7 +++++--
 textproc/libunistring/buildlink3.mk |  13 +++++++++++++
 2 files changed, 18 insertions(+), 2 deletions(-)

diffs (44 lines):

diff -r e6607ed9a2fc -r 6f927aa0dc43 textproc/libunistring/Makefile
--- a/textproc/libunistring/Makefile    Wed Dec 05 23:42:14 2012 +0000
+++ b/textproc/libunistring/Makefile    Thu Dec 06 00:10:26 2012 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2012/10/25 06:56:04 asau Exp $
+# $NetBSD: Makefile,v 1.4 2012/12/06 00:10:26 gdt Exp $
 #
 
 DISTNAME=      libunistring-0.9.3
+PKGREVISION=   1
 CATEGORIES=    textproc
 MASTER_SITES=  http://ftp.gnu.org/gnu/libunistring/
 
@@ -10,10 +11,12 @@
 COMMENT=       Unicode string library
 LICENSE=       gnu-lgpl-v3
 
+GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-GNU_CONFIGURE= yes
 INFO_FILES=    yes
 
 CONFIGURE_ARGS+=       --infodir=${PREFIX}/info
 
+.include "../../converters/libiconv/buildlink3.mk"
+
 .include "../../mk/bsd.pkg.mk"
diff -r e6607ed9a2fc -r 6f927aa0dc43 textproc/libunistring/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/libunistring/buildlink3.mk       Thu Dec 06 00:10:26 2012 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2012/12/06 00:10:26 gdt Exp $
+
+BUILDLINK_TREE+=       libunistring
+
+.if !defined(LIBUNISTRING_BUILDLINK3_MK)
+LIBUNISTRING_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libunistring+=   libunistring>=0.9.3
+BUILDLINK_PKGSRCDIR.libunistring?=     ../../textproc/libunistring
+
+.endif # LIBUNISTRING_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -libunistring



Home | Main Index | Thread Index | Old Index