Commit graph

1902 commits

Author SHA1 Message Date
Tijl Coosemans
7775a23baf - Add more information about USB printers to the 20160311 cups entry.
- Clarify the 20160311 HPLIP entry a bit.

PR:		207939
2016-03-20 16:07:48 +00:00
Tijl Coosemans
292294adfb Update OpenVAS ports from version 2 to version 8. All components have
been renamed and rearranged.  The graphical user interface provided by
security/openvas-client has been discontinued.  Instead there is now a
web interface provided by security/greenbone-security-assistant and a
command-line interface provided by security/openvas-client.
2016-03-17 12:57:25 +00:00
Olli Hauer
273fcea9c8 - add note for VDA users how to stay on postfix-2.11.x
PR:		207684
Submitted by:	Miroslav Lachman
2016-03-15 10:31:53 +00:00
Tijl Coosemans
59272d1017 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)
2016-03-11 11:53:42 +00:00
Olli Hauer
f4202c158c - add note about last the mail/postfix updates and changes
PR:		207684
Requested by:	Miroslav Lachman
2016-03-08 20:40:00 +00:00
Kurt Jaeger
22b87e6792 net-mgmt/yaf: 2.8.0 -> 2.8.1, with many new OPTIONs
- Fix compile error when configured with --disable-payload
- Force buffer emit with IPFIX Options record when inactive

Please report if you find OPTION combinations that cause problems.

PR:		202611
Submitted by:	Chris Inacio <nacho319+freebsdZilla@gmail.com>
Approved by:	dikshie@sfc.wide.ad.jp
2016-03-06 14:40:46 +00:00
Jan Beich
a61fabb110 audio/alsa-plugins: partially revert r380063
Restore BUFSZ_P2=on by default as a temporarily fix for excessive CPU usage
in Firefox. r378529 wasn't enough to make BUFSZ_P2=off transition smooth.

PR:		203732
Reported by:	Henry Hu, Arto Pekkanen, many more indirectly
MFH:		2015Q1
2016-03-02 22:48:44 +00:00
Bryan Drewery
adf919401e portmaster -o uses pkgname for the package to replace 2016-02-29 16:52:58 +00:00
Bryan Drewery
bdd004278b Remove security/openssh-portable-devel since it is outdated, insecure,
and no longer needed.
2016-02-29 16:51:11 +00:00
Sergey A. Osokin
be22760e21 Fix the date to the actual date when the change has been made. 2016-02-19 02:57:21 +00:00
Sergey A. Osokin
ff289de519 Upgrade third-party small_light module from 0.6.9 to 0.6.15,
enable as dynamic module for www/nginx-devel only.
2016-02-17 23:19:37 +00:00
Sergey A. Osokin
ff48a07f81 Upgrade third-party dynamic_upstream module from 0.1.1 to 0.1.3.
Dynamic modules support has been enabled for the dynamic_upstream
third-party module, in case of usage of this module please update nginx
configuration file for load this module:

load_module "modules/ngx_dynamic_upstream_module.so";

Do not bump PORTREVISION cause this module is disabled by default.
2016-02-17 23:00:59 +00:00
Sergey A. Osokin
d912ad8f55 Update latest notice for r408872. 2016-02-14 17:38:13 +00:00
Sergey A. Osokin
e915b09a89 Add notice for r408868. 2016-02-14 17:01:30 +00:00
Sergey A. Osokin
0a7e497534 Enable dynamic modules support.
Bump PORTREVISION.

In case of usage following modules please update nginx configuration file
for load these modules:

 load_module "modules/ngx_http_geoip_module.so";
 load_module "modules/ngx_http_image_filter_module.so";
 load_module "modules/ngx_http_xslt_filter_module.so";
 load_module "modules/ngx_mail_module.so";
 load_module "modules/ngx_stream_module.so";

See https://www.nginx.com/blog/dynamic-modules-nginx-1-9-11/ for details.
2016-02-14 04:09:50 +00:00
Dmitry Marakasov
bcf10f485f - Update to 0.5.1.20160121
PR:		206558
Submitted by:	fidaj@ukr.net (maintainer)
2016-01-27 17:23:09 +00:00
Dmitry Marakasov
b1e0256deb - Make the tor ports create /var/run/tor and /var/log/tor directories, so it can work without any manual actions
- Remove note of these manual actions from pkg-message
- Change mentions of /var/lib/tor to /var/db/tor in example configs and documentation
- Mention in UPDATING that if /var/log/tor _file_ was created before it should be now moved away

