Commit Graph

65 Commits

Author SHA1 Message Date
Jeremy Messenger
6ebeeeb56f Update to 8.02, see ChangeLog for detail:
http://www.opera.com/linux/changelogs/802/
2005-07-28 08:52:40 +00:00
Jeremy Messenger
95b7b13ff3 Chase to netchild's recently committed of changes in Linux stuff, some have
changed the prefix like linux-flashplugins*, acroread and etc moved to
X11BASE. Teach linux-opera about those changes to ability find the plugins and
works again. Bump the PORTREVISION.
2005-06-19 19:04:08 +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
Jeremy Messenger
21c186b7f8 Update to 8.01, see more detail of ChangeLog:
http://www.opera.com/linux/changelogs/801/
2005-06-16 22:02:27 +00:00
Jeremy Messenger
301d88e4b3 - Update to 8.0, see the changelog for details:
http://www.opera.com/linux/changelogs/800/

- Use DATADIR in plist.
- To upgrade, please read in either pkg-descr or UPDATING for detail
- The pkg-descr will be update when opera.com is in less traffic.
- Copy pkg-message in UPDATING. As for www/opera maintainer/committer,
  you can just add 'www/opera' when it updates to 8.0.
2005-04-19 21:08:56 +00:00
Jeremy Messenger
802ac2b6b6 Add 'Categories' in linux-opera.desktop and move it from
share/gnome/apps/Internet to share/gnome/applications.
2005-02-20 22:22:28 +00:00
Jeremy Messenger
ed1faaa680 -Update to 7.54u2 (7.54.20050131), this is mostly security fixes release.
Security:
		- Solved data URL issue described in Secunia Advisory SA13818,
		  http://secunia.com/advisories/13818/
		- Additional fixes for frame injection issue reported in
		  Secunia Advisory SA13253,
		  http://secunia.com/advisories/13253/

	Miscellaneous:
		- Improvements to handling of the must-revalidate directive.
		- Solved stability issue in Japanese version.

	UNIX specific:
		- Added extra warning dialog when opening .sh, .desktop or
		  executables directly from Web or from transfer manager with
		  kfmclient exec. Addresses issue reported in Secunia Advisory
		  SA13447, http://secunia.com/advisories/13447/
		- Fixed crash when importing e-mail.

	http://www.opera.com/linux/changelogs/754u2/

- Few other small cleans up.
- Let's see if Realplayer plugins will work for anyone. It's not tested, but
  added support. I am not going to be surpised if the support is limited as
  common in the Linux world.
2005-02-05 00:02:27 +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
Jeremy Messenger
d7bf6aa197 Update to 7.54u1 (7.54.20041210). This is an important update that has
security fixes:

	Severity: Moderate/high
	========================
	- Tightened origin check for frames. A side effect of this is that
	  documents not passing the origin check will open in a new page.
	- Fixed issue reported by Marc Schonefeld: intrusive JavaScript or
	  Java applet could exploit Sun Java vulnerability to retrieve
	  logged-in user's username and install directory.
	- Fixed LiveConnect class access security issue reported by Jouko
	  Pynnonen.
	- Fixed Secunia issue SA12981, reported by Andreas Sandblad: periods
	  in the file name and non-breaking spaces in content-type header type
	  could obscure the file type.
	- Fixed Secunia issue SA13253: "hi-jacking" a named browser window.
	- Improved support for the "must-revalidate" cache directive.

More details: http://www.opera.com/support/search/supsearch.dml?index=782
2004-12-15 04:47:29 +00:00
Jeremy Messenger
174d059edf Chase the linux-openmotif shared library version and mark biology/spdbv as
broke, I get no respone from the maintainer since Oct 22, 2004. The
www/linux-opera works fine with new linux-openmotif. Also, bump PORTREVISION.

To fix or update for biology/spdbv is welcome, I shall commit them if I get
patch(es) in my Inbox.
2004-11-01 21:25:10 +00:00
Jeremy Messenger
277e62a020 - Update to 7.54. See the changelog for detail:
o http://www.opera.com/freebsd/changelogs/754/
	o http://www.opera.com/linux/changelogs/754/
- Tweak the search.ini: [1]
	o Change Google Linux to Google BSD.
	o Add FreeBSD PR and FreshPorts search in the list.

