summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gal2/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-25 11:12:16 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-25 11:12:16 +0800
commit05b3bc101de5b08ce562f8940f901a26786dc43b (patch)
treec5c96b00bb17937c6ac2f601aa61554b3a8e383f /x11-toolkits/gal2/files
parent0ca896cd18273cd8632bd5ede3b0f8e3820c557e (diff)
downloadmarcuscom-ports-05b3bc101de5b08ce562f8940f901a26786dc43b.tar
marcuscom-ports-05b3bc101de5b08ce562f8940f901a26786dc43b.tar.gz
marcuscom-ports-05b3bc101de5b08ce562f8940f901a26786dc43b.tar.bz2
marcuscom-ports-05b3bc101de5b08ce562f8940f901a26786dc43b.tar.lz
marcuscom-ports-05b3bc101de5b08ce562f8940f901a26786dc43b.tar.xz
marcuscom-ports-05b3bc101de5b08ce562f8940f901a26786dc43b.tar.zst
marcuscom-ports-05b3bc101de5b08ce562f8940f901a26786dc43b.zip
Remove gal2 now that it has been merged into the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1257 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gal2/files')
-rw-r--r--x11-toolkits/gal2/files/patch-ab11
-rw-r--r--x11-toolkits/gal2/files/patch-configure10
-rw-r--r--x11-toolkits/gal2/files/patch-gal_e-table_e-table-group.c11
3 files changed, 0 insertions, 32 deletions
diff --git a/x11-toolkits/gal2/files/patch-ab b/x11-toolkits/gal2/files/patch-ab
deleted file mode 100644
index dfae58813..000000000
--- a/x11-toolkits/gal2/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Wed Jun 11 00:44:55 2003
-+++ Makefile.in Wed Jun 11 00:45:19 2003
-@@ -138,7 +138,7 @@
- cxxflags_set = @cxxflags_set@
- gnomelocaledir = @gnomelocaledir@
- install_sh = @install_sh@
--SUBDIRS = po gal tests docs art
-+SUBDIRS = po gal docs art
-
- 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
deleted file mode 100644
index 97aea5b88..000000000
--- a/x11-toolkits/gal2/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/x11-toolkits/gal2/files/patch-gal_e-table_e-table-group.c b/x11-toolkits/gal2/files/patch-gal_e-table_e-table-group.c
deleted file mode 100644
index 4ddea93df..000000000
--- a/x11-toolkits/gal2/files/patch-gal_e-table_e-table-group.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- gal/e-table/e-table-group.c.orig Mon Feb 17 14:23:16 2003
-+++ gal/e-table/e-table-group.c Wed Mar 12 22:13:38 2003
-@@ -136,7 +136,7 @@
- g_object_ref (etg->model);
- g_object_set (G_OBJECT (etg),
- "parent", parent,
-- NULL);
-+ (void*)0);
- }
-
- /**