| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=516991
|
|
|
|
| |
Notes:
svn path=/head/; revision=514145
|
|
|
|
| |
Notes:
svn path=/head/; revision=488767
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=486467
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=431251
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412351
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=382777
|
|
|
|
|
|
|
|
| |
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
PR: 196001
Notes:
svn path=/head/; revision=375320
|
|
|
|
| |
Notes:
svn path=/head/; revision=370833
|
|
|
|
|
|
|
|
|
| |
Bump port revision
PR: 193592
Notes:
svn path=/head/; revision=369778
|
|
|
|
| |
Notes:
svn path=/head/; revision=367628
|
|
|
|
|
|
|
| |
Reported by: antoine
Notes:
svn path=/head/; revision=367592
|
|
|
|
| |
Notes:
svn path=/head/; revision=367467
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
- While here, remove obsolete OSVERSION check
Notes:
svn path=/head/; revision=356361
|
|
|
|
| |
Notes:
svn path=/head/; revision=354113
|
|
|
|
|
|
|
|
|
| |
This fixes issues after xorg update,
as share lib versions going backwards.
Tested by: Sergey V. Dyatko
Notes:
svn path=/head/; revision=354112
|
|
|
|
| |
Notes:
svn path=/head/; revision=353648
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=346994
|
|
|
|
| |
Notes:
svn path=/head/; revision=338164
|
|
|
|
|
|
|
| |
- add USES=desktop-file-utils
Notes:
svn path=/head/; revision=336514
|
|
|
|
|
|
|
| |
Submitted by: Alexey Dokuchaev
Notes:
svn path=/head/; revision=330979
|
|
|
|
| |
Notes:
svn path=/head/; revision=327804
|
|
|
|
|
|
|
| |
www)
Notes:
svn path=/head/; revision=327776
|
|
|
|
| |
Notes:
svn path=/head/; revision=322358
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 175921
Submitted by: Veniamin Gvozdikov
Notes:
svn path=/head/; revision=311826
|
|
|
|
|
|
|
|
| |
Security: http://www.opera.com/support/kb/view/1042/
Securiyt: http://www.opera.com/support/kb/view/1043/
Notes:
svn path=/head/; revision=311363
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/173853
Submitted by: dinoex (maintainer)
Security: 0925716f-34e2-11e2-aa75-003067c2616f
Feature safe: yes
Notes:
svn path=/head/; revision=307811
|
|
|
|
|
|
|
|
| |
Security: http://www.opera.com/support/kb/view/1036/
Feature safe: yes
Notes:
svn path=/head/; revision=307621
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=307085
|
|
|
|
| |
Notes:
svn path=/head/; revision=303710
|
|
|
|
|
|
|
|
| |
PR: 171182
Submitted by: Mark Felder
Notes:
svn path=/head/; revision=303602
|
|
|
|
|
|
|
|
|
| |
- make portlint happier
PR: 170334
Submitted by: Mark Felder
Notes:
svn path=/head/; revision=301962
|
|
|
|
| |
Notes:
svn path=/head/; revision=300260
|
|
|
|
|
|
|
| |
Submitted by: poyopoyo at puripuri.plala.or.jp
Notes:
svn path=/head/; revision=299332
|
|
|
|
|
|
|
|
|
| |
- Clean up port so portlint is happy
PR: 169070
Submitted by: Mark Felder
Notes:
svn path=/head/; revision=299273
|
|
|
|
|
|
|
| |
Security: http://www.opera.com/support/kb/view/1016/
Notes:
svn path=/head/; revision=296420
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=291820
|
|
|
|
| |
Notes:
svn path=/head/; revision=291538
|
|
|
|
| |
Notes:
svn path=/head/; revision=289810
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=287032
|