pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/edcommon Use GNUSTEP_INSTALLATION_DOMAIN instead...
details: https://anonhg.NetBSD.org/pkgsrc/rev/87977aa579f8
branches: trunk
changeset: 546819:87977aa579f8
user: dholland <dholland%pkgsrc.org@localhost>
date: Mon Sep 08 06:21:31 2008 +0000
description:
Use GNUSTEP_INSTALLATION_DOMAIN instead of GNUSTEP_INSTALLATION_DIR.
Fixes a build problem, but not the only one; now it has the same problem
as devel/ProjectCenter.
diffstat:
devel/edcommon/distinfo | 3 ++-
devel/edcommon/patches/patch-ad | 14 ++++++++++++++
2 files changed, 16 insertions(+), 1 deletions(-)
diffs (32 lines):
diff -r 2bed8c828246 -r 87977aa579f8 devel/edcommon/distinfo
--- a/devel/edcommon/distinfo Mon Sep 08 06:01:57 2008 +0000
+++ b/devel/edcommon/distinfo Mon Sep 08 06:21:31 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2006/03/28 17:44:08 joerg Exp $
+$NetBSD: distinfo,v 1.4 2008/09/08 06:21:31 dholland Exp $
SHA1 (edcommon-32-s.tar.gz) = b189c4ff52ea4ef1cf5bcd65b5f0e7fd7da3e1a0
RMD160 (edcommon-32-s.tar.gz) = 3a55a14d3ea353fa1802852539535612c48f43db
@@ -6,3 +6,4 @@
SHA1 (patch-aa) = d6dc8e945e23eaf2c8d67649e611fdff79f56f42
SHA1 (patch-ab) = 0e140c1e2788f18ff414f2633fd549e84c922eef
SHA1 (patch-ac) = ffd773035a409768fa20ce698b25295294b0397e
+SHA1 (patch-ad) = 91e279217a2e40a39d9b5ec16a5a270ccfe787a4
diff -r 2bed8c828246 -r 87977aa579f8 devel/edcommon/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/edcommon/patches/patch-ad Mon Sep 08 06:21:31 2008 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ad,v 1.1 2008/09/08 06:21:31 dholland Exp $
+
+--- GNUmakefile~ 2002-08-16 14:12:43.000000000 -0400
++++ GNUmakefile 2008-09-08 02:18:49.000000000 -0400
+@@ -9,7 +9,8 @@ ifeq "$(GNUSTEP_SYSTEM_ROOT)" ""
+ else
+
+ # Install into the local root by default
+-GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_LOCAL_ROOT)
++#GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_LOCAL_ROOT)
++GNUSTEP_INSTALLATION_DOMAIN = LOCAL
+
+ include $(GNUSTEP_MAKEFILES)/common.make
+
Home |
Main Index |
Thread Index |
Old Index