PR:		206235
Submitted by:	amdmi3
Approved by:	bf (maintainer)
2016-01-19 13:54:54 +00:00
Vsevolod Stakhov
8a34fa8f47 - Update rspamd to 1.1.0
- Update rmilter to 1.7.0
- Fix dependencies
- Add UPDATING entry
2016-01-18 17:38:01 +00:00
Dmitry Marakasov
d6f23cdabc Set actual date for ansible-related message
Approved by:	portmgr blanket
2016-01-14 12:55:38 +00:00
Matthew Seaman
8d78c260fa Upgrade ansible to 2.0.0
Provide an ansible1 slave port with ansible-1.9.4 as there are
incompatible changes between ansible-1.9.4 and ansible-2.0.0

Add note in UPDATING

PR:		206174
Submitted by:	lifanov@mail.lifanov.com (maintainer)
2016-01-13 07:41:27 +00:00
Matthias Andree
843ad7c6d0 Update security/easy-rsa to major release 3.0.1.
Move a copy of the older package to security/easy-rsa2,
add CONFLICTS_INSTALL markers, and an UPDATING entry.

Changelog: <https://github.com/OpenVPN/easy-rsa/releases>
2016-01-11 23:23:01 +00:00
Greg Lewis
eeda7dda12 . Modify the nethack34 port to install itself in a versionsed fashion to
make way for a port of NetHack 3.6.0.
. Add a note to updating on how to preserve save and bones files.

PR:		205255
Submitted by:	groot@kde.org (partially)
2015-12-27 23:05:19 +00:00
Timur I. Bakeyev
b3fa021ec0 Add a note about deprecated net/samba4 and net/samba41. 2015-12-19 23:53:41 +00:00
Dmitry Marakasov
8ff2ca1457 - Don't override/force logfile configuration
PR:		204739
Submitted by:	amdmi3
Approved by:	bf (maintainer)
2015-12-17 10:58:13 +00:00
Kubilay Kocak
deb1dd4fe9 UPDATING: Update datestamp for www/node entry 2015-12-15 04:42:12 +00:00
Kubilay Kocak
7ddbb58780 www/node: Update to 5.2.0, Create www/node4, Update to 4.2.3
www/node:

 * Update PORTVERSION and distinfo checksum (5.2.0) [1]
 * Add CONFLICTS to www/node4

www/node4:

 * Create www/node4 port for LTS users
 * Update www/node4 to 4.2.3 [2]
 * Add CONFLICTS to www/node

* Add UPDATING entry for users wishing to remain on LTS (4.x)

Based on:

PR:		204653 [1][2]
Submitted by:	Randy Westlund <rwestlun gmail com> [1][2]
Approved by:	maintainer <linpct gmail com>
2015-12-15 04:40:21 +00:00
Greg Lewis
ca42e71ec6 . Fix a typo (menwhile -> meanwhile) and rewrap as needed. 2015-12-12 13:57:14 +00:00
Sunpoet Po-Chuan Hsieh
52ddbb2c21 - Use @FreeBSD.org
- Fix typo: PyPi -> PyPI
2015-12-11 14:49:20 +00:00
Vanilla I. Shu
506339b347 Document comms/py-gammu. 2015-12-10 07:20:36 +00:00
Baptiste Daroussin
e1a71b8603 Remove entry about a zsh change that has been backed out 2015-12-08 13:47:20 +00:00
Thomas Zander
8cc5af20db Add a notice regarding mail/postfixadmin update to version 2.93
While on it:
- Correct minor typo in the e-mail of the previous commit

PR:		204131
Submitted by:	ports.maintainer@evilphi.com (postfixadmin maintainer)
2015-12-06 10:41:49 +00:00
Baptiste Daroussin
d8c5357f43 Add an entry in UPDATING about the change of the default location where zsh
looks for zshrc/zprofile: ${PREFIX}/etc instead of /etc

Requested by:	"Dr. Peter Voigt" <pvoigt@uos.de>
2015-12-06 09:43:55 +00:00
Baptiste Daroussin
1bcf3d6d4a Fix copy/paste error
Submitted by:	junovitch
2015-12-05 10:09:47 +00:00
Baptiste Daroussin
c51a425f4d Update ncurses to 6.0
from now ncurses will track the release and not the snapshots
ABI has changed, add a note for users on how to upgrade
2015-12-05 09:46:20 +00:00
Raphael Kubo da Costa
073efe1497 Fix typo in sysctl name.
Introduced in r402882.

Submitted by:	wblock@
2015-12-04 16:39:24 +00:00
Raphael Kubo da Costa
7995b78e56 Drop x11-toolkits/qt5-gui's pkg-message too.
It contains the same suggestions that were dropped from its Qt4 counterpart
in r402882. Mention both ports in UPDATING.

