aboutsummaryrefslogtreecommitdiff
path: root/news
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-0148-116/+116
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* news/nzbget: Add pkg-message to inform users how to drop privsMark Felder2016-03-292-1/+4
| | | | | | | PR: 207282 Notes: svn path=/head/; revision=412111
* - Update security/gnutls to 3.4.10.Tijl Coosemans2016-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=411990
* * Add gnutls options for SSL news servers (default on)Koop Mast2016-03-251-22/+24
| | | | | | | | | | | * Make gettext optional. * Turn toolkit selection into a radio option. PR: 208165 (with minor tweaks) Submitted by: cpet <freebsd@shotmail.ru> Notes: svn path=/head/; revision=411829
* news/sabnzbdplus: Update to 1.0.0Mark Felder2016-03-184-152/+114
| | | | | | | | | Changelog: http://forums.sabnzbd.org/viewtopic.php?f=8&t=20382 PR: 208051 Notes: svn path=/head/; revision=411325
* news/sabnzbdplus: fix RUN_DEPENDSKurt Jaeger2016-03-121-3/+3
| | | | | | | | | PR: 207936 Submitted by: Ultima1252@gmail.com Approved by: joshruehlig@gmail.com (maintainer) Notes: svn path=/head/; revision=410936
* news/sabnzbdplus: Revert removal of PATH in rc scriptMark Felder2016-03-092-1/+2
| | | | | | | | | | | | There were reports of fallout so this has been reverted. It is not understood why an explicit PATH needs to be set. In testing without it the correct PATH appears to be exported during the start_precmd routine. PR: 207583 Approved by: maintainer Notes: svn path=/head/; revision=410708
* news/sabnzbdplus: Port cleanupMark Felder2016-03-084-29/+13
| | | | | | | | | | | | | | | | | | | | | | | | | - Better define which versions of python sabnzbd can actually run with - Remove "+" sign from SUB_LIST - Modernize OPTION RUN_DEPENDS - Do not set PATH in rc script - Make patch and reinplace more logical by not replacing %%PREFIX%% with %%DATADIR%% - Remove creation of PREFIX/sabnzbd (sabznzbd's config directory) from install as it is already handled in start_precmd routine - Replace INSTALL_DATA with INSTALL_MAN for installing PORTDOCS - Hand off maintainership PR: 207583 Notes: svn path=/head/; revision=410634
* - Makefile.local for slave ports is included by bsd.port.mk r397519Dirk Meyer2016-02-281-4/+0
| | | | Notes: svn path=/head/; revision=409731
* Set `command' before using it in the startup script.Raphael Kubo da Costa2016-02-152-1/+2
| | | | | | | | | | | | | This fixes the status command which was returning "eval: -L: not found" before. PR: 206722 Submitted by: dburkland@dburkland.com (first version), Toxic <toxic@doobie.com> (maintainer) MFH: 2016Q1 Notes: svn path=/head/; revision=408947
* news/trn4: document ncurses requirement (USES+=ncurses)John Marino2016-02-053-1/+19
| | | | | | | | | Also link with libncurses instead of libcurses or libtermlib. approved by: infrastructure blanket Notes: svn path=/head/; revision=408195
* news/trn: document ncurses rqmt (USES+=ncurses), respect LDFLAGSJohn Marino2016-02-053-5/+14
| | | | | | | | | Also link to libncurses, not libtermcap approved by: infrastructure blanket Notes: svn path=/head/; revision=408193
* news/tin: document ncurses requirement (USES+=ncurses)John Marino2016-02-051-1/+1
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=408191
* news/mmail: USES+= ncurses, respect LDFLAGS, link ncurses, not cursesJohn Marino2016-02-051-2/+2
| | | | Notes: svn path=/head/; revision=408190
* news/golded+: document ncurses rqmt (USES+=ncurses), respect LDFLAGSJohn Marino2016-02-052-1/+12
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=408189
* - Add LICENSEDmitry Marakasov2016-02-041-2/+7
| | | | | | | - Switch to options helpers Notes: svn path=/head/; revision=408076
* Update tin to 2.3.2Johan van Selst2016-01-165-22/+23
| | | | Notes: svn path=/head/; revision=406242
* Fix staging (as a regular user) / packaging (as root)Antoine Brodin2016-01-031-0/+21
| | | | | | | | Reported by: pkg-fallout MFH: 2016Q1 Notes: svn path=/head/; revision=405133
* Cleanup and update.Matthias Andree2015-12-302-17/+14
| | | | | | | | PR: 205574 Submitted by: Dmitry Marakasov (amdmi3@) Notes: svn path=/head/; revision=404861
* Fix build as a user.Mathieu Arnold2015-12-293-22/+10
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=404740
* Old homepage disappeared, link to Russ Allbery's INN pageJohan van Selst2015-12-271-1/+1
| | | | | | | Submitted by: naddy Notes: svn path=/head/; revision=404596
* Fix usage of ${PERL5}.Mathieu Arnold2015-12-171-7/+3
| | | | | | | | | | | | | | | | | ${PERL5} points to a specific version of perl, say, perl5.22.1, it is fine to use it in a ports Makefile to do Perly things, but ports using it must use ${PERL}, that points to /usr/local/bin/perl so that if the minor version is updated, the shebang keep working. While there, make some ports use shebangfix, regen a few patches, and bump PORTREVISION where a shebang went from PERL5 to PERL. PR: 205367 With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=403913
* Make build as a user.Mathieu Arnold2015-12-1418-164/+116
| | | | | | | | | | While there, convert to autoreconf, options helpers, rename patches to match our naming scheme. Sponsored by: Absolight Notes: svn path=/head/; revision=403732
* Staticly link to libgcc and libstdc++. This fixes a segmentation faultKoop Mast2015-12-121-2/+3
| | | | | | | | | | when trying to run pan on a libc++ based system. PR: 199303 Submitted by: Andrew <andrew_terekhov@yahoo.com> Notes: svn path=/head/; revision=403639
* news/nzbget: Update to 16.4Mark Felder2015-12-112-3/+3
| | | | | | | Approved by: maintainer (private email) Notes: svn path=/head/; revision=403553
* - Modernize plistDmitry Marakasov2015-12-012-41/+35
| | | | | | | | | PR: 204047 Submitted by: amdmi3 Approved by: maintainer timeout (dinoex, 1 month) Notes: svn path=/head/; revision=402733
* - fix build with new innDirk Meyer2015-11-211-2/+1
| | | | | | | - remove BROKEN Notes: svn path=/head/; revision=402191
* - use USES=tarDirk Meyer2015-11-211-2/+1
| | | | Notes: svn path=/head/; revision=402183
* - use post-install-DOCS-onDirk Meyer2015-11-212-4/+2
| | | | | | | - cleanup pkg-message Notes: svn path=/head/; revision=402175
* - fix build with custom CNEWS_PORTDirk Meyer2015-11-211-7/+9
| | | | Notes: svn path=/head/; revision=402168
* news/nzbget: 16.1 -> 16.3Kurt Jaeger2015-11-212-3/+3
| | | | | | | | | | | Changes: https://github.com/nzbget/nzbget/releases PR: 204489 Submitted by: toxic@doobie.com (maintainer) Notes: svn path=/head/; revision=402165
* Mark a few ports BROKEN: unfetchableAntoine Brodin2015-11-091-0/+2
| | | | Notes: svn path=/head/; revision=401096
* Fix ports that confused the meaning of WRKDIR and WRKSRC.Mathieu Arnold2015-11-052-3/+3
| | | | | | | | | | | PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735 Notes: svn path=/head/; revision=400848
* Bump portrevision of ports that might have been built with a broken post-installBaptiste Daroussin2015-10-301-1/+1
| | | | | | | script due to fallouts of r399992 Notes: svn path=/head/; revision=400556
* news/nzbget: Update to 16.1Mark Felder2015-10-223-5/+7
| | | | | | | | | | | | Upstream changed their mirror to github and website to nzbget.net Changelog: https://github.com/nzbget/nzbget/releases/tag/v16.1 PR: 203902 Approved by: maintainer Notes: svn path=/head/; revision=399989
* Improve shebangfix frameworkDmitry Marakasov2015-10-192-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time - Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports - Add lua support (depends on USES=lua) - Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua - Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt") Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl") Update shebangfix usage according to new rules in many ports: - Remove *_OLD_CMD for patterns now replaced by default - Quote custom *_OLD_CMD which contain spaces Fix shebangfix usage in many ports (irrelevant to infrastructure change): - Remove redundant SHEBANG_LANG (no need to duplicate default langs) - Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present) - Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string Approved by: portmgr (bapt) Differential Revision: D3756 Notes: svn path=/head/; revision=399684
* - Fix permissions, fix install by non-rootDmitry Marakasov2015-10-122-17/+12
| | | | | | | - Remove obsolete MAN* Notes: svn path=/head/; revision=399144
* - Add missing directories to plist, fixing stage-qaDmitry Marakasov2015-10-122-10/+19
| | | | | | | | | | | | - Silence patching - Switch to options helpers PR: 203665 Submitted by: amdmi3 Approved by: lifanov@mail.lifanov.com (maintainer) Notes: svn path=/head/; revision=399143
* Remove #pragma to fix build with all compiler versionsJohan van Selst2015-10-111-0/+1
| | | | | | | PR: ports/203281 Notes: svn path=/head/; revision=399083
* Remove trailing whitespace from Makefiles, M-X.Jimmy Olgeni2015-10-081-1/+1
| | | | Notes: svn path=/head/; revision=398833
* - cleanupDirk Meyer2015-10-081-13/+11
| | | | Notes: svn path=/head/; revision=398798
* - cleanupDirk Meyer2015-10-082-20/+3
| | | | Notes: svn path=/head/; revision=398797
* Move BROKEN to the correct place, suck-cnews slave builds fineAntoine Brodin2015-10-031-2/+1
| | | | | | | MFH: 2015Q4 Notes: svn path=/head/; revision=398555
* Mark BROKEN: fails to linkAntoine Brodin2015-10-031-0/+2
| | | | | | | | | | | cc -fstack-protector -L/usr/local/news/lib -L/usr/lib -o suck both.o both_phrases.o suck.o suckutils.o killfile.o timer.o killprg.o dedupe.o suck_phrases.o active.o batch.o xover.o ssort.o chkhistory_db.o db.o -linn -lstorage -lssl -lcrypto /usr/local/news/lib/libstorage.so: undefined reference to `HISlookup' Reported by: pkg-fallout MFH: 2015Q4 Notes: svn path=/head/; revision=398554
* - cleanupDirk Meyer2015-09-282-27/+1
| | | | Notes: svn path=/head/; revision=398145
* Fix leftover directory.Matthias Andree2015-09-231-1/+0
| | | | | | | | PR: 203286 Submitted by: amdmi3 Notes: svn path=/head/; revision=397668
* - Remove obsolete MAN1Dmitry Marakasov2015-09-231-1/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=397619
* Rework husky ports to use a more conventional MASTER/SLAVE port pattern.Bryan Drewery2015-09-218-54/+34
| | | | | | | | | | | | - Remove Makefile.local as it is intended to be a user file that should not be committed. Its documentation is poor (r12873) but users are relying on it. - Remove CONFLICTS as for every port it just conflicted with itself. With hat: portmgr Notes: svn path=/head/; revision=397523
* Update to INN 2.6.0Johan van Selst2015-09-216-66/+66
| | | | | | | http://www.eyrie.org/~eagle/software/inn/docs-2.6/news.html#S1 Notes: svn path=/head/; revision=397518
* Make all GNUstep ports install into the System domain so that the Local ↵David Chisnall2015-09-192-13/+13
| | | | | | | | | | | | | | domain is available for stuff built from source. Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain. The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2977 Notes: svn path=/head/; revision=397315