Commit graph

66 commits

Author SHA1 Message Date
Tijl Coosemans
22758f2672 Remove NVIDIA option from Linux ports now that the nvidia-driver can be
installed later.
2016-11-03 21:47:46 +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
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Jan Beich
79fe485645 multimedia/webcamd: clarify version requirements in consumers
webcamd exposes V4L/DVB/EVDEV/etc devices with consumer ABI configured
by v4l_compat version during build. Drop >0 dummy as V4L is available
since day 1 and we only want the daemon. This syncs RUN_DEPENDS with:

  multimedia/gstreamer-plugins-v4l2
  multimedia/gstreamer1-plugins-v4l2
2015-09-16 10:26:41 +00:00
Dmitry Marakasov
6f1a3799d4 - Add CPE info
Approved by:	portmgr blanket
2015-04-08 17:43:09 +00:00
Johannes Jost Meixner
abb03c2e25 Add NVIDIA_GL description to Mk/bsd.options.desc.mk
- Add NVIDIA_GL description to Mk/bsd.options.desc.mk
- Remove NVIDIA_GL_DESC from all concerned ports
- Use options helpers where adequate.

Differential Revision:	https://reviews.freebsd.org/D1759
Approved by: koobs (mentor)
Approved by: portmgr (bapt)
2015-04-05 07:23:49 +00:00
Dmitry Marakasov
6f901b1ba8 - Remove always false OSVERSION conditions
- Fix whitespace
- Don't cat pkgmessage from Makefile
2015-02-03 14:51:03 +00:00
Matthias Andree
e58f1982d3 STAGE.
Fix skype.sh launcher script, using "$@" instead of the unsafe $@,
and fixing its shebang line to /bin/sh.
2014-08-18 18:41:00 +00:00
Adam Weinberger
aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00
Baptiste Daroussin
93252a9afe Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
2014-07-06 15:24:02 +00:00
Antoine Brodin
5db9ac5a97 Remove checks for V4L2 wrapper, it is included in the linuxulator of all
supported versions of FreeBSD
2014-03-16 08:52:26 +00:00
Baptiste Daroussin
28bf02d683 Add NO_STAGE all over the place in preparation for the staging support (cat: net-im) 2013-09-20 22:13:34 +00:00
Jason Helfman
4c6703ce1d - adoption of optionsNG framework
Approved by:	portmgr (bapt)
2013-05-23 16:10:43 +00:00
Ion-Mihai Tetcu
515c8b0ea2 - mark skype and skype-devel CONFLICTing. I really don't know why they waren't
until now.
- bump PORTREVISION

I'll look for a better solution in the next days.

Submitted by:	"Sulev-Madis 'ketas' Silber" <madis555@hot.ee>'s checker
2012-06-07 19:41:34 +00:00
Ion-Mihai Tetcu
2281781099 Update to 2.2.0.35
PR:		161370
Submitted by:	avg@
2011-10-15 12:09:33 +00:00
Juergen Lock
82e01abf4f Fix skype multimedia/linux_v4l2wrapper dependency on 8.
Approved by:	itetcu (skype ports maintainer)
Discussed on:	-multimedia
2011-07-17 16:29:42 +00:00
Ion-Mihai Tetcu
8532af7993 Now that the skype ports are conflicting, don't install anything skype-devel.
This brings -devel closer to the main port, and of course, fixes install/plist.

PR:		156994
Submitted by:	 Zhihao Yuan <lichray@gmail.com>
2011-05-17 07:56:19 +00:00
Ion-Mihai Tetcu
aee0670b90 - fix installation
- adjust pkg-message, as this is the "next" version :)

PR:		156994
Submitted by:	Zhihao Yuan <lichray@gmail.com>
2011-05-13 06:55:11 +00:00
Ion-Mihai Tetcu
32f7534db8 - Complete the move from net to net-im
- update to 2.2.0.25
- set conflicts with the otehr skype ports
- OPTIONify

