Commit Graph

30 Commits

Author SHA1 Message Date
Mathieu Arnold
79698c8457 Convert to UCL & cleanup pkg-message (categories e-g) 2019-08-13 16:03:11 +00:00
Mathieu Arnold
8664861b1a Don't quote {} in find -exec calls.
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.

Sponsored by:	Absolight
2016-12-01 11:18:03 +00:00
Tijl Coosemans
82a87de90c - 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.
- 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)
2016-09-05 19:23:42 +00:00
Mathieu Arnold
c0b5fd211e Cleanup some other NO_PACKAGE madness.
With hat:	portmgr
Sponsored by:	Absolight
2016-05-23 16:46:36 +00:00
Mathieu Arnold
065c026fe5 Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
2015-11-05 12:36:25 +00:00
Dmitry Marakasov
cce3a74ecd - Don't cat pkg-message from Makefiles
Approved by:	portmgr blanket
2015-05-27 00:15:04 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Dmitry Marakasov
ed956120ae - Fix reporting files that should be removed manually
- Drop @dirrm* from plist
2014-12-29 01:16:53 +00:00
Adam Weinberger
402f05583e Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 15:19:07 +00:00
Eitan Adler
eccf5db03a Multiple ports: reset maintainers
Maintainers for these ports have been notified on 5 separate occasions
	over the course of several months about pending actions required.

	We really appreciate the time and effort you put in to maintain
	these ports.

	If you are still interested in helping to maintain these ports just
	reply to me or file a PR and I will happily assign the port to you
	again.

Approved by:	portmgr (implicit)
2014-05-26 02:33:38 +00:00
Martin Wilke
f56a2425cc - Stage support
PR:		187865
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
Approved by:	maintainer timeout
2014-05-22 07:59:08 +00:00
Baptiste Daroussin
c84e1cd8e6 Add NO_STAGE all over the place in preparation for the staging support (cat: games) 2013-09-20 17:36:33 +00:00
Jason Helfman
8199e9dc48 - adopt optionsNG for games
- trim historical headers and trim comments
- some Makefile cleanup

Approved by:	portmgr (bapt)
2013-05-31 14:40:56 +00:00
Olli Hauer
b6ac748023 -remove MD5 2011-07-03 14:25:36 +00:00
Boris Samorodov
0263b9d868 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)
2009-03-19 17:28:51 +00:00
Jose Alonso Cardenas Marquez
e4de427e11 - Update to 1.4.2 2007-09-09 21:36:18 +00:00
Jose Alonso Cardenas Marquez
eba9fb0a7c - Remove ONLY_FOR_ARCHS
Suggested by:	kris
Noticed by:	alepulver
2006-11-08 00:12:10 +00:00
Jose Alonso Cardenas Marquez
ee2e74ba42 - Update to 1.3
- Removed USE_X_PREFIX
- Added NO_CDROM and NO_PACKAGE
- Added linux- prefix to all quake* scripts

Approved by:	garga (mentor)
2006-08-02 19:50:23 +00:00
Jose Alonso Cardenas Marquez
b6b4a544cd Change maintainer address to my @FreeBSD.org email
Approved by:	garga (mentor)
2006-07-23 02:45:24 +00:00
Alejandro Pulver
63066bc9b1 - Do not install standard libraries since they are now present in
linux_base-fc4.

Approved by:	maintainer
2006-06-24 19:58:50 +00:00
Alejandro Pulver
13d060a662 - Update to 1.2.1
- Added new options (SMP and GERMANY support)
- This ports install libSDL-1.2.id.so.0 and libstdc++.so.6. It's neccesary for
  correct running of linux-quake4.
- Other tiny modifications.
- Install libraries in a private directory and not in global ones [1].
- Fix IDSOFTWARE mirror sub-directory [1].
- Keep PORTEPOCH [1].

PR:		ports/96789
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
Reworked by:	alepulver [1]
2006-06-03 17:24:09 +00:00
Pav Lucistnik
e3fa6306e5 - Update to 1.1
PR:		ports/95099
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
2006-04-08 21:59:59 +00:00
Edwin Groothuis
a70669db12 [PATCH] bsd.sites.mk and relevant ports: add MASTER_SITE_IDSOFTWARE
This patch adds the MASTER_SITE_IDSOFTWARE list of mirrors to bsd.sites.mk and adds it to the following ports:

	games/doom
	games/linux-quake3
	games/linux-quake4
	games/qcc
	games/quake-data
	games/quake-source
	games/quake2-data
	games/quake2-source
	games/quake2forge
	games/quake2lnx
	games/quake3
	games/quake3-data
	games/rtcw

PR:		ports/93546
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2006-04-06 00:21:42 +00:00
Pav Lucistnik
d04c981ace - Update to 1.0.6
- Install into X11BASE
- Cleanup
- Take over maintainership

PR:		ports/92383
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Approved by:	Andrew Pantyukhin <infofarmer@gmail.com> (maintainer)
2006-03-26 21:58:31 +00:00
Edwin Groothuis
0416031c9b Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:20:05 +00:00
Tim Bishop
72c195aca1 - Update MASTER_SITES
PR:		91889
Submitted by:	infofarmer@gmail.com (maintainer)
2006-01-16 23:11:04 +00:00
Edwin Groothuis
758d4bd9f9 maintainer-update games/linux-quake4
Make linux-quake4 fetchable.
	Reported by:	Kris Kennaway
	Oh man, we need to support torrent links in bsd.port.mk.

See also  bin/89403

PR:		ports/89299
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>
2005-11-22 02:51:38 +00:00
Edwin Groothuis
0b9118674e New maintainer: "Andrew P." <infofarmer@gmail.com>
I'm not a gamer, and I don't own the game, but this is an
    important port and it would be a pity to see it orphaned. So
    I'm willing to take maintainership until someone more suitable
    steps forward..

    BTW, Q4 runs great on FreeBSD.  There are still a few tweaks
    to be made (e.g.  q4 would be glad to see linprocfs), but overall
    it runs without any bugs, glitches or performance problems.

    We need to put some pressure on Ati guys to release either
    drivers or specs.  Maybe we'll talk later about it at advocacy@.
2005-11-17 22:25:11 +00:00
Edwin Groothuis
2fd9e6e6c5 update games/linux-quake4 to 1.0.5
o Update to 1.0.5
	o Fix pkg-plist
	o Add SHA256
	o Old savegames seem to be compatible

PR:		ports/89199
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>
Approved by:	Ed Schouten <ed@fxq.nl>
2005-11-17 21:21:09 +00:00
Edwin Groothuis
750372843d [New port] games/quake4
id Software has released Linux binaries for Quake 4! Hooray!
	They seem to work on FreeBSD as well (worked on my machine,
	about 5 FPS ;-)).

	There isn't a port for it at the moment, so I've made one.
	I don't feel like maintaining it, because I can't really
	test it on my machine.

	The port isn't complete; There isn't a switch to install
	dedicated only (wouldn't be hard though) and I guess we
	shouldn't be able to build packages from it.

	Have fun! :-)

* Renamed it to games/linux-quake4 to stay consistent with other quake ports.

PR:		ports/87764
Submitted by:	Ed Schouten <ed@fxq.nl>
2005-11-17 11:38:43 +00:00