Skip to Content.
Please activate JavaScript in your web browser
List archive
Re: [SM-Commit] GIT changes to master grimoire by Robin Cook (0bd9ee3faaa2c1816a945044c02d35c37d14bc6d)
Chronological
Thread
<
Chronological
>
<
Thread
>
From
: seth AT swoolley.homeip.net
To
: Robin Cook <rcook AT wyrms.net>
Cc
: sm-commit AT lists.ibiblio.org
Subject
: Re: [SM-Commit] GIT changes to master grimoire by Robin Cook (0bd9ee3faaa2c1816a945044c02d35c37d14bc6d)
Date
: Sun, 23 Jul 2006 21:49:32 -0700
To fix a build issue caused by one spell, you're going to give every
user an extra environment variable.
Isn't that a bit overkill?
Seth
On Sun, Jul 23, 2006 at 09:17:46AM -0500, Robin Cook wrote:
>
GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:
>
>
devel/pkgconfig/HISTORY | 3 +++
>
devel/pkgconfig/INSTALL | 7 +++++++
>
devel/pkgconfig/profile.d/pkgconfig.sh | 8 ++++++++
>
3 files changed, 18 insertions(+)
>
>
New commits:
>
commit 0bd9ee3faaa2c1816a945044c02d35c37d14bc6d
>
Author: Robin Cook <rcook AT wyrms.net>
>
Commit: Robin Cook <rcook AT wyrms.net>
>
>
pkgconfig: adde INSTALL to install a profile.d script
>
>
commit 1133fbc849e6ae4590adb6c799fdd5ab99a0faff
>
Author: Robin Cook <rcook AT wyrms.net>
>
Commit: Robin Cook <rcook AT wyrms.net>
>
>
Revert "gnucash: deleted from gnome1-apps"
>
>
This reverts d28281341c9cb6fdfc68d1a1dfb885ec2cc40669 commit.
>
>
gnucash: reverting since gnucash2 was created
>
>
commit d28281341c9cb6fdfc68d1a1dfb885ec2cc40669
>
Author: Robin Cook <rcook AT wyrms.net>
>
Commit: Robin Cook <rcook AT wyrms.net>
>
>
gnucash: deleted from gnome1-apps
>
>
diff --git a/devel/pkgconfig/HISTORY b/devel/pkgconfig/HISTORY
>
index eba7032..b90f871 100644
>
--- a/devel/pkgconfig/HISTORY
>
+++ b/devel/pkgconfig/HISTORY
>
@@ -1,3 +1,6 @@
>
+2006-07-23 Robin Cook <rcook AT wyrms.net>
>
+ * INSTALL: added to install profile.d stript
>
+
>
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
>
* DETAILS: (automated) Add KEYWORDS
>
>
diff --git a/devel/pkgconfig/INSTALL b/devel/pkgconfig/INSTALL
>
new file mode 100644
>
index 0000000..f0f14a1
>
--- /dev/null
>
+++ b/devel/pkgconfig/INSTALL
>
@@ -0,0 +1,7 @@
>
+default_install &&
>
+
>
+if install_config_file ${SCRIPT_DIRECTORY}/profile.d/pkgconfig.sh \
>
+ ${INSTALL_ROOT}/etc/profile.d/pkgconfig.sh; then
>
+ chmod 0755 ${INSTALL_ROOT}/etc/profile.d/pkgconfig.sh
>
+fi
>
+
>
diff --git a/devel/pkgconfig/profile.d/pkgconfig.sh
>
b/devel/pkgconfig/profile.d/pkgconfig.sh
>
new file mode 100644
>
index 0000000..1010cfb
>
--- /dev/null
>
+++ b/devel/pkgconfig/profile.d/pkgconfig.sh
>
@@ -0,0 +1,8 @@
>
+#!/bin/bash
>
+# First check if this variable is already set
>
+# then if not set, check it (maybe), then set it
>
+
>
+if [ -z "$PKG_CONFIG_PATH" ] ; then
>
+ PKG_CONFIG_PATH="/usr/lib/pkgconfig:/usr/share/pkgconfig"
>
+fi
>
+export PKG_CONFIG_PATH
>
_______________________________________________
>
SM-Commit mailing list
>
SM-Commit AT lists.ibiblio.org
>
http://lists.ibiblio.org/mailman/listinfo/sm-commit
[SM-Commit] GIT changes to master grimoire by Robin Cook (0bd9ee3faaa2c1816a945044c02d35c37d14bc6d)
,
Robin Cook, 07/23/2006
Re: [SM-Commit] GIT changes to master grimoire by Robin Cook (0bd9ee3faaa2c1816a945044c02d35c37d14bc6d)
,
seth, 07/24/2006
Archive powered by
MHonArc 2.6.24
.