Many thanks to: avg@, nox@, kwm@, miwi@, netchild@ and many others
2011-05-12 16:56:02 +00:00
Ion-Mihai Tetcu
8521452c6a Grab maintainership.
Feature safe: yes
2009-09-15 12:52:08 +00:00
Mark Linimon
b42f6675bc Reset beech@FreeBSD.org while he works on restoring his email situation.
Hat:		portmgr
2009-08-28 16:52:33 +00:00
Boris Samorodov
3e3d0c559a Convert ports which use USE_GL=linux to USE_LINUX_APPS+=dri.
This is needed to switch a default linux base at 8-CURRENT
to linux_base-f10. No PORTREVISION bump is needed since
it's a mere infrastructure fix. Affected ports:
-----
games/legends
games/linux-quake3-demo
games/rtcw
net/skype-devel
-----

Note: no more ports are using USE_GL=linux, it may be removed
from Mk/bsd.ports.mk.

Approved by:	maintainer timeout (2 months, the needed changes were submitted to emulation@ at 2009-04-09)
2009-06-07 15:57:21 +00:00
Beech Rintoul
f44bcf8a86 - Mark IGNORE, this version has moved to net/skype 2008-05-03 23:33:38 +00:00
Beech Rintoul
61cfcdb1f4 - Fix pkg-plist
- Bump portrevision

Reported by: pointyhat via pav
2008-04-17 01:19:24 +00:00
Beech Rintoul
c53b6f8845 - Change master_sites
- Bump portrevision
2008-04-15 09:23:34 +00:00
Beech Rintoul
883e9665e8 - Update to 2.0.0.68
- Many improvements and features (including video), please see
  http://www.skype.com for details.
2008-04-15 05:42:47 +00:00
Beech Rintoul
0144000f78 - Unbreak, mirror proper distfile (vendor permission).
- Add avatars
2008-03-14 21:59:21 +00:00
Beech Rintoul
c5daa0568b - Makefile tweaks
- Add pkg-message
- Respect portdocs
2008-03-04 22:05:04 +00:00
Beech Rintoul
f177cf259d - Update to 1.4.0.118 (oss)
Approved by:	portmgr (linimon, kris), sat (mentor)
2007-11-01 13:01:58 +00:00
Beech Rintoul
000670075a - Drag from attic
Approved by:	portmgr (linimon, kris), sat (mentor)
2007-11-01 11:26:03 +00:00
Beech Rintoul
dc1e66cdd9 - No longer needed. Update pending to main port.
Approved by:	linimon (co-mentor)
2007-10-16 21:12:31 +00:00
Beech Rintoul
a66ca6afef - Update to 1.4.0.99
- Sound still broken (requires alsa)

Approved by:	sat (mentor)
2007-08-15 08:56:34 +00:00
Beech Rintoul
2872a74d2e - Update to 1.4.0.94
- Sound still broken (no alsa compatibility)

Approved by:	sat (mentor)
2007-08-06 07:43:50 +00:00
Beech Rintoul
34f0eed40d - Update to 1.4.0.74
- Mark broken (alsa sound support not available)

Approved by:	sat (mentor, implicit)
2007-07-28 23:44:30 +00:00
Beech Rintoul
a724160bbe - Take maintainership
- Mark broken (not fetchable)

Approved by:	itetcu (maintainer), sat (mentor)
2007-07-19 18:24:23 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Joe Marcus Clarke
29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00
Ion-Mihai Tetcu
961a33a7f1 Compleate repo-copy by uptating to the beta 1.3.0.30
Next step is to make it work with the shared QT version.

Submitted by:	Jean-Baptiste Quenot (partially)
Requested by:	Li-Lun Wang
2006-09-10 10:26:13 +00:00
Edwin Groothuis
19a19ae928 [patch] net/skype - update to 1.2.0.18 (vulnerabilities fixed)
Port updated to 1.2.0.18 due to security advisory

	http://www.skype.com/security/skype-sb-2005-02.html
	http://www.skype.com/security/skype-sb-2005-03.html
	http://secunia.com/advisories/17305/

	Patch tested on 5.4-STABLE

PR:		ports/88072
Submitted by:	Adi Pircalabu <apircalabu@bitdefender.com>
Approved by:	Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
2005-11-01 09:41:57 +00:00
Alexander Leidinger
6c25106b5f Give maintainership to Ion-Mihai Tetcu. 2005-10-02 11:58:36 +00:00
Alexander Leidinger
f0a947c941 - Release maintainership, feel free to grab it.
- Update to 1.2.0.17 [1].

