aboutsummaryrefslogtreecommitdiff
path: root/games/linux-ssamtfe
Commit message (Collapse)AuthorAgeFilesLines
* Deorbit RESTRICTED && NO_CDROM, part two.Mathieu Arnold2021-05-061-1/+6
| | | | | | | | | 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
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Ignore again on the package buildersAntoine Brodin2021-02-161-0/+4
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=565406
* games/linux-ssamtfe: update MASTER_SITESSteve Wills2021-01-181-7/+4
| | | | | | | | PR: 252754 Submitted by: scf Notes: svn path=/head/; revision=561929
* Convert to UCL & cleanup pkg-message (categories e-g)Mathieu Arnold2019-08-131-2/+6
| | | | Notes: svn path=/head/; revision=508837
* Locate some places where USES=dos2unix could be used, and fix some of them.Mathieu Arnold2016-10-201-0/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=424337
* - In Uses/linux.mk use the loop variable directly when appending toTijl Coosemans2016-09-071-0/+1
| | | | | | | | | | | | *_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 Notes: svn path=/head/; revision=421496
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withTijl Coosemans2016-09-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. - bsd.port.mk: - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX. - Put USE_LINUX_PREFIX handling after USES processing. - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can give these variables a different default value. - When a package needs to run Linux ldconfig check before installation if Linux support is enabled. - emulators/linux_base-*: - Use USES=linux and remove duplication. - Remove files/lp. FreeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=421387
* Cleanup some other NO_PACKAGE madness.Mathieu Arnold2016-05-231-2/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=415730
* - Modernize plistDmitry Marakasov2015-05-262-55/+1
| | | | | | | | | - Don't cat pkg-message from Makefile Approved by: portmgr blanket Notes: svn path=/head/; revision=387520
* - StageSteve Wills2014-03-262-21/+20
| | | | | | | | PR: ports/187874 Submitted by: Johannes Jost Meixner <xmj@chaot.net> Notes: svn path=/head/; revision=349210
* Ignore if CDROM_MOUNT is not setAntoine Brodin2014-03-081-4/+4
| | | | Notes: svn path=/head/; revision=347503
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* - Remove broken mirror and add two new ones.Lars Engels2013-07-051-3/+2
| | | | | | | - Remove BROKEN Notes: svn path=/head/; revision=322349
* Mark as broken: does not fetchBaptiste Daroussin2013-05-041-0/+2
| | | | Notes: svn path=/head/; revision=317368
* Convert to new options frameworkBaptiste Daroussin2013-02-201-11/+8
| | | | Notes: svn path=/head/; revision=312662
* - Reassign ports from avl@ back to pool at his request.Dima Panov2013-02-201-1/+1
| | | | | | | | Submitted by: avl via IM Approved by: avl via IM Notes: svn path=/head/; revision=312628
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* Change MAINTAINER on my ports to my FreeBSD email addressAlexander Logvinov2009-05-281-1/+1
| | | | | | | Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=234716
* - ssamtse runs well without devel/linux-sdl12.Dmitry Marakasov2009-04-241-1/+1
| | | | | | | | PR: 133363 Submitted by: Alexander Logvinov <ports at logvinov dot com> (maintainer) Notes: svn path=/head/; revision=232622
* Welcome to the new linux ports infrastructure which allows usingBoris Samorodov2009-03-191-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=230420
* Serious Sam is a high-adrenaline action-arcade shooter heavily focusedMartin Wilke2008-07-196-0/+388
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> Notes: svn path=/head/; revision=217124