notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: games/nethack33/Makefile
SVNWeb

Number of commits found: 51

Wed, 26 Jul 2023
[ 09:40 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:3372e98c040e09e375e86aea2e31ef885499b602  commit hash:3372e98c040e09e375e86aea2e31ef885499b602  commit hash:3372e98c040e09e375e86aea2e31ef885499b602  3372e98 
games/nethack33: Fix build with llvm16

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  d56127b  (Only the first 10 of 744 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 5 Nov 2019
[ 22:16 zeising search for other commits by this committer ] Original commit   Revision:516845 (Only the first 10 of 474 ports in this commit are shown above. View all ports for this commit)
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.
Sun, 22 Sep 2019
[ 09:26 glewis search for other commits by this committer ] Original commit   Revision:512568
Preserve scores during updates

* Treat record and logfile as "samples" so that they will be kept when
  updating if they have anything in them.
Fri, 8 Dec 2017
[ 08:33 mat search for other commits by this committer ] Original commit   Revision:455775
Don't include bsd.port.options.mk after bsd.port.pre.mk.

Sponsored by:	Absolight
Sun, 31 Jan 2016
[ 10:08 marino search for other commits by this committer ] Original commit   Revision:407605
nethack33(-nox11): document ncurses requirement (USES+=ncurses)

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
Thu, 21 Jan 2016
[ 05:22 glewis search for other commits by this committer ] Original commit   Revision:406823
. Fix MASTER_SITES and thus fetch.
Sat, 9 Jan 2016
[ 18:17 glewis search for other commits by this committer ] Original commit   Revision:405650
. Fix the permissions of the playground.
Mon, 17 Aug 2015
[ 14:20 mat search for other commits by this committer ] Original commit   Revision:394508 (Only the first 10 of 271 ports in this commit are shown above. View all ports for this commit)
Remove UNIQUENAME and LATEST_LINK.

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
Mon, 6 Oct 2014
[ 22:54 antoine search for other commits by this committer ] Original commit   Revision:370241
Fix packaging
Tue, 29 Jul 2014
[ 19:11 adamw search for other commits by this committer ] Original commit   Revision:363374 (Only the first 10 of 436 ports in this commit are shown above. View all ports for this commit)
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
Sun, 29 Jun 2014
[ 08:19 glewis search for other commits by this committer ] Original commit   Revision:359743
. Move OPTIONS_DEFINE before bsd.port.pre.mk, per portlint.
[ 06:41 glewis search for other commits by this committer ] Original commit   Revision:359733
. Fix COMMENT.
[ 06:36 glewis search for other commits by this committer ] Original commit   Revision:359728
. Support staging.
Fri, 13 Jun 2014
[ 07:36 olgeni search for other commits by this committer ] Original commit   Revision:357654 (Only the first 10 of 235 ports in this commit are shown above. View all ports for this commit)
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)
Mon, 9 Jun 2014
[ 14:52 antoine search for other commits by this committer ] Original commit   Revision:357165
Unbreak

With hat:	portmgr
Sun, 8 Jun 2014
[ 19:51 olgeni search for other commits by this committer ] Original commit   Revision:357070 (Only the first 10 of 101 ports in this commit are shown above. View all ports for this commit)
Remove all space characters from Makefile assignments.

No functional changes included.

CR:		D193 (except math/sedumi)
Approved by:	portmgr (bapt)
Thu, 29 May 2014
[ 14:35 miwi search for other commits by this committer ] Original commit   Revision:355704 (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
- Convert gmake, bzip to USES

Approved by:	portmgr
Fri, 21 Feb 2014
[ 13:36 ehaupt search for other commits by this committer ] Original commit   Revision:345410 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Remove trailing whitespaces from category games
Mon, 10 Feb 2014
[ 13:54 ehaupt search for other commits by this committer ] Original commit   Revision:343634 (Only the first 10 of 581 ports in this commit are shown above. View all ports for this commit)
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)
Sat, 30 Nov 2013
[ 04:42 glewis search for other commits by this committer ] Original commit   Revision:335262
. Make PORTNAME nethack33 rather than using nethack and relying on
  LATEST_LINK to provide differentiation.  This makes the package name
  unique.
. Minor portlint petting.

Requested by:	bapt@
Sun, 13 Oct 2013
[ 20:29 glewis search for other commits by this committer ] Original commit   Revision:330251
. Remove the nethack3*-gnome ports.  They are one of the last users of
  deprecated versions of the Gnome libraries.

Requested by:	bapt@
Fri, 20 Sep 2013
[ 17:36 bapt search for other commits by this committer ] Original commit   Revision:327730 (Only the first 10 of 1149 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
Wed, 10 Jul 2013
[ 01:31 glewis search for other commits by this committer ] Original commit   Revision:322594
. Remove the vestiges of support for the expired QT2 port.
. Convert Makefile header.
. NOPORTDOCS -> PORT_OPTIONS:MDOCS.

PR:		180273
Submitted by:	rene@
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- 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
Fri, 20 Nov 2009
[ 22:53 pav search for other commits by this committer ] Original commit  (Only the first 10 of 102 ports in this commit are shown above. View all ports for this commit)
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
Sat, 22 Aug 2009
[ 00:23 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 415 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with G
Fri, 31 Jul 2009
[ 13:57 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 3009 ports in this commit are shown above. View all ports for this commit)
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Fri, 23 Jan 2009
[ 16:28 flz search for other commits by this committer ] Original commit  (Only the first 10 of 612 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit  (Only the first 10 of 127 ports in this commit are shown above. View all ports for this commit)
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
Thu, 20 Mar 2008
[ 09:46 pav search for other commits by this committer ] Original commit  (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Tue, 11 Mar 2008
[ 15:57 pav search for other commits by this committer ] Original commit 
- Replace USE_XPM with a list of required xorg components

With hat:       portmgr
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Sun, 7 May 2006
[ 23:46 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 402 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE for categories starting with a G
Tue, 7 Mar 2006
[ 08:28 ade search for other commits by this committer ] Original commit  (Only the first 10 of 633 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with: kris
Approved by:    portmgr (implicit)
Wed, 13 Apr 2005
[ 16:34 glewis search for other commits by this committer ] Original commit 
. Fix gnome handling (as far as I can test).

Obtained from:  games/nethack34
Thu, 13 May 2004
[ 22:23 glewis search for other commits by this committer ] Original commit 
. Use the ${PKGNAMESUFFIX} set by each of the slave ports to make their
  LATEST_LINK setting unique.

Pointed out by: kris
Tue, 20 Apr 2004
[ 14:24 glewis search for other commits by this committer ] Original commit  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
. Sync with the nethack32 port:
  . 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.
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Sun, 2 Nov 2003
[ 02:48 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
ports with possibly unreachable MAINTAINERs
*** addresses that seem to be dead:

PR:             ports/58694
Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
Mon, 14 Jul 2003
[ 02:53 sf search for other commits by this committer ] Original commit  (Only the first 10 of 72 ports in this commit are shown above. View all ports for this commit)
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
Wed, 4 Jun 2003
[ 22:43 kris search for other commits by this committer ] Original commit  (Only the first 10 of 129 ports in this commit are shown above. View all ports for this commit)
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
Sun, 18 May 2003
[ 12:02 kris search for other commits by this committer ] Original commit 
WITH_QT_GRAPHICS is BROKEN on 5.1: bad C++ code
Tue, 11 Mar 2003
[ 20:57 fenner search for other commits by this committer ] Original commit 
Update MASTER_SITES for MAINTAINER-less ports.

PR:             ports/49045
Submitted By:   Ryan T. Dean <rtdean@cytherianage.net>
Approved By:    portmgr
Thu, 20 Feb 2003
[ 17:29 knu search for other commits by this committer ] Original commit 
De-pkg-comment.
Mon, 4 Nov 2002
[ 22:57 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Half of these ones missed yesterday while converting to USE_REINPLACE.
The other half needs perl to build.

Noticed on bento and others (full mailbox :-)
Sun, 7 Jul 2002
[ 16:42 knu search for other commits by this committer ] Original commit 
Define NO_LATEST_LINK.
Fri, 14 Jun 2002
[ 04:14 knu search for other commits by this committer ] Original commit  (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
Make nethack33 ports a master port and the slaves, and unbreak
nethack33-gnome.

PR:             ports/38220
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
No response from:       MAINTAINERs

Number of commits found: 51