Commit graph

40 commits

Author SHA1 Message Date
Alexander Leidinger
64cf27c85d Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.

It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).

This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).

Changes:
 - change the default linux_base from v7 to v8
 - add a newer freetype to linux_base-8 for nicer fonts display [1]
 - don't let cpio use hardlinks in the linux_base-8 port to quiet some
   warnings in some cases [2]
 - fix a cut&past error in the linux_base-8 pkg-install script [3]
 - convert the binary knob "USE_LINUX" to a version specifier, e.g.
   USE_LINUX=<value> specifies a dependency upon
   emulators/linux_base-<value>, exceptions are a value of "7" (which
   does what you want and adds a dependency to linux_base) and any
   value without a corresponding port in
   PORTSDIR/emulators/linux_base-<value> (which adds a dependency to
   the default linux_base)
 - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob,
   this allows us to use the USE_LINUX_PREFIX knob for linux_base and
   paves the way for splitting up future linux base ports into
   individual pieces
 - remove RESTRICTED from some GPL licensed ports, even when we only
   distribute binaries, we get them from official linux sites, so
   anyone can grab them there if he needs to
 - add a dependency upon the linux X11 bits where necessary (based upon
   guesswork)
 - don't use USE_X_PREFIX in some linux ports since it adds a dependency
   to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean
   solution would be to remove the implicit USE_XLIB from USE_X_PREFIX)
 - bump the portrevision of the linux ports ("better safe than sorry"
   algorithm)
 - pass maintainership of the important linux infrastructure to a
   mailinglist, hijack freebsd-emulation@ for this purpose (if somebody
   doesn't like this: tell us your bikeshed color at freebsd-emulation@,
   my color would be "linuxolator@" in case someone cares...)
 - add a pkg-install script for linux-fontconfig, but don't use it;
   everything should work without it (the FreeBSD fc-cache program should
   do all the work), but in case we need it we just need to decomment the
   pkg-install part in the Makefile
 - fix some dependencies
 - fix some bugs
 - add some static plists
 - unbreak the ports with dependecies to more than one linux_base

This also fixes some ports which are marked BROKEN because of dependencies
to v7 and v8 of linux_base at the same time.

Known bugs:
 - the linux-mesa and linux-devtools ports install libGL*.so symlinks
 - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by
   the linux X11 port, so linx_Base-8 moans at deinstall time)

Future work (interested souls should coordinate with freebsd-emulation@):
 - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies,
   or modify the behavior of USE_XLIB in the USE_LINUX case
   AFAIK trevor has some patches.
 - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of
   the PREFIX?= workaround in some linux ports
   Should be discussed/coordinated on/with x11@.
 - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/
 - update to a more recent linux base

PR:			69997, 70539 (and maybe others)
Discussed with/on:	java@, x11@, trevor, portmgr
Tested by:		mezz, portmgr, pointyhat
RPM hunted down by:	Joseph Gelinas <scirocco@tasam.com> [1]
Requested by:		portmgr [2]
Submitted by:		kris [3]
Approved by:		portmgr
2004-12-31 18:24:10 +00:00
Edwin Groothuis
e159cc97da multimedia/linux-realplayer: update to 1.0.2
Realplayer 1.0.1 was not fetchable, so I did the update to 1.0.2.

	Please verify that the ports fetches before comitting, since I am
	behind a rigid firewall, and I could figure out how to teach
	fetch(1) to use a HTTP_PROXY for https.

	One thing I am not so sure about is the following addition to
	pkg-plist:
	+@unexec rmdir %D/lib/linux-mozilla 2>/dev/null || true

	Since I couldn't find the directory in any of the mtree files in
	/etc/mtree, I think it's okay to remove the directory if it's empty,
	right?

PR:		ports/75390
Submitted by:	Simon Barner <barner@gmx.de>
2004-12-23 01:35:50 +00:00
Thierry Thomas
7761f642cd audio/linux-esound is no more needed.
Noticed by:	Jean-Yves Lefort.
2004-12-17 20:29:38 +00:00
Thierry Thomas
b1c2c7eea0 Upgrade to Realplayer 10.0.1.436 (gold).
Notes:
- linux_base-8 is needed to run its dependencies;
- the committed port is a merge of PR ports/68145 and ports/74229
  with my modifications.

PR:		ports/68145
Submitted by:	Jean-Yves Lefort
PR:		ports/74229
Submitted by:	Craig Rodrigues.
2004-12-15 21:02:13 +00:00
Clive Lin
4b6ed0cfd5 Point to "Real Legacy Software Archive", as discussed
in Message-ID: <20041019164258.GA2003@CARTIER>

Read the mail to play the trick.
2004-10-28 03:15:46 +00:00
Volker Stolz
2b53961709 - Chase update (fix distinfo, bump PORTREVISION)
- change coip to ${CPIO}
- Reset MAINTAINER: Unresponsive for over a year (me)

PR:		ports/69063
Submitted by:	Renato Botelho
2004-07-28 12:18:50 +00:00
Jeremy Messenger
18794cf872 Update distfile location.
PR:		ports/66495
Submitted by:	michael johnson <ahze@ahze.net>
Approved by:	maintainer timeout (2 weeks) and adamw (mentor)
2004-05-27 02:52:55 +00:00
Alexander Leidinger
8697f3d4a9 s/rpm2cpio/rpm2cpio.pl/ after the recent update of archivers/rpm2cpio (the
script was renamed to solve a conflict with archivers/rpm) to fix possible
build problems.

I've tested this with lang/icc. Any new errors because of this commit in
one of the modified ports may be because the ports previously may have used
rpm2cpio from archivers/rpm instead of the used {EXTRACT,BUILD}_DEPENDS
archivers/rpm2cpio.
2003-12-12 13:43:05 +00:00
Norikatsu Shigemura
d77a26b964 Fix dependency on.
Submitted by:	Andrew J Caines <A.J.Caines@halplant.com>
Approved by:	maintainer timeout (about 3 weeks)
2003-07-09 10:57:58 +00:00
Akinori MUSHA
1ec8af5810 Do not install files that should not be installed.
This fixes the playback problem with old codecs.
2003-06-15 21:11:13 +00:00
Munechika SUMIKAWA
0974a1a7fe Fix path in postinstall.sh.
PR:		ports/35946
Submitted by:	lmattao@terra.com.br
2003-04-19 20:07:48 +00:00
Akinori MUSHA
a853876263 Switch the dependency for rpm2cpio from BUILD_DEPENDS to
EXTRACT_DEPENDS.

Reported by:	Daniel Mueller <mue.da@gmx.de>
2003-03-04 00:32:08 +00:00
Akinori MUSHA
e9dfb51bbc Apply RealVideo 9 codec upgrade.
No response from:	maintainer
2003-03-03 13:18:43 +00:00
Akinori MUSHA
4d0a0dc1c6 De-pkg-comment. 2003-02-21 12:51:06 +00:00
Mario Sergio Fujikawa Ferreira
ee7adffbe0 After repo copy from graphics category, update all appropriate
references from graphics to multimedia category

Repo copied by:		joe (cvs hat)
Approved by:		knu (portmgr hat)
2002-11-28 00:09:51 +00:00
Pete Fritchman
2d172c0774 Give the user a more specific URL to download the distfile at, it's hard
to find from www.real.com.

PR:		35632
Submitted by:	Mike Buchanon <buchanon@mlss15.cl.msu.edu>
Approved by:	maintainer timeout
2002-05-27 01:02:15 +00:00
Ying-Chieh Liao
827ac39580 Add NOPORTDOCS support to pkg-plist
PR:		28579, 28582, 28583, 28585, 28586, 28587, 28590, 28591, 28595, 28599
Submitted by:	Patrick Li <pat@databits.net>
2001-07-08 07:25:57 +00:00
Doug Barton
e4c407ffab * Update to 8.cs2
* Slightly modify a comment to prevent it from triggering portlint
* Update URL for manual download
* Sort and update plist
2001-05-29 00:05:29 +00:00
David E. O'Brien
30af7b687e rpm' and rpm2cpio' have been repocopied from "misc" to "archivers". 2001-03-20 20:28:14 +00:00
Jimmy Olgeni
51c690ba33 Style: use tabs, not spaces, to indent variables in Makefiles.
(whitespace only changes)
2001-02-04 21:12:59 +00:00
Kevin Lo
bede1c980a Fix typo. 2001-02-01 09:44:53 +00:00
FUJISHIMA Satsuki
40a7b3bc1a update to 8.0.
PR:		23970
Submitted by:	Marc van Woerkom <van.woerkom@netcologne.de>
Approved by:	maintainer
2001-01-02 19:00:52 +00:00
Kris Kennaway
5effd4db33 Update to realplayer 7.cs1 (Community Supported release 1)
Reviewed by:	Maintainer
2000-09-17 08:00:09 +00:00
Satoshi Taoka
716284e7b4 Update to version 7.b2
Change maintainer from kris to Vladimir Silyaev

PR:	19589
Submitted by: Vladimir Silyaev <vns@delta.odessa.ua>
Approved by: old maintainer, kris
2000-07-11 15:13:02 +00:00
R. Imura
c2940dfa9a Not "plugin.html" but "plugin.htm". 2000-06-11 06:04:59 +00:00
David E. O'Brien
5bb90f6db9 Don't strip Linux binary with FreeBSD strip, as it then brands the binary
as a FreeBSD one.

PR:		18489
Submitted by:	FUJISHIMA Satsuki <k5@cheerful.com> (this fix and the PR)
2000-05-14 21:31:58 +00:00
Michael Haro
bcd8ffd9d0 update with the new PORTNAME/PORTVERSION variables 2000-04-08 21:25:03 +00:00
Satoshi Asami
b2fc2bafbb Add virtual category "linux" to Linux apps and support libs/utils. 2000-02-28 08:34:04 +00:00
Steve Price
3bdc5895fb Update to reflect new MASTER_SITE.
PR:		15042
Submitted by:	Dominik Rothert <dr@domix.de>
1999-12-31 04:01:51 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
Michael Haro
58942bab6d echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
1999-08-27 21:14:04 +00:00
David E. O'Brien
78ab65a396 Change Id->FreeBSD. 1999-08-25 04:36:31 +00:00
David E. O'Brien
cea3dee843 Cleanup fetching comments: {DISTFILES} already contains .tar.gz. Also point
out the user wants the generic Linux ELF (rather than RH) binary package.
1999-08-14 17:23:25 +00:00
Bill Fenner
33f1ee4e0b Use empty MASTER_SITES= to indicate that there's nothing for the
distfile survey to check.
1999-08-09 06:27:14 +00:00
Marcel Moolenaar
d7d791cfa6 Make port depend on linux_base instead of linux_lib. 1999-07-21 14:55:43 +00:00
Tim Vanderhoek
748713c3f6 As threatened, enforce the "Capital, no period" rule. Ellipses are
permitted.  Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
1999-06-26 17:19:19 +00:00
Kris Kennaway
adca23aa2d Update my email address, I've been slack. 1999-06-07 12:03:44 +00:00
Tim Vanderhoek
6cfb5d6bb8 Wisten, to the SWwound, of a Whole new WOO
[CheeriWOs!]
Wisten, to the SWwound, of a Whole new WOO

[CheeriWOs!]

[ie. Add WWW:, and periodic misc legibalizificatings]
1999-05-02 21:31:59 +00:00
Kris Kennaway
509d82f777 Use INSTALL_DATA for installing libraries.
Submitted by:	Tom Hukins <tom@eborcom.com>
1999-03-11 11:52:41 +00:00
Jun Kuriyama
9fc458bc43 Linux RealPlayer 5.0 from RealNetworks.
PR:		ports/9838
Submitted by:	Kris Kennaway <kkenn@rebel.net.au>
1999-02-12 15:42:21 +00:00