PR:		86699
Submitted by:	Adi Pircalabu <apircalabu@bitdefender.com>
2005-10-02 10:55:07 +00:00
Alexander Leidinger
4dc3c8c78b - Update to 1.2.0.11.
- Don't print the "SOUND_MIXER_WRITE_IGAIN failed" messages. It's handled
  differently than in the PR (which supresses all messages from skype).

PR:		84745
2005-09-01 10:34:27 +00:00
Alexander Leidinger
1dbe97a96c Add a generic message regarding the problems with some soundcards. 2005-07-23 10:33:01 +00:00
Alexander Leidinger
a51c850b38 Unbreak default GL lib dependency.
Submitted by:	Ulrich Spoerlein <spoerlein@informatik.uni-wuerzburg.de>
Pointy hat to:	netchild
2005-07-17 20:33:50 +00:00
Alexander Leidinger
39ce5d192e - linux_mesa3 -> linux_dri
Submitted by:	Ulrich Spoerlein <spoerlein@informatik.uni-wuerzburg.de>
2005-07-17 10:07:44 +00:00
Alexander Leidinger
372b3bd930 Update to 1.1.0.20.
PR:		83105
Submitted by:	I'm not sure...
2005-07-09 11:08:05 +00:00
Alexander Leidinger
3379fbaf74 Add WITH_NIVIDIA_GL switch to depend upon x11/nvidia-driver instead upon
graphics/linux_mesa3.

Requested by:	Marius Nuennerich <marius.nuennerich@gmx.net>
2005-06-25 12:40:02 +00:00
Alexander Leidinger
0135a450b4 Update to 1.1.0.13.
Note: I have problems with it, I see empty boxes instead of characters. But
since several people reported success, and some people (except me) got it
working after removing ~/.qt*, I commit it anyway.
2005-06-19 10:20:33 +00:00
Alexander Leidinger
23b3bc4b0d Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
    tools to strip binaries anymore, so it's not neccesary anymore to override
    STRIP and STRIP_CMD.
  - USE_LINUX_PREFIX implies NO_MTREE now.
  - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
    instead upon the native FreeBSD libraries.
  - The variable LINUX_BASE_PORT contains a string which is suitable as an
    item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
    default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
    instead of a hardcoded reference.
  - Change all ports to comply to the "new world order".
  - The Ports Collection now allows to override the default linux_base port.
    Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
    ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
    ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
  - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
    port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
    be marked as IGNORE. [1]
  - Readd USE_LINUX knobs into several ports and make several uses of a
    conditional dependency ("USE_LINUX?=") into an unconditional one
    ("USE_LINUX=") which where removed/changed by Trevor to allow the use of
    alternative linux_base ports. While this is a nice goal, the implementation
    resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
    in this commit is supposed to fix the problem while keeping the feature.
    Basicaly this includes a backout of Trevor's commit, to prevent confusion
    I mention it here explicitely.
  - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
    Chase dependencies for this.
  - Changes to make linux_devtools installable on amd64, remove some stray
    device nodes (they don't work on recent OS versions and aren't really
    needed).
  - Make linux_base-8 PREFIX clean and remove some stray device nodes.
    Additionally tell a little bit more about how to setup NIS/YP [2].
  - Update the PGSQL dependency in the linux-opengroupware port to a recent
    version (the old one isn't available anymore), I don't know if this
    works (at least it isn't more broken than before).
  - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
    ports, the former path exists already and gets populated by other
    packages too (PREFIX=LINUXPREFIX!).
  - Fix some obvious (non-linuxolator) bugs in some linux ports while being
    there.
  - Bump PORTREVISION where neccesary.

Requested by:	portmgr (linimon) [1]
Submittted by:	Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2]
Approved by:	portmgr (kris, linimon), maintainers (or maintainer timeout)
Tested on:	ports cluster (kris)
Reviewed by:	silence on emulation@
Superseedes PR:	69997

Maintainer approval from:
	chris@chrisburkert.de
	cracauer@cons.org
	des
	girgen
	jamie@bishopston.net
	mezz
	mi
	nivit@users.sf.net
        pat
	simond@irrelevant.org
	riggs@rrr.de
	Udo.Schweigert@Siemens.com
2005-06-17 22:59:29 +00:00