summaryrefslogtreecommitdiff
path: root/news (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-10-12- Add missing directories to plist, fixing stage-qaDmitry Marakasov2-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
2015-10-11Remove #pragma to fix build with all compiler versionsJohan van Selst1-0/+1
PR: ports/203281 Notes: svn path=/head/; revision=399083
2015-10-08Remove trailing whitespace from Makefiles, M-X.Jimmy Olgeni1-1/+1
Notes: svn path=/head/; revision=398833
2015-10-08- cleanupDirk Meyer1-13/+11
Notes: svn path=/head/; revision=398798
2015-10-08- cleanupDirk Meyer2-20/+3
Notes: svn path=/head/; revision=398797
2015-10-03Move BROKEN to the correct place, suck-cnews slave builds fineAntoine Brodin1-2/+1
MFH: 2015Q4 Notes: svn path=/head/; revision=398555
2015-10-03Mark BROKEN: fails to linkAntoine Brodin1-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
2015-09-28- cleanupDirk Meyer2-27/+1
Notes: svn path=/head/; revision=398145
2015-09-23Fix leftover directory.Matthias Andree1-1/+0
PR: 203286 Submitted by: amdmi3 Notes: svn path=/head/; revision=397668
2015-09-23- Remove obsolete MAN1Dmitry Marakasov1-1/+0
Approved by: portmgr blanket Notes: svn path=/head/; revision=397619
2015-09-21Rework husky ports to use a more conventional MASTER/SLAVE port pattern.Bryan Drewery8-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
2015-09-21Update to INN 2.6.0Johan van Selst6-66/+66
http://www.eyrie.org/~eagle/software/inn/docs-2.6/news.html#S1 Notes: svn path=/head/; revision=397518
2015-09-19Make all GNUstep ports install into the System domain so that the Local ↵David Chisnall2-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
2015-09-02- Fix shebangsDmitry Marakasov1-2/+3
Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=395835
2015-09-01- Switch to options helpersDmitry Marakasov1-7/+4
- While here, add some NO_ARCHes Approved by: portmgr blanket Notes: svn path=/head/; revision=395777
2015-08-28- Add NO_ARCHDmitry Marakasov2-11/+3
- heplers - Switch to @sample - Drop @dirrm* from plist Approved by: portmgr blanket Notes: svn path=/head/; revision=395485
2015-08-24Update to new upstream release 1.11.11. (Bugfixes)Matthias Andree4-15/+38
Notes: svn path=/head/; revision=395195
2015-08-21- Add LICENSEDmitry Marakasov1-0/+3
Notes: svn path=/head/; revision=394941
2015-08-19Reset maintainerErwin Lansing1-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
2015-08-17Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2-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
2015-08-01- support disk with more than 4G blocks freeDirk Meyer2-1/+12
Notes: svn path=/head/; revision=393387
2015-07-31- Fix shebangsDmitry Marakasov1-1/+26
Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=393372
2015-07-29Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsAntoine Brodin1-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
2015-07-19Update to 2.21.Tim Bishop2-3/+3
Notes: svn path=/head/; revision=392526
2015-07-16- Drop @dirrm* from plistDmitry Marakasov1-4/+0
Approved by: portmgr blanket Notes: svn path=/head/; revision=392258
2015-07-13- Update to INN 2.5.5Johan van Selst3-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
2015-07-12- Drop @dirrm* from plistDmitry Marakasov1-2/+0
Approved by: portmgr blanket Notes: svn path=/head/; revision=391849
2015-07-09Update tin to 2.3.1Johan van Selst2-4/+3
Notes: svn path=/head/; revision=391676
2015-06-22Convert to USES=jpegAntoine Brodin1-3/+2
Notes: svn path=/head/; revision=390310
2015-06-18- Strip binaryDmitry Marakasov1-1/+4
Notes: svn path=/head/; revision=390051
2015-06-12Reset maintainership for obrienErwin Lansing1-1/+1
Approved by: portmgr Notes: svn path=/head/; revision=389302
2015-06-10- Switch to USES=autoreconfDmitry Marakasov2-26/+3
Notes: svn path=/head/; revision=389094
2015-06-10- Add NO_ARCHSunpoet Po-Chuan Hsieh1-1/+2
- Sort USE_PYTHON Notes: svn path=/head/; revision=389047
2015-06-09- Update to 15.2.1Sunpoet Po-Chuan Hsieh2-3/+3
Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.2.1/twisted/news/topfiles/NEWS Notes: svn path=/head/; revision=388969
2015-06-08- Add LICENSEDmitry Marakasov2-7/+7
- Add NO_ARCH - Modernize plist Notes: svn path=/head/; revision=388797
2015-05-26- Update to 15.0Guido Falsi4-9/+10
- Add 7Z option PR: 200457 Submitted by: toxic at doobie.com (maintainer) Notes: svn path=/head/; revision=387515
2015-05-22Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold1-3/+0
With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
2015-05-18- remove option broken by r385280Dirk Meyer2-34/+7
- remove @dirrm - use USERS - rename MAN macros Notes: svn path=/head/; revision=386700
2015-05-18- Add CPE infoDmitry Marakasov1-1/+2
Approved by: portmgr blanket Notes: svn path=/head/; revision=386652
2015-05-14MASTER_SITES cleanup.Mathieu Arnold11-22/+11
- Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
2015-05-07- Update to 14.2Wen Heping2-4/+3
PR: 200009 Submitted by: toxic@doobie.com(maintainer) Notes: svn path=/head/; revision=385598
2015-05-04Remove _*OWNGRP, with staging it's not useful anymoreAntoine Brodin1-1/+1
With hat: portmgr Original submission: bapt Exp-run: self Notes: svn path=/head/; revision=385403
2015-05-03Allow packaging as a user by overwriting OWNER/GROUPBaptiste Daroussin1-1/+2
This does not change the final package at all given root/wheel are the default when nothing is specified in the plist Notes: svn path=/head/; revision=385282
2015-05-03Overwrite variables via MAKE_ARGS instead of patching a fileBaptiste Daroussin1-15/+3
Set OWNER/GROUP to the current building user so that we can stage as a user plist make sure the owner of the final files when installed are the right one Do not create a user from port plist makes it already Do not modify /etc/services from ports plist does is already Remove now uneeded NEED_ROOT Notes: svn path=/head/; revision=385280
2015-04-21- Update to 15.1.0Sunpoet Po-Chuan Hsieh2-3/+3
Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.1.0/twisted/news/topfiles/NEWS Notes: svn path=/head/; revision=384458
2015-04-19Bump PORTREVISION after r384253 and r384264Jan Beich1-1/+1
Notes: svn path=/head/; revision=384273
2015-04-19news/husky-(fidoconf|htick|hpt) : builds INFO pages everywhere againJohn Marino3-19/+7
Jan Beich fixed the info pages (thanks Jan!) so this enables their building for htick and fidoconf of FreeBSD 11 and DragonFly. While here, commit USES+=makeinfo to -hpt that went uncommitted accidently yesterday. Notes: svn path=/head/; revision=384264
2015-04-18Add patches to unbreak INFO build on DragonFly and FreeBSD 11+Jan Beich2-0/+45
fidoconfig.texi:2534: warning: command @minus does not accept arguments fidoconfig.texi:2555: warning: command @minus does not accept arguments fidoconfig.texi:2547: raising the section level of @subsection which is too low htick.texi:16: unknown command `fg' htick.texi:17: unknown command `mail' htick.texi:18: unknown command `ua' Reported by: pkg-fallout Notes: svn path=/head/; revision=384253
2015-04-18news/husky-fidoconf: Test feature rather than OPSYS/OSVERSIONJohn Marino1-4/+2
Testing for OPSYS/OSVERSION requires <pre> and <post> inclusions and isn't necessary. All we need is the same logic that USES=makeinfo uses. This simplifies previous commit. Notes: svn path=/head/; revision=384222
2015-04-18news/husky-(hpt|htick): Restore build on FreeBSD 11 and DFJohn Marino2-6/+17
The husky-htp texi file can still be processed by the latest texinfo programs, so all it needed was USES+= makeinfo to fix FreeBSD 11. However, the husky-htick texi file is too old, so the makefile was adjusted to not install info if the base texinfo isn't available. While here, use PORTDOCS and remove very short pkg-plist file. The maintainer will be notified so he can restore the info page on all platforms. Approved by: blanket (restores build on FreeBSD 11) Notes: svn path=/head/; revision=384221