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/linux-ssamtfe/Makefile
SVNWeb

Number of commits found: 22

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)
Thu, 6 May 2021
[ 11:47 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:3505159e72da2d8313ce2a8ddc527de700b5bc37  commit hash:3505159e72da2d8313ce2a8ddc527de700b5bc37  commit hash:3505159e72da2d8313ce2a8ddc527de700b5bc37  3505159  (Only the first 10 of 144 ports in this commit are shown above. View all ports for this commit)
Deorbit RESTRICTED && NO_CDROM, part two.

Move ports to the licenses framework.

RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept

Differential Revision:  https://reviews.freebsd.org/D30010
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, 16 Feb 2021
[ 15:09 antoine search for other commits by this committer ] Original commit   Revision:565406
Ignore again on the package builders

Reported by:	pkg-fallout
Mon, 18 Jan 2021
[ 16:33 swills search for other commits by this committer ] Original commit   Revision:561929
games/linux-ssamtfe: update MASTER_SITES

PR:		252754
Submitted by:	scf
Thu, 20 Oct 2016
[ 15:34 mat search for other commits by this committer ] Original commit   Revision:424337
Locate some places where USES=dos2unix could be used, and fix some of them.

Sponsored by:	Absolight
Wed, 7 Sep 2016
[ 12:43 tijl search for other commits by this committer ] Original commit   Revision:421496 (Only the first 10 of 77 ports in this commit are shown above. View all ports for this commit)
- In Uses/linux.mk use the loop variable directly when appending to
  *_DEPENDS.  Helper variables derived from the loop variable aren't
  expanded causing *_DEPENDS to be incorrect.
- Bump all ports with more than one value in USE_LINUX.

PR:		211645
Reported by:	jkim
Mon, 5 Sep 2016
[ 19:23 tijl search for other commits by this committer ] Original commit   Revision:421387 (Only the first 10 of 303 ports in this commit are shown above. View all ports for this commit)
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
  Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
  USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
  ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
  are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling.  In the very rare cases
  that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling.  Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
  default versions framework.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 23 May 2016
[ 16:46 mat search for other commits by this committer ] Original commit   Revision:415730 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Cleanup some other NO_PACKAGE madness.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 26 May 2015
[ 23:27 amdmi3 search for other commits by this committer ] Original commit   Revision:387520
- Modernize plist
- Don't cat pkg-message from Makefile

Approved by:	portmgr blanket
Wed, 26 Mar 2014
[ 02:18 swills search for other commits by this committer ] Original commit   Revision:349210
- Stage

PR:		ports/187874
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
Sat, 8 Mar 2014
[ 14:35 antoine search for other commits by this committer ] Original commit   Revision:347503
Ignore if CDROM_MOUNT is not set
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)
Fri, 5 Jul 2013
[ 19:12 lme search for other commits by this committer ] Original commit   Revision:322349
- Remove broken mirror and add two new ones.
- Remove BROKEN
Sat, 4 May 2013
[ 21:57 bapt search for other commits by this committer ] Original commit   Revision:317368
Mark as broken: does not fetch
Wed, 20 Feb 2013
[ 20:15 bapt search for other commits by this committer ] Original commit   Revision:312662
Convert to new options framework
[ 16:08 fluffy search for other commits by this committer ] Original commit   Revision:312628 (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
- Reassign ports from avl@ back to pool at his request.

Submitted by:	avl via IM
Approved by:	avl via IM
Thu, 28 May 2009
[ 20:44 avl search for other commits by this committer ] Original commit  (Only the first 10 of 84 ports in this commit are shown above. View all ports for this commit)
Change MAINTAINER on my ports to my FreeBSD email address

Approved by:    tabthorpe (mentor)
Fri, 24 Apr 2009
[ 01:17 amdmi3 search for other commits by this committer ] Original commit 
- ssamtse runs well without devel/linux-sdl12.

PR:             133363
Submitted by:   Alexander Logvinov <ports at logvinov dot com> (maintainer)
Thu, 19 Mar 2009
[ 17:28 bsam search for other commits by this committer ] Original commit  (Only the first 10 of 136 ports in this commit are shown above. View all ports for this commit)
Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.

The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.

The idea was taken from bsd.gnome.mk and others.

More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.

Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.

Other changes are coming. Stay tuned!

PR:             ports/132510
Submitted by:   bsam (me)
Exp-run by:     portmgr (pav)
Sat, 19 Jul 2008
[ 16:31 miwi search for other commits by this committer ] Original commit 
Serious Sam is a high-adrenaline action-arcade shooter heavily focused
on frantic arcade-style single player action. In a world where cyberpunk
meets fantasy-fiction and advanced technology is mixed with black magic
and psycho-powers, Sam travels through the beautiful world of ancient Egypt
and several diverse planets, confronting countless Mental's minions on his way
to the Mental's base.

You need an original game CD to use this port.

WWW: http://www.croteam.com/

PR:             ports/125560
Submitted by:   Alexander Logvinov <ports at logvinov.com>

Number of commits found: 22