aboutsummaryrefslogtreecommitdiff
path: root/news
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Fix shebangsDmitry Marakasov2015-09-021-2/+3
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=395835
* - Switch to options helpersDmitry Marakasov2015-09-011-7/+4
| | | | | | | | | - While here, add some NO_ARCHes Approved by: portmgr blanket Notes: svn path=/head/; revision=395777
* - Add NO_ARCHDmitry Marakasov2015-08-282-11/+3
| | | | | | | | | | | - heplers - Switch to @sample - Drop @dirrm* from plist Approved by: portmgr blanket Notes: svn path=/head/; revision=395485
* Update to new upstream release 1.11.11. (Bugfixes)Matthias Andree2015-08-244-15/+38
| | | | Notes: svn path=/head/; revision=395195
* - Add LICENSEDmitry Marakasov2015-08-211-0/+3
| | | | Notes: svn path=/head/; revision=394941
* Reset maintainerErwin Lansing2015-08-191-1/+1
| | | | | | | | | | | | <conrads@cox.net>: host mx.west.cox.net[68.6.19.3] said: 550 5.1.1 <conrads@cox.net> invalid recipient - Refer to Error Codes section at http://postmaster.cox.net/confluence/display/postmaster/Error+Codes for more information. (in reply to RCPT TO command) Sponsored by: DK Hostmaster A/S Notes: svn path=/head/; revision=394716
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-172-3/+0
| | | | | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336 Notes: svn path=/head/; revision=394508
* - support disk with more than 4G blocks freeDirk Meyer2015-08-012-1/+12
| | | | Notes: svn path=/head/; revision=393387
* - Fix shebangsDmitry Marakasov2015-07-311-1/+26
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=393372
* Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsAntoine Brodin2015-07-291-2/+1
| | | | | | | | | | | | using python PR: 201077 Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D2955 Notes: svn path=/head/; revision=393196
* Update to 2.21.Tim Bishop2015-07-192-3/+3
| | | | Notes: svn path=/head/; revision=392526
* - Drop @dirrm* from plistDmitry Marakasov2015-07-161-4/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=392258
* - Update to INN 2.5.5Johan van Selst2015-07-133-58/+36
| | | | | | | | http://www.eyrie.org/~eagle/software/inn/docs-2.5/news.html#S1 - Set some more options as default for a typical installation Notes: svn path=/head/; revision=391879
* - Drop @dirrm* from plistDmitry Marakasov2015-07-121-2/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=391849
* Update tin to 2.3.1Johan van Selst2015-07-092-4/+3
| | | | Notes: svn path=/head/; revision=391676
* Convert to USES=jpegAntoine Brodin2015-06-221-3/+2
| | | | Notes: svn path=/head/; revision=390310
* - Strip binaryDmitry Marakasov2015-06-181-1/+4
| | | | Notes: svn path=/head/; revision=390051
* Reset maintainership for obrienErwin Lansing2015-06-121-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=389302
* - Switch to USES=autoreconfDmitry Marakasov2015-06-102-26/+3
| | | | Notes: svn path=/head/; revision=389094