diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-23 06:12:00 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-23 06:12:00 +0000 |
commit | 2060cfc32382d8d33aa03095919b154f98aae62d (patch) | |
tree | 9095ace5d89b4e50c5ea9f967e08fe543c4fdc2d /x11-toolkits | |
parent | 44c6751d3e5276332c70500184082d69e895f11b (diff) |
aRetire this port. It has served its purpose, and now everything that
required it uses libgnomeprint.
Notes
Notes:
svn path=/head/; revision=105005
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/libgnomeprintui20/Makefile | 33 | ||||
-rw-r--r-- | x11-toolkits/libgnomeprintui20/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/libgnomeprintui20/files/patch-ltmain.sh | 45 | ||||
-rw-r--r-- | x11-toolkits/libgnomeprintui20/pkg-descr | 4 | ||||
-rw-r--r-- | x11-toolkits/libgnomeprintui20/pkg-plist | 40 |
6 files changed, 0 insertions, 125 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 14a96b41202a..93f833923f11 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -104,7 +104,6 @@ SUBDIR += libbonobouimm SUBDIR += libgail-gnome SUBDIR += libgnomeprintui - SUBDIR += libgnomeprintui20 SUBDIR += libgnomeui SUBDIR += libgnomeuimm SUBDIR += libgtkeditor diff --git a/x11-toolkits/libgnomeprintui20/Makefile b/x11-toolkits/libgnomeprintui20/Makefile deleted file mode 100644 index 8e060451e72b..000000000000 --- a/x11-toolkits/libgnomeprintui20/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: libgnomeprintui -# Date created: 12 April 2002 -# Whom: Maxim Sobolev <sobomax@FreBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libgnomeprintui -PORTVERSION= 1.116.3 -PORTREVISION= 1 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.116 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gnome print support library - -LIB_DEPENDS= gnomeprint-2.0:${PORTSDIR}/print/libgnomeprint20 - -LATEST_LINK= libgnomeprintui20 -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_XPM= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack libgnomecanvas -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -USE_BISON= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -.include <bsd.port.mk> diff --git a/x11-toolkits/libgnomeprintui20/distinfo b/x11-toolkits/libgnomeprintui20/distinfo deleted file mode 100644 index f49181027dcd..000000000000 --- a/x11-toolkits/libgnomeprintui20/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/libgnomeprintui-1.116.3.tar.bz2) = 4db8d9c405ab9717861463b333c01366 -SIZE (gnome2/libgnomeprintui-1.116.3.tar.bz2) = 329670 diff --git a/x11-toolkits/libgnomeprintui20/files/patch-ltmain.sh b/x11-toolkits/libgnomeprintui20/files/patch-ltmain.sh deleted file mode 100644 index ca6be97342e5..000000000000 --- a/x11-toolkits/libgnomeprintui20/files/patch-ltmain.sh +++ /dev/null @@ -1,45 +0,0 @@ - -$FreeBSD: /tmp/pcvs/ports/x11-toolkits/libgnomeprintui20/files/Attic/patch-ltmain.sh,v 1.1 2003-02-20 18:33:13 marcus Exp $ - ---- ltmain.sh.orig Wed Jan 23 11:38:40 2002 -+++ ltmain.sh Sun Feb 3 01:44:17 2002 -@@ -1037,8 +1037,16 @@ - continue - ;; - -+ -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_flags="$compiler_flags -pthread" -+ continue -+ ;; -+ - -module) - module=yes -+ build_old_libs=no - continue - ;; - -@@ -2412,6 +2420,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4179,10 +4190,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/x11-toolkits/libgnomeprintui20/pkg-descr b/x11-toolkits/libgnomeprintui20/pkg-descr deleted file mode 100644 index f7ae47f42231..000000000000 --- a/x11-toolkits/libgnomeprintui20/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is a prototype implementation of the Gnome Printing Architecture, -as described in: - -WWW: http://www.gnome.org/projects/gnome-print/ diff --git a/x11-toolkits/libgnomeprintui20/pkg-plist b/x11-toolkits/libgnomeprintui20/pkg-plist deleted file mode 100644 index 07649de3e14a..000000000000 --- a/x11-toolkits/libgnomeprintui20/pkg-plist +++ /dev/null @@ -1,40 +0,0 @@ -include/libgnomeprintui-2.0/libgnomeprintui/gnome-font-dialog.h -include/libgnomeprintui-2.0/libgnomeprintui/gnome-print-copies.h -include/libgnomeprintui-2.0/libgnomeprintui/gnome-print-dialog.h -include/libgnomeprintui-2.0/libgnomeprintui/gnome-print-master-preview.h -include/libgnomeprintui-2.0/libgnomeprintui/gnome-print-paper-selector.h -include/libgnomeprintui-2.0/libgnomeprintui/gnome-print-preview.h -include/libgnomeprintui-2.0/libgnomeprintui/gnome-printer-dialog.h -lib/libgnomeprintui-2.a -lib/libgnomeprintui-2.so -lib/libgnomeprintui-2.so.0 -libdata/pkgconfig/libgnomeprintui-2.0.pc -share/locale/am/LC_MESSAGES/libgnomeprintui.mo -share/locale/az/LC_MESSAGES/libgnomeprintui.mo -share/locale/be/LC_MESSAGES/libgnomeprintui.mo -share/locale/bg/LC_MESSAGES/libgnomeprintui.mo -share/locale/ca/LC_MESSAGES/libgnomeprintui.mo -share/locale/cs/LC_MESSAGES/libgnomeprintui.mo -share/locale/da/LC_MESSAGES/libgnomeprintui.mo -share/locale/de/LC_MESSAGES/libgnomeprintui.mo -share/locale/el/LC_MESSAGES/libgnomeprintui.mo -share/locale/es/LC_MESSAGES/libgnomeprintui.mo -share/locale/et/LC_MESSAGES/libgnomeprintui.mo -share/locale/eu/LC_MESSAGES/libgnomeprintui.mo -share/locale/hi/LC_MESSAGES/libgnomeprintui.mo -share/locale/ko/LC_MESSAGES/libgnomeprintui.mo -share/locale/lv/LC_MESSAGES/libgnomeprintui.mo -share/locale/ms/LC_MESSAGES/libgnomeprintui.mo -share/locale/pl/LC_MESSAGES/libgnomeprintui.mo -share/locale/pt/LC_MESSAGES/libgnomeprintui.mo -share/locale/ro/LC_MESSAGES/libgnomeprintui.mo -share/locale/ru/LC_MESSAGES/libgnomeprintui.mo -share/locale/sl/LC_MESSAGES/libgnomeprintui.mo -share/locale/sv/LC_MESSAGES/libgnomeprintui.mo -share/locale/ta/LC_MESSAGES/libgnomeprintui.mo -share/locale/vi/LC_MESSAGES/libgnomeprintui.mo -share/locale/wa/LC_MESSAGES/libgnomeprintui.mo -share/locale/zh_CN/LC_MESSAGES/libgnomeprintui.mo -share/locale/zh_TW/LC_MESSAGES/libgnomeprintui.mo -@dirrm include/libgnomeprintui-2.0/libgnomeprintui -@dirrm include/libgnomeprintui-2.0 |