summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gal/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-12-01 04:58:37 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-12-01 04:58:37 +0800
commitb91c0394eb73444a291111fb2e2ef056bd214362 (patch)
treedf08222aaea0bd7c6db2c57080b658b80e95764a /x11-toolkits/gal/files
parentdc79f51c477a6ce35d36bee325e48a51fee5bcdd (diff)
downloadmarcuscom-ports-b91c0394eb73444a291111fb2e2ef056bd214362.tar
marcuscom-ports-b91c0394eb73444a291111fb2e2ef056bd214362.tar.gz
marcuscom-ports-b91c0394eb73444a291111fb2e2ef056bd214362.tar.bz2
marcuscom-ports-b91c0394eb73444a291111fb2e2ef056bd214362.tar.lz
marcuscom-ports-b91c0394eb73444a291111fb2e2ef056bd214362.tar.xz
marcuscom-ports-b91c0394eb73444a291111fb2e2ef056bd214362.tar.zst
marcuscom-ports-b91c0394eb73444a291111fb2e2ef056bd214362.zip
Remove gal. It's now in the FreeBSD tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@205 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gal/files')
-rw-r--r--x11-toolkits/gal/files/patch-ab14
-rw-r--r--x11-toolkits/gal/files/patch-configure13
-rw-r--r--x11-toolkits/gal/files/patch-po::Makefile.in.in14
3 files changed, 0 insertions, 41 deletions
diff --git a/x11-toolkits/gal/files/patch-ab b/x11-toolkits/gal/files/patch-ab
deleted file mode 100644
index d99efe8f0..000000000
--- a/x11-toolkits/gal/files/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
---- Makefile.in.orig Tue Oct 15 16:51:17 2002
-+++ Makefile.in Tue Oct 15 16:52:07 2002
-@@ -154,9 +154,9 @@
- gnomelocaledir = @gnomelocaledir@
- l = @l@
-
--SUBDIRS = gal po intl tests docs art macros
-+SUBDIRS = gal po intl docs art macros
-
--confexecdir = $(libdir)
-+confexecdir = $(sysconfdir)
- confexec_DATA = galConf.sh
-
- EXTRA_DIST = \
diff --git a/x11-toolkits/gal/files/patch-configure b/x11-toolkits/gal/files/patch-configure
deleted file mode 100644
index 655479d13..000000000
--- a/x11-toolkits/gal/files/patch-configure
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$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
deleted file mode 100644
index 66b40f354..000000000
--- a/x11-toolkits/gal/files/patch-po::Makefile.in.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$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 \