aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-09-25 18:50:29 +0800
committersobomax <sobomax@FreeBSD.org>2002-09-25 18:50:29 +0800
commit4994138856a2816f7f78eb9ca68d035e64cb31da (patch)
treea01c41fffd97e82aef3aab50a75d61bb47dd3864 /devel
parent5c3be3a9fad8fabc604eaca88e906a4755c99c89 (diff)
downloadfreebsd-ports-gnome-4994138856a2816f7f78eb9ca68d035e64cb31da.tar.gz
freebsd-ports-gnome-4994138856a2816f7f78eb9ca68d035e64cb31da.tar.zst
freebsd-ports-gnome-4994138856a2816f7f78eb9ca68d035e64cb31da.zip
Time to kill,
I've had enough of long goodbyes, I've only got time to kill, I feel the fire in my eyes, I've only got time to kill...
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/gettext-old/Makefile32
-rw-r--r--devel/gettext-old/distinfo1
-rw-r--r--devel/gettext-old/files/patch-ad24
-rw-r--r--devel/gettext-old/files/patch-ae93
-rw-r--r--devel/gettext-old/files/patch-af10
-rw-r--r--devel/gettext-old/files/patch-ah11
-rw-r--r--devel/gettext-old/files/patch-ai12
-rw-r--r--devel/gettext-old/files/patch-ak11
-rw-r--r--devel/gettext-old/pkg-comment1
-rw-r--r--devel/gettext-old/pkg-descr5
-rw-r--r--devel/gettext-old/pkg-plist8
12 files changed, 0 insertions, 209 deletions
diff --git a/devel/Makefile b/devel/Makefile
index dd729c20a8ac..8f24436cdbd6 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -188,7 +188,6 @@
SUBDIR += gengameng
SUBDIR += gengetopt
SUBDIR += gettext
- SUBDIR += gettext-old
SUBDIR += getxml
SUBDIR += gide
SUBDIR += gindent
diff --git a/devel/gettext-old/Makefile b/devel/gettext-old/Makefile
deleted file mode 100644
index 8614740ae028..000000000000
--- a/devel/gettext-old/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: gettext
-# Date created: 16 March 1998
-# Whom: Yukihiro Nakai <Nakai@technologist.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gettext
-PORTVERSION= 0.10.35
-PORTREVISION= 2
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= gettext
-
-MAINTAINER= ports@FreeBSD.org
-
-#BROKEN= "De-orbit burn sequence initiated"
-
-USE_LIBTOOL= yes
-CONFIGURE_ARGS= --disable-shared
-
-pre-configure:
- ${RM} ${WRKSRC}/doc/gettext.info*
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/misc/gettextize \
- ${PREFIX}/bin/gettextize-old
-.for file in gettext msgcmp msgcomm msgfmt msgmerge msgunfmt xgettext
- ${INSTALL_PROGRAM} ${WRKSRC}/src/${file} ${PREFIX}/bin/${file}-old
-.endfor
-
-.include <bsd.port.mk>
diff --git a/devel/gettext-old/distinfo b/devel/gettext-old/distinfo
deleted file mode 100644
index c78c8247570c..000000000000
--- a/devel/gettext-old/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gettext-0.10.35.tar.gz) = f29d32b82217b9d89fcda66328752acc
diff --git a/devel/gettext-old/files/patch-ad b/devel/gettext-old/files/patch-ad
deleted file mode 100644
index 3a0c6f4c39f6..000000000000
--- a/devel/gettext-old/files/patch-ad
+++ /dev/null
@@ -1,24 +0,0 @@
---- misc/Makefile.in.orig Fri May 1 14:47:40 1998
-+++ misc/Makefile.in Thu Dec 3 20:11:52 1998
-@@ -164,10 +164,8 @@
- @list='$(lisp_LISP)'; for p in $$list; do \
- if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
- echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(lispdir)/$$p"; \
-- $(INSTALL_DATA) $$d$$p $(DESTDIR)$(lispdir)/$$p; \
- if test -f $${p}c; then \
- echo " $(INSTALL_DATA) $${p}c $(DESTDIR)$(lispdir)/$${p}c"; \
-- $(INSTALL_DATA) $${p}c $(DESTDIR)$(lispdir)/$${p}c; \
- else : ; fi; \
- done
-
---- doc/Makefile.in.orig Thu Dec 3 20:12:35 1998
-+++ doc/Makefile.in Thu Dec 3 20:12:51 1998
-@@ -79,7 +79,7 @@
- LIBOBJS = @LIBOBJS@
- LIBTOOL = @LIBTOOL@
- LN_S = @LN_S@
--MAKEINFO = @MAKEINFO@
-+MAKEINFO = @MAKEINFO@ --no-split
- MKINSTALLDIRS = @MKINSTALLDIRS@
- MSGFMT = @MSGFMT@
- NM = @NM@
diff --git a/devel/gettext-old/files/patch-ae b/devel/gettext-old/files/patch-ae
deleted file mode 100644
index 920d368fe4ed..000000000000
--- a/devel/gettext-old/files/patch-ae
+++ /dev/null
@@ -1,93 +0,0 @@
---- configure.orig Fri May 1 01:48:25 1998
-+++ configure Tue Jan 1 07:05:49 2002
-@@ -837,52 +837,52 @@
- # Run test in a subshell; some versions of sh will print an error if
- # an executable is not found, even if stderr is redirected.
- # Redirect stdin to placate older versions of autoconf. Sigh.
--if (aclocal --version) < /dev/null > /dev/null 2>&1; then
-- ACLOCAL=aclocal
-- echo "$ac_t""found" 1>&6
--else
-+#if (aclocal --version) < /dev/null > /dev/null 2>&1; then
-+# ACLOCAL=aclocal
-+# echo "$ac_t""found" 1>&6
-+#else
- ACLOCAL="$missing_dir/missing aclocal"
- echo "$ac_t""missing" 1>&6
--fi
-+#fi
-
- echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
- echo "configure:850: checking for working autoconf" >&5
- # Run test in a subshell; some versions of sh will print an error if
- # an executable is not found, even if stderr is redirected.
- # Redirect stdin to placate older versions of autoconf. Sigh.
--if (autoconf --version) < /dev/null > /dev/null 2>&1; then
-- AUTOCONF=autoconf
-- echo "$ac_t""found" 1>&6
--else
-+#if (autoconf --version) < /dev/null > /dev/null 2>&1; then
-+# AUTOCONF=autoconf
-+# echo "$ac_t""found" 1>&6
-+#else
- AUTOCONF="$missing_dir/missing autoconf"
- echo "$ac_t""missing" 1>&6
--fi
-+#fi
-
- echo $ac_n "checking for working automake""... $ac_c" 1>&6
- echo "configure:863: checking for working automake" >&5
- # Run test in a subshell; some versions of sh will print an error if
- # an executable is not found, even if stderr is redirected.
- # Redirect stdin to placate older versions of autoconf. Sigh.
--if (automake --version) < /dev/null > /dev/null 2>&1; then
-- AUTOMAKE=automake
-- echo "$ac_t""found" 1>&6
--else
-+#if (automake --version) < /dev/null > /dev/null 2>&1; then
-+# AUTOMAKE=automake
-+# echo "$ac_t""found" 1>&6
-+#else
- AUTOMAKE="$missing_dir/missing automake"
- echo "$ac_t""missing" 1>&6
--fi
-+#fi
-
- echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
- echo "configure:876: checking for working autoheader" >&5
- # Run test in a subshell; some versions of sh will print an error if
- # an executable is not found, even if stderr is redirected.
- # Redirect stdin to placate older versions of autoconf. Sigh.
--if (autoheader --version) < /dev/null > /dev/null 2>&1; then
-- AUTOHEADER=autoheader
-- echo "$ac_t""found" 1>&6
--else
-+#if (autoheader --version) < /dev/null > /dev/null 2>&1; then
-+# AUTOHEADER=autoheader
-+# echo "$ac_t""found" 1>&6
-+#else
- AUTOHEADER="$missing_dir/missing autoheader"
- echo "$ac_t""missing" 1>&6
--fi
-+#fi
-
- echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
- echo "configure:889: checking for working makeinfo" >&5
-@@ -3958,7 +3958,7 @@
- fi
-
-
-- l=
-+ l=l
-
-
- test -d po || mkdir po
-@@ -4004,7 +4004,7 @@
- ;;
- esac
- fi
--EMACS="$ac_cv_path_EMACS"
-+EMACS=no
- if test -n "$EMACS"; then
- echo "$ac_t""$EMACS" 1>&6
- else
diff --git a/devel/gettext-old/files/patch-af b/devel/gettext-old/files/patch-af
deleted file mode 100644
index 7da1ef001b32..000000000000
--- a/devel/gettext-old/files/patch-af
+++ /dev/null
@@ -1,10 +0,0 @@
---- misc/locale.alias.orig Sat Oct 19 23:40:54 1996
-+++ misc/locale.alias Thu Dec 3 20:11:52 1998
-@@ -40,6 +40,7 @@
- icelandic is_IS.ISO-8859-1
- italian it_CH.ISO-8859-1
- japanese ja_JP.EUC
-+korean ko_KR.EUC
- norwegian no_NO.ISO-8859-1
- polish pl_PL.ISO-8859-2
- portuguese pt_PT.ISO-8859-1
diff --git a/devel/gettext-old/files/patch-ah b/devel/gettext-old/files/patch-ah
deleted file mode 100644
index a45dc903c3b9..000000000000
--- a/devel/gettext-old/files/patch-ah
+++ /dev/null
@@ -1,11 +0,0 @@
---- intl/Makefile.in.orig Wed Feb 17 02:18:40 1999
-+++ intl/Makefile.in Wed Feb 17 02:30:13 1999
-@@ -119,7 +119,7 @@
- $(top_srcdir)/mkinstalldirs $(libdir) $(includedir); \
- fi; \
- $(INSTALL_DATA) intlh.inst $(includedir)/libintl.h; \
-- $(INSTALL_DATA) libintl.a $(libdir)/libintl.a; \
-+ $(LIBTOOL) --mode=install $(INSTALL) libintl.$la $(DESTDIR)$(libdir)/libintl.$la; \
- else \
- : ; \
- fi
diff --git a/devel/gettext-old/files/patch-ai b/devel/gettext-old/files/patch-ai
deleted file mode 100644
index 6a780fdd2d68..000000000000
--- a/devel/gettext-old/files/patch-ai
+++ /dev/null
@@ -1,12 +0,0 @@
---- m4/gettext.m4.orig Fri Dec 24 20:23:44 1999
-+++ m4/gettext.m4 Fri Dec 24 20:25:52 1999
-@@ -73,6 +73,9 @@
- INSTOBJEXT=.mo
- fi
- fi
-+ if test "$gt_cv_func_gettext_libintl" = "yes"; then
-+ INTLLIBS='-lintl'
-+ fi
- ])
-
- if test "$CATOBJEXT" = "NONE"; then
diff --git a/devel/gettext-old/files/patch-ak b/devel/gettext-old/files/patch-ak
deleted file mode 100644
index 3cc93a5361fd..000000000000
--- a/devel/gettext-old/files/patch-ak
+++ /dev/null
@@ -1,11 +0,0 @@
---- misc/po-mode.el.orig Sun Jan 23 22:35:10 2000
-+++ misc/po-mode.el Sun Jan 23 22:35:39 2000
-@@ -330,7 +330,7 @@
- :type 'face
- :group 'po)
-
--(defcustom po-gzip-uuencode-command "gzip -9 | uuencode -m"
-+(defcustom po-gzip-uuencode-command "gzip -9 | uuencode"
- "*The filter to use for preparing a mail invoice of the PO file.
- Normally \"gzip -9 | uuencode -m\", remove the -9 for lesser compression,
- or remove the -m if you are not using the GNU version of `uuencode'."
diff --git a/devel/gettext-old/pkg-comment b/devel/gettext-old/pkg-comment
deleted file mode 100644
index 03f01568ee37..000000000000
--- a/devel/gettext-old/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-GNU gettext package
diff --git a/devel/gettext-old/pkg-descr b/devel/gettext-old/pkg-descr
deleted file mode 100644
index 24fee26e0c26..000000000000
--- a/devel/gettext-old/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-This is the GNU gettext package. It is interesting for authors or
-maintainers of other packages or programs which they want to see
-internationalized. As one step the handling of messages in different
-languages should be implemented. For this task GNU gettext provides
-the needed tools and library functions.
diff --git a/devel/gettext-old/pkg-plist b/devel/gettext-old/pkg-plist
deleted file mode 100644
index 1b8771a44cb6..000000000000
--- a/devel/gettext-old/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-bin/gettext-old
-bin/gettextize-old
-bin/msgcmp-old
-bin/msgcomm-old
-bin/msgfmt-old
-bin/msgmerge-old
-bin/msgunfmt-old
-bin/xgettext-old