summaryrefslogtreecommitdiff
path: root/devel/libgtop2/files/patch-ab
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-08 22:19:41 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-08 22:19:41 +0000
commit16293c12a65fda3e1398f0c59e17263f28fa0589 (patch)
treee5f9fa7303e93b0a93abff536a62f651b856fd5b /devel/libgtop2/files/patch-ab
parentAdding gnomegames2 after repo commit from gnomegames. This is the games (diff)
Add libgtop2 after repo copy from libgtop. This is the GNU top API for
GNOME 2.0.
Notes
Notes: svn path=/head/; revision=58760
Diffstat (limited to 'devel/libgtop2/files/patch-ab')
-rw-r--r--devel/libgtop2/files/patch-ab31
1 files changed, 5 insertions, 26 deletions
diff --git a/devel/libgtop2/files/patch-ab b/devel/libgtop2/files/patch-ab
index 6c8bb313de70..9c88c62bc771 100644
--- a/devel/libgtop2/files/patch-ab
+++ b/devel/libgtop2/files/patch-ab
@@ -1,32 +1,11 @@
-
-$FreeBSD$
-
---- Makefile.in.orig Mon Jan 28 16:22:04 2002
-+++ Makefile.in Mon Jan 28 16:23:07 2002
-@@ -193,7 +193,7 @@
- EXTRA_DIST = autogen.sh libgtop.spec.in copyright.txt libgtopConf.sh.in LIBGTOP-VERSION features.def libgtop-config.in RELNOTES-0.25 RELNOTES-1.0 RELNOTES-1.0.x libgtop-sysdeps.m4 README libgtop-mirror.sh
-
-
--confexecdir = $(libdir)
-+confexecdir = $(sysconfdir)
- confexec_DATA = $(top_builddir)/libgtopConf.sh $(top_builddir)/libgtop-features.def
-
-
-@@ -565,7 +565,7 @@
+--- Makefile.in.orig Mon Apr 29 12:00:07 2002
++++ Makefile.in Mon Apr 29 12:00:24 2002
+@@ -503,7 +503,7 @@
$(top_srcdir)/aclocal.m4: libgtop-sysdeps.m4 LIBGTOP-VERSION
libgtopConf.sh: libgtopConf.sh.in Makefile
- sed -e 's#\@LIBGTOP_LIBDIR\@#$(libdir)#g' \
-+ sed -e 's#\@LIBGTOP_LIBDIR\@#$(confexecdir)#g' \
- -e 's#\@LIBGTOP_INCLUDEDIR\@#$(includedir)/libgtop-1.0#g' \
++ sed -e 's#\@LIBGTOP_LIBDIR\@#$(sysconfdir)#g' \
+ -e 's#\@LIBGTOP_INCLUDEDIR\@#$(includedir)/libgtop-2.0#g' \
-e 's#\@LIBGTOP_DATADIR\@#$(datadir)#g' \
-e 's#\@LIBGTOP_EXTRA_LIBS\@#$(LIBGTOP_EXTRA_LIBS)#g' \
-@@ -594,7 +594,7 @@
- && mv libgtopConf.tmp libgtopConf.sh
-
- libgtop-config: libgtop-config.in Makefile
-- sed -e 's#\@LIBGTOP_LIBDIR\@#$(libdir)#g' \
-+ sed -e 's#\@LIBGTOP_LIBDIR\@#$(confexecdir)#g' \
- < $(srcdir)/libgtop-config.in > libgtop-config.tmp \
- && mv libgtop-config.tmp libgtop-config && \
- chmod 755 libgtop-config