aboutsummaryrefslogtreecommitdiff
path: root/games/gtypist
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-09-06 00:10:15 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-09-06 00:10:15 +0000
commit972da1e734e19b51b8a17cadac4c458e456e7593 (patch)
treee1625c110924052fc3a13c12caa749806a3b7a9d /games/gtypist
parent9644310ec56d2c39eebb15dc91a0fdaaf761472a (diff)
downloadports-972da1e734e19b51b8a17cadac4c458e456e7593.tar.gz
ports-972da1e734e19b51b8a17cadac4c458e456e7593.zip
Notes
Diffstat (limited to 'games/gtypist')
-rw-r--r--games/gtypist/Makefile8
-rw-r--r--games/gtypist/distinfo2
-rw-r--r--games/gtypist/files/patch-aclocal.m446
-rw-r--r--games/gtypist/files/patch-lessons_Makefile.am18
-rw-r--r--games/gtypist/files/patch-lessons_Makefile.in21
-rw-r--r--games/gtypist/pkg-plist2
6 files changed, 3 insertions, 94 deletions
diff --git a/games/gtypist/Makefile b/games/gtypist/Makefile
index 6b8e9b5fa8c8..7d4293b75772 100644
--- a/games/gtypist/Makefile
+++ b/games/gtypist/Makefile
@@ -5,17 +5,16 @@
# $FreeBSD$
PORTNAME= gtypist
-PORTVERSION= 2.6
+PORTVERSION= 2.6.2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= naddy@FreeBSD.org
-# requires autoconf 2.5
-BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
+USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
@@ -24,9 +23,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= gtypist.1 typefortune.1
-post-patch:
- @cd ${CONFIGURE_WRKSRC} && ${LOCALBASE}/bin/autoconf
-
# Note:
# Reformatting the info documentation would require makeinfo 4.2,
# so we'll install multiple gtypist.info-* files as included.
diff --git a/games/gtypist/distinfo b/games/gtypist/distinfo
index 1673e271ef6f..9df1ef72f292 100644
--- a/games/gtypist/distinfo
+++ b/games/gtypist/distinfo
@@ -1 +1 @@
-MD5 (gtypist-2.6.tar.gz) = ad75a481300ae874f6b8d6fb21f3cc10
+MD5 (gtypist-2.6.2.tar.bz2) = 415d87c5a5c06df65d4a3cdf18207350
diff --git a/games/gtypist/files/patch-aclocal.m4 b/games/gtypist/files/patch-aclocal.m4
deleted file mode 100644
index a65b366fd1a0..000000000000
--- a/games/gtypist/files/patch-aclocal.m4
+++ /dev/null
@@ -1,46 +0,0 @@
-
-$FreeBSD$
-
---- aclocal.m4.orig Sun Apr 28 07:34:23 2002
-+++ aclocal.m4 Sun Jul 7 21:56:31 2002
-@@ -853,7 +853,7 @@
- ]
- )
-
--# gettext.m4 serial 13 (gettext-0.11.1)
-+# gettext.m4 serial 14 (gettext-0.11.2)
- dnl Copyright (C) 1995-2002 Free Software Foundation, Inc.
- dnl This file is free software, distributed under the terms of the GNU
- dnl General Public License. As a special exception to the GNU General
-@@ -997,14 +997,13 @@
- dnl Now see whether libintl exists and does not depend on libiconv.
- AC_TRY_LINK([#include <libintl.h>
- extern int _nl_msg_cat_cntr;
--extern int *_nl_domain_bindings;
- extern
- #ifdef __cplusplus
- "C"
- #endif
- const char *_nl_expand_alias ();],
- [bindtextdomain ("", "");
--return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0)],
-+return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)],
- gt_cv_func_gnugettext_libintl=yes,
- gt_cv_func_gnugettext_libintl=no)
- dnl Now see whether libintl exists and depends on libiconv.
-@@ -1012,14 +1011,13 @@
- LIBS="$LIBS $LIBICONV"
- AC_TRY_LINK([#include <libintl.h>
- extern int _nl_msg_cat_cntr;
--extern int *_nl_domain_bindings;
- extern
- #ifdef __cplusplus
- "C"
- #endif
- const char *_nl_expand_alias ();],
- [bindtextdomain ("", "");
--return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0)],
-+return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)],
- [LIBINTL="$LIBINTL $LIBICONV"
- LTLIBINTL="$LTLIBINTL $LTLIBICONV"
- gt_cv_func_gnugettext_libintl=yes
diff --git a/games/gtypist/files/patch-lessons_Makefile.am b/games/gtypist/files/patch-lessons_Makefile.am
deleted file mode 100644
index 9d3d46508468..000000000000
--- a/games/gtypist/files/patch-lessons_Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-
-$FreeBSD$
-
---- lessons/Makefile.am.orig Sun Jul 7 23:08:16 2002
-+++ lessons/Makefile.am Sun Jul 7 23:15:01 2002
-@@ -1,4 +1,11 @@
- ## Process this file with automake to produce Makefile.in
-
--pkgdata_DATA = $(wildcard *.typ)
-+pkgdata_DATA = cs.typ d.typ demo.typ \
-+ esp.typ gtypist.typ ktde.typ \
-+ kten.typ ktfr.typ ktlecten.typ \
-+ ktno.typ ktnumber.typ m.typ \
-+ n.typ q.typ r.typ \
-+ s.typ t.typ tinydemo.typ \
-+ ttde.typ u.typ v.typ
-+
- EXTRA_DIST= $(pkgdata_DATA)
diff --git a/games/gtypist/files/patch-lessons_Makefile.in b/games/gtypist/files/patch-lessons_Makefile.in
deleted file mode 100644
index 8353e82cf00e..000000000000
--- a/games/gtypist/files/patch-lessons_Makefile.in
+++ /dev/null
@@ -1,21 +0,0 @@
-
-$FreeBSD$
-
---- lessons/Makefile.in.orig Sun Jul 7 23:08:19 2002
-+++ lessons/Makefile.in Sun Jul 7 23:15:23 2002
-@@ -104,7 +104,14 @@
- install_sh = @install_sh@
- lispdir = @lispdir@
-
--pkgdata_DATA = $(wildcard *.typ)
-+pkgdata_DATA = cs.typ d.typ demo.typ \
-+ esp.typ gtypist.typ ktde.typ \
-+ kten.typ ktfr.typ ktlecten.typ \
-+ ktno.typ ktnumber.typ m.typ \
-+ n.typ q.typ r.typ \
-+ s.typ t.typ tinydemo.typ \
-+ ttde.typ u.typ v.typ
-+
- EXTRA_DIST = $(pkgdata_DATA)
- subdir = lessons
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff --git a/games/gtypist/pkg-plist b/games/gtypist/pkg-plist
index 457bcb5ba726..122e7f2721db 100644
--- a/games/gtypist/pkg-plist
+++ b/games/gtypist/pkg-plist
@@ -6,7 +6,6 @@ info/gtypist.info-2
@exec install-info %D/info/gtypist.info %D/info/dir
bin/gtypist
bin/typefortune
-share/gtypist/cs.typ
share/gtypist/d.typ
share/gtypist/demo.typ
share/gtypist/esp.typ
@@ -23,7 +22,6 @@ share/gtypist/q.typ
share/gtypist/r.typ
share/gtypist/s.typ
share/gtypist/t.typ
-share/gtypist/tinydemo.typ
share/gtypist/ttde.typ
share/gtypist/u.typ
share/gtypist/v.typ