Suggested by:	Volker Stolz <vs@FreeBSD.org> [1]
2004-08-05 17:11:35 +00:00
Jeremy Messenger
e330eb45ed -Update both www/opera and www/linux-opera to 7.53.
www/opera:
	- The maintainer has asked me to babysitting this while he's away for
	  vacation. He is gone for about five weeks started last Thursday.
	- Some tweak with the plugins, I have added jdk13 and jdk14 support
	  but I have no idea if they will work since I don't have any FreeBSD
	  4.x to test. Please let me know if there has any issue.
	- Does the spellcheck feature works in FreeBSD 4.x? Please, contract
	  me on this one too. If it works, then I will need to add a dependency
	  of aspell with a new WITHOUT_ASPELL knob.
	- See the changelog for detail:

	  http://www.opera.com/freebsd/changelogs/753/

www/linux-opera:
	- I didn't update it to 7.52, because it still doesn't fix the security
	  and the plugins was broke. The 7.53 has solved all of this to allow
	  me to update it.
	- Please read in pkg-message about the changes of search.ini if you
	  have a custom of it. You will have to edit it or it will not work.
	- See the changelog for detail:

	  7.52 = http://www.opera.com/linux/changelogs/752/
	  7.53 = http://www.opera.com/linux/changelogs/753/
2004-07-20 17:38:59 +00:00
Jeremy Messenger
e53c9b4dfe Add linux-flashplugin7 in the plug-in list and it will pick up by automatic
when you install it.
2004-06-06 06:59:46 +00:00
Jeremy Messenger
0c771f4b2f Update to 7.51, security fix[1] and few bugs fixed[2].
[1] http://www.greymagic.com/security/advisories/gm007-op/
[2] http://www.opera.com/linux/changelogs/751/
2004-06-03 21:21:48 +00:00
FUJISHIMA Satsuki
214bec11a0 add ring servers as mirror. 2004-05-14 14:59:11 +00:00
Jeremy Messenger
246a771a26 - Update to 7.5. Changelog: http://www.opera.com/linux/changelogs/750/
- Use DOCSDIR.
- Rename everything from opera to linux-opera, no longer in conflict
  with www/opera.
- Handle the dependenies better for linux_base(8).
- Handle the better check if GNOME and KDE exist.
- Now, it will auto find flash plug-in by automatic without have to
  copy in plugins directory by manual. Finally got it works, really!

Approved by:	adamw (mentor)
2004-05-14 03:51:21 +00:00
Jeremy Messenger
918e66b039 Change my email to mezz@FreeBSD.org.
Approved by:	adamw (mentor)
2004-05-02 23:36:58 +00:00
Kirill Ponomarev
ea0bdf2dae - Add mirrors to fix fetch
PR:		ports/62943
Submitted by:	maintainer
2004-02-17 08:20:16 +00:00
Kris Kennaway
9d55225787 BROKEN: Unfetchable 2004-02-16 23:36:35 +00:00
Joe Marcus Clarke
90e5926134 Re-order RUN_DEPENDS so only one linux_base will be installed when
-DWITH_XFT2 is set.

PR:		62489
Submitted by:	maintainer
Reported by:	Maxlor (user @ bsdforums.org)
2004-02-11 06:18:14 +00:00
Kirill Ponomarev
aa94433aa2 - SIZEify
PR:		ports/62128
Submitted by:	maintainer
2004-01-31 09:47:58 +00:00
Joe Marcus Clarke
1f9f8fa79c Update to 7.23.
* Addresses two security issues:
  - Forced placement of downloaded skin-files in undesirable locations
  - Buffer overflow when processing skins
