aboutsummaryrefslogtreecommitdiff
path: root/japanese/gnomelibs
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-28 18:54:14 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-28 18:54:14 +0000
commit5240709212a32ee1f70f29bb1e617262fc6e582b (patch)
tree5c5d47b21288d6f2b4d81a9cd9828da091e372c7 /japanese/gnomelibs
parent0e2a1366be1140853ae11dd6deb96ff03b1a3d70 (diff)
downloadports-5240709212a32ee1f70f29bb1e617262fc6e582b.tar.gz
ports-5240709212a32ee1f70f29bb1e617262fc6e582b.zip
Notes
Diffstat (limited to 'japanese/gnomelibs')
-rw-r--r--japanese/gnomelibs/Makefile43
-rw-r--r--japanese/gnomelibs/files/patch-aa21
-rw-r--r--japanese/gnomelibs/files/patch-ab11
-rw-r--r--japanese/gnomelibs/files/patch-ac20
4 files changed, 0 insertions, 95 deletions
diff --git a/japanese/gnomelibs/Makefile b/japanese/gnomelibs/Makefile
deleted file mode 100644
index b23dabe30889..000000000000
--- a/japanese/gnomelibs/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# New ports collection makefile for: Japanese gnome-libs
-# Date created: 28 October 2000
-# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-# This port does not work with another version of master port.
-#PORTVERSION= 1.4.1.3
-CATEGORIES= japanese x11 gnome
-
-MASTERDIR= ${.CURDIR}/../../x11/gnome-libs
-
-DEPRECATED= Broken on all supported versions of FreeBSD
-EXPIRATION_DATE=2007-03-10
-
-EXTRA_PATCHES= ${.CURDIR}/files/patch-*
-
-MAINTAINER= ports@FreeBSD.org
-
-PLIST= ${WRKDIR}/pkg-plist
-
-post-extract:
- ${ECHO_CMD} bin/gnome-libs-jp > ${PLIST}
- ${CAT} ${MASTERDIR}/pkg-plist >> ${PLIST}
-
-post-install:
- ${TOUCH} ${PREFIX}/bin/gnome-libs-jp
- ${CHMOD} 755 ${PREFIX}/bin/gnome-libs-jp
-
-# The following hackery is only necessary so that we can mark this
-# slave port, but not the master port, as broken on 5.x. Once that
-# is fixed, everything past this point except the line '.include
-# "${MASTERDIR}/Makefile' should be removed.
-BEFOREPORTMK= yes
-.include "${MASTERDIR}/Makefile"
-.undef BEFOREPORTMK
-
-.if ${OSVERSION} >= 500113
-BROKEN= "Does not compile on FreeBSD 5.X and above"
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/japanese/gnomelibs/files/patch-aa b/japanese/gnomelibs/files/patch-aa
deleted file mode 100644
index 4e81c73bc057..000000000000
--- a/japanese/gnomelibs/files/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
---- libgnomeui/gnome-druid-page-finish.c.orig Sat Jul 22 00:37:59 2000
-+++ libgnomeui/gnome-druid-page-finish.c Sun Oct 29 19:23:55 2000
-@@ -205,7 +205,8 @@
- gnome_canvas_text_get_type (),
- "text", druid_page_finish->title,
- "font", "-adobe-helvetica-bold-r-normal-*-*-180-*-*-p-*-iso8859-1",
-- "fontset", "-adobe-helvetica-bold-r-normal-*-*-180-*-*-p-*-iso8859-1,*-r-*",
-+ "fontset", "-misc-fixed-medium-r-normal--
-+14-*-*-*-*-*-*-*",
- NULL);
- druid_page_finish->text_item =
- gnome_canvas_item_new (gnome_canvas_root (GNOME_CANVAS (druid_page_finish->canvas)),
-@@ -213,7 +214,7 @@
- "text", druid_page_finish->text,
- "justification", GTK_JUSTIFY_LEFT,
- "font", "-adobe-helvetica-medium-r-normal-*-*-120-*-*-p-*-iso8859-1",
-- "fontset", "-adobe-helvetica-medium-r-normal-*-*-120-*-*-p-*-iso8859-1,*-r-*",
-+ "fontset", "-misc-fixed-medium-r-normal--14-*-*-*-*-*-*-*",
- NULL);
-
- gnome_druid_page_finish_configure_size (druid_page_finish, DRUID_PAGE_WIDTH, DRUID_PAGE_HEIGHT);
diff --git a/japanese/gnomelibs/files/patch-ab b/japanese/gnomelibs/files/patch-ab
deleted file mode 100644
index dadd5ed1e0ff..000000000000
--- a/japanese/gnomelibs/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- libgnomeui/gnome-druid-page-standard.c.orig Thu Nov 30 13:22:21 2000
-+++ libgnomeui/gnome-druid-page-standard.c Fri Aug 15 17:42:39 2003
-@@ -205,7 +205,7 @@
- gnome_canvas_text_get_type (),
- "text", druid_page_standard->title,
- "font", "-adobe-helvetica-bold-r-normal-*-*-180-*-*-p-*-iso8859-1",
-- "fontset", "-adobe-helvetica-bold-r-normal-*-*-180-*-*-p-*-iso8859-1,*-r-*",
-+ "fontset", "-misc-fixed-medium-r-normal--14-*-*-*-*-*-*-*",
- NULL);
- gnome_canvas_item_set (druid_page_standard->title_item,
- "x", 15.0,
diff --git a/japanese/gnomelibs/files/patch-ac b/japanese/gnomelibs/files/patch-ac
deleted file mode 100644
index 728f9de7b7ec..000000000000
--- a/japanese/gnomelibs/files/patch-ac
+++ /dev/null
@@ -1,20 +0,0 @@
---- libgnomeui/gnome-druid-page-start.c.orig Sun Oct 29 18:18:28 2000
-+++ libgnomeui/gnome-druid-page-start.c Sun Oct 29 18:19:43 2000
-@@ -214,7 +214,7 @@
- gnome_canvas_text_get_type (),
- "text", druid_page_start->title,
- "font", "-adobe-helvetica-bold-r-normal-*-*-180-*-*-p-*-iso8859-1",
-- "fontset", "-adobe-helvetica-bold-r-normal-*-*-180-*-*-p-*-iso8859-1,*-r-*",
-+ "fontset", "-misc-fixed-medium-r-normal--14-*-*-*-*-*-*-*",
- NULL);
-
- druid_page_start->text_item =
-@@ -223,7 +223,7 @@
- "text", druid_page_start->text,
- "justification", GTK_JUSTIFY_LEFT,
- "font", "-adobe-helvetica-medium-r-normal-*-*-120-*-*-p-*-iso8859-1",
-- "fontset", "-adobe-helvetica-medium-r-normal-*-*-120-*-*-p-*-iso8859-1,*-r-*",
-+ "fontset", "-misc-fixed-medium-r-normal--14-*-*-*-*-*-*-*",
- NULL);
-
- gnome_druid_page_start_configure_size (druid_page_start, DRUID_PAGE_WIDTH, DRUID_PAGE_HEIGHT);