aboutsummaryrefslogtreecommitdiff
path: root/www/linux-opera-devel
Commit message (Collapse)AuthorAgeFilesLines
* Chase to netchild's recently committed of changes in Linux stuff, some haveJeremy Messenger2005-06-193-18/+35
| | | | | | | | | 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. Notes: svn path=/head/; revision=137734
* Mega-patch to cleanup the ports infrastructure regarding our linux bits:Alexander Leidinger2005-06-171-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=137660
* Update to 8.01, see more detail of ChangeLog:Jeremy Messenger2005-06-164-16/+15
| | | | | | | http://www.opera.com/linux/changelogs/801/ Notes: svn path=/head/; revision=137583
* - Update to 8.0, see the changelog for details:Jeremy Messenger2005-04-199-809/+254
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=133703
* Add 'Categories' in linux-opera.desktop and move it fromJeremy Messenger2005-02-203-36/+30
| | | | | | | share/gnome/apps/Internet to share/gnome/applications. Notes: svn path=/head/; revision=129421
* -Update to 7.54u2 (7.54.20050131), this is mostly security fixes release.Jeremy Messenger2005-02-055-41/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=128053
* Say hello to the linux mega patch, it consolidates our linux bits aAlexander Leidinger2004-12-311-20/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=125613
* Update to 7.54u1 (7.54.20041210). This is an important update that hasJeremy Messenger2004-12-157-164/+155
| | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=124063
* Chase the linux-openmotif shared library version and mark biology/spdbv asJeremy Messenger2004-11-011-2/+3
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=120609
* - Update to 7.54. See the changelog for detail:Jeremy Messenger2004-08-055-5/+601
| | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=115472
* -Update both www/opera and www/linux-opera to 7.53.Jeremy Messenger2004-07-205-43/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/ Notes: svn path=/head/; revision=114302
* Add linux-flashplugin7 in the plug-in list and it will pick up by automaticJeremy Messenger2004-06-063-20/+23
| | | | | | | when you install it. Notes: svn path=/head/; revision=110932
* Update to 7.51, security fix[1] and few bugs fixed[2].Jeremy Messenger2004-06-033-14/+14
| | | | | | | | [1] http://www.greymagic.com/security/advisories/gm007-op/ [2] http://www.opera.com/linux/changelogs/751/ Notes: svn path=/head/; revision=110793
* add ring servers as mirror.FUJISHIMA Satsuki2004-05-141-1/+2
| | | | Notes: svn path=/head/; revision=109132
* - Update to 7.5. Changelog: http://www.opera.com/linux/changelogs/750/Jeremy Messenger2004-05-148-293/+492
| | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=109100
* Change my email to mezz@FreeBSD.org.Jeremy Messenger2004-05-021-1/+1
| | | | | | | Approved by: adamw (mentor) Notes: svn path=/head/; revision=108225
* - Add mirrors to fix fetchKirill Ponomarev2004-02-171-3/+9
| | | | | | | | PR: ports/62943 Submitted by: maintainer Notes: svn path=/head/; revision=101149
* BROKEN: UnfetchableKris Kennaway2004-02-161-0/+2
| | | | Notes: svn path=/head/; revision=101100
* Re-order RUN_DEPENDS so only one linux_base will be installed whenJoe Marcus Clarke2004-02-111-2/+2
| | | | | | | | | | | -DWITH_XFT2 is set. PR: 62489 Submitted by: maintainer Reported by: Maxlor (user @ bsdforums.org) Notes: svn path=/head/; revision=100629
* - SIZEifyKirill Ponomarev2004-01-311-0/+1
| | | | | | | | PR: ports/62128 Submitted by: maintainer Notes: svn path=/head/; revision=99592
* Update to 7.23.Joe Marcus Clarke2003-11-224-5/+20
| | | | | | | | | | | | | | | * 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] Notes: svn path=/head/; revision=94699
* Update to 7.22 which is mainly a bugfix and security release.Joe Marcus Clarke2003-11-124-7/+8
| | | | | | | | PR: 59231 Submitted by: maintainer Notes: svn path=/head/; revision=93845
* * Update to 7.21Joe Marcus Clarke2003-10-145-100/+144
| | | | | | | | | | | * Add a CONFLICT on www/opera [1] PR: 58023 Submitted by: maintainer Obtained from: Oliver Eikemeier <eikemeier@fillmore-labs.com> [1] Notes: svn path=/head/; revision=91229
* Mark RESTRICTED. Not redistributable; commercial software.Christian Weisgerber2003-07-231-0/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=85484
* o Update 6.12.20030305 to 7.11.20030515.Norikatsu Shigemura2003-07-097-391/+368
| | | | | | | | | | merge from linux-opera7 into linux-opera. o Remove linux-opera7. Submitted by: Jeremy Messenger <mezz7@cox.net> (maintainer) Notes: svn path=/head/; revision=84517
* o Take MAINTAINERship to submitter.Norikatsu Shigemura2003-07-071-3/+3
| | | | | | | | | | | o Remove dependency on linux-png. o Bump PORTREVISION accordingly. Submitted by: Jeremy Messenger <mezz7@cox.net> Approved by: des Notes: svn path=/head/; revision=84384
* Upgrade to 6.12.Dag-Erling Smørgrav2003-03-115-21/+14
| | | | Notes: svn path=/head/; revision=77100
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Belatedly upgrade to 6.11.Dag-Erling Smørgrav2003-02-104-73/+44
| | | | | | | | PR: ports/46335 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk> Notes: svn path=/head/; revision=75235
* Upgrade to 6.03.Dag-Erling Smørgrav2002-08-272-5/+5
| | | | Notes: svn path=/head/; revision=65091
* exec the Opera binary instead of running it as a subprocess.Dag-Erling Smørgrav2002-08-271-0/+8
| | | | | | | Submitted by: lioux Notes: svn path=/head/; revision=65090
* Don't install files outside of ${PREFIX}.Dag-Erling Smørgrav2002-07-141-3/+11
| | | | Notes: svn path=/head/; revision=62944
* Upgrade to 6.02.Dag-Erling Smørgrav2002-07-044-10/+60
| | | | | | | | PR: ports/40152 Submitted by: Øyvind Kolbu <oyvind@kebab.gaffel.nu> Notes: svn path=/head/; revision=62400
* Upgrade to 6.01.Dag-Erling Smørgrav2002-05-283-11/+10
| | | | | | | | PR: ports/38611 Submitted by: Øyvind Kolbu <oyvind@kebab.gaffel.nu> Notes: svn path=/head/; revision=60169
* Fix DISTNAME.Dag-Erling Smørgrav2002-05-161-2/+2
| | | | Notes: svn path=/head/; revision=59253
* Upgrade to 6.0 release and mark FORBIDDEN due to javascript security hole.Dag-Erling Smørgrav2002-05-162-8/+9
| | | | Notes: svn path=/head/; revision=59234
* Re-add lib/netscape-linux/plugins to the plugin path so Flash works again.Dag-Erling Smørgrav2002-04-262-3/+5
| | | | | | | | PR: 37484 Submitted by: Øyvind Kolbu <oyvind@kebab.gaffel.nu> Notes: svn path=/head/; revision=58190
* Upgrade to 6.0 Beta 2. I've only tested it cursorily, but it seems aboutDag-Erling Smørgrav2002-04-204-30/+36
| | | | | | | | an order of magnitude faster than Beta 1, and doesn't crash in situations where Beta 1 used to. Notes: svn path=/head/; revision=57918
* Use USE_LINUX instead of an explicit dependency on emulators/linux_base.Dag-Erling Smørgrav2002-03-311-2/+2
| | | | | | | Submitted by: petef Notes: svn path=/head/; revision=57050
* Upgrade to 6.0 Beta 1.Dag-Erling Smørgrav2002-03-023-19/+9
| | | | Notes: svn path=/head/; revision=55401
* Upgrade to 20020110.1 (TP3).Dag-Erling Smørgrav2002-01-184-25/+58
| | | | Notes: svn path=/head/; revision=53310
* Fix the JDK path, and bump PORTREVISION.Dag-Erling Smørgrav2002-01-092-2/+3
| | | | Notes: svn path=/head/; revision=52808
* Upgrade to 6.0 TP2, which seems much stabler (if not faster) than TP1, noDag-Erling Smørgrav2001-12-064-26/+10
| | | | | | | longer has problems displaying JPG and PNG images, and is distributable. Notes: svn path=/head/; revision=51138
* Pander to the backseat drivers.Dag-Erling Smørgrav2001-11-271-4/+4
| | | | Notes: svn path=/head/; revision=50655
* Mark NO_PACKAGE due to the dialog box Opera pops up at startup that saysDag-Erling Smørgrav2001-11-271-0/+2
| | | | | | | "do not distribute". Notes: svn path=/head/; revision=50604
* Oops, previous revision didn't set OPERA_DIR correctly.Dag-Erling Smørgrav2001-11-272-5/+21
| | | | Notes: svn path=/head/; revision=50603
* Upgrade to 6.0-20011122.1.Dag-Erling Smørgrav2001-11-275-72/+215
| | | | | | | PR: ports/32300 Notes: svn path=/head/; revision=50602
* Add a dependency on linux-openmotif, and bump PORTREVISION.Dag-Erling Smørgrav2001-10-041-0/+2
| | | | Notes: svn path=/head/; revision=48430
* Add Acrobat Reader to the plugin path.Dag-Erling Smørgrav2001-10-041-0/+1
| | | | Notes: svn path=/head/; revision=48429
* Upgrade to 5.05 TP1.Dag-Erling Smørgrav2001-08-145-160/+55
| | | | | | | | | | | | Note that plugins won't work unless you happen to have a Linux version of Motif (or OpenMotif) installed; there is no linux-openmotif port (yet) so you'll have to figure this one out on your own. Once you do, though, both www/linux-flashplugin and java/linux-jdk13 should work with no further tweaks (as should any other Netscape-compatible plugin that installs into ${PREFIX}/lib/netscape-linux/plugins). Happy browsing! Notes: svn path=/head/; revision=46241