diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-19 03:12:45 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-19 03:12:45 +0800 |
commit | 768900dddc2adb5bd0af6b3e0d59654dc71d2e9b (patch) | |
tree | b6e12b7f558af77dfbd52ab89a84489c127fc85b /graphics/gpdf/files | |
parent | 2fba1a2d8eb914d118a18389a4efb30f38717605 (diff) | |
download | marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar.gz marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar.bz2 marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar.lz marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar.xz marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.tar.zst marcuscom-ports-768900dddc2adb5bd0af6b3e0d59654dc71d2e9b.zip |
Remove these ports now that they have been merged into the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1225 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gpdf/files')
-rw-r--r-- | graphics/gpdf/files/patch-configure | 10 | ||||
-rw-r--r-- | graphics/gpdf/files/patch-xpdf_gpdf-link-canvas-item.cc | 11 | ||||
-rw-r--r-- | graphics/gpdf/files/patch-xpdf_gpdf-links-canvas-layer.cc | 11 |
3 files changed, 0 insertions, 32 deletions
diff --git a/graphics/gpdf/files/patch-configure b/graphics/gpdf/files/patch-configure deleted file mode 100644 index f195f07b4..000000000 --- a/graphics/gpdf/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Wed Dec 11 18:31:51 2002 -+++ configure Thu Dec 12 12:07:17 2002 -@@ -7414,6 +7414,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/graphics/gpdf/files/patch-xpdf_gpdf-link-canvas-item.cc b/graphics/gpdf/files/patch-xpdf_gpdf-link-canvas-item.cc deleted file mode 100644 index 18497bb5e..000000000 --- a/graphics/gpdf/files/patch-xpdf_gpdf-link-canvas-item.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- xpdf/gpdf-link-canvas-item.cc.orig Fri May 23 23:04:01 2003 -+++ xpdf/gpdf-link-canvas-item.cc Sat May 24 00:15:18 2003 -@@ -33,6 +33,8 @@ - - BEGIN_EXTERN_C - -+#define G_STRLOC __FILE__ ":" G_STRINGIFY (__LINE__) -+ - struct _GPdfLinkCanvasItemPrivate { - Link *link; - }; diff --git a/graphics/gpdf/files/patch-xpdf_gpdf-links-canvas-layer.cc b/graphics/gpdf/files/patch-xpdf_gpdf-links-canvas-layer.cc deleted file mode 100644 index aea0001c7..000000000 --- a/graphics/gpdf/files/patch-xpdf_gpdf-links-canvas-layer.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- xpdf/gpdf-links-canvas-layer.cc.orig Sat May 24 00:17:29 2003 -+++ xpdf/gpdf-links-canvas-layer.cc Sat May 24 00:17:46 2003 -@@ -42,6 +42,8 @@ - - BEGIN_EXTERN_C - -+#define G_STRLOC __FILE__ ":" G_STRINGIFY (__LINE__) -+ - struct _GPdfLinksCanvasLayerPrivate { - Links *links; - }; |