pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xapian Add devel/libuuid buildlink on Linux a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f5c87a18e3f
branches:  trunk
changeset: 596273:2f5c87a18e3f
user:      sbd <sbd%pkgsrc.org@localhost>
date:      Sat Dec 03 03:44:38 2011 +0000

description:
Add devel/libuuid buildlink on Linux and SunOS only.

Bump PKGREVISION

diffstat:

 textproc/xapian/Makefile      |   9 ++++++++-
 textproc/xapian/buildlink3.mk |  11 ++++++++++-
 2 files changed, 18 insertions(+), 2 deletions(-)

diffs (52 lines):

diff -r eccb6d569b66 -r 2f5c87a18e3f textproc/xapian/Makefile
--- a/textproc/xapian/Makefile  Sat Dec 03 03:40:57 2011 +0000
+++ b/textproc/xapian/Makefile  Sat Dec 03 03:44:38 2011 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2010/12/03 09:55:33 abs Exp $
+# $NetBSD: Makefile,v 1.13 2011/12/03 03:44:38 sbd Exp $
 #
 
 DISTNAME=      xapian-core-1.2.2
 PKGNAME=       ${DISTNAME:S/-core//}
+PKGREVISION=   1
 CATEGORIES=    textproc
 MASTER_SITES=  http://oligarchy.co.uk/xapian/1.2.2/
 
@@ -48,5 +49,11 @@
 CONFIGURE_ARGS+=       --disable-backend-flint
 .endif
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"
+.include "../../devel/libuuid/buildlink3.mk"
+.endif
+
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r eccb6d569b66 -r 2f5c87a18e3f textproc/xapian/buildlink3.mk
--- a/textproc/xapian/buildlink3.mk     Sat Dec 03 03:40:57 2011 +0000
+++ b/textproc/xapian/buildlink3.mk     Sat Dec 03 03:44:38 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2009/03/20 19:25:33 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2011/12/03 03:44:38 sbd Exp $
 
 BUILDLINK_TREE+=       xapian
 
@@ -6,7 +6,16 @@
 XAPIAN_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.xapian+= xapian>=1.0.7
+BUILDLINK_ABI_DEPENDS.xapian?= xapian>=1.2.2nb1
 BUILDLINK_PKGSRCDIR.xapian?=   ../../textproc/xapian
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"
+.include "../../devel/libuuid/buildlink3.mk"
+.endif
+.include "../../devel/zlib/buildlink3.mk"
+
 .endif # XAPIAN_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -xapian



Home | Main Index | Thread Index | Old Index