summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gal/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-10-11 14:40:50 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-10-11 14:40:50 +0800
commit3ed077c0a06932b9269c6f9050a6c0e1cbc6749d (patch)
treeaf7af22f037c707810b8f65b234af996b01e2b64 /x11-toolkits/gal/files
parent732f28418bfc914250f7663603b3e79ccb2c91db (diff)
downloadmarcuscom-ports-3ed077c0a06932b9269c6f9050a6c0e1cbc6749d.tar
marcuscom-ports-3ed077c0a06932b9269c6f9050a6c0e1cbc6749d.tar.gz
marcuscom-ports-3ed077c0a06932b9269c6f9050a6c0e1cbc6749d.tar.bz2
marcuscom-ports-3ed077c0a06932b9269c6f9050a6c0e1cbc6749d.tar.lz
marcuscom-ports-3ed077c0a06932b9269c6f9050a6c0e1cbc6749d.tar.xz
marcuscom-ports-3ed077c0a06932b9269c6f9050a6c0e1cbc6749d.tar.zst
marcuscom-ports-3ed077c0a06932b9269c6f9050a6c0e1cbc6749d.zip
Add gal.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@60 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gal/files')
-rw-r--r--x11-toolkits/gal/files/patch-ab17
-rw-r--r--x11-toolkits/gal/files/patch-configure13
-rw-r--r--x11-toolkits/gal/files/patch-po::Makefile.in.in14
3 files changed, 44 insertions, 0 deletions
diff --git a/x11-toolkits/gal/files/patch-ab b/x11-toolkits/gal/files/patch-ab
new file mode 100644
index 000000000..2c4100dab
--- /dev/null
+++ b/x11-toolkits/gal/files/patch-ab
@@ -0,0 +1,17 @@
+
+$FreeBSD: ports/x11-toolkits/gal/files/patch-ab,v 1.2 2001/10/01 06:38:06 sobomax Exp $
+
+--- Makefile.in.orig Fri Sep 28 12:30:28 2001
++++ Makefile.in Fri Sep 28 12:37:31 2001
+@@ -141,9 +141,9 @@
+ gnomelocaledir = @gnomelocaledir@
+ l = @l@
+
+-SUBDIRS = gal po intl tests docs art
++SUBDIRS = gal po intl 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
diff --git a/x11-toolkits/gal/files/patch-configure b/x11-toolkits/gal/files/patch-configure
new file mode 100644
index 000000000..655479d13
--- /dev/null
+++ b/x11-toolkits/gal/files/patch-configure
@@ -0,0 +1,13 @@
+
+$FreeBSD: ports/x11-toolkits/gal/files/patch-configure,v 1.1 2002/05/01 20:23:02 sobomax Exp $
+
+--- configure 2002/05/01 01:51:44 1.1
++++ configure 2002/05/01 01:52:07
+@@ -5704,6 +5704,7 @@
+
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/x11-toolkits/gal/files/patch-po::Makefile.in.in b/x11-toolkits/gal/files/patch-po::Makefile.in.in
new file mode 100644
index 000000000..66b40f354
--- /dev/null
+++ b/x11-toolkits/gal/files/patch-po::Makefile.in.in
@@ -0,0 +1,14 @@
+
+$FreeBSD: ports/x11-toolkits/gal/files/patch-po::Makefile.in.in,v 1.1 2002/01/13 19:21:34 sobomax Exp $
+
+--- 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 \