PR:		202927
Submitted by:	theraven@
MFH:		2015Q4
2015-12-03 16:39:24 +00:00
Raphael Kubo da Costa
83ce6cca06 Remove x11-toolkit/qt4-gui's pkg-message.
Back in mid-2012 (ports revisions r297367 and r299321), pkg-message was
added to the port suggesting changes to the default shared memory limits in
loader.conf(5). Since then, the default limits have been changed and the
values suggested by the port are no longer sensible (base r209037, present
in all supported FreeBSD releases).

According to theraven@:
  Suggesting lowering the maximum number of pages available for shared pages
  doesn't seem sensible. The other default limits look as if they ought to
  be high enough (kern.ipc.shmseg is the number of shm segments that each
  process can have open, so should be fine. kern.ipc.shmmni is the total
  number of shm objects, so might need lowering).

Follow his advice and drop the suggestions from pkg-message.

PR:		202927
Submitted by:	theraven@
MFH:		2015Q4
2015-12-03 16:36:25 +00:00
Jason Unovitch
cfd7198872 sysutils/logstash: update 1.5.4 -> 2.1.0
- Update PORTVERSION, distinfo, and pkg-plist for 2.1.0
- Update logstash.conf.sample and remove elasticsearch.yml.sample to
  reflect 2.1.0 no longer having an embedded ElasticSearch instance

UPDATING: Document potential config file changes

Changes:	https://github.com/elastic/logstash/blob/2.1/CHANGELOG.md

PR:		204934
Submitted by:	Davide D'Amico <davide.damico@gmail.com> (initial patch)
Submitted by:	Enrico M. Crisostomo <enrico.m.crisostomo@gmail.com> (maintainer)
2015-12-03 02:32:12 +00:00
Timur I. Bakeyev
bb6870752c A new version 4.3.1 of Samba suite. Handle with care. 2015-11-30 01:35:36 +00:00
Timur I. Bakeyev
8ed1831a5b Update Samba4* ports to the latest supplimentary libs and versions. 2015-11-30 01:01:35 +00:00
Thomas Zander
89aaeef92e Update to upstream version 2.1.1
PR:		203607
Submitted by:	xxjack12xx@gmail.com
Reviewed by:	yuri@rawbw.com, koobs, riggs
2015-11-22 20:11:52 +00:00
Vsevolod Stakhov
fb8ef8d5e4 - Update to 1.6.6
- Create a separate plist file
- Add @sample option to the sample file
- Rename rc script without .sh suffix
- Switch from postfix user to _rmilter dedicated user
- Add _rmilter:_rmilter to UIDs/GIDs
- Add UPDATING entry
2015-11-18 00:58:15 +00:00
Ruslan Makhmatkhanov
008c523ca1 Whitespace fixes; no actual content changed 2015-11-14 19:38:11 +00:00
Danilo Egea Gondolfo
9a9acb718e - Update to 14.3.20151030
- Add LICENSE
- Sort USE_PHP
- Add an entry about the upgrade process to UPDATING
2015-11-05 03:26:09 +00:00
Jason Unovitch
9c15242bdd www/codeigniter: update 2.2.6 -> 3.0.3
- Update PORTVERSION, distinfo, and pkg-plist for 3.0.3
- Add LICENSE
- Fix CONFLICTS

Changes compared to CodeIgniter 2:
 * The framework is released under the MIT license
 * The database drivers have had extensive refactoring
 * PDO is fully functional with subdrivers
 * There is a new Session library
 * There is a new Encryption library
 * The unit testing has been beefed up, and code coverage improved
 * PHP 5.4 or newer is recommended, but CI will still work on PHP 5.2.4

UPDATING:
- Add entry documenting the steps for updating a legacy site
Reference:	http://www.codeigniter.com/user_guide/installation/upgrade_300.html

PR:		203403
2015-11-01 03:25:27 +00:00
Mark Felder
1db8cd0ba6 Extend the entry for www/varnish4 to note the syntax change for binding
to multiple listening addresses.
2015-10-27 19:44:39 +00:00
Kubilay Kocak
f2408cc5e7 UPDATING: Clarify 20151020 keepassx entry instructions
Simple tweaks to UPDATING keepassx entry to make it more obvious that the
instructions are a series of steps, not alternatives.

Approved by:		mat (original author)
Differential Revision:	https://reviews.freebsd.org/D4008
2015-10-27 11:24:26 +00:00
Mathieu Arnold
4cb8340ae5 Update to 2.0-beta2.
- Bump PORTEPOCH as version goes backwards
- Remove unneeded variables
- Pet portlint

PR:		203913
Submitted by:	maintainer
Sponsored by:	Absolight
2015-10-21 14:16:25 +00:00
Mark Felder
f55c442ccf Document file ownership changes for www/varnish4 update 2015-10-19 15:14:42 +00:00
Baptiste Daroussin
8e91724815 pkg does not use origin anymore in the solver 2015-10-15 23:09:40 +00:00