Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.4.3_10 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
3.4.3_10 16 Mar 2024 11:34:11 |
Yasuhiro Kimura (yasu) |
games/nethack34: Move man pages to share/man
Approved by: portmgr (blanket) |
3.4.3_9 26 Jul 2023 00:48:20 |
Muhammad Moinur Rahman (bofh) |
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
3.4.3_9 25 Jul 2023 09:42:18 |
Muhammad Moinur Rahman (bofh) |
games/nethack34: Fix build with llvm16
- Pet portclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.4.3_9 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.4.3_9 20 Jul 2022 14:21:58 |
Tobias C. Berner (tcberner) |
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
3.4.3_9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.4.3_9 05 Nov 2019 22:16:15 |
zeising |
Add USES=xorg USES=gl, ports categories g
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. |
3.4.3_9 22 Sep 2019 08:56:50 |
glewis |
Preserve scores during updates
* Treat record and logfile as "samples" so that they will be kept when
updating if they have anything in them. |
3.4.3_9 26 May 2018 23:00:02 |
glewis |
. Update URL for STATUS_COLORS patch.
PR: 228481
Submitted by: Jeremy Chadwick <jdc@koitsu.org> |
3.4.3_9 08 Dec 2017 08:33:45 |
mat |
Don't include bsd.port.options.mk after bsd.port.pre.mk.
Sponsored by: Absolight |
3.4.3_9 31 Jul 2016 09:41:12 |
ed |
Don't let the Nethack ports declare srandom() themselves.
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 |
3.4.3_9 31 Jan 2016 11:54:29 |
marino |
games/nethack34: Restore patch hunk inadvertently expanded by last commit
reported by: mat@ |
3.4.3_9 31 Jan 2016 11:14:26 |
marino |
games/nethack34(-nox11): Respect LDFLAGS
approved by: infrastructure blanket (related to ncurses work) |
3.4.3_9 31 Jan 2016 09:25:33 |
marino |
x11/xterm: document ncurses requirement (USES+=ncurses), plus ...
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 |
3.4.3_9 21 Jan 2016 05:20:02 |
glewis |
. Fix MASTER_SITES and thus fetch.
PR: 206429
Submitted by: groot@kde.org |
3.4.3_9 27 Dec 2015 23:05:19 |
glewis |
. Modify the nethack34 port to install itself in a versionsed fashion to
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) |
3.4.3_8 22 May 2015 13:34:22 |
mat |
Remove $FreeBSD$ from patches files in categories a-j.
With hat: portmgr
Sponsored by: Absolight |
3.4.3_8 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- 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 |
3.4.3_8 22 Feb 2015 18:58:37 |
glewis |
. Fix permissions on DATADIR
PR: 192743 |
3.4.3_8 06 Oct 2014 22:43:06 |
antoine |
Fix packaging |
3.4.3_8 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
3.4.3_8 29 Jun 2014 08:19:01 |
glewis |
. Move OPTIONS_DEFINE before bsd.port.pre.mk, per portlint. |
3.4.3_8 29 Jun 2014 06:40:32 |
glewis |
. Fix COMMENT. |
3.4.3_8 29 Jun 2014 06:36:43 |
glewis |
. Support staging. |
3.4.3_8 29 Jun 2014 05:33:38 |
glewis |
. Rename patch files to use a less antique naming convention. |
3.4.3_8 13 Jun 2014 07:36:28 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.
CR: D201
Approved by: portmgr (bapt) |
3.4.3_8 29 May 2014 14:35:01 |
miwi |
- Convert gmake, bzip to USES
Approved by: portmgr |
3.4.3_8 21 Feb 2014 13:36:57 |
ehaupt |
Remove trailing whitespaces from category games |
3.4.3_8 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
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) |
3.4.3_8 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
3.4.3_8 13 Oct 2013 20:29:33 |
glewis |
. Remove the nethack3*-gnome ports. They are one of the last users of
deprecated versions of the Gnome libraries.
Requested by: bapt@ |
3.4.3_8 22 Sep 2013 18:05:05 |
bapt |
Fix NO_STAGE attribution |
3.4.3_8 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
3.4.3_8 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
3.4.3_8 10 Jul 2013 04:54:11 |
glewis |
. Remove the nethack34-qt port which requires the expired QT3 port.
. 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) |
3.4.3_8 02 Mar 2013 03:55:26 |
eadler |
Variable that start with _ are considered private to the defining
makefile and may not be used by ports makefiles.
In addition, avoid problems should the defaults ever change.
Approved by: portmgr (tabthorpe) |
3.4.3_8 17 Dec 2012 02:39:06 |
glewis |
. Update URL for WITH_MENUCOLORS patch.
PR: 174449
Submitted by: Jeremy Chadwick <jdc@koitsu.org> |
3.4.3_8 28 Jun 2012 20:15:27 |
crees |
Update maintainer addresses, MASTER_SITES and PATCH_SITES
PR: ports/169528
Submitted by: koitsu (maintainer) |
3.4.3_8 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
3.4.3_7 14 Dec 2011 21:29:16 |
crees |
Add LICENSE data.
PR: ports/149564 (based on)
Submitted by: Ullrich Franke <uf@raindogs.org>
Approved by: [no objections from maintainers in four weeks] |
3.4.3_7 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- 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. |
3.4.3_7 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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 |
3.4.3_7 01 Jun 2011 04:23:27 |
glewis |
. Canonicalise my email address in MAINTAINER. |
3.4.3_7 31 May 2011 18:15:09 |
wxs |
- Pass maintainer to submitter of previous PR. Greg is the maintainer of
the other nethack ports. These are going to a good home!
Submitted by: Greg Lewis <glewis@eyesbeyond.com> |
3.4.3_7 31 May 2011 16:03:56 |
wxs |
- Fix build when WITH_HPMON is defined. The patch was not in distinfo.
- Remove MD5 from distinfo.
PR: ports/157454
Submitted by: Greg Lewis <glewis@misty.eyesbeyond.com> |
3.4.3_7 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
3.4.3_7 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
3.4.3_6 25 Jul 2009 00:25:21 |
wxs |
- Add support for WITH_STATUSCOLORS.
- While here move to my distfile mirror instead of old one.
PR: ports/136220
Submitted by: Jeremy Chadwick <jdc@parodius.com> |
3.4.3_6 09 May 2009 02:46:09 |
wxs |
- Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome which
is MAKE_JOBS_UNSAFE). |
3.4.3_6 23 Jan 2009 16:28:36 |
flz |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- 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). |
3.4.3_5 20 Nov 2008 14:22:24 |
wxs |
Take maintainership. As a die-hard fan of nethack I can give this port a
good home. |
3.4.3_5 20 Nov 2008 11:06:24 |
koitsu |
Maintainer moved to ports@FreeBSD.org. |
3.4.3_5 25 Jul 2008 12:24:09 |
pav |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
3.4.3_5 27 May 2008 08:22:29 |
koitsu |
Update menucolors patch. Use official patchsite as well. |
3.4.3_5 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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) |
3.4.3_5 26 Mar 2008 16:25:20 |
koitsu |
* Maintainer freebsd@jdc.parodius.com --> koitsu@FreeBSD.org (I'm both)
* Add some redundancy fetch locations to MASTER_SITE_LOCAL. |
3.4.3_5 20 Mar 2008 09:46:38 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
3.4.3_5 11 Mar 2008 15:57:05 |
pav |
- Replace USE_XPM with a list of required xorg components
With hat: portmgr |
3.4.3_4 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
3.4.3_3 15 Jan 2007 17:24:34 |
koitsu |
Details of previous commit:
* Add WITH_HPMON support - colourises hitpoints as they decrease.
* Address issue where uninstalling with existing save games in
place (PREFIX/lib/nethack/save/*) would result in a "Could not
remove PREFIX/lib/nethack" error. Now echoes some useful
comments to the user when failing to rmdir PREFIX/lib/nethack/save,
and using @dirrmtry on the PREFIX/lib/nethack directory.
Also added:
* Reference MASTER_SITE_LOCAL for hpmon.diff, in the case the
main patch site isn't available.
PR: ports/107941
Approved by: philip |
3.4.3_3 15 Jan 2007 15:57:21 |
koitsu |
Committed.
PR: 107941
Approved by: philip |
3.4.3_3 03 Sep 2006 11:10:40 |
arved |
Fix nethack34-qt variant |
3.4.3_3 03 Sep 2006 02:52:11 |
kris |
The qt variant is scheduled for removal on 2006-12-01 |
3.4.3_3 06 Jun 2006 14:16:12 |
itetcu |
Broken if builded with qt.
PR: ports/98198
Submitted by: maintainer
Approved by: lawrance (mentor, implicit) |
3.4.3_3 26 May 2006 14:56:09 |
pav |
* WITH_MENUCOLORS: Now references jilles' newer site/URL
* WITH_MENUCOLORS: Use POSIX-compliant regex via MENU_COLOR_REGEX_POSIX
* No more reliance on gnuregex
* Squelch patch-time calls to REINPLACE_CMD
* Update distinfo to reference new menucolors patch
* Update patch-ad to remove -lgnuregex (see below note)
* Update patch-ad to remove use of $LIBTTY
PR: ports/92958
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> (maintainer) |
3.4.3_3 07 May 2006 23:46:33 |
edwin |
Remove USE_REINPLACE for categories starting with a G |
3.4.3_3 07 Mar 2006 08:28:06 |
ade |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
3.4.3_2 03 Feb 2006 17:45:47 |
glewis |
. Locally mirror the menucolor patch due to the patch site having gone on
walkabout. [1]
. Add SHA256 for the above patch.
PR: 92147 [1] |
3.4.3_2 01 Feb 2006 02:48:09 |
edwin |
SHA256ify
Approved by: krion@ |
3.4.3_2 22 Jan 2006 02:11:14 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
3.4.3_2 19 Feb 2005 23:48:56 |
pav |
- Menucolor patch was updated
PR: ports/77735
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> (maintainer) |
3.4.3_2 05 Jul 2004 12:47:43 |
vs |
Assign maintainership to submitter of previous PRs.
Thanks to Jeremy Chadwick for volunteering to keep an eye on nethack! |
3.4.3_2 01 Jul 2004 18:49:43 |
vs |
- Fix MENUCOLORS-support on -CURRENT
- Add WITH_MAIL-knob
PR: ports/68522
Submitted by Jeremy Chadwick |
3.4.3_2 30 Jun 2004 09:58:09 |
vs |
Add WITH_MENUCOLORS tweak for console-version:
http://www.netsonic.fi/~walker/nethack.html
PR: ports/68363
Submitted by: Jeremy Chadwick |
3.4.3_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
3.4.3 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
3.4.3 11 Dec 2003 19:57:17 |
pav |
- Update to 3.4.3
PR: ports/60136
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |
3.4.2 14 Oct 2003 09:45:57 |
arved |
Fix nethack-qt with Qt3.2.
Set Maintainer back to ports.
Submitted by: Adriaan de Groot adridg@sci.kun.nl
Reported by: bento |
3.4.2 28 Sep 2003 11:51:31 |
edwin |
Update port: games/nethack to 5.4.2
- Update to version 5.4.2
PR: ports/56279
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
3.4.1_1 19 Jun 2003 15:46:14 |
naddy |
Fix build on -stable.
PR: 53492
Submitted by: Ports Fury |
3.4.1_1 19 Jun 2003 14:20:34 |
naddy |
Remove check for obsolete "bs" termcap attribute which is disappearing
from new termcap entries.
Reported by: Guy Middleton <guy@obstruction.com> |
3.4.1 05 Jun 2003 20:06:31 |
naddy |
Update to version 3.4.1.
PR: 52664
Submitted by: Ports Fury |
3.4.0_1 04 Jun 2003 22:43:38 |
kris |
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris |
3.4.0_1 18 May 2003 12:10:30 |
kris |
WITH_QT_GRAPHICS is BROKEN on 5.1: bad C++ code |
3.4.0_1 07 May 2003 14:09:07 |
arved |
USE_GETOPT_LONG[1]
Remove a duplicate PORTREVISION
PR: 51857[1]
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
3.4.0_1 11 Mar 2003 20:57:54 |
fenner |
Update MASTER_SITES for MAINTAINER-less ports.
PR: ports/49045
Submitted By: Ryan T. Dean <rtdean@cytherianage.net>
Approved By: portmgr |
3.4.0_1 18 Feb 2003 05:56:18 |
knu |
De-pkg-comment nethack34 master-slave ports. |
3.4.0_1 11 Feb 2003 13:55:38 |
roam |
Add a patch that fixes this particular misuse of strcat().
Remove the FORBIDDEN keyword with some apprehension: there might well
be other holes left :(
Bump PORTREVISION for the applied bug (and security-) fix. |
3.4.0 11 Feb 2003 12:02:24 |
roam |
Mark FORBIDDEN due to a locally-exploitable buffer overflow, as reported
on BugTraq:
http://online.securityfocus.com/archive/1/311172/2003-02-08/2003-02-14/0
I wish people would contact the vendor more often, so patches/updates
are available at the time of the advisory, but oh well... |
3.4.0 12 Jan 2003 02:09:17 |
edwin |
Maintainer emails address bounced |
3.4.0 12 Jan 2003 02:08:49 |
edwin |
Update games/nethack34:
- Support QT3
- Add knob for WITHOUT_SHELL
PR: 41768 46939
Submitted by: User & <freebsd@stevenwills.com>, KATO Tsuguru
<tkato@prontomail.com> |
3.4.0 12 Aug 2002 21:52:00 |
knu |
Add a note that HACKNAME, HACKDIR and HACKDOCSDIR are configurable. |
3.4.0 12 Aug 2002 21:20:29 |
knu |
- Define USE_REINPLACE and use REINPLACE_CMD instead of perl.
- 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. |
3.4.0 12 Aug 2002 21:06:54 |
knu |
Don't pretend we are SysV. We are BSD. |
3.4.0 14 May 2002 20:00:25 |
knu |
Update to nethack 3.4.0 after repocopying from nethack33{,-*}.
Unify the variant ports and make them slave ports of the master port,
nethack34.
Unbreak nethack34-gnome.
PR: ports/36576, ports/36880
Submitted by: KATO Tsuguru <tkato@prontomail.com>,
Jan Stocker <Jan.Stocker@t-online.de> (MAINTAINER of -gnome) |