non port: japanese/nethack34/Makefile |
SVNWeb
|
Number of commits found: 49 |
Sun, 6 Aug 2023
|
[ 18:30 Muhammad Moinur Rahman (bofh) ] a48a24b
japanese/nethack34: Fix build with llvm16
- Utilize OPTIONSNG where possible
- Pet portclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 8d9b67b (Only the first 10 of 220 ports in this commit are shown above. )
japanese: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Akito FUJITA <fujita@zoo.ncl.omron.co.jp>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Daichi GOTO <daichi@FreeBSD.org>
* Daisuke Kawahara <kawahara@pine.kuee.kyoto-u.ac.jp>
* David O'Brien (obrien@cs.ucdavis.edu)
* Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
* FUJISHIMA Satsuki <sf@FreeBSD.org>
* Fumihiko Kimura <jfkimura@yahoo.co.jp> (Only the first 15 lines of the commit message are shown above )
|
Wed, 29 Sep 2021
|
[ 19:34 Bernhard Froehlich (decke) ] e82f2fd
japanese/nethack34: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 24 Jul 2020
|
[ 06:28 rigoletto ] (Only the first 10 of 52 ports in this commit are shown above. )
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
|
Wed, 6 Nov 2019
|
[ 18:03 zeising ] (Only the first 10 of 14 ports in this commit are shown above. )
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.
|
Sat, 24 Mar 2018
|
[ 21:12 sunpoet ] (Only the first 10 of 52 ports in this commit are shown above. )
Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN
PR: 225609
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
|
Fri, 18 Aug 2017
|
[ 17:30 swills ]
japanese/nethack34: Fix the BROKEN_FreeBSD_12 flag
Pass maintainership to submitter
PR: 220595
Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp>
|
Mon, 22 May 2017
|
[ 16:04 linimon ] (Only the first 10 of 44 ports in this commit are shown above. )
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
|
Mon, 11 May 2015
|
[ 18:34 mat ] (Only the first 10 of 285 ports in this commit are shown above. )
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
|
Sun, 9 Nov 2014
|
[ 16:31 marino ]
japanese/nethack34: Fix segfault on amd64 among other things
PR: 194611
Submitted by: WATANABE Kazuhiro
|
Sat, 6 Sep 2014
|
[ 17:19 marino ] (Only the first 10 of 12 ports in this commit are shown above. )
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
|
Sun, 24 Aug 2014
|
[ 09:30 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
|
Tue, 29 Jul 2014
|
[ 19:11 adamw ] (Only the first 10 of 436 ports in this commit are shown above. )
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports)
|
Mon, 26 May 2014
|
[ 12:33 miwi ] (Only the first 10 of 12 ports in this commit are shown above. )
- Convert gmake,bzip2 to USES
Approved by: portmgr
|
Fri, 21 Feb 2014
|
[ 13:37 ehaupt ]
Remove trailing whitespaces from category japanese
|
Mon, 10 Feb 2014
|
[ 13:54 ehaupt ] (Only the first 10 of 581 ports in this commit are shown above. )
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)
|
Tue, 15 Oct 2013
|
[ 09:47 bapt ] (Only the first 10 of 11 ports in this commit are shown above. )
Remove all options bringing gnome1 libraries
|
Fri, 20 Sep 2013
|
[ 18:47 bapt ] (Only the first 10 of 352 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese)
|
Tue, 2 Jul 2013
|
[ 22:44 rene ]
Remove support for the -qt package variant, this depends on the
expired QT3 port.
NOPORTDOCS -> PORT_OPTIONS:MDOCS while here
|
Fri, 8 Mar 2013
|
[ 11:32 bapt ] (Only the first 10 of 209 ports in this commit are shown above. )
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
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Sat, 22 Aug 2009
|
[ 00:24 amdmi3 ] (Only the first 10 of 130 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L
|
Fri, 23 Jan 2009
|
[ 16:28 flz ] (Only the first 10 of 612 ports in this commit are shown above. )
- 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).
|
Fri, 25 Jul 2008
|
[ 12:24 pav ] (Only the first 10 of 127 ports in this commit are shown above. )
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
|
Thu, 20 Mar 2008
|
[ 09:51 pav ] (Only the first 10 of 55 ports in this commit are shown above. )
- Remove USE_GETOPT_LONG which is a no-op since March 2007
|
Tue, 11 Mar 2008
|
[ 15:57 pav ]
- Replace USE_XPM with a list of required xorg components
With hat: portmgr
|
Wed, 17 Oct 2007
|
[ 10:13 ade ] (Only the first 10 of 199 ports in this commit are shown above. )
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Tue, 9 May 2006
|
[ 00:18 edwin ] (Only the first 10 of 54 ports in this commit are shown above. )
Remove USE_REINPLACE from categories starting with a J
|
Fri, 11 Nov 2005
|
[ 01:18 linimon ] (Only the first 10 of 286 ports in this commit are shown above. )
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.
|
Fri, 14 Oct 2005
|
[ 22:45 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)
|
Mon, 9 Feb 2004
|
[ 03:19 knu ]
Update to JNetHack-3.4.3-0.1.
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Sat, 18 Oct 2003
|
[ 09:24 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.
|
Sat, 6 Sep 2003
|
[ 20:53 knu ]
Use MASTER_SITE_SOURCEFORGE_JP.
|
Fri, 20 Jun 2003
|
[ 12:25 knu ]
Update to jnethack 3.4.1-0.2.
|
Tue, 18 Feb 2003
|
[ 05:56 knu ]
De-pkg-comment nethack34 master-slave ports.
|
Tue, 11 Feb 2003
|
[ 14:15 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)
|
Mon, 10 Feb 2003
|
[ 09:04 kris ] (Only the first 10 of 63 ports in this commit are shown above. )
Convert COMMENT to COMMENTFILE until these ports can be converted.
Submitted by: lioux
|
Tue, 14 Jan 2003
|
[ 10:20 knu ]
Remove an unused directory after installation.
|
Wed, 1 Jan 2003
|
[ 16:27 knu ]
Update to jnethack-3.4.0-0.9.
|
Mon, 16 Sep 2002
|
[ 09:00 knu ]
Update to jnethack-3.4.0-0.8.
|
Mon, 12 Aug 2002
|
[ 21:51 knu ]
Add a note that HACKNAME, HACKDIR and HACKDOCSDIR are configurable.
|
[ 21:48 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.
|
Sat, 3 Aug 2002
|
[ 18:17 knu ]
Update to 3.4.0-0.7.
|
Thu, 25 Jul 2002
|
[ 17:34 knu ]
Define USE_BISON.
Submitted by: bento
|
Sun, 7 Jul 2002
|
[ 16:52 knu ] (Only the first 10 of 18 ports in this commit are shown above. )
Add JNetHack 3.4.0-0.6. This port was repocopied from
japanese/nethack(32), but is mostly based on games/nethack34.
|
Number of commits found: 49 |