Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
29 Sep 2021 19:34:45 3.4.3_7
|
Bernhard Froehlich (decke)  |
japanese/nethack34: Add CPE information
Approved by: portmgr (blanket) |
06 Apr 2021 14:31:07 3.4.3_7
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
24 Jul 2020 06:28:59
3.4.3_7
|
rigoletto  |
Mk/bsd.sites.mk: Update URL of MASTER_SITE_OSDN to one that supports
geographical load balancing
- update all affected ports
PR: 244164
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Differential Revision: https://reviews.freebsd.org/D24955 |
06 Nov 2019 18:03:34
3.4.3_7
|
zeising  |
Add USES=xorg USES=gl, ports categories j
Add USES=xorg and USES=gl to ports in categories starting with 'j'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
24 Mar 2018 21:12:13
3.4.3_7
|
sunpoet  |
Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN
PR: 225609
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> |
18 Aug 2017 17:30:56
3.4.3_7
|
swills  |
japanese/nethack34: Fix the BROKEN_FreeBSD_12 flag
Pass maintainership to submitter
PR: 220595
Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp> |
22 May 2017 16:04:19
3.4.3_7
|
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
16 Sep 2015 13:03:46
3.4.3_7
|
mat  |
It seems some people keep adding $FreeBSD$ to patch files.
Patches must not be changed by the vcs, this includes the
svn:keyword expansion. Set fbsd:nokeywords to a couple of patches.
With hat: portmgr
Sponsored by: Absolight |
11 May 2015 18:34:58
3.4.3_7
|
mat  |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
09 Nov 2014 16:31:20
3.4.3_7
|
marino  |
japanese/nethack34: Fix segfault on amd64 among other things
PR: 194611
Submitted by: WATANABE Kazuhiro |
06 Sep 2014 17:19:47
3.4.3_6
|
marino  |
Stage japanese/nethack34 and unbreak
* Update to the latest jnethack patch
* Remove BROKEN flag
* Add staging support (inspired by games/nethack)
* Use base compiler instead of gcc
* Quick fix for bug 192743 (chown and chmod)
* marino: Use SUB_FILES instead of roll-your-own pkg-deinstall
* marino: Remove unnecessary loop for REINPLACE_CMD
* marino: Simplify docs installation, remove two loops
* marino: Unmask configure commands
* marino: Use parentheses and "&&" instead of just ";" on compounds
* marino: Beef up pkg-descr for those unfamiliar with NetHack
PR: 193206
Submitted by: WATANABE Kazuhiro |
24 Aug 2014 09:30:21
3.4.3_5
|
antoine  |
Mark BROKEN: Fails to build
With clang:
gmake[3]: Entering directory
`/wrkdirs/usr/ports/japanese/nethack34/work/nethack-3.4.3/src'
touch ../src/config.h-t
gcc -W -g -O -I../include -c monst.c
gmake[3]: gcc: Command not found
With gcc:
gcc -W -g -O -I../include -c ../sys/unix/unixmain.c
../sys/unix/unixmain.c:24:25: error: X11/Xlocale.h: No such file or directory
../sys/unix/unixmain.c: In function 'main':
../sys/unix/unixmain.c:69: error: 'LC_ALL' undeclared (first use in this
function)
Reported by: pkg-fallout
With hat: portmgr |
04 Aug 2014 03:40:15
3.4.3_5
|
adamw  |
In some straightforward cases, protect documentation behind
PORTDOCS, adding a DOCS option where needed, and a couple
PORTEXAMPLES for good measure. |
29 Jul 2014 19:11:53
3.4.3_5
|
adamw  |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
26 May 2014 12:33:14
3.4.3_5
|
miwi  |
- Convert gmake,bzip2 to USES
Approved by: portmgr |
21 Feb 2014 13:37:36
3.4.3_5
|
ehaupt  |
Remove trailing whitespaces from category japanese |
10 Feb 2014 13:54:28
3.4.3_5
|
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) |
15 Oct 2013 09:47:12

|
bapt  |
Remove all options bringing gnome1 libraries |
20 Sep 2013 18:47:56
3.4.3_5
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese) |
02 Jul 2013 22:44:49
3.4.3_5
|
rene  |
Remove support for the -qt package variant, this depends on the
expired QT3 port.
NOPORTDOCS -> PORT_OPTIONS:MDOCS while here |
28 Mar 2013 16:29:01
3.4.3_5
|
eadler  |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
08 Mar 2013 11:32:12
3.4.3_5
|
bapt  |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
23 Sep 2011 22:26:39
3.4.3_5
|
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 |
18 Mar 2011 17:59:51
3.4.3_5
|
miwi  |
- Get Rid MD5 support
With hat: portmgr (myself) |
22 Aug 2009 00:24:37
3.4.3_5 
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L |
23 Jan 2009 16:28:36
3.4.3_5
|
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). |
25 Jul 2008 12:24:09
3.4.3_4
|
pav  |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
19 Apr 2008 17:56:05
3.4.3_4 
|
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) |
20 Mar 2008 09:51:43
3.4.3_4
|
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
11 Mar 2008 15:57:05
3.4.3_4
|
pav  |
- Replace USE_XPM with a list of required xorg components
With hat: portmgr |
17 Oct 2007 10:13:01
3.4.3_3
|
ade  |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
19 May 2007 20:32:57
3.4.3_2
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
09 May 2006 00:18:07
3.4.3_1
|
edwin  |
Remove USE_REINPLACE from categories starting with a J |
22 Jan 2006 02:16:45
3.4.3_1
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
24 Nov 2005 23:02:13
3.4.3_1
|
pav  |
- Add SHA256 |
11 Nov 2005 01:18:01
3.4.3_1
|
linimon  |
With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months. We hope to see him back sometime. |
14 Oct 2005 22:45:28
3.4.3_1
|
sem  |
- Update to 0.7 patch level
- Peacefy portlint
PR: ports/85184
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Approved by: maintainer (knu) timeout (a month) |
09 Feb 2004 03:19:32
3.4.3
|
knu  |
Update to JNetHack-3.4.3-0.1. |
04 Feb 2004 05:21:48
3.4.1_2
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
18 Oct 2003 09:24:04
3.4.1_1
|
knu  |
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. |
06 Sep 2003 20:53:36
3.4.1_1
|
knu  |
Use MASTER_SITE_SOURCEFORGE_JP. |
20 Jun 2003 12:25:08
3.4.1_1
|
knu  |
Update to jnethack 3.4.1-0.2. |
18 Feb 2003 05:56:18
3.4.0_1
|
knu  |
De-pkg-comment nethack34 master-slave ports. |
11 Feb 2003 14:15:43
3.4.0_1
|
knu  |
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) |
10 Feb 2003 09:04:04
3.4.0_3
|
kris  |
Convert COMMENT to COMMENTFILE until these ports can be converted.
Submitted by: lioux |
14 Jan 2003 10:20:01
3.4.0_3
|
knu  |
Remove an unused directory after installation. |
01 Jan 2003 16:27:39
3.4.0_3
|
knu  |
Update to jnethack-3.4.0-0.9. |
16 Sep 2002 09:00:20
3.4.0_2
|
knu  |
Update to jnethack-3.4.0-0.8. |
12 Aug 2002 21:51:11
3.4.0_1
|
knu  |
Add a note that HACKNAME, HACKDIR and HACKDOCSDIR are configurable. |
12 Aug 2002 21:48:57
3.4.0_1
|
knu  |
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. |
03 Aug 2002 18:17:36
3.4.0_1
|
knu  |
Update to 3.4.0-0.7. |
25 Jul 2002 17:34:39
3.4.0
|
knu  |
Define USE_BISON.
Submitted by: bento |
07 Jul 2002 16:52:48
3.4.0
|
knu  |
Add JNetHack 3.4.0-0.6. This port was repocopied from
japanese/nethack(32), but is mostly based on games/nethack34. |