Commit graph

99 commits

Author SHA1 Message Date
Kris Kennaway
b2cb346ccc BROKEN: Incomplete distinfo file
Approved by:    portmgr (self)
2005-03-26 20:09:41 +00:00
Trevor Johnson
e66743b7d5 Respect the user's USE_LINUX setting. 2005-03-01 21:51:48 +00:00
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
Trevor Johnson
f7d90bc569 The Canadian English localization is no longer available (pointyhat
log forwarded by kris).
2004-12-30 19:26:20 +00:00
Trevor Johnson
5387a16e23 Make fetchable.
Submitted by:	supraexpress
Approved by:	kris (portmgr freeze on Linux ports)
2004-12-28 00:47:42 +00:00
Trevor Johnson
087b884e21 Remove duplicate entries (bento log via kris). 2004-11-17 14:53:42 +00:00
Trevor Johnson
383e80f43c Update the English-language Netscape to 7.2. Add a security warning
about cross-site scripting.
2004-11-09 10:13:39 +00:00
Jacques Vidrine
ca5d43e15c Mark FORBIDDEN due to unpatched security vulnerability documented for
over a month at
http://vuxml.freebsd.org/c1d97a8b-05ed-11d9-b45d-000c41e2cdad.html
2004-10-21 21:18:19 +00:00
Trevor Johnson
6a8dedc2ce Sort and add size data. 2004-01-27 16:38:00 +00:00
Trevor Johnson
fdad5368da Use the SORT macro defined in bsd.port.mk. 2004-01-22 13:14:46 +00:00
Trevor Johnson
f725dc8ef5 Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. 2003-11-13 12:54:57 +00:00
Trevor Johnson
bcc52e86ba Fix grammar. 2003-11-05 03:09:36 +00:00
Trevor Johnson
0c1423044e Un-hork ID tag.
Submitted by:  John E. Hein of timing.com
2003-08-14 03:40:00 +00:00
Trevor Johnson
579c4c5cf5 Fix distinfo for generated files: I mistakenly left "linux-" in
their names.
2003-07-06 09:30:20 +00:00
Trevor Johnson
b2b32546c4 Security fix: update to the latest versions: 7.1 for American
English; and 7.02 for French, German, Japanese, and Brazilian
Portuguese.  These are reportedly free of the onunload referrer bug
(#145579 in bugzilla).

The Sun Java plugin is no longer available from the same places.
AIM is needed by the 7.02 versions.  The DOM inspector and "venkman"
JavaScript debugger are available for 7.1.

Compress generated files with bzip2; omit "linux-" from their names.

The RDF files provided by the ports are no longer needed.

Update references to Netscape 6.

Run chmod to fix permissions on extracted files (for the Portuguese
slave port).

Remove unneeded XXXchecksum target.

Change the configuration process, so that extraneous files are not
downloaded.  This resolves PR 44101, submitted by Fernan Aguero.
2003-07-03 09:55:03 +00:00
Trevor Johnson
23c3564413 Correct the dependency on unzip: it was being ignored, probably
because it was listed as a BUILD_DEPENDS but the ports are marked
NO_BUILD.
2003-05-22 12:37:15 +00:00
Trevor Johnson
5e37fb828f Retire comment file. 2003-03-01 14:34:33 +00:00
Trevor Johnson
f3bbf9efa8 Disable the checksum target. Its presence causes "make describe"
to say:

	"/usr/ports/Mk/bsd.port.mk", line 2: warning: duplicate
	script for target "checksum" ignored

Noticed by:	kris
2002-12-08 08:06:26 +00:00
Trevor Johnson
232c001a22 Escape "#" in URL.
noticed by:  Kliment Ognianov
2002-10-17 12:03:59 +00:00
Trevor Johnson
bd9d86d032 Damage to the CVS repository has been corrected, so add RDF files
(thanks to peter and sumikawa for help).

Mark forbidden due to another security bug (scanning a firewalled
or non-routable network from a hostile Web site with Javascript).
2002-10-17 06:41:12 +00:00
Trevor Johnson
36d159f7f3 The "reges" and "reggb" components (regional settings for Latin
America and United Kingdom) are Netscape 6isms.

noticed by:	Mike Harding
2002-10-15 16:32:04 +00:00
Trevor Johnson
7ba17c8e65 I e-mailed the repomeisters for their help. 2002-10-15 16:26:15 +00:00
Trevor Johnson
4df3c270df The release notes say:
Do not share a profile between Netscape and Mozilla builds.  Doing
	this can lead to unpredictable results, some of which may include
	loss of Search settings and preferences and unchecked growth of
	the Bookmarks file (large enough to freeze your system).  It is
	best to create a new profile for each or manually copy (and change
	the name [of]) an existing profile.

Warn users about this.
2002-10-15 09:49:09 +00:00
Trevor Johnson
fc66aa4263 I remove the linux-netscape6 ports from ports/french, ports/german,
ports/japanese and ports/www.  In their place, I add corresponding netscape7
ports, after repo copies.  Now ports/www/netscape7 will no longer be a slave
port.  Instead it is the master port for the others.

The French, German, and Japanese ports now have AIM, because I had trouble
getting them to work without it.

I add a security warning to all these ports, about the "forward referrer" bug
(Mozilla bug 145579).
2002-10-14 13:50:21 +00:00
Trevor Johnson
20798e8ee8 security fix: update Netscape 7 to 7.0 (Netscape 6.2.3 ports remain
forbidden)
2002-09-08 05:06:45 +00:00
Trevor Johnson
ad5193102c I forgot to remove these files. For now, the ones from the master
port will be used.
2002-05-24 00:28:08 +00:00
Trevor Johnson
6a80bd67d5 Add new port of Netscape 7 Preview Release 1 after repo copy. 2002-05-24 00:21:48 +00:00
Trevor Johnson
12b7bcd5be This bug no longer exists. 2002-05-23 14:42:52 +00:00
Trevor Johnson
96d7b81872 Prepare for Netscape 7 slave port.
Abbreviate paths in MASTER_SITES, to improve readability.  Remove
ftp.rediris.es because many files are missing from it.
2002-05-23 14:33:45 +00:00
Trevor Johnson
59a2941c52 Remove some unused code. 2002-05-23 13:00:10 +00:00
Trevor Johnson
3c79086ee9 Add an FTP site in Mexico and eleven European sites.
Obtained from:	http://www.alltheweb.com/search?advanced=1&cat=ftp
2002-05-18 06:16:14 +00:00
Trevor Johnson
d836c8f63c Use new domain name for Tokyo University of Science.
PR:		38196
Submitted by:	hrs
2002-05-17 20:50:54 +00:00
Trevor Johnson
7446953ac7 Update to 6.2.3. Belatedly, I confirmed that 6.2.2 supports
Greymagic's Mozilla Disk Explorer (http://sec.greymagic.com/adv/gm001-ns/)
which demonstrates a security bug.  The demo does not work with
6.2.3.  I am assuming that the zlib double free() bug, if it existed,
may have been addressed, so I am removing the FORBIDDEN line.

I didn't bother to update the generated files for this release,
since the old ones seem to work fine.

Add hitherto forgotten PKGNAMEPREFIX so the English, French, German
and Japanese versions may all be installed without conflicting.
2002-05-17 11:11:58 +00:00
Trevor Johnson
773dbcde7d Update Japanese, German, and French Netscape ports to version 6.2.2
(the English port was already updated, because Netscape released
that binary before releasing the others).

Install Netscape in a different directory for each different language.
The startup command is now called netscape6english, netscape6french,
and so on, rather than just netscape6.  Because of this, I set
PORTREVISION for the English version.
2002-04-14 01:52:33 +00:00
Trevor Johnson
3ec81d2f4a The JRE for version 6.2.2 unpacks in a different directory than
earlier JREs.

Reported by:	Kris Anderson <tempest@12-225-141-159.client.attbi.com>
Approved by:	Tumbling Duke applet
2002-04-01 10:27:59 +00:00
Trevor Johnson
31b3bc01e7 whitespace change only 2002-04-01 09:43:27 +00:00
Trevor Johnson
9dfed339a2 Mozilla uses zlib internally, and Netscape 6 is based on Mozilla.
There has been no announcement regarding zlib in Netscape 6.
2002-04-01 09:40:43 +00:00
Trevor Johnson
b44efee3dc Update English Netscape to 6.2.2, with unknown changes. The French,
German and Japanese ones remain at 6.2.1.

Bump PORTREVISION for those, because of change to startup script.
2002-03-27 17:48:52 +00:00
Trevor Johnson
ca60c747b4 Make startup script pass arguments.
Submitted by:	nhibma
PR:		36280
2002-03-26 02:18:22 +00:00
Trevor Johnson
943e79c2f5 Add ftp.rediris.es to master sites. 2002-03-09 01:40:58 +00:00
Trevor Johnson
1f189fb157 Remove seven FTP sites which do not carry version 6.2.1 (found in
fenner's survey and checked manually).
2002-03-07 07:47:08 +00:00
Trevor Johnson
61e8cd2a92 Generate all three lines of the netscape6 script (STARTUP_CMD) within the Makefile. 2002-03-04 10:11:01 +00:00
Trevor Johnson
6899f9ecab Only set MAINTAINER if it is not already defined, so slave ports
can have different maintainers.
2002-03-04 06:34:11 +00:00
Trevor Johnson
de751ad532 Make changes to enable localized slave ports:
- introduce NETSCAPE6_LANG
- only set CATEGORIES and DISTFILES if they are not yet defined

Submitted by:	Thomas E. Zander <riggs@hadiko.de>
2002-03-04 06:13:34 +00:00
Trevor Johnson
d427d065e2 Install the browser component if the mail component is requested.
Install the psm and xpcom components if and only if the browser
component is to be installed.

Describe the talkback component.
2002-03-04 06:12:50 +00:00
Trevor Johnson
22cb76ef7c Allow packages to be built, but warn that they should not be
distributed.
2002-02-24 04:50:07 +00:00
Trevor Johnson
1e740c4e61 Test for existence of components.conf (fenner).
Allow batch builds, with all components selected by default (myself).

Respect WRKDIRPREFIX and set IS_INTERACTIVE (Simon Schubert
<corecode@corecode.ath.cx>).

Allow packages to be built, but warn that they should not be
distributed.

Add checksum target, copied from bsd.port.mk.  I modified it to
only check files which exist.

PR:	34518 and 35239
2002-02-24 04:40:50 +00:00
Bill Fenner
7451517e27 Revert my attempt at making this port quiet; it broke "make install"
Submitted by:	Trevor Johnson <trevor@jpj.net>
2002-01-30 20:43:09 +00:00
Akinori MUSHA
4adc5a8a71 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
2002-01-29 12:08:37 +00:00
Bill Fenner
0fd229a8ad Don't be noisy when work/netscape-installer/xpi/components.conf doesn't
exist yet.

Submitted by:	distfile survey
2002-01-28 15:56:49 +00:00