Commit Graph

29 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
Jimmy Olgeni
e929aea23c Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
2017-11-02 21:41:47 +00:00
Tijl Coosemans
aea21b3b36 - 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
2016-09-07 12:43:22 +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
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Dmitry Marakasov
beab5264ab - OPTIONize port, use OPTIONS_SUB
- Make CDROM checks set IGNORE instead of failing the installation
- Remove @dirrm* from plist

PR:		198000
Submitted by:	amdmi3
Approved by:	maintainer timeout (scf, 5 weeks)
2015-04-06 00:11:19 +00:00
Sean Farley
c46cfd4ea3 - Add stage support. Thank you xmj@!
- Use STAT instead of direct path and other portlint fixes.
- Take maintainership.

PR:		187864
Submitted by:	xmj
2014-09-01 20:17:08 +00:00
Adam Weinberger
08a006d08a Rename all patches that contain '::' as a path separator, and use
'__' instead.
2014-07-29 17:12:47 +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
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
Bryan Drewery
670d00edc0 - Disable for PACKAGE_BUILDING
With hat:	portmgr
2013-09-14 20:45:42 +00:00
Alexey Dokuchaev
3cdb62f551 Unbreak fetching (hopefully for longer time). 2013-08-30 13:25:15 +00:00
Bryan Drewery
5dedb4fabc - Mark BROKEN, fails to fetch. 2013-08-30 13:05:32 +00:00
Sean Farley
ee32a0e1a6 Add CONFLICTS_INSTALL against games/exult and lang/ucc. Bump PORTREVISION. 2012-06-07 01:13:46 +00:00
Martin Wilke
09acd1a11a - Update MASTER_SITES
- While here drop MD5 support

PR:		152538
Submitted by:	ilgiz <kegfru@gmail.com>
Approved by:	maintainer timeout
Feature safe:	yes
2011-02-05 06:57:42 +00:00
Sean Farley
8543b91b08 Add amd64 to the list of supported architectures.
Approved by:	linimon
2010-04-15 20:41:56 +00:00
Sean Farley
d912d5de99 Remove unneeded environment variable (SDL_VIDEO_X11_DGAMOUSE=0). My system
was in a state that made it appear that it was required.

Approved by:	itetcu
2009-06-14 22:23:39 +00:00
Sean Farley
33886a414c - Use libSDL v1.2 from ports instead of the provided v1.1. The Nvidia
driver will not function with it when the Linux base is Fedora 8.
- Detect the Nvidia driver and set Sync on VBlank (__GL_SYNC_TO_VBLANK) to
  provide a consistent speed within the game, otherwise, the game will
  increase speed dramatically when approaching walls.
- Disable the use of DGA mouse support in libSDL to allow some mice to
  function within the game.
- Preload the Linux libX11 library to prevent the following error:
      XDM authorization key matches an existing client
- Remove an empty directory (Logs) that is never used.

Approved by:	itetcu
2009-06-14 19:03:54 +00:00
Sean Farley
592c17e809 Remove the devel/linux-sdl12 dependency which is not needed and would cause
crashes if it was truly used by this port.  The port has its own copy that
does work.

PR:		ports/133365
Submitted by:	Alexander Logvinov <ports at logvinov.com>
Approved by:	pav
2009-04-05 23:46:47 +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
Martin Wilke
b6fabd7bf7 - Readded UTPGPatch451.tar.bz2 distfile (was dropped in the previous commit)
PR:		125029
Submitted by:	Alexander Logvinov <ports@logvinov.com>
Approved by:	scf@ (maintainer)
2008-06-29 11:23:23 +00:00
Martin Wilke
0b683bfc43 - Added support(*) for other UT99 CD's such as the Anthology CD. This
also added the WITHOUT_MAPS option.
- Reverted the default patch installed from v451 to v436 hence the
  PORTEPOCH. Patch v451 has some issues with the client (some keyboard
  mappings) but is recommended for the server. The are both network
  compatible. If v451 is desired for running a server, WITH_451PATCH may
  be defined.
- Change my E-mail from sean-freebsd@farley.org to scf@FreeBSD.org.

* Thanks go to Martin Tournoij who wrote the Anthology patch as well as
all the testing he did on the tweaks I made.

Added file(s):
- pkg-message

PR:		117536
Submitted by:	scf@ (maintainer)
2008-03-07 19:14:44 +00:00
Jean Milanez Melo
6c575e22a2 - Fix mastersite.
- Remove /usr/local from ut-bin binary.

PR:		ports/113934
Submitted by:	Sean Farley <sean-freebsd@farley.org> (maintainer)
2007-07-09 19:10:26 +00:00
Cheng-Lung Sung
ae74be354b - Remove setting FETCH environment
PR:		ports/103992
Submitted by:	Alexander Logvinov <ports_AT_logvinov dot com>
Approved by:	maintainer (Sean C. Farley)
2006-10-05 02:26:41 +00:00
Rong-En Fan
eef560e83f - Fix build on 4.x
PR:		ports/103413
Submitted by:	Alexander Logvinov <ports at logvinov.com>
Approved by:	Sean C. Farley <sean-freebsd at farley.org> (maintainer)
2006-09-25 04:20:39 +00:00
Jean Milanez Melo
8ad406c88a - Fix mastersite.
PR:		ports/100766
Submitted by:	Sean Farley <sean-freebsd@farley.org> (maintainer)
2006-07-24 12:16:02 +00:00
Boris Samorodov
bd53c33cb1 - Update to 451
- Fix network play by fixing the paths within the UnrealTournament.ini
  file to actually be usable by the user. Removing of the
  ${HOME}/.loki/ut directory to fix this issue is recommended.

PR:		ports/99990
Submitted by:	Sean Farley <sean-freebsd@farley.org> (maintainer)
Approved by:	netchild (mentor, implicit)
2006-07-10 23:43:29 +00:00
Alejandro Pulver
6314b147f2 Unreal Tournament, the ultimate challenge of competitive game-play.
Unreal Tournament showcases the enhanced, hugely-popular Unreal engine,
the benchmark of 3-D graphical excellence and immersive gameplay.
This stand-alone game brings you never before,
richly-textured and thrilling environments.
In single player mode with "bots" (virtual customizeable team mates) or
in multiplayer mode with up to 16 bots and/or humans.
Step into the Unreal arena and stake your life in the pursuit of victory
as the Unreal Grand Master. Or suffer the agonizing death of defeat.

For information about the Linux patch/installer
WWW:  http://liflg.org/?catid=6&gameid=51

For more information about UT visit:
http://www.unrealtournament.com/

PR:		ports/91984
Submitted by:	Sean Farley <sean-freebsd@farley.org>
2006-06-13 17:56:25 +00:00