aboutsummaryrefslogtreecommitdiff
path: root/games/nethack34
Commit message (Collapse)AuthorAgeFilesLines
* . Update URL for STATUS_COLORS patch.Greg Lewis2018-05-261-1/+1
| | | | | | | | PR: 228481 Submitted by: Jeremy Chadwick <jdc@koitsu.org> Notes: svn path=/head/; revision=470952
* Don't include bsd.port.options.mk after bsd.port.pre.mk.Mathieu Arnold2017-12-081-2/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=455775
* Don't let the Nethack ports declare srandom() themselves.Ed Schouten2016-07-311-1/+1
| | | | | | | | | | | | | As the prototype of srandom() has changed, be sure to no longer declare the prototype of this function ourselves. Instead, simply pull in the <stdlib.h> header that declares this function. Reported by: antoine@ Reviewed by: glewis@ Differential Revision: https://reviews.freebsd.org/D7378 Notes: svn path=/head/; revision=419352
* games/nethack34: Restore patch hunk inadvertently expanded by last commitJohn Marino2016-01-311-1/+1
| | | | | | | reported by: mat@ Notes: svn path=/head/; revision=407615
* games/nethack34(-nox11): Respect LDFLAGSJohn Marino2016-01-311-1/+10
| | | | | | | approved by: infrastructure blanket (related to ncurses work) Notes: svn path=/head/; revision=407606
* x11/xterm: document ncurses requirement (USES+=ncurses), plus ...John Marino2016-01-312-9/+14
| | | | | | | | | | | | In addition to adding USES+= ncurses: * specify libncurses instead of ancient libtermcap (which is symlinked to libncurses anyway on FreeBSD base) * Bring in USES+= alias from dports while here approved by: infrastructure blanket Notes: svn path=/head/; revision=407597
* . Fix MASTER_SITES and thus fetch.Greg Lewis2016-01-211-1/+1
| | | | | | | | PR: 206429 Submitted by: groot@kde.org Notes: svn path=/head/; revision=406822
* . Modify the nethack34 port to install itself in a versionsed fashion toGreg Lewis2015-12-279-28/+148
| | | | | | | | | | | make way for a port of NetHack 3.6.0. . Add a note to updating on how to preserve save and bones files. PR: 205255 Submitted by: groot@kde.org (partially) Notes: svn path=/head/; revision=404605
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-221-3/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387021
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* . Fix permissions on DATADIRGreg Lewis2015-02-221-0/+1
| | | | | | | PR: 192743 Notes: svn path=/head/; revision=379621
* Fix packagingAntoine Brodin2014-10-062-6/+2
| | | | Notes: svn path=/head/; revision=370238
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* . Move OPTIONS_DEFINE before bsd.port.pre.mk, per portlint.Greg Lewis2014-06-291-2/+2
| | | | Notes: svn path=/head/; revision=359742
* . Fix COMMENT.Greg Lewis2014-06-291-1/+1
| | | | Notes: svn path=/head/; revision=359732
* . Support staging.Greg Lewis2014-06-295-174/+290
| | | | Notes: svn path=/head/; revision=359729
* . Rename patch files to use a less antique naming convention.Greg Lewis2014-06-299-0/+0
| | | | Notes: svn path=/head/; revision=359726
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-131-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357654
* - Convert gmake, bzip to USESMartin Wilke2014-05-291-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355704
* Remove trailing whitespaces from category gamesEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345410
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* . Remove the nethack3*-gnome ports. They are one of the last users ofGreg Lewis2013-10-131-6/+1
| | | | | | | | | deprecated versions of the Gnome libraries. Requested by: bapt@ Notes: svn path=/head/; revision=330251
* Fix NO_STAGE attributionBaptiste Daroussin2013-09-221-1/+1
| | | | Notes: svn path=/head/; revision=327888
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* . Remove the nethack34-qt port which requires the expired QT3 port.Greg Lewis2013-07-101-13/+5
| | | | | | | | | | | | . Convert Makefile header. . NOPORTDOCS -> PORT_OPTIONS:MDOCS. . Pet portlint by putting LICENSE_FILE line at the correct place. PR: 180275 Submitted by: rene@ (with some additions) Notes: svn path=/head/; revision=322613
* Variable that start with _ are considered private to the definingEitan Adler2013-03-021-1/+1
| | | | | | | | | | makefile and may not be used by ports makefiles. In addition, avoid problems should the defaults ever change. Approved by: portmgr (tabthorpe) Notes: svn path=/head/; revision=313182
* . Update URL for WITH_MENUCOLORS patch.Greg Lewis2012-12-171-1/+1
| | | | | | | | PR: 174449 Submitted by: Jeremy Chadwick <jdc@koitsu.org> Notes: svn path=/head/; revision=309056
* Update maintainer addresses, MASTER_SITES and PATCH_SITESChris Rees2012-06-281-1/+1
| | | | | | | | PR: ports/169528 Submitted by: koitsu (maintainer) Notes: svn path=/head/; revision=300181
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Add LICENSE data.Chris Rees2011-12-141-0/+5
| | | | | | | | | PR: ports/149564 (based on) Submitted by: Ullrich Franke <uf@raindogs.org> Approved by: [no objections from maintainers in four weeks] Notes: svn path=/head/; revision=287393
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* . Canonicalise my email address in MAINTAINER.Greg Lewis2011-06-011-1/+1
| | | | Notes: svn path=/head/; revision=274909
* - Pass maintainer to submitter of previous PR. Greg is the maintainer ofWesley Shields2011-05-311-1/+1
| | | | | | | | | the other nethack ports. These are going to a good home! Submitted by: Greg Lewis <glewis@eyesbeyond.com> Notes: svn path=/head/; revision=274882
* - Fix build when WITH_HPMON is defined. The patch was not in distinfo.Wesley Shields2011-05-311-3/+2
| | | | | | | | | | - Remove MD5 from distinfo. PR: ports/157454 Submitted by: Greg Lewis <glewis@misty.eyesbeyond.com> Notes: svn path=/head/; revision=274880
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with G Notes: svn path=/head/; revision=240070
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Add support for WITH_STATUSCOLORS.Wesley Shields2009-07-252-4/+18
| | | | | | | | | | - While here move to my distfile mirror instead of old one. PR: ports/136220 Submitted by: Jeremy Chadwick <jdc@parodius.com> Notes: svn path=/head/; revision=238344
* - Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome whichWesley Shields2009-05-091-0/+2
| | | | | | | is MAKE_JOBS_UNSAFE). Notes: svn path=/head/; revision=233477
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-1/+1
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* Take maintainership. As a die-hard fan of nethack I can give this port aWesley Shields2008-11-201-1/+1
| | | | | | | good home. Notes: svn path=/head/; revision=223086
* Maintainer moved to ports@FreeBSD.org.Jeremy Chadwick2008-11-201-1/+1
| | | | Notes: svn path=/head/; revision=223081
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+1
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* Update menucolors patch. Use official patchsite as well.Jeremy Chadwick2008-05-272-6/+5
| | | | Notes: svn path=/head/; revision=213759
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* * Maintainer freebsd@jdc.parodius.com --> koitsu@FreeBSD.org (I'm both)Jeremy Chadwick2008-03-261-2/+2
| | | | | | | * Add some redundancy fetch locations to MASTER_SITE_LOCAL. Notes: svn path=/head/; revision=209884
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209420
* - Replace USE_XPM with a list of required xorg componentsPav Lucistnik2008-03-111-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=208826