non port: www/opera/Makefile |
Number of commits found: 161 (showing only 100 on this page) |
Thursday, 7 Nov 2019
|
17:20 zeising
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.
|
Wednesday, 9 Oct 2019
|
12:23 bapt
Drop the ipv6 virtual category for w* category as it is not relevant anymore
|
Monday, 31 Dec 2018
|
12:20 rene
www/opera: remove optional dependency on KDE4
|
Sunday, 2 Dec 2018
|
15:41 rene
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
|
Thursday, 12 Jan 2017
|
11:30 amdmi3
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
|
Wednesday, 24 Aug 2016
|
08:20 tcberner
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
|
Friday, 1 Apr 2016
|
14:33 mat
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Friday, 11 Mar 2016
|
11:53 tijl
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)
|
Monday, 30 Mar 2015
|
22:39 bapt
Remove dead RINGSERVER
|
Tuesday, 23 Dec 2014
|
12:23 ak
- Fix issue with linux opera plugins
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
PR: 196001
|
Tuesday, 14 Oct 2014
|
08:59 ak
- Switch MASTER_SITES to googledrive.com for my ports.
|
Wednesday, 1 Oct 2014
|
22:21 bapt
Prevent some ports to provide bundled libraries
Bump port revision
PR: 193592
|
Monday, 8 Sep 2014
|
14:07 adamw
Fix packaging on 10+.
|
Sunday, 7 Sep 2014
|
18:10 ak
- Fix build on FreeBSD 9
Reported by: antoine
|
Saturday, 6 Sep 2014
|
19:16 ak
- Remove EXPLICIT_PACKAGE_DEPENDS knob, it's no-op after removal of pkg_tools
|
10:59 ak
- 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
|
Tuesday, 3 Jun 2014
|
13:40 ak
- Take maintainership
- While here, remove obsolete OSVERSION check
|
Thursday, 15 May 2014
|
12:41 dinoex
- drop maintainership
|
12:40 dinoex
- add libmap.conf
This fixes issues after xorg update,
as share lib versions going backwards.
Tested by: Sergey V. Dyatko
|
Sunday, 11 May 2014
|
06:00 dinoex
- make sure libxml2 is recorded
|
Wednesday, 16 Apr 2014
|
18:28 zeising
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)
|
Sunday, 30 Mar 2014
|
13:33 dinoex
- 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
|
Tuesday, 4 Mar 2014
|
06:51 dinoex
- remove broken MANPREFIX
|
Monday, 30 Dec 2013
|
20:06 dinoex
- add more sources of libstdc++.so.6
|
Sunday, 15 Dec 2013
|
11:45 dinoex
- new option COMPAT9
- add USES=desktop-file-utils
|
Sunday, 20 Oct 2013
|
05:32 dinoex
- add compat9 on FreeBSD-10
Submitted by: Alexey Dokuchaev
|
Saturday, 21 Sep 2013
|
11:06 dinoex
- fix misplaced NO_STAGE in slaveports and ifdefs
|
Friday, 20 Sep 2013
|
23:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
|
Friday, 5 Jul 2013
|
22:19 dinoex
- update to 12.16
|
Saturday, 6 Apr 2013
|
16:51 dinoex
- 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
|
Thursday, 4 Apr 2013
|
21:47 eadler
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
|
Thursday, 7 Feb 2013
|
11:32 dinoex
- update to 12.14
PR: 175921
Submitted by: Veniamin Gvozdikov
|
Friday, 1 Feb 2013
|
10:18 dinoex
- Security update to 12.13
Security: http://www.opera.com/support/kb/view/1042/
Securiyt: http://www.opera.com/support/kb/view/1043/
|
Wednesday, 19 Dec 2012
|
18:46 dinoex
- 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
|
Monday, 26 Nov 2012
|
23:29 beat
- Update to 12.11
PR: ports/173853
Submitted by: dinoex (maintainer)
Security: 0925716f-34e2-11e2-aa75-003067c2616f
Feature safe: yes
|
Wednesday, 21 Nov 2012
|
19:01 dinoex
- mark FORBIDDEN
Security: http://www.opera.com/support/kb/view/1036/
Feature safe: yes
|
Wednesday, 7 Nov 2012
|
19:46 dinoex
- 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
|
Tuesday, 6 Nov 2012
|
17:37 dinoex
- mark FORBIDDEN due to critical vulnerabilities
Feature safe: yes
|
Wednesday, 5 Sep 2012
|
15:43 des
Remove useless metadata from ports I created.
|
Monday, 3 Sep 2012
|
16:27 dinoex
- Update to 12.02
PR: 171182
Submitted by: Mark Felder
|
Friday, 3 Aug 2012
|
16:44 dinoex
- Update to 12.01
- make portlint happier
PR: 170334
Submitted by: Mark Felder
|
Saturday, 30 Jun 2012
|
11:30 dinoex
- shorter desc for options
|
Friday, 15 Jun 2012
|
10:08 dinoex
- fix brackes
Submitted by: poyopoyo at puripuri.plala.or.jp
|
Thursday, 14 Jun 2012
|
17:25 dinoex
- Update to 12.00
- Clean up port so portlint is happy
PR: 169070
Submitted by: Mark Felder
|
Friday, 11 May 2012
|
10:52 dinoex
- Security udpate to 11.64
Security: http://www.opera.com/support/kb/view/1016/
|
Thursday, 29 Mar 2012
|
19:41 dinoex
- 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
|
Sunday, 19 Feb 2012
|
11:25 dinoex
- add EXPLICIT_PACKAGE_DEPENDS as this ports does not need shlibs bumps
|
Thursday, 16 Feb 2012
|
15:57 ashish
- Bump PORTREVISION to chase the update of multimedia/libvpx
|
Wednesday, 25 Jan 2012
|
22:57 dinoex
- Security update to 11.61
|
Wednesday, 7 Dec 2011
|
20:08 dinoex
- Security update to 11.60
Feature safe: yes
|
Wednesday, 2 Nov 2011
|
05:05 dinoex
- INSTALLS_ICONS only with GTK
Suggested by: Yue Wu
|
Thursday, 20 Oct 2011
|
14:31 dinoex
- Security update to 11.52
Security: http://www.opera.com/support/kb/view/1002/
|
Thursday, 1 Sep 2011
|
05:11 dinoex
- update to 11.51
PR: 160331
Submitted by: Jakub Lach
|
Saturday, 6 Aug 2011
|
18:36 dinoex
- cleaup MASTER_SITES
|
Thursday, 30 Jun 2011
|
14:40 dinoex
- update to 11.50
Security: http://www.opera.com/support/kb/view/995/
Security: http://www.opera.com/support/kb/view/996/
|
Saturday, 11 Jun 2011
|
07:24 dinoex
- add vp8 to the list of gstreamer plugins
Submitted by: Jakub Lach
|
07:11 dinoex
- make OPERA_VER and OPERA_BUILD overrideable
Suggested by: Tobias B.
|
Thursday, 19 May 2011
|
19:22 dinoex
- update to 11.11
|
Tuesday, 12 Apr 2011
|
18:59 dinoex
- update to 11.10
|
Friday, 8 Apr 2011
|
03:28 dinoex
- add gstreamer-plugins-good as dependency
PR: 155594
Submitted by: Jakub Lach
|
Thursday, 27 Jan 2011
|
20:11 dinoex
- update to 11.01
Feature safe: yes
|
Friday, 17 Dec 2010
|
18:41 dinoex
- 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
|
Wednesday, 15 Dec 2010
|
18:45 dinoex
PR: 153166
Submitted by: Steve Wills
|
Tuesday, 26 Oct 2010
|
16:48 dinoex
- update to 10.63
- reset MAINTAINER
PR: 151471
Approved by: Arjan van Leeuwen
|
Monday, 16 Aug 2010
|
18:53 dinoex
- fix start of opera-linuxplugins
PR: 149708
Submitted by: Emil Smolenski
Approved by: Arjan van Leeuwen
|
17:25 dinoex
- cleanup dependencies for option WITH_GTK
Submitted by: Arjan van Leeuwen
|
Sunday, 15 Aug 2010
|
16:36 dinoex
- remove Option WITH_QT4
Submitted by: Arjan van Leeuwen (maintainer)
|
16:33 dinoex
- remove wrong LICENSE
Submitted by: Arjan van Leeuwen (maintainer)
|
Saturday, 14 Aug 2010
|
04:58 dinoex
- revert dependecies to maintainer version
Reported by: Alex Kozlov
Submitted by: Arjan van Leeuwen
|
Friday, 13 Aug 2010
|
12:21 dinoex
- update to 10.61
PR: 148294
PR: 148818
Sumitted by: Arjan van Leeuwen
|
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
|
Tuesday, 1 Dec 2009
|
19:15 itetcu
Update to 10.10
Submited by: maintainer
Security: VUXML: dded29cb-d812-11de-a33c-001999392805
|
Saturday, 31 Oct 2009
|
15:44 itetcu
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
|
Friday, 4 Sep 2009
|
06:03 itetcu
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
|
Friday, 31 Jul 2009
|
13:57 dinoex
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Friday, 6 Mar 2009
|
21:06 itetcu
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/
|
Saturday, 10 Jan 2009
|
02:45 mezz
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
|
Tuesday, 6 Jan 2009
|
16:53 wxs
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav
|
Thursday, 18 Dec 2008
|
19:09 simon
- Update to 9.63.
Security: http://www.opera.com/docs/changelogs/freebsd/963/
With hat: secteam
|
Monday, 3 Nov 2008
|
19:04 simon
- Update to 9.62
Security: http://www.opera.com/docs/changelogs/freebsd/962/
With hat: secteam
|
Tuesday, 28 Oct 2008
|
20:13 tabthorpe
- 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
|
Thursday, 16 Oct 2008
|
10:25 itetcu
Fix opera plugin wrapper and bump PORTREVISION.
PR: ports/128080
Submitted by: KOIE Hidetaka
Approved by: maintainer
Committed from: EuroBSDCon2008 Dev Summit :)
|
Friday, 10 Oct 2008
|
09:44 itetcu
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
|
Monday, 25 Aug 2008
|
20:33 itetcu
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).
|
Friday, 4 Jul 2008
|
13:11 itetcu
Fix MATER_SITES path.
Submitted by: maintainer
|
Thursday, 3 Jul 2008
|
22:14 itetcu
Drop stupid mirror.
|
22:00 itetcu
Update to 9.5.1
PR: ports/125212
Submitted by: maintainer
Security: http://www.opera.com/docs/changelogs/freebsd/951/#security
|
Tuesday, 24 Jun 2008
|
19:57 itetcu
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)
|
Friday, 6 Jun 2008
|
14:07 edwin
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)
|
Sunday, 20 Apr 2008
|
19:16 itetcu
Fix post-patch (close REINPLACE_CMD string).
|
Saturday, 19 Apr 2008
|
17:56 miwi
- 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)
|
Friday, 4 Apr 2008
|
06:50 rafan
- 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/
|
Thursday, 21 Feb 2008
|
02:16 simon
- Update to 9.26.
Security: http://www.opera.com/docs/changelogs/freebsd/926/
With hat: secteam
|
Thursday, 20 Dec 2007
|
10:35 pav
- 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/
|
Wednesday, 24 Oct 2007
|
23:37 marcus
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
|
Thursday, 18 Oct 2007
|
17:13 miwi
Force Commit (bad vi)
- Update to 9.24
PR: 117268
Submitted by: Arjan van Leeuwen <freebsd-maintainer@opera.com> (maintainer)
|
Thursday, 4 Oct 2007
|
06:21 edwin
Remove always-false/true conditions based on OSVERSION 500000
|
Wednesday, 15 Aug 2007
|
12:18 itetcu
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
|
Monday, 23 Jul 2007
|
22:03 simon
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
|
Number of commits found: 161 (showing only 100 on this page) |