Commit graph

65 commits

Author SHA1 Message Date
Akinori MUSHA
076e6f780e Update to JNetHack-3.4.3-0.1. 2004-02-09 03:19:32 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Akinori MUSHA
c8553255ce Update to JNetHack 3.4.1-0.4 and bump PORTREVISION.
Since games/nethack34 is now at 3.4.2, make this port a non-slave,
independent port.
2003-10-18 09:24:04 +00:00
Akinori MUSHA
f1e5c2df82 Use MASTER_SITE_SOURCEFORGE_JP. 2003-09-06 20:59:53 +00:00
Akinori MUSHA
fa9db33be7 Update to jnethack 3.4.1-0.2. 2003-06-20 12:25:08 +00:00
Akinori MUSHA
e3c8c8a32a De-pkg-comment nethack34 master-slave ports. 2003-02-18 05:56:18 +00:00
Akinori MUSHA
001f601d6d Add a patch that fixes a locally-exploitable buffer overflow reported
on BugTraq:
  http://online.securityfocus.com/archive/1/311172/2003-02-08/2003-02-14/0

Bump PORTREVISION accordingly.

Obtained from:	games/nethack34 (roam)
2003-02-11 14:15:43 +00:00
Kris Kennaway
02baa4219f Convert COMMENT to COMMENTFILE until these ports can be converted.
Submitted by:	lioux
2003-02-10 09:04:04 +00:00
Akinori MUSHA
99ee933f10 Remove an unused directory after installation. 2003-01-14 10:20:01 +00:00
Akinori MUSHA
c70cb5f3cb Update to jnethack-3.4.0-0.9. 2003-01-01 16:27:39 +00:00
Akinori MUSHA
07200067da Update to jnethack-3.4.0-0.8. 2002-09-16 09:00:20 +00:00
Akinori MUSHA
04a8eec3d0 Add a note that HACKNAME, HACKDIR and HACKDOCSDIR are configurable. 2002-08-12 21:52:00 +00:00
Akinori MUSHA
009685ec5a Synchronize with games/nethack34.
- Don't pretend we are SysV.  We are BSD.

- Make the install directory and the program name configurable.
  We'll change the defaults in future so one can install
  multiple versions of nethack at a time.

- Do not mercilessly remove non-empty logfile and record on
  deinstallation.
2002-08-12 21:48:56 +00:00
Akinori MUSHA
c10b5da26b Update to 3.4.0-0.7. 2002-08-03 18:17:36 +00:00
Akinori MUSHA
b8886eaf34 Define USE_BISON.
Submitted by:	bento
2002-07-25 17:34:39 +00:00
Akinori MUSHA
3ea67e2b4c Add JNetHack 3.4.0-0.6. This port was repocopied from
japanese/nethack(32), but is mostly based on games/nethack34.
2002-07-07 16:52:48 +00:00
Akinori MUSHA
86f4c3d05b - Add a patch to unbreak the port.
Submitted by:	Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp> [ports-jp 12546]

- Fix MASTER_SITES.
2002-03-31 13:10:50 +00:00
Dima Dorfman
7534fc311d user.group -> user:group in chown call(s). 2001-07-26 06:26:19 +00:00
FUJISHIMA Satsuki
0b1fb4e5e6 remove share/examples/ja if empty. 2001-01-21 18:58:26 +00:00
FUJISHIMA Satsuki
333433d9d9 remove duplicate entries.
sort pkg-plist.
2001-01-13 21:37:35 +00:00
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Satoshi Asami
3405e8106b Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients and
RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4.

Submitted by:	bento
2000-09-12 13:04:00 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
Akinori MUSHA
edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.

Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00
R. Imura
4052980276 Use "byacc" instead of "bison -y"
PR:		16664
Submitted by:	Akinori MUSHA <knu@idaemons.org>
2000-02-12 22:40:05 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
David E. O'Brien
c751fc667a Change Id->FreeBSD. 1999-08-25 05:28:01 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Michael Haro
a88a70925a More WWW: additions 1999-05-07 05:01:44 +00:00
Bill Fenner
5261958626 ${MASTER_SITE_GNU} got rearranged in December; let's catch up. 1999-01-27 07:41:29 +00:00
Seiichirou Hiraoka
eff6d752f5 fix permissions when using package 1998-12-05 12:34:55 +00:00
Seiichirou Hiraoka
06723c36f6 Add pkg/DESCR URL about original nethack 1998-11-22 16:36:12 +00:00
Seiichirou Hiraoka
c0fbdc2b0e Add pkg/MESSAGE 1998-11-22 15:46:23 +00:00
Seiichirou Hiraoka
610c5967f2 Add README how to play on X written in japanese.Fix patches 1998-11-22 15:40:15 +00:00
Seiichirou Hiraoka
fcd556b3c5 Fix BROKEN_ELF. Changes fontset for XFree86 3.3.1 or later 1998-11-20 23:38:11 +00:00
Justin M. Seger
0953e5957c Mark BROKEN for ELF. Lib Sm and LibICE 1998-10-16 03:41:49 +00:00
Satoshi Asami
081079e0db Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
1998-09-17 00:33:02 +00:00
Satoshi Asami
03d5b496f6 libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
1998-09-15 11:13:39 +00:00
Masafumi Max NAKANE
d540a94d11 Remove man page entries from the PLIST and define MAN? in the Makefile. 1998-08-31 17:47:43 +00:00
Masafumi Max NAKANE
1071bab3c5 Upgrade, 1.0.5.4.1 (3.2.1 base) -> 1.0.5.19970924 (3.2.2 base). 1997-11-29 15:48:19 +00:00
Masafumi Max NAKANE
c572dc2ab3 Correctly set the file mode for score files.
PR:		4174
Pointed out by:	Kazushi Nakamura <nkazushi@highway.or.jp>

Also, add @dirrm to remove the jnethackdir directory.
1997-10-15 17:59:22 +00:00
Masafumi Max NAKANE
474b385af1 Use ISO639 language abbreviation instead of ISO3166 country abbreviation
for PKGNAME.  (IE, jp-* to ja-*).
1997-09-14 21:36:25 +00:00
Masafumi Max NAKANE
bddd60e979 Use ${SH} from bsd.port.mk instead of locally defined ${SHELL}. 1997-07-12 16:53:39 +00:00
Masafumi Max NAKANE
cba17fed78 Upgrade, 1.0.5.4 -> 1.0.5.4.1. 1996-12-30 08:32:21 +00:00
Masafumi Max NAKANE
9c5b1e2d04 Moved around the @exec mkdir ... line so that it won't fail to
mkdir lib/jnethackdir/save when you do pkg_add this package for  the
first time.
Reminded by:	asami
1996-12-28 02:26:06 +00:00
Masafumi Max NAKANE
977a9ef4bd Upgrade, 1.0.5.3-beta-960925 -> 1.0.5.4. 1996-12-16 11:14:31 +00:00
Masafumi Max NAKANE
ba75adf58b PATCH_SITES was wrong. 1996-11-30 01:06:18 +00:00
Satoshi Asami
5dba7b6e29 Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 10:25:35 +00:00
Satoshi Asami
92cb149612 Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work.  I will come back later
and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
1996-11-13 12:41:39 +00:00
Masafumi Max NAKANE
0fe54da9a9 CATEGORIES+= -> CATEGORIES=
Inspired by:	obrien
1996-11-11 10:13:07 +00:00