diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 09:41:24 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 09:41:24 +0800 |
commit | 2c04e2178d3ccce17af9d227a165f4025e1baf27 (patch) | |
tree | a95d6ef7b169e6753fca6a89006355f69851345e /graphics/poppler/files | |
parent | 97baa1cd09aa858ef3a8e9ad473cc43e7dcacebb (diff) | |
download | marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.gz marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.bz2 marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.lz marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.xz marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.zst marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.zip |
Remove these ports now that they are in the ports tree.
Next stop, GNOME 2.15.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6155 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/poppler/files')
-rw-r--r-- | graphics/poppler/files/patch-configure | 11 | ||||
-rw-r--r-- | graphics/poppler/files/patch-glib_Makefile.in | 37 | ||||
-rw-r--r-- | graphics/poppler/files/patch-qt_Makefile.in | 39 |
3 files changed, 0 insertions, 87 deletions
diff --git a/graphics/poppler/files/patch-configure b/graphics/poppler/files/patch-configure deleted file mode 100644 index 72b0d9459..000000000 --- a/graphics/poppler/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Wed Apr 12 12:53:56 2006 -+++ configure Wed Apr 12 13:06:36 2006 -@@ -24849,7 +24849,7 @@ - fi - fi - --if test "x$have_qt" == "xyes"; then -+if test "x$have_qt" = "xyes"; then - POPPLER_QT_CXXFLAGS="-I$qt_incdir" - POPPLER_QT_LIBS="$qt_libdir/$qt_test_library" - : diff --git a/graphics/poppler/files/patch-glib_Makefile.in b/graphics/poppler/files/patch-glib_Makefile.in deleted file mode 100644 index 111a8521c..000000000 --- a/graphics/poppler/files/patch-glib_Makefile.in +++ /dev/null @@ -1,37 +0,0 @@ ---- glib/Makefile.in.orig Wed Mar 8 20:40:26 2006 -+++ glib/Makefile.in Wed Mar 8 20:42:17 2006 -@@ -65,7 +65,6 @@ LTLIBRARIES = $(lib_LTLIBRARIES) - am__DEPENDENCIES_1 = - @BUILD_CAIRO_OUTPUT_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) - libpoppler_glib_la_DEPENDENCIES = \ -- $(top_builddir)/poppler/libpoppler.la \ - $(top_builddir)/poppler/libpoppler-cairo.la \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_2) -@@ -78,7 +77,7 @@ PROGRAMS = $(noinst_PROGRAMS) - am_test_poppler_glib_OBJECTS = test-poppler-glib.$(OBJEXT) - test_poppler_glib_OBJECTS = $(am_test_poppler_glib_OBJECTS) - test_poppler_glib_DEPENDENCIES = \ -- $(top_builddir)/poppler/libpoppler.la libpoppler-glib.la \ -+ $(top_builddir)/poppler/libpoppler-cairo.la libpoppler-glib.la \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_2) - DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/poppler -@@ -306,7 +305,7 @@ libpoppler_glib_la_SOURCES = \ - poppler-private.h - - libpoppler_glib_la_LIBADD = \ -- $(top_builddir)/poppler/libpoppler.la \ -+ -lpoppler \ - $(top_builddir)/poppler/libpoppler-cairo.la \ - $(POPPLER_GLIB_LIBS) \ - $(FREETYPE_LIBS) \ -@@ -317,7 +316,7 @@ test_poppler_glib_SOURCES = \ - test-poppler-glib.c - - test_poppler_glib_LDADD = \ -- $(top_builddir)/poppler/libpoppler.la \ -+ -lpoppler \ - libpoppler-glib.la \ - $(POPPLER_GLIB_LIBS) \ - $(FREETYPE_LIBS) \ diff --git a/graphics/poppler/files/patch-qt_Makefile.in b/graphics/poppler/files/patch-qt_Makefile.in deleted file mode 100644 index 29d9a5fa2..000000000 --- a/graphics/poppler/files/patch-qt_Makefile.in +++ /dev/null @@ -1,39 +0,0 @@ ---- qt/Makefile.in.orig Thu Jan 12 21:37:56 2006 -+++ qt/Makefile.in Thu Jan 12 21:38:47 2006 -@@ -63,16 +63,14 @@ - libLTLIBRARIES_INSTALL = $(INSTALL) - LTLIBRARIES = $(lib_LTLIBRARIES) - am__DEPENDENCIES_1 = --libpoppler_qt_la_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -- $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -+libpoppler_qt_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) - am_libpoppler_qt_la_OBJECTS = poppler-document.lo poppler-fontinfo.lo \ - poppler-page.lo poppler-page-transition.lo - libpoppler_qt_la_OBJECTS = $(am_libpoppler_qt_la_OBJECTS) - PROGRAMS = $(noinst_PROGRAMS) - am_test_poppler_qt_OBJECTS = test-poppler-qt.$(OBJEXT) - test_poppler_qt_OBJECTS = $(am_test_poppler_qt_OBJECTS) --test_poppler_qt_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \ -- libpoppler-qt.la $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) -+test_poppler_qt_DEPENDENCIES = libpoppler-qt.la $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) - DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/poppler - depcomp = $(SHELL) $(top_srcdir)/depcomp - am__depfiles_maybe = depfiles -@@ -273,7 +271,7 @@ - poppler-private.h - - libpoppler_qt_la_LIBADD = \ -- $(top_builddir)/poppler/libpoppler.la \ -+ -lpoppler \ - $(POPPLER_QT_LIBS) \ - $(FREETYPE_LIBS) - -@@ -281,7 +279,7 @@ - test-poppler-qt.cpp - - test_poppler_qt_LDADD = \ -- $(top_builddir)/poppler/libpoppler.la \ -+ -lpoppler \ - libpoppler-qt.la \ - $(POPPLER_QT_LIBS) \ - $(FREETYPE_LIBS) |