notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/opera/Makefile

Number of commits found: 161 (showing only 100 on this page)

1 | 2  »  

Thursday, 7 Nov 2019
17:20 zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories w

Add USES=xorg and USES=gl to ports in categories starting with 'w'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Original commitRevision:516991 
Wednesday, 9 Oct 2019
12:23 bapt search for other commits by this committer
Drop the ipv6 virtual category for w* category as it is not relevant anymore
Original commitRevision:514145 
Monday, 31 Dec 2018
12:20 rene search for other commits by this committer
www/opera: remove optional dependency on KDE4
Original commitRevision:488767 
Sunday, 2 Dec 2018
15:41 rene search for other commits by this committer
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
Original commitRevision:486467 
Thursday, 12 Jan 2017
11:30 amdmi3 search for other commits by this committer
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL

Approved by:	portmgr blanket
Original commitRevision:431251 
Wednesday, 24 Aug 2016
08:20 tcberner search for other commits by this committer
Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports

At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.

The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].

Changes to the KDE Ports needed by this:

Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4]
[1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk
[2] The version in the plasma5 branch also handles frameworks/plasma5 and
    handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt
    Ports -- I chose to leave this out for now, as the diff is already large
    enough.
[3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we
    want is already specified as argument to kde:<arg>
[4] For KDE Frameworks and Plasma5 ports this would be kde:5

PR:             210667
Approved by:    portmgr, mat (mentor), rakuco (mentor)
Reviewed by:    mat, rakuco
Differential Revision:   https://reviews.freebsd.org/D6961
Original commitRevision:420774 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Friday, 11 Mar 2016
11:53 tijl search for other commits by this committer
Combine print/cups-base, print/cups-client and print/cups-image into
print/cups and update it to 2.1.3.  Also remove print/cups-pstoraster,
improve print/cups-filters, print/foomatic-* and update print/hplip to
3.16.2.

Long description:

First some background.  When you hand a file to cups it sets up a chain of
filter programs that converts the file to something a printer understands.
Each filter has a cost associated with it and cups tries to find the
cheapest chain.  Costs used to be configured in such a way that files were
first converted to PostScript.  This could then be manipulated further (e.g.
putting multiple pages on one sheet) before finally being sent to a
PostScript printer or another filter like pstoraster which produces a raster
format understood by non-PostScript printer drivers.  Nowadays most filters
have been moved from cups to cups-filters and they have been configured to
use PDF as an intermediate format instead of PostScript.

Merging of cups-base, cups-client and cups-image into print/cups:
- cups-image provides a library to work with the cups raster format.  It is
  only used to implement filters and printer drivers and these only exist
  in the context of a cups server so there's no need to separate this from
  cups-base.
- cups-client provides a library that allows applications to print via cups.
  It is possible to use the library to access a remote cups server without
  running a local cups server, but such a setup is discouraged and the
  configuration file to set this up has been marked deprecated.  It is
  better to run a local cups server and let that talk to the remote cups
  server because then you have the benefits of local job queuing in case the
  remote server is down or busy.  Given this and the fact that without
  filters cups-base is now smaller than it used to be it makes sense to
  merge the ports.  The patch also adds options IPPTOOL, DOCS and NLS which
  when disabled make the new cups package smaller than the current
  cups-client package.  Merging the ports also prevents problems with
  options like ZEROCONF being configured differently in both ports.
- print/cups was a metaport that depended on cups-base and some filters.
  There isn't really a need for such a metaport so cups-base can be renamed
  to cups.  The filters can be depended on by printer drivers such as hplip
  if they need them.

Additional changes to the new print/cups:
- Clean up the patches.  They seem to have been regenerated with post-patch
  changes included.
- Add a patch to prevent intermediate conversion to PDF when a PostScript
  file is sent to a PostScript printer when cups-filters is installed.
- Fix the PAM configuration file.
- Add a patch to let the server search /usr/local/share/ppd like on Linux so
  other ports don't have to add links to it.
- Remove ulpt(4) helper scripts.  The port uses libusb with ugen(4).
- Remove support for mDNSResponder.  cups-filters only supports Avahi.
- Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11.
- Optionally depend on colord for ICC profile support.
- Various smaller changes.

Changes to print/cups-filters:
- Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead
  of LOGIN.
- Development of foomatic-filters has been moved to cups-filters so let this
  port install foomatic related files and add foomatic-filters to CONFLICTS.
- Fix location of liblouis tables.
- Add patch to fix ICC support.

Changes to print/cups-pstoraster:
This port is essentially an old version of Ghostscript plus a cups filter.
It's no longer developed.  This commit removes it and changes existing
dependencies to print/cups-filters which depends on print/ghostscript* and
includes a gstoraster filter that can handle both PostScript and PDF.

Changes to print/foomatic-db*:
Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX.

Changes to print/foomatic-filters:
Install beh backend with its original name again and add cups-filters to
CONFLICTS.

Changes to print/hplip:
- Stop installing hpijs/foomatic-rip support.  This is no longer supported
  upstream.
- Stop installing hpcups PPDs.  These are now automatically generated.  The
  bundled PPDs are generated for an older version of cups.
- Rename the QT option to X11 to support WITHOUT_X11.
- Simplify the patches now that ports are installed in a staging area.
- Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket
  like avahi-daemon does.  This fixes Zeroconf support for HP network
  printers.

PR:		207746
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:410825 
Monday, 30 Mar 2015
22:39 bapt search for other commits by this committer
Remove dead RINGSERVER
Original commitRevision:382777 
Tuesday, 23 Dec 2014
12:23 ak search for other commits by this committer
- Fix issue with linux opera plugins

Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>
PR:	196001
Original commitRevision:375320 
Tuesday, 14 Oct 2014
08:59 ak search for other commits by this committer
- Switch MASTER_SITES to googledrive.com for my ports.
Original commitRevision:370833 
Wednesday, 1 Oct 2014
22:21 bapt search for other commits by this committer
Prevent some ports to provide bundled libraries
Bump port revision

PR:		193592
Original commitRevision:369778 
Monday, 8 Sep 2014
14:07 adamw search for other commits by this committer
Fix packaging on 10+.
Original commitRevision:367628 
Sunday, 7 Sep 2014
18:10 ak search for other commits by this committer
- Fix build on FreeBSD 9

Reported by:	antoine
Original commitRevision:367592 
Saturday, 6 Sep 2014
19:16 ak search for other commits by this committer
- Remove EXPLICIT_PACKAGE_DEPENDS knob, it's no-op after removal of pkg_tools
Original commitRevision:367467 
10:59 ak search for other commits by this committer
- Use options helpers
- Remove LIBSTDCXX options
- Set INSTALLS_ICONS only if gnome is used
- Remove unnecessary bsd.port.{pre,post}.mk inclusion
- Mute REINPLACE_CMD commands
- Don't try to remove etc/libmap.d, it's owned by the mtree
Original commitRevision:367413 
Tuesday, 3 Jun 2014
13:40 ak search for other commits by this committer
- Take maintainership
- While here, remove obsolete OSVERSION check
Original commitRevision:356361 
Thursday, 15 May 2014
12:41 dinoex search for other commits by this committer
- drop maintainership
Original commitRevision:354113 
12:40 dinoex search for other commits by this committer
- add libmap.conf
This fixes issues after xorg update,
as share lib versions going backwards.
Tested by:	Sergey V. Dyatko
Original commitRevision:354112 
Sunday, 11 May 2014
06:00 dinoex search for other commits by this committer
- make sure libxml2 is recorded
Original commitRevision:353648 
Wednesday, 16 Apr 2014
18:28 zeising search for other commits by this committer
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
Original commitRevision:351411 
Sunday, 30 Mar 2014
13:33 dinoex search for other commits by this committer
- use STAGEDIR
- remove option GCC42
- add USES=shared-mime-info, USES=tar:xz
- rework patch, configure, install
- drop ./install
- remove obsolete commands from pkg-plist
Original commitRevision:349618 
Tuesday, 4 Mar 2014
06:51 dinoex search for other commits by this committer
- remove broken MANPREFIX
Original commitRevision:346994 
Monday, 30 Dec 2013
20:06 dinoex search for other commits by this committer
- add more sources of libstdc++.so.6
Original commitRevision:338164 
Sunday, 15 Dec 2013
11:45 dinoex search for other commits by this committer
- new option COMPAT9
- add USES=desktop-file-utils
Original commitRevision:336514 
Sunday, 20 Oct 2013
05:32 dinoex search for other commits by this committer
- add compat9 on FreeBSD-10
Submitted by:	Alexey Dokuchaev
Original commitRevision:330979 
Saturday, 21 Sep 2013
11:06 dinoex search for other commits by this committer
- fix misplaced NO_STAGE in slaveports and ifdefs
Original commitRevision:327804 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Friday, 5 Jul 2013
22:19 dinoex search for other commits by this committer
- update to 12.16
Original commitRevision:322358 
Saturday, 6 Apr 2013
16:51 dinoex search for other commits by this committer
- Security udpate to 12.15
Security: http://www.opera.com/docs/changelogs/unified/1215/
Security: http://www.opera.com/security/advisory/1046
Security: http://www.opera.com/security/advisory/1047
PR:		177654
Approved by:	portmgr
Original commitRevision:315746 
Thursday, 4 Apr 2013
21:47 eadler search for other commits by this committer
Mark www/opera as FORBIDDEN as it contains a security issue

See http://www.opera.com/docs/changelogs/unified/1215/

Reported by:	dinoex (maintainer)
Approved by:	portmgr (implicit)
With hat:	secteam-ports
Original commitRevision:315727 
Thursday, 7 Feb 2013
11:32 dinoex search for other commits by this committer
- update to 12.14
PR:		175921
Submitted by:	Veniamin Gvozdikov
Original commitRevision:311826 
Friday, 1 Feb 2013
10:18 dinoex search for other commits by this committer
- Security update to 12.13
Security: http://www.opera.com/support/kb/view/1042/
Securiyt: http://www.opera.com/support/kb/view/1043/
Original commitRevision:311363 
Wednesday, 19 Dec 2012
18:46 dinoex search for other commits by this committer
- update to 12.12
Security: http://www.opera.com/support/kb/view/1038/
Security: http://www.opera.com/support/kb/view/1039/
PR:		174541
Submitted by:	Mark Felder
Original commitRevision:309254 
Monday, 26 Nov 2012
23:29 beat search for other commits by this committer
- Update to 12.11

PR:		ports/173853
Submitted by:	dinoex (maintainer)
Security:	0925716f-34e2-11e2-aa75-003067c2616f
Feature safe:	yes
Original commitRevision:307811 
Wednesday, 21 Nov 2012
19:01 dinoex search for other commits by this committer
- mark FORBIDDEN
Security: http://www.opera.com/support/kb/view/1036/
Feature safe: yes
Original commitRevision:307621 
Wednesday, 7 Nov 2012
19:46 dinoex search for other commits by this committer
- Security update to 12.10
Security: http://www.opera.com/support/kb/view/1030/
Security: http://www.opera.com/support/kb/view/1031/
Security: http://www.opera.com/support/kb/view/1033/
PR:		173426
Approved by:	portmgr (decke)
Feature safe: yes
Original commitRevision:307142 
Tuesday, 6 Nov 2012
17:37 dinoex search for other commits by this committer
- mark FORBIDDEN due to critical vulnerabilities
Feature safe: yes
Original commitRevision:307085 
Wednesday, 5 Sep 2012
15:43 des search for other commits by this committer
Remove useless metadata from ports I created.
Original commitRevision:303710 
Monday, 3 Sep 2012
16:27 dinoex search for other commits by this committer
- Update to 12.02
PR:		171182
Submitted by:	Mark Felder
Original commitRevision:303602 
Friday, 3 Aug 2012
16:44 dinoex search for other commits by this committer
- Update to 12.01
- make portlint happier
PR:		170334
Submitted by:	Mark Felder
Original commit
Saturday, 30 Jun 2012
11:30 dinoex search for other commits by this committer
- shorter desc for options
Original commit
Friday, 15 Jun 2012
10:08 dinoex search for other commits by this committer
- fix brackes
Submitted by:   poyopoyo at puripuri.plala.or.jp
Original commit
Thursday, 14 Jun 2012
17:25 dinoex search for other commits by this committer
- Update to 12.00
- Clean up port so portlint is happy
PR:             169070
Submitted by:   Mark Felder
Original commit
Friday, 11 May 2012
10:52 dinoex search for other commits by this committer
- Security udpate to 11.64
Security: http://www.opera.com/support/kb/view/1016/
Original commit
Thursday, 29 Mar 2012
19:41 dinoex search for other commits by this committer
- Security update to 11.62
Security: http://www.opera.com/support/kb/view/1010/
Security: http://www.opera.com/support/kb/view/1011/
Security: http://www.opera.com/support/kb/view/1012/
Security: http://www.opera.com/support/kb/view/1013/
Security: http://www.opera.com/support/kb/view/1014/
Security: http://www.opera.com/support/kb/view/1015/
Feature safe:   yes
Original commit
Sunday, 19 Feb 2012
11:25 dinoex search for other commits by this committer
- add EXPLICIT_PACKAGE_DEPENDS as this ports does not need shlibs bumps
Original commit
Thursday, 16 Feb 2012
15:57 ashish search for other commits by this committer
- Bump PORTREVISION to chase the update of multimedia/libvpx
Original commit
Wednesday, 25 Jan 2012
22:57 dinoex search for other commits by this committer
- Security update to 11.61
Original commit
Wednesday, 7 Dec 2011
20:08 dinoex search for other commits by this committer
- Security update to 11.60
Feature safe:   yes
Original commit
Wednesday, 2 Nov 2011
05:05 dinoex search for other commits by this committer
- INSTALLS_ICONS only with GTK
Suggested by:   Yue Wu
Original commit
Thursday, 20 Oct 2011
14:31 dinoex search for other commits by this committer
- Security update to 11.52
Security:       http://www.opera.com/support/kb/view/1002/
Original commit
Thursday, 1 Sep 2011
05:11 dinoex search for other commits by this committer
- update to 11.51
PR:             160331
Submitted by:   Jakub Lach
Original commit
Saturday, 6 Aug 2011
18:36 dinoex search for other commits by this committer
- cleaup MASTER_SITES
Original commit
Thursday, 30 Jun 2011
14:40 dinoex search for other commits by this committer
- update to 11.50
Security: http://www.opera.com/support/kb/view/995/
Security: http://www.opera.com/support/kb/view/996/
Original commit
Saturday, 11 Jun 2011
07:24 dinoex search for other commits by this committer
- add vp8 to the list of gstreamer plugins
Submitted by:   Jakub Lach
Original commit
07:11 dinoex search for other commits by this committer
- make OPERA_VER and OPERA_BUILD overrideable
Suggested by:   Tobias B.
Original commit
Thursday, 19 May 2011
19:22 dinoex search for other commits by this committer
- update to 11.11
Original commit
Tuesday, 12 Apr 2011
18:59 dinoex search for other commits by this committer
- update to 11.10
Original commit
Friday, 8 Apr 2011
03:28 dinoex search for other commits by this committer
- add gstreamer-plugins-good as dependency
PR:             155594
Submitted by:   Jakub Lach
Original commit
Thursday, 27 Jan 2011
20:11 dinoex search for other commits by this committer
- update to 11.01
Feature safe:   yes
Original commit
Friday, 17 Dec 2010
18:41 dinoex search for other commits by this committer
- update to 11.00
- simplifies PORTVERSION
- USE_XZ for smaller distfiles
- fix make "make reinstall"
- use update-mime-update
Submitted by:   poyopoyo

- make update-desktop-database work
- make update-mime-update work
Original commit
Wednesday, 15 Dec 2010
18:45 dinoex search for other commits by this committer
PR:     153166
Submitted by:   Steve Wills
Original commit
Tuesday, 26 Oct 2010
16:48 dinoex search for other commits by this committer
- update to 10.63
- reset MAINTAINER
PR:             151471
Approved by:    Arjan van Leeuwen
Original commit
Monday, 16 Aug 2010
18:53 dinoex search for other commits by this committer
- fix start of opera-linuxplugins
PR:             149708
Submitted by:   Emil Smolenski
Approved by:    Arjan van Leeuwen
Original commit
17:25 dinoex search for other commits by this committer
- cleanup dependencies for option WITH_GTK
Submitted by:   Arjan van Leeuwen
Original commit
Sunday, 15 Aug 2010
16:36 dinoex search for other commits by this committer
- remove Option WITH_QT4
Submitted by:   Arjan van Leeuwen (maintainer)
Original commit
16:33 dinoex search for other commits by this committer
- remove wrong LICENSE
Submitted by:   Arjan van Leeuwen (maintainer)
Original commit
Saturday, 14 Aug 2010
04:58 dinoex search for other commits by this committer
- revert dependecies to maintainer version
Reported by:    Alex Kozlov
Submitted by:   Arjan van Leeuwen
Original commit
Friday, 13 Aug 2010
12:21 dinoex search for other commits by this committer
- update to 10.61
PR:             148294
PR:             148818
Sumitted by:    Arjan van Leeuwen
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Tuesday, 1 Dec 2009
19:15 itetcu search for other commits by this committer
Update to 10.10

Submited by:    maintainer
Security:       VUXML: dded29cb-d812-11de-a33c-001999392805
Original commit
Saturday, 31 Oct 2009
15:44 itetcu search for other commits by this committer
Update to 10.01

Changelog: http://www.opera.com/docs/changelogs/unix/1001/

PR:             140101
Submitted by:   Arjan van Leeuwen (maintainer)
Security:      
http://www.vuxml.org/freebsd/2fda6bd2-c53c-11de-b157-001999392805.html
Original commit
Friday, 4 Sep 2009
06:03 itetcu search for other commits by this committer
Update to 10.00.

Changelog (includes security advisories):
http://www.opera.com/docs/changelogs/freebsd/1000/

Fix operapluginwrapper's usage of LD_LIBRARY_PATH [1]

PR:             138449, 1375151 [1]
Submitted by:   maintainer, Lucius Windschuh [1]
Security:      
http://www.vuxml.org/freebsd/80aa98e0-97b4-11de-b946-0030843d3802.html
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Friday, 6 Mar 2009
21:06 itetcu search for other commits by this committer
Update to Opera 9.64

Opera 9.64 is a recommended security and stability upgrade, incorporating the
Opera Presto 2.1.1 user agent engine. Opera highly recommends all users to
upgrade to Opera 9.64 to take advantage of these improvements.

Changes and improvements since Opera 9.63:
- Fixed an issue where specially crafted JPEG images could be used to execute
arbitrary code, as reported by Tavis Ormandy of the Google Security Team
- Fixed an issue where plug-ins could be used to allow cross domain scripting,
as reported by Adam Barth; details will be disclosed at a later date.
- Fixed a moderately severe issue; details will be disclosed at a later date.
- Added Untrusted Rootstore Capability:
- Opera downloads only the detailed information about untrusted (blacklisted)
certificates when they are encountered
- If download fails for certificate information in the list, Opera considers
any certificate matching the ID as untrusted
- Added version conditional fetching of certificate dependencies from an online
repository
- Fixed a problem downloading the CRL (Certificate Revocation List)
- Fixed a problem that could cause SSL to deadlock in one state, hanging the
connection
- Fixed a problem that could cause the incorrect calculation of Certificate IDs
- Implemented Extended Validation (EV) for cross-signed EV Root Certificates
not shipped by default
- Implemented preshipping of the Entrust 2048 CA (Certificate Authority)
- Implemented Root Certificate fetching from an online repository when an
intermediate matches a certificate in the repository
- Improved support for weak encryption when importing .p12 private certificates
- Prevented security information documents from being written to disk
Miscellaneous:
- Fixed a problem which created separate feed notifications; Opera now groups
them together
- Fixed a problem with the backspace key event in the Flash plug-in
- Fixed a problem with inline find when no text was entered, and the Enter key
was pressed

PR:             ports/132361
Submitted by:   lioux@
Approved by:    maintainer
Secuirty:       http://www.opera.com/docs/changelogs/freebsd/964/
Original commit
Saturday, 10 Jan 2009
02:45 mezz search for other commits by this committer
Add a new framework for browser plugins, USE_WEBPLUGINS. It is for which foo
plugins support one of web browsers and can take care of plist (depend on how
you use it) at the same time. I have written a complete document and even show
how it works in the www/firefox/Makefile.webplugins so be sure to read in
there. If there is anything that isn't clear in the document, please feel free
to ask and I will try my best to improvement it.

FYI: GNOME 2.24 depends on this, so it's coming.

BTW: It's based on www/linux-mplayer-plugin/Makefile.npapi with heavy modified.

Approved by:    portmgr
Original commit
Tuesday, 6 Jan 2009
16:53 wxs search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older

Approved by:    pav
Original commit
Thursday, 18 Dec 2008
19:09 simon search for other commits by this committer
- Update to 9.63.

Security:       http://www.opera.com/docs/changelogs/freebsd/963/
With hat:       secteam
Original commit
Monday, 3 Nov 2008
19:04 simon search for other commits by this committer
- Update to 9.62

Security:       http://www.opera.com/docs/changelogs/freebsd/962/
With hat:       secteam
Original commit
Tuesday, 28 Oct 2008
20:13 tabthorpe search for other commits by this committer
- Update to 9.61

PR:             ports/128264
Submitted by:   Arjan van Leeuwen <freebsd-maintainer opera.com> (maintainer)
Reviewed by:    itetcu
Security:      
http://www.vuxml.org/freebsd/f5c4d7f7-9f4b-11dd-bab1-001999392805.html
Original commit
Thursday, 16 Oct 2008
10:25 itetcu search for other commits by this committer
Fix opera plugin wrapper and bump PORTREVISION.

PR:             ports/128080
Submitted by:   KOIE Hidetaka
Approved by:    maintainer
Committed from: EuroBSDCon2008 Dev Summit :)
Original commit
Friday, 10 Oct 2008
09:44 itetcu search for other commits by this committer
Update www/opera to 9.60

Changelog: http://www.opera.com/docs/changelogs/freebsd/960/
Security: http://www.opera.com/docs/changelogs/freebsd/960/#sec

Security:      
http://www.vuxml.org/freebsd/fb84d5dd-9528-11dd-9a00-001999392805.html
Original commit
Monday, 25 Aug 2008
20:33 itetcu search for other commits by this committer
Update to 9.52. Security update which fixes important vulnerabilities.
- Sites can no longer change framed content on other sites:
http://www.opera.com/support/search/view/893/
- Fixed an issue that could allow cross-site scripting, as reported by Chris
Weber of Casaba Security: details will be disclosed at a later date
- Custom shortcuts no longer pass the wrong parameters to applications, as
reported by Michael A. Puls II: http://www.opera.com/support/search/view/894/
- Prevented insecure pages from showing incorrect security information, as
reported by Lars Kleinschmidt: http://www.opera.com/support/search/view/895/
- Feed links can no longer link to local files:
http://www.opera.com/support/search/view/896/
- Feed subscription can no longer cause the wrong page address to be displayed:
http://www.opera.com/support/search/view/897/

Vulxml entry will be committed later.

PR:             126677
Submitted by:   maintainer
Security:       See above (from
http://www.opera.com/docs/changelogs/freebsd/952/
                Security section).
Original commit
Friday, 4 Jul 2008
13:11 itetcu search for other commits by this committer
Fix MATER_SITES path.

Submitted by:   maintainer
Original commit
Thursday, 3 Jul 2008
22:14 itetcu search for other commits by this committer
Drop stupid mirror.
Original commit
22:00 itetcu search for other commits by this committer
Update to 9.5.1

PR:             ports/125212
Submitted by:   maintainer
Security:       http://www.opera.com/docs/changelogs/freebsd/951/#security
Original commit
Tuesday, 24 Jun 2008
19:57 itetcu search for other commits by this committer
Update to version 9.5:
- drop 4.x support
- native amd64 binaries
- changed to the mail storage format
- changed shortcuts (part of the old one can be enabled back via Preferences)
- no search.ini FreeBSD customizations anymore (but it will keep your custom
searches)

See full log at:
http://www.opera.com/docs/changelogs/freebsd/950/

PR:             ports/124678
Submitted by:   Arjan van Leeuwen (maintainer)
Original commit
Friday, 6 Jun 2008
14:07 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Sunday, 20 Apr 2008
19:16 itetcu search for other commits by this committer
Fix post-patch (close REINPLACE_CMD string).
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Friday, 4 Apr 2008
06:50 rafan search for other commits by this committer
- Update to 9.27

PR:             ports/122400
Submitted by:   Arjan van Leeuwen <freebsd-maintainer at opera.com> (maintainer)
Security:       http://www.opera.com/docs/changelogs/freebsd/927/
Original commit
Thursday, 21 Feb 2008
02:16 simon search for other commits by this committer
- Update to 9.26.

Security:       http://www.opera.com/docs/changelogs/freebsd/926/
With hat:       secteam
Original commit
Thursday, 20 Dec 2007
10:35 pav search for other commits by this committer
- Update to 9.25

PR:             ports/118883
Submitted by:   Arjan van Leeuwen <freebsd-maintainer@opera.com> (maintainer)
Security:       http://www.opera.com/docs/changelogs/freebsd/925/
Original commit
Wednesday, 24 Oct 2007
23:37 marcus search for other commits by this committer
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
Original commit
Thursday, 18 Oct 2007
17:13 miwi search for other commits by this committer
Force Commit (bad vi)
- Update to 9.24

PR:             117268
Submitted by:   Arjan van Leeuwen <freebsd-maintainer@opera.com> (maintainer)
Original commit
Thursday, 4 Oct 2007
06:21 edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
Original commit
Wednesday, 15 Aug 2007
12:18 itetcu search for other commits by this committer
This patch updates www/opera to version 9.23. This is a security update.

Changelog: http://www.opera.com/docs/changelogs/freebsd/923/

PR:             ports/115543
Submitted by:   Arjan van Leeuwen (maintainer)
Security:      
http://www.vuxml.org/freebsd/df4a7d21-4b17-11dc-9fc2-001372ae3ab9.html
Original commit
Monday, 23 Jul 2007
22:03 simon search for other commits by this committer
Update to Opera 9.22.

Reviewed by:    erwin
With hat:       secteam
Approved by:    maintainer bypass for important security update
Security:      
http://vuxml.FreeBSD.org/12d266b6-363f-11dc-b6c9-000c6ec775d9.html
Original commit

Number of commits found: 161 (showing only 100 on this page)

1 | 2  »