pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libFoundation Link against gnustep-objc-lf2 to m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0675c48f876e
branches:  trunk
changeset: 500022:0675c48f876e
user:      rh <rh%pkgsrc.org@localhost>
date:      Sat Oct 01 04:25:32 2005 +0000

description:
Link against gnustep-objc-lf2 to make this work properly.
Bump PKGREVISION.

diffstat:

 devel/libFoundation/Makefile      |  13 ++++---------
 devel/libFoundation/buildlink3.mk |   6 +++---
 2 files changed, 7 insertions(+), 12 deletions(-)

diffs (57 lines):

diff -r 0b87b282691b -r 0675c48f876e devel/libFoundation/Makefile
--- a/devel/libFoundation/Makefile      Sat Oct 01 04:22:15 2005 +0000
+++ b/devel/libFoundation/Makefile      Sat Oct 01 04:25:32 2005 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2005/09/30 23:52:58 rh Exp $
+# $NetBSD: Makefile,v 1.3 2005/10/01 04:25:32 rh Exp $
 #
 
 DISTNAME=      libFoundation-1.0.72-r107
 PKGNAME=       ${DISTNAME:S/-r/./}
+PKGREVISION=   1
 CATEGORIES=    devel gnustep
-MASTER_SITES=  ftp://ftp.opengroupware.org/sources/releases/   \
+MASTER_SITES=  ftp://ftp.opengroupware.org/sources/releases/           \
                http://www.opengroupware.org/sources/releases/
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
@@ -36,12 +37,6 @@
            ${WRKSRC}/Foundation/${LIBF_HOST_OS}        \
            ${WRKSRC}/Foundation/${GNUSTEP_HOST_CPU}/${GNUSTEP_HOST_OS}
 
-.include "../../mk/compiler.mk"
-
-.if empty(CC_VERSION:Mgcc-3*)
-.include "../../devel/gnustep-objc/buildlink3.mk"
-.endif
-.include "../../devel/gnustep-make/buildlink3.mk"
-
+.include "../../devel/gnustep-objc-lf2/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 0b87b282691b -r 0675c48f876e devel/libFoundation/buildlink3.mk
--- a/devel/libFoundation/buildlink3.mk Sat Oct 01 04:22:15 2005 +0000
+++ b/devel/libFoundation/buildlink3.mk Sat Oct 01 04:25:32 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2005/04/24 02:48:06 rh Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2005/10/01 04:25:32 rh Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 LIBFOUNDATION_BUILDLINK3_MK:=  ${LIBFOUNDATION_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@
 BUILDLINK_PACKAGES+=   libFoundation
 
 .if !empty(LIBFOUNDATION_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.libFoundation+=      libFoundation>=1.0.72.107
+BUILDLINK_DEPENDS.libFoundation+=      libFoundation>=1.0.72.107nb1
 BUILDLINK_PKGSRCDIR.libFoundation?=    ../../devel/libFoundation
 
 PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Libraries$$/ { print "@comment in devel/libFoundation: " $$0; next; }
@@ -68,6 +68,6 @@
 
 .endif # LIBFOUNDATION_BUILDLINK3_MK
 
-.include "../../devel/gnustep-make/buildlink3.mk"
+.include "../../devel/gnustep-objc-lf2/buildlink3.mk"
 
 BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}



Home | Main Index | Thread Index | Old Index