aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gal2/files
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gal2/files')
-rw-r--r--x11-toolkits/gal2/files/patch-ab22
-rw-r--r--x11-toolkits/gal2/files/patch-configure9
-rw-r--r--x11-toolkits/gal2/files/patch-po::Makefile.in.in14
3 files changed, 11 insertions, 34 deletions
diff --git a/x11-toolkits/gal2/files/patch-ab b/x11-toolkits/gal2/files/patch-ab
index 62d17daa6e7c..afb0bf27a3fa 100644
--- a/x11-toolkits/gal2/files/patch-ab
+++ b/x11-toolkits/gal2/files/patch-ab
@@ -1,17 +1,11 @@
-
-$FreeBSD$
-
---- Makefile.in.orig Fri Sep 28 12:30:28 2001
-+++ Makefile.in Fri Sep 28 12:37:31 2001
-@@ -141,9 +141,9 @@
+--- Makefile.in.orig Sun Aug 25 23:54:37 2002
++++ Makefile.in Sun Aug 25 23:54:47 2002
+@@ -129,7 +129,7 @@
+ cxxflags_set = @cxxflags_set@
gnomelocaledir = @gnomelocaledir@
- l = @l@
--SUBDIRS = gal po intl tests docs art
-+SUBDIRS = gal po intl docs art
+-SUBDIRS = gal tests docs art
++SUBDIRS = gal docs art
--confexecdir = $(libdir)
-+confexecdir = $(sysconfdir)
- confexec_DATA = galConf.sh
-
- EXTRA_DIST = gal.spec.in galConf.sh.in MAINTAINERS AUTHORS xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in
+ pkgconfigdir = $(prefix)/libdata/pkgconfig
+ pkgconfig_DATA = gal-2.0.pc
diff --git a/x11-toolkits/gal2/files/patch-configure b/x11-toolkits/gal2/files/patch-configure
index 08fc564a6a1f..97aea5b88117 100644
--- a/x11-toolkits/gal2/files/patch-configure
+++ b/x11-toolkits/gal2/files/patch-configure
@@ -1,9 +1,6 @@
-
-$FreeBSD$
-
---- configure 2002/05/01 01:51:44 1.1
-+++ configure 2002/05/01 01:52:07
-@@ -5704,6 +5704,7 @@
+--- configure.orig Mon Aug 26 00:06:18 2002
++++ configure Mon Aug 26 00:06:32 2002
+@@ -8242,6 +8242,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
diff --git a/x11-toolkits/gal2/files/patch-po::Makefile.in.in b/x11-toolkits/gal2/files/patch-po::Makefile.in.in
deleted file mode 100644
index 4b62b94bc987..000000000000
--- a/x11-toolkits/gal2/files/patch-po::Makefile.in.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- po/Makefile.in.in 2002/01/13 15:56:57 1.1
-+++ po/Makefile.in.in 2002/01/13 15:57:15
-@@ -106,7 +106,7 @@
- @catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
-- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
-+ lang=`echo $$cat | sed 's/\.mo$$//'`; \
- dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
- if test -r $$cat; then \