aboutsummaryrefslogtreecommitdiff
path: root/www/opera
Commit message (Collapse)AuthorAgeFilesLines
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-122-13/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=431251
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andTobias C. Berner2016-08-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=420774
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* Combine print/cups-base, print/cups-client and print/cups-image intoTijl Coosemans2016-03-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=410825
* Remove dead RINGSERVERBaptiste Daroussin2015-03-301-2/+1
| | | | Notes: svn path=/head/; revision=382777
* - Fix issue with linux opera pluginsAlex Kozlov2014-12-232-1/+11
| | | | | | | | Submitted by: Andriy Voskoboinyk <s3erios@gmail.com> PR: 196001 Notes: svn path=/head/; revision=375320
* - Switch MASTER_SITES to googledrive.com for my ports.Alex Kozlov2014-10-141-3/+1
| | | | Notes: svn path=/head/; revision=370833
* Prevent some ports to provide bundled librariesBaptiste Daroussin2014-10-011-1/+3
| | | | | | | | | Bump port revision PR: 193592 Notes: svn path=/head/; revision=369778
* - Remove obsolete @dirrm(try)Alex Kozlov2014-09-251-132/+0
| | | | | | | - Convert PLIST_DIRSTRY to PLIST_DIRS Notes: svn path=/head/; revision=369242
* Fix packaging on 10+.Adam Weinberger2014-09-081-0/+1
| | | | Notes: svn path=/head/; revision=367628
* - Fix build on FreeBSD 9Alex Kozlov2014-09-072-1/+5
| | | | | | | Reported by: antoine Notes: svn path=/head/; revision=367592
* - Remove EXPLICIT_PACKAGE_DEPENDS knob, it's no-op after removal of pkg_toolsAlex Kozlov2014-09-061-1/+0
| | | | Notes: svn path=/head/; revision=367467
* - Use options helpersAlex Kozlov2014-09-064-43/+31
| | | | | | | | | | | - 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 Notes: svn path=/head/; revision=367413
* - Take maintainershipAlex Kozlov2014-06-031-5/+1
| | | | | | | - While here, remove obsolete OSVERSION check Notes: svn path=/head/; revision=356361
* - drop maintainershipDirk Meyer2014-05-151-1/+1
| | | | Notes: svn path=/head/; revision=354113
* - add libmap.confDirk Meyer2014-05-153-1/+8
| | | | | | | | | This fixes issues after xorg update, as share lib versions going backwards. Tested by: Sergey V. Dyatko Notes: svn path=/head/; revision=354112
* - make sure libxml2 is recordedDirk Meyer2014-05-111-1/+1
| | | | Notes: svn path=/head/; revision=353648
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=351411
* - use STAGEDIRDirk Meyer2014-03-302-29/+24
| | | | | | | | | | | - remove option GCC42 - add USES=shared-mime-info, USES=tar:xz - rework patch, configure, install - drop ./install - remove obsolete commands from pkg-plist Notes: svn path=/head/; revision=349618
* - remove broken MANPREFIXDirk Meyer2014-03-041-1/+1
| | | | Notes: svn path=/head/; revision=346994
* - add more sources of libstdc++.so.6Dirk Meyer2013-12-301-4/+16
| | | | Notes: svn path=/head/; revision=338164
* - new option COMPAT9Dirk Meyer2013-12-151-8/+12
| | | | | | | - add USES=desktop-file-utils Notes: svn path=/head/; revision=336514
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | | | the mtree (remaining categories) - Add note on mtree change to CHANGES Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331275
* - add compat9 on FreeBSD-10Dirk Meyer2013-10-201-0/+4
| | | | | | | Submitted by: Alexey Dokuchaev Notes: svn path=/head/; revision=330979
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-1/+2
| | | | Notes: svn path=/head/; revision=327804
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - update to 12.16Dirk Meyer2013-07-052-6/+6
| | | | Notes: svn path=/head/; revision=322358
* - Security udpate to 12.15Dirk Meyer2013-04-063-8/+10
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=315746
* Mark www/opera as FORBIDDEN as it contains a security issueEitan Adler2013-04-041-0/+2
| | | | | | | | | | | See http://www.opera.com/docs/changelogs/unified/1215/ Reported by: dinoex (maintainer) Approved by: portmgr (implicit) With hat: secteam-ports Notes: svn path=/head/; revision=315727
* - update to 12.14Dirk Meyer2013-02-072-6/+6
| | | | | | | | PR: 175921 Submitted by: Veniamin Gvozdikov Notes: svn path=/head/; revision=311826
* - Security update to 12.13Dirk Meyer2013-02-013-6/+10
| | | | | | | | Security: http://www.opera.com/support/kb/view/1042/ Securiyt: http://www.opera.com/support/kb/view/1043/ Notes: svn path=/head/; revision=311363
* - fix deinstallDirk Meyer2012-12-251-13/+0
| | | | | | | Submitted by: Jason E. Hale Notes: svn path=/head/; revision=309482
* - update to 12.12Dirk Meyer2012-12-193-9/+22
| | | | | | | | | | Security: http://www.opera.com/support/kb/view/1038/ Security: http://www.opera.com/support/kb/view/1039/ PR: 174541 Submitted by: Mark Felder Notes: svn path=/head/; revision=309254
* - Update to 12.11Beat Gaetzi2012-11-262-8/+6
| | | | | | | | | | PR: ports/173853 Submitted by: dinoex (maintainer) Security: 0925716f-34e2-11e2-aa75-003067c2616f Feature safe: yes Notes: svn path=/head/; revision=307811
* - mark FORBIDDENDirk Meyer2012-11-211-0/+2
| | | | | | | | Security: http://www.opera.com/support/kb/view/1036/ Feature safe: yes Notes: svn path=/head/; revision=307621
* - Fix distinfo for amd64 distfile. Old one was for opera-next 12.10.Bernhard Froehlich2012-11-071-2/+2
| | | | | | | | With hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=307143
* - Security update to 12.10Dirk Meyer2012-11-073-8/+51
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=307142
* - mark FORBIDDEN due to critical vulnerabilitiesDirk Meyer2012-11-061-0/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307085
* - fix plist for INSTALLS_ICONSDirk Meyer2012-10-131-1/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=305814
* Remove useless metadata from ports I created.Dag-Erling Smørgrav2012-09-051-5/+0
| | | | Notes: svn path=/head/; revision=303710
* - Update to 12.02Dirk Meyer2012-09-033-6/+7
| | | | | | | | PR: 171182 Submitted by: Mark Felder Notes: svn path=/head/; revision=303602
* - Update to 12.01Dirk Meyer2012-08-032-8/+8
| | | | | | | | | - make portlint happier PR: 170334 Submitted by: Mark Felder Notes: svn path=/head/; revision=301962
* - shorter desc for optionsDirk Meyer2012-06-301-2/+2
| | | | Notes: svn path=/head/; revision=300260
* - rebuild plist with pkg_jailDirk Meyer2012-06-151-8/+12
| | | | Notes: svn path=/head/; revision=299339
* - fix brackesDirk Meyer2012-06-151-4/+4
| | | | | | | Submitted by: poyopoyo at puripuri.plala.or.jp Notes: svn path=/head/; revision=299332
* - Update to 12.00Dirk Meyer2012-06-144-101/+48
| | | | | | | | | - Clean up port so portlint is happy PR: 169070 Submitted by: Mark Felder Notes: svn path=/head/; revision=299273
* - Security udpate to 11.64Dirk Meyer2012-05-112-7/+6
| | | | | | | Security: http://www.opera.com/support/kb/view/1016/ Notes: svn path=/head/; revision=296420
* - Security update to 11.62Dirk Meyer2012-03-292-6/+6
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=293970
* - add EXPLICIT_PACKAGE_DEPENDS as this ports does not need shlibs bumpsDirk Meyer2012-02-191-0/+1
| | | | Notes: svn path=/head/; revision=291820
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-0/+1
| | | | Notes: svn path=/head/; revision=291538