Commit graph

10 commits

Author SHA1 Message Date
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
Thomas Zander
67e03fa8b1 Un-break port by providing updated MASTER_SITES
PR:		202977
Submitted by:	christopher.key@cantab.net
MFH:		2015Q3 (build fix blanket)
2015-09-28 08:06:14 +00:00
Baptiste Daroussin
d8e915a80c Mark broken unfetchable ports 2015-04-05 19:21:57 +00:00
Antoine Brodin
cdf5a86199 Stage support 2014-01-16 19:48:31 +00:00
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Eitan Adler
d1f32a3e5d Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
2013-03-28 16:28:59 +00:00
Mark Linimon
d21b9348bf Reset cjk32@cam.ac.uk due to permanent bounce.
Hat:		portmgr
2012-08-22 21:42:37 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Li-Wen Hsu
dbc54bd994 - Set IA32_BINARY_PORT
PR:		ports/145889
Submitted by:	Christopher Key <cjk32 AT cam.ac.uk> (maintainer)
2010-05-15 07:21:45 +00:00
Boris Samorodov
82642aa8f1 This is a linux application for generating MusicIP puids.
WWW:	http://www.musicip.com/

PR:		ports/133068
Submitted by:	Christopher Key <cjk32 at cam.ac.uk>
2009-07-26 12:49:54 +00:00