pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libFoundation replace ${MACHINE_ARCH}/${LOWER_OP...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af5ecdf6469b
branches:  trunk
changeset: 568932:af5ecdf6469b
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Dec 28 09:17:44 2009 +0000

description:
replace ${MACHINE_ARCH}/${LOWER_OPSYS} with ${GNUSTEP_HOST_CPU}/${LIBF_HOST_OS}
in PLIST.
When last update, PLIST was probably regenerated with `make print-PLIST',
and such specal VARs was replaced (for some platforms equal, but not for all).

Bump PKGREVISION.

diffstat:

 devel/libFoundation/Makefile |  3 ++-
 devel/libFoundation/PLIST    |  6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 03f6fca9a3cf -r af5ecdf6469b devel/libFoundation/Makefile
--- a/devel/libFoundation/Makefile      Mon Dec 28 08:49:35 2009 +0000
+++ b/devel/libFoundation/Makefile      Mon Dec 28 09:17:44 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2009/05/19 08:59:10 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2009/12/28 09:17:44 obache Exp $
 #
 DISTNAME=      libFoundation-1.1.7-r168
 PKGNAME=       ${DISTNAME:S/-r/./}
+PKGREVISION=   1
 CATEGORIES=    devel gnustep
 MASTER_SITES=  http://download.opengroupware.org/nightly/sources/releases/
 
diff -r 03f6fca9a3cf -r af5ecdf6469b devel/libFoundation/PLIST
--- a/devel/libFoundation/PLIST Mon Dec 28 08:49:35 2009 +0000
+++ b/devel/libFoundation/PLIST Mon Dec 28 09:17:44 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2009/06/14 18:48:13 joerg Exp $
+@comment $NetBSD: PLIST,v 1.6 2009/12/28 09:17:44 obache Exp $
 include/libFoundation/Foundation/Foundation.h
 include/libFoundation/Foundation/NSAccount.h
 include/libFoundation/Foundation/NSAllocDebugZone.h
@@ -111,8 +111,8 @@
 include/libFoundation/extensions/exceptions/NSCoderExceptions.h
 include/libFoundation/extensions/objc-runtime.h
 include/libFoundation/extensions/support.h
-include/libFoundation/${MACHINE_ARCH}/${LOWER_OPSYS}/GNU/lfmemory.h
-include/libFoundation/${MACHINE_ARCH}/${LOWER_OPSYS}/GNU/real_exception_file.h
+include/libFoundation/${GNUSTEP_HOST_CPU}/${LIBF_HOST_OS}/GNU/lfmemory.h
+include/libFoundation/${GNUSTEP_HOST_CPU}/${LIBF_HOST_OS}/GNU/real_exception_file.h
 lib/GNUstep/Libraries/${PKGNAME}/Resources/libFoundation/CharacterSets/alphanumericCharacterSet.bitmap
 lib/GNUstep/Libraries/${PKGNAME}/Resources/libFoundation/CharacterSets/controlCharacterSet.bitmap
 lib/GNUstep/Libraries/${PKGNAME}/Resources/libFoundation/CharacterSets/decimalDigitCharacterSet.bitmap



Home | Main Index | Thread Index | Old Index