aboutsummaryrefslogtreecommitdiff
path: root/games/nethack33
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-0/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516845
* Preserve scores during updatesGreg Lewis2019-09-222-6/+6
| | | | | | | | * Treat record and logfile as "samples" so that they will be kept when updating if they have anything in them. Notes: svn path=/head/; revision=512568
* 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
* nethack33(-nox11): document ncurses requirement (USES+=ncurses)John Marino2016-01-312-8/+22
| | | | | | | | | | | | both ports need to link to ncurses. The -nox11 version wasn't respecting LDFLAGS Finally, link to libncurses over ancient termlib (which is symlinked to libncurses on FreeBSD base anyway) approved by: infrastructure blanket Notes: svn path=/head/; revision=407605
* . Fix MASTER_SITES and thus fetch.Greg Lewis2016-01-211-1/+1
| | | | Notes: svn path=/head/; revision=406823
* . Fix the permissions of the playground.Greg Lewis2016-01-092-1/+2
| | | | Notes: svn path=/head/; revision=405650
* . Consistent patch naming.Greg Lewis2015-12-271-0/+0
| | | | Notes: svn path=/head/; revision=404606
* . Sort.Greg Lewis2015-12-271-1/+1
| | | | Notes: svn path=/head/; revision=404595
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-171-1/+0
| | | | | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336 Notes: svn path=/head/; revision=394508
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-227-14/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387021
* Fix packagingAntoine Brodin2014-10-062-6/+2
| | | | Notes: svn path=/head/; revision=370241
* 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=359743
* . Fix COMMENT.Greg Lewis2014-06-291-1/+1
| | | | Notes: svn path=/head/; revision=359733
* . Support staging.Greg Lewis2014-06-294-63/+110
| | | | Notes: svn path=/head/; revision=359728
* . Rename patch files to use a less antique naming convention.Greg Lewis2014-06-297-0/+0
| | | | Notes: svn path=/head/; revision=359727
* 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
* UnbreakAntoine Brodin2014-06-091-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=357165
* Remove all space characters from Makefile assignments.Jimmy Olgeni2014-06-081-8/+8
| | | | | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357070
* - 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
* . Make PORTNAME nethack33 rather than using nethack and relying onGreg Lewis2013-11-301-8/+9
| | | | | | | | | | | LATEST_LINK to provide differentiation. This makes the package name unique. . Minor portlint petting. Requested by: bapt@ Notes: svn path=/head/; revision=335262
* . Remove the nethack3*-gnome ports. They are one of the last users ofGreg Lewis2013-10-131-8/+2
| | | | | | | | | deprecated versions of the Gnome libraries. Requested by: bapt@ Notes: svn path=/head/; revision=330251
* 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 the vestiges of support for the expired QT2 port.Greg Lewis2013-07-101-13/+5
| | | | | | | | | | | . Convert Makefile header. . NOPORTDOCS -> PORT_OPTIONS:MDOCS. PR: 180273 Submitted by: rene@ Notes: svn path=/head/; revision=322594
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* 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-2/+1
| | | | | | | | | | | | - 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
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-201-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244567
* - 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
* - 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
* - 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
* - 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
* - 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
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-1/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* . Add SHA256.Greg Lewis2005-11-161-0/+1
| | | | Notes: svn path=/head/; revision=148432
* . Fix gnome handling (as far as I can test).Greg Lewis2005-04-131-1/+2
| | | | | | | Obtained from: games/nethack34 Notes: svn path=/head/; revision=133255
* . Use the ${PKGNAMESUFFIX} set by each of the slave ports to make theirGreg Lewis2004-05-131-1/+1
| | | | | | | | | LATEST_LINK setting unique. Pointed out by: kris Notes: svn path=/head/; revision=109088
* . Sync with the nethack32 port:Greg Lewis2004-04-2012-166/+416
| | | | | | | | | | | | | | | . By default, install things in a location that won't conflict with the other nethack ports. . Build and install the recover utility so that users can recover their game if it crashes (bump PORTREVISION for this). . Sync with the nethack34 port: . Use PKGNAMESUFFIX to select the graphics type. . Remove the COMMENT in the slave ports. . Take maintainership of nethack33 and nethack33-nox11. . Unbreak the nethack33-qt port. Notes: svn path=/head/; revision=107723
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360