Commit graph

62 commits

Author SHA1 Message Date
Edwin Groothuis
ff21f59f9f Remove USE_REINPLACE for categories starting with a G 2006-05-07 23:46:33 +00:00
Edwin Groothuis
0416031c9b Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:20:05 +00:00
Greg Lewis
0beba2cc6c . Add SHA256. 2005-11-16 05:53:09 +00:00
Greg Lewis
dc2a030949 . Fix packing list. 2004-04-20 06:13:19 +00:00
Greg Lewis
def940d903 . Remove duplicate PLIST_SUB entry. 2004-04-19 20:54:13 +00:00
Greg Lewis
49f6c471fd . Make this port installable in parallel with the other nethack versions.
The approach is slightly different from that taken by nethack34 and
  prevents the manual page conflicts produced by that approach.
. While here, clean up the Makefile a little w.r.t. order and clean up the
  packing list to not produce warnings when the log or record are removed.

With this change, you can have all nethack versions from ports installed
at once.  However, this isn't as pleasant as it could be, and I'd like to
address this in the future by merging some changes from here into
nethack33 (in particular) and nethack34.
2004-04-12 21:02:09 +00:00
Greg Lewis
d842958c65 . Don't print an error trying to remove ${DATADIR} if it can't be removed.
It may contain save files that aren't being forcibly deleted any more.
  If this is the case, use a pkg-deinstall script to inform the user of
  how they can manually remove the save files if they are permanently
  removing the port.
2004-04-09 07:13:05 +00:00
Greg Lewis
2d43ceb257 . Minor Makefile cleanups.
. Use ${MAKE_ENV} to invoke make to install the manual pages instead of
  just passing in ${PREFIX}.  This also lets us use ${MANPREFIX} and
  ${BSD_INSTALL_MAN} to do the manual page installation.
. Use %%DATADIR%% and %%DOCSDIR%% in the packing list.
. Don't forcibly remove the save file directory when deinstalling.
. Don't forcibly remove the save file directory when installing.
. Build and install the recover utility.
. Bump PORTREVISION due to adding the recover utility.  Since the forcible
  removing of save files has been disabled this shouldn't cause nethacking
  portupgrade users to reach for Stormbringer, Vorpal Blade or Excalibur
  (which is just as well for them since I have Mjollnir and gauntlets of
   power).  They might even thank me next time they are about to ascend and
  nethack crashes.
2004-04-08 23:23:29 +00:00
Greg Lewis
95ab4c7adc . SIZEify.
Submitted by:	trevor (except diablo-jre13)
2004-03-18 21:02:01 +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
Greg Lewis
1affb0d157 . Update nethack web page. 2003-09-26 20:01:03 +00:00
Greg Lewis
87a3b50a49 . Define WRKSRC to fix breakage caused by DISTNAME change in last commit.
Submitted by:	bento (via kris)
2003-03-28 06:19:17 +00:00
Greg Lewis
7860af7f5d . Distribution files have been moved to the Nethack Source Forge site.
Track them there.  Interestingly the name of the distribution has
  changed but the MD5 sum hasn't.

Pointed out by:		distfile survey
2003-03-25 07:22:31 +00:00
Greg Lewis
155daa8b2b de-pkg-comment 2003-02-27 18:46:41 +00:00
Greg Lewis
10c8d61b5d You die... But wait... Your medallion begins to glow!--More--
You feel much better!  The medallion crumbles to dust!--More--
You survived that attempt on your life.

Approved by:	knu
2002-06-15 02:33:45 +00:00
Akinori MUSHA
8cdcacf95a Retire NetHack 3.2.2 ports as prearranged.
Implicitly approved by:	sf (MAINTAINER of games/nethack32-gtk)
2002-06-14 04:27:49 +00:00
Akinori MUSHA
f26032e3b9 NetHack distfiles are not on MASTER_SITE_GNU anymore. 2002-03-31 13:00:43 +00:00
Patrick Li
b666502afd - PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
2001-12-24 02:17:17 +00:00
Akinori MUSHA
db8bcc3a53 Define NO_LATEST_LINK. 2001-11-06 20:44:36 +00:00
Dirk Froemberg
d284a66d69 POSIX syntax for chown. 2001-06-04 09:33:50 +00:00
Peter Pentchev
19b9975a13 As much as I like Nethack, I just do not have the resources to maintain
this port anymore.  Taking maintainership over from -ports was done
in an effort to unbreak it and preserve this classic game, but now
it seems that my unresponsiveness is only standing in the way of more
and much better updates.

Apologies to all those who have CC'd me in the last few months in mail WRT
updating/unifying the various Nethack ports; do not let my silence stop
you any longer!
2001-05-19 20:45:59 +00:00
Peter Pentchev
05ce43b4f6 update my email address - roam@orbitel.bg -> roam@FreeBSD.org 2000-11-22 10:20:14 +00:00
Ade Lovett
1fe6c54528 Unbreak port
Maintainer switch from ports@FreeBSD.org to submitter

PR:		21096
Submitted by:	Peter Pentchev <roam@orbitel.bg> - new maintainer
2000-09-16 20:21:20 +00:00
Alexander Langer
c90047fdac Distfile changed on mastersite.
From the UPDATE file for this update:
>This is a minor bugfix release.  Sorry, no major new functionality this
>time around.
The complete changes can be found in the UPDATE32.2 file and are
therefore not included here.

PR:		20563
Submitted by:	Jimmy Olgeni <olgeni@uli.it> (md5 fix w/o description)
2000-08-13 12:08:35 +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
Satoshi Asami
2971a93e52 Convert to PORTNAME/PORTVERSION. The following ports hand invalid version
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and
xnibbles.
2000-04-14 12:28:40 +00:00
Chris Piazza
6bca316376 Update to version 3.2.3
PR:		15442
Submitted by:	David Scheidt <dscheidt@enteract.com>
2000-01-05 03:06:12 +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
253c66d044 Change Id->FreeBSD. 1999-08-25 06:06:33 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Tim Vanderhoek
4b7f92f936 Commit #2/4 to enforce Caps, no period. I ran this oe as
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab`

Results to follow.  :)
1999-06-26 17:55:58 +00:00
Steve Price
ddcecda9c9 time(3) returns a time_t and not a long. 1999-06-22 17:05:03 +00:00
Tim Vanderhoek
7c0c0fc3ca (Null Cowit Mewwage) 1999-05-02 22:16:18 +00:00
Seiichirou Hiraoka
2f1875f6e9 I forgot remove patch-aa.
Update PLIST.
Submitted by: h-nokubi@nsk.nis.nec.co.jp
1999-03-24 08:23:31 +00:00
Seiichirou Hiraoka
03d9e353db Fix 'missing rip.xpm' error.
patch-aa contains patch for some files.
So separate to some patch-a?
PR: ports/10680
Submitted by: h-nokubi@yyy.or.jp
1999-03-21 09:13:43 +00:00
Bill Fenner
5261958626 ${MASTER_SITE_GNU} got rearranged in December; let's catch up. 1999-01-27 07:41:29 +00:00
Steve Price
f10ca81db1 Install files in share instead of lib.
PR:		9475
Submitted by:	Sergei Laskavy <laskavy@Berkeley.Gambit.Msk.SU>
1999-01-18 02:57:28 +00:00
Vanilla I. Shu
d17c12dd8d Add more MASTER_SITES.
PR:	ports/9037
Submitted by:	josh@quick.net
1998-12-10 17:24:33 +00:00
Seiichirou Hiraoka
06723c36f6 Add pkg/DESCR URL about original nethack 1998-11-22 16:36:12 +00:00
Seiichirou Hiraoka
c6daffe7e0 Fix BROKEN_ELF 1998-11-21 00:48:19 +00:00
Steve Price
4b819b19c1 Doesn't build in an ELF world. 1998-09-28 02:12:05 +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
Tim Vanderhoek
1f7dbc63b5 Sync package with reality as defined by source-build port (setgid games
binary, list ad. documentation).

PR:		ports/7673 (Sue Blake <sue@welearn.com.au>)
1998-09-04 20:29:51 +00:00
Satoshi Asami
3fc5e40f2e Remove manpages defined in MAN? macros in games' Makefiles. 1998-08-13 02:23:26 +00:00
Satoshi Asami
ed1ba38a9f Be more selective about which ports to maintain. I no longer have time
to maintain all these ports I once committed (sometimes as a proxy).
1997-12-25 22:29:52 +00:00
Masafumi Max NAKANE
9bb5b997e1 Correctly set the mode for scoreboard files.
Add @dirrm for lib/nethackdir.
1997-10-15 18:06: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
David E. O'Brien
20b9bbed0a Switched to using MASTER_SITES=${MASTER_SITE_XCONTRIB} and
MASTER_SITE_SUBDIR=games
swallace wasn't listed as MAINTAINER of any of his ports
janek@gaja.ipan.lublin.pl wasn't listed as MAINTAINER of any of his ports
bin.bin --> ${BINOWN}.${BINGRP}
chown --> /usr/sbin/chown
	(not everyone has /usr/sbin in their path, esp. if you sudo'ed to root)
mkdir -p --> ${MKDIR}
1997-01-03 09:38:01 +00:00
Masafumi Max NAKANE
090e1f74d4 Moved the @exec mkdir ... line so that it won't fail to
mkdir lib/nethackdir/save when you do pkg_add this package for the first time.
1996-12-27 08:51:32 +00:00