* Adds an OpenSSL ASN.1 patch (http://www.openssl.org/news/secadv_20031104.txt)
* Allow for Xft support with WITH_XFT2 [1]

PR:		59577
Submitted by:	maintainer
Obtained from:	trevor [1]
2003-11-22 09:24:45 +00:00
Joe Marcus Clarke
74f5eee387 Update to 7.22 which is mainly a bugfix and security release.
PR:		59231
Submitted by:	maintainer
2003-11-12 22:09:34 +00:00
Joe Marcus Clarke
ee452409fa * Update to 7.21
* Add a CONFLICT on www/opera [1]

PR:		58023
Submitted by:	maintainer
Obtained from:	Oliver Eikemeier <eikemeier@fillmore-labs.com> [1]
2003-10-14 18:25:25 +00:00
Christian Weisgerber
e34edc2ae6 Mark RESTRICTED. Not redistributable; commercial software.
Approved by:	maintainer
2003-07-23 21:07:47 +00:00
Norikatsu Shigemura
9a8624f6dc o Update 6.12.20030305 to 7.11.20030515.
merge from linux-opera7 into linux-opera.
o Remove linux-opera7.

Submitted by:	Jeremy Messenger <mezz7@cox.net> (maintainer)
2003-07-09 10:22:22 +00:00
Norikatsu Shigemura
e62d46b30e o Take MAINTAINERship to submitter.
o Remove dependency on linux-png.
o Bump PORTREVISION accordingly.

Submitted by:	Jeremy Messenger <mezz7@cox.net>
Approved by:	des
2003-07-07 10:23:24 +00:00
Dag-Erling Smørgrav
e4d3dc0684 Upgrade to 6.12. 2003-03-11 19:25:14 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Dag-Erling Smørgrav
f5649ecb01 Belatedly upgrade to 6.11.
PR:		ports/46335
Submitted by:	AMAKAWA Shuhei <sa264@cam.ac.uk>
2003-02-10 11:25:49 +00:00
Dag-Erling Smørgrav
e8650d8cb2 Upgrade to 6.03. 2002-08-27 09:53:49 +00:00
Dag-Erling Smørgrav
41434d336c exec the Opera binary instead of running it as a subprocess.
Submitted by:	lioux
2002-08-27 09:49:52 +00:00
Dag-Erling Smørgrav
c726f4a62f Don't install files outside of ${PREFIX}. 2002-07-14 19:12:40 +00:00
Dag-Erling Smørgrav
e04774060b Upgrade to 6.02.
PR:		ports/40152
Submitted by:	Øyvind Kolbu <oyvind@kebab.gaffel.nu>
2002-07-04 00:22:42 +00:00
Dag-Erling Smørgrav
707d25764c Upgrade to 6.01.
PR:		ports/38611
Submitted by:	Øyvind Kolbu <oyvind@kebab.gaffel.nu>
2002-05-28 04:20:04 +00:00
Dag-Erling Smørgrav
04154b645c Fix DISTNAME. 2002-05-16 10:35:15 +00:00
Dag-Erling Smørgrav
b45c361175 Upgrade to 6.0 release and mark FORBIDDEN due to javascript security hole. 2002-05-16 07:49:44 +00:00
Dag-Erling Smørgrav
907385e56b Re-add lib/netscape-linux/plugins to the plugin path so Flash works again.
PR:		37484
Submitted by:	Øyvind Kolbu <oyvind@kebab.gaffel.nu>
2002-04-26 20:26:42 +00:00
Dag-Erling Smørgrav
38eea96cd4 Upgrade to 6.0 Beta 2. I've only tested it cursorily, but it seems about
an order of magnitude faster than Beta 1, and doesn't crash in situations
where Beta 1 used to.
2002-04-20 15:03:26 +00:00
Dag-Erling Smørgrav
c59d6c1da5 Use USE_LINUX instead of an explicit dependency on emulators/linux_base.
Submitted by:	petef
2002-03-31 13:08:50 +00:00
Dag-Erling Smørgrav
b24e6550cb Upgrade to 6.0 Beta 1. 2002-03-02 15:58:48 +00:00
Dag-Erling Smørgrav
e606995428 Upgrade to 20020110.1 (TP3). 2002-01-18 18:50:12 +00:00
Dag-Erling Smørgrav
1551f49e3b Fix the JDK path, and bump PORTREVISION. 2002-01-09 12:35:40 +00:00
Dag-Erling Smørgrav
e1d55a966c Upgrade to 6.0 TP2, which seems much stabler (if not faster) than TP1, no
longer has problems displaying JPG and PNG images, and is distributable.
2001-12-06 13:02:30 +00:00
Dag-Erling Smørgrav
71d5b1b067 Pander to the backseat drivers. 2001-11-27 17:49:16 +00:00
Dag-Erling Smørgrav
f13509f3be Mark NO_PACKAGE due to the dialog box Opera pops up at startup that says
"do not distribute".
2001-11-27 01:16:57 +00:00
Dag-Erling Smørgrav
b9fa2ab71b Oops, previous revision didn't set OPERA_DIR correctly. 2001-11-27 01:10:46 +00:00
Dag-Erling Smørgrav
eac78fad34 Upgrade to 6.0-20011122.1.
PR:		ports/32300
2001-11-27 00:29:59 +00:00
Dag-Erling Smørgrav
06e2b47d15 Add a dependency on linux-openmotif, and bump PORTREVISION. 2001-10-04 13:30:18 +00:00
Dag-Erling Smørgrav
f68aa30a71 Add Acrobat Reader to the plugin path. 2001-10-04 13:29:56 +00:00