aboutsummaryrefslogtreecommitdiffstats
path: root/news
Commit message (Collapse)AuthorAgeFilesLines
* - add back setuid bits for poudriere buildsdinoex2018-01-052-1/+3
|
* - Add LICENSEamdmi32017-12-272-1/+4
| | | | - Update WWW
* Update to tin 2.4.2johans2017-12-253-5/+6
|
* Fix configure options for gnustep-maketheraven2017-12-031-1/+1
| | | | | | | We were not setting the flag to select the GNUstep ABI, so were defaulting to using the GCC-compatible version, which was likely to trigger a lot of subtle bugs. This was noticed when C++ exceptions thrown through Objective-C stack frames caused segfaults.
* - Add explicit FLAVOR to a few dependenciesantoine2017-12-031-2/+2
| | | | | | - Remove FLAVOR from py-docutils dependency in comms/uhd, in this case it needs the rst2html command, not the docutils module - Mark some ports as not compatible with python3
* Convert Python ports to FLAVORS.mat2017-11-306-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464
* Remove expired ports:rene2017-11-224-49/+0
| | | | | | | | | | | | | | | 2017-11-20 news/brag: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 textproc/srilm: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 x11-toolkits/tk84: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 devel/tkinspect: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 games/bogged: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 games/ttraffic: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 games/ifm: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 games/tksol: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 lang/tcl84: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 mail/tkrat2: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 multimedia/dtv: Tcl/Tk 8.4 is no longer maintained, please use 8.5+ 2017-11-20 net-mgmt/netwag: Tcl/Tk 8.4 is no longer maintained, please use 8.5+
* devel/icu: update to 60.1jbeich2017-11-091-1/+1
| | | | | | | Changes: http://site.icu-project.org/download/60 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 223373 Exp-run by: antoine
* - Reset MAINTAINER due to fatal email bounces, maintainer timeoutszi2017-11-041-1/+1
| | | | Reported by: portscout
* lang/tcl84, x11-toolkits/tk84: extend expiration for another monthgahr2017-10-201-0/+3
| | | | Track down a few more ports that depend on those two, and deprecate them too.
* news/nget: Fix build with Clang and GCC > 4.8tobik2017-10-145-16/+77
| | | | | - Remove GCC dependency since it now builds fine with Clang - Set WRKSRC directly instead of symlinking in post-extract
* Remove news/py-twistedNewssunpoet2017-09-304-37/+0
|
* devel/icu: update to 59.1jbeich2017-09-251-1/+1
| | | | | | | | | - Temporarily keep C++98 working in consumers for Clang's default -std= Changes: http://site.icu-project.org/download/59 PR: 218788 Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version) Exp-run by: antoine
* news/py-sabyenc: Update to 3.3.1dbaio2017-09-232-5/+7
| | | | | PR: 222500 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* news/sabnzbdplus: Update to 2.3.0dbaio2017-09-233-7/+6
| | | | | | | | Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/2.3.0 PR: 222501 Submitted by: Ralf van der Enden <tremere@cainites.net> Approved by: joshruehlig@gmail.com (maintainer)
* - update to pgpverify-1.29dinoex2017-09-172-9/+16
| | | | - new option GPGPV
* Fix license information for portgs that use "the same license as Perl".mat2017-09-152-2/+2
| | | | Sponsored by: Absolight
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-112-1/+2
| | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
* Change from USES=twisted to devel/py-twistedsunpoet2017-09-041-2/+3
| | | | | | | | - Bump PORTREVISION for dependency change PR: 221664 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
* * Updated to 2.2.1ultima2017-09-033-5/+18
| | | | | | | | Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/2.2.1 PR: 221606 Submitted by: Ralf van der Enden Approved by: joshruehlig@gmail.com (maintainer)
* Update GNUstep core libraries.theraven2017-08-211-1/+1
| | | | | | | | | | Update the default Objective-C compiler. Fix various build failures in GNUstep ports from newer versions of the GNUstep core libraries and from changes to GNUstep Make. Update various ports that use GNUstep and bump the portrevision of the ones that haven't had a new release.
* Mark DEPRECATED and set EXPIRATION_DATE to 2017-09-30sunpoet2017-08-201-0/+3
|
* - news/nzbget: Update from 19.0 to 19.1joneum2017-08-152-4/+4
| | | | | | | | | | | | | | | | | - Changelog: - proper handling of changing category (and destination path) during direct unpack; direct unpack now gracefully aborts with cleanup; the files will be unpacked during post-processing stage; - fixed: password protected downloads of certain kind may sometimes end up with no files if direct unpack was active; - fixed: rar-renamer mistakenly renamed some encrypted rar3 files causing unnecessary repair; - fixed: rar-renamer could not process some encrypted rar3-archives. PR: 221357 Submitted by: Toxic <toxic@doobie.com> (maintainer) Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D11955
* - remove obsolte option PGP2dinoex2017-08-021-2/+1
|
* news/nzbget: Update 18.1 -> 19.0bhughes2017-07-032-5/+4
| | | | | | | PR: 220348 Submitted by: toxic@doobie.com (maintainer) Approved by: mat (co-mentor) Differential Revision: https://reviews.freebsd.org/D11439
* Remove Perl core modulessunpoet2017-07-012-7/+8
| | | | | | | - Add LICENSE - Add NO_ARCH - Sort PLIST - Bump PORTREVISION for dependency change
* - Update SABnzbd to 2.1.0.tdb2017-06-133-8/+7
| | | | | | | | - GH_TAGNAME no longer needed now it is correctly tagged in GitHub. - Uses py-sabyenc instead of py-yenc as recommended upstream. PR: 218722 Submitted by: joshruehlig@gmail.com (maintainer)
* - Use correct license (see https://github.com/sabnzbd/sabyenc/issues/5).tdb2017-06-122-8/+7
| | | | | | | | - Only use python 2.7, as indicated by upstream. - Use the preferred CHEESESHOP instead of GitHub for the distfile. Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Reported by: koobs
* - Add LICENSEamdmi32017-06-124-16/+18
| | | | | | | | - Switch to USES=localbase - Use MANPREFIX - Switch to options helpers - Fix WWW: - Don't install unneeded docfile
* New port: news/py-sabyenctdb2017-06-104-0/+35
| | | | | | | | | | | | | | | | | Modified the original yenc module by Alessandro Duca alessandro.duca@gmail.com for use within SABnzbd. The module was extended to do header parsing and full yEnc decoding from a Python list of chunks, the way in which data is retrieved from usenet. This is particularly beneficial when SSL is enabled, which limits the size of each chunk to 16K. Parsing these chunks in Python is much more costly. Additionally, this module releases Python's GIL during decoding, greatly increasing performance of the overall download process. WWW: https://github.com/sabnzbd/sabyenc PR: 218722 Submitted by: Ralf van der Enden <tremere@cainites.net>
* news/husky-sqpack is a subport for news/husky to purge squish and jam msgbases.eugen2017-05-253-0/+26
| | | | | | | | It is a part of Husky Fidosoft Project. PR: 200481 Submitted by: Victor Sudakov <vas@mpeks.tomsk.su> Approved by: vsevolod (mentor)
* Handle special permissions through pkg-plist and not through makejohans2017-05-222-20/+16
| | | | | | | (this broke building as unprivileged user) No changes to the default build or generated package Reported by: naddy
* Mark some ports failing on power64. In cases where the error messagelinimon2017-05-141-1/+2
| | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* - Update to INN 2.6.1johans2017-05-123-10/+22
| | | | | https://www.eyrie.org/~eagle/software/inn/docs-2.6/news.html - Make setuid inews and UUCP optional
* news/nzbget: Update to 18.1feld2017-05-122-19/+12
| | | | | | | | | - Remove GnuTLS as an option and use OpenSSL by default. GnuTLS has not been working correctly for several releases. - Alpha sort USES PR: 219206 Approved by: maintainer (private email)
* UNRAR description is now available in bsd.options.desc.mkfeld2017-04-271-1/+0
| | | | Approved by: portmgr (with hat)
* - Fix plistmiwi2017-04-232-1/+3
| | | | - Bump PORTREVISION
* - Fix shebangsmiwi2017-04-191-1/+3
|
* - Optionize docsamdmi32017-04-101-6/+5
| | | | - Switch to options helpers
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-1/+1
| | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
* news/sabnzbdplus: Update to 1.2.3tdb2017-03-222-5/+5
| | | | | PR: 217936 Submitted by: joshruehlig@gmail.com (maintainer)
* Remove all _USE=openssl occurrences.mat2017-03-151-1/+1
| | | | Sponsored by: Absolight
* Remove all USE_OPENSSL occurrences.mat2017-03-152-2/+2
| | | | Sponsored by: Absolight
* news/sabnzbdplus: Update to 1.2.1swills2017-02-282-11/+8
| | | | | PR: 217359 Submitted by: joshruehlig@gmail.com (maintainer)
* news/nzbget: rc script improvementfeld2017-02-232-21/+2
| | | | | | | | | nzbget obeys normal signals. Use them instead of needlessly complicating the rc script. PR: 216894 Approved by: maintainer timeout MFH: 2017Q1
* - add LICENSEdinoex2017-02-0911-102/+94
| | | | | - default config now PREFIX aware - make portlint happier
* - fix owner on suid binariesdinoex2017-02-017-28/+30
| | | | | | - fix option FIDOGATE_RUNAS - add LICENSE - make portlint happier
* - Update to 1.1.1amdmi32017-01-303-26/+23
| | | | | | | - Switch to new GitHub home PR: 214768 Submitted by: joshruehlig@gmail.com (maintainer)
* - make portlint happierdinoex2017-01-2910-66/+41
|
* - add LICENSEdinoex2017-01-294-8/+12
| | | | - make portlint happier
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/sunpoet2017-01-212-2/+2
|
* Reinplace the target of the symlink instead of the symlinkantoine2017-01-201-1/+1
| | | | PR: 216309
* The output of tools like awk, date, sort, tr,... depends on the currenttijl2017-01-181-2/+2
| | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine)
* Update pan to 0.141.kwm2017-01-113-6/+9
| | | | Register indirect dependancies.
* news/nzbget: Switch default option from GNUTLS to OPENSSLtz2017-01-102-3/+4
| | | | | | | | | | There are a series of reports of TLS handshake failures from users of the port. Upstream responds to this reports with "Use OpenSSL instead of GNU TLS". Therefore the maintainer decided to switch the default option to OPENSSL. PR: 215788 Submitted by: Toxic (maintainer) MFH: 2017Q1
* Drop USE_GCC, this fixed a segfault crash when starting the program.kwm2017-01-101-2/+1
| | | | | PR: 199303 MFH: 2017Q1
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLamdmi32017-01-091-4/+0
| | | | Approved by: portmgr blanket
* Assume "pkg-config zlib" works after 9.x reached EOLjbeich2017-01-042-4/+0
| | | | | | | Many ports passed ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-L/usr/lib -lz" which is unsafe at least with lang/gcc* that override some system headers and have newer libgcc_s.so that our old version in base may not be forward-compatible with.
* Reassign to the perl collectiveadamw2017-01-031-1/+1
|
* leeym handed in his commit bit.rene2017-01-032-2/+2
|
* Update to tin 2.4.1johans2016-12-282-5/+7
|
* Replace USE_GCC=4.9+ by the canonical USE_GCC=yes (which now requiresgerald2016-12-261-1/+1
| | | | | | at least GCC 4.9). Reviewed by: tz
* news/nzbget: Update from 16.4 to 17.1tz2016-12-163-6/+12
| | | | | | | | Changelog: https://github.com/nzbget/nzbget/blob/v17.1/ChangeLog PR: 215191 Submitted by: toxic@doobie.com (maintainer) Approved by: mentors (implicit)
* update MAINTAINER to my FreeBSD.org emaillifanov2016-12-141-1/+1
| | | | | | Reviewed by: matthew Approved by: matthew (maintainer) Differential Revision: https://reviews.freebsd.org/D8782
* Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-091-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libiconv.so.3 compatibility link that was added in r374303 totijl2016-12-091-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* - fix build for FreeBSD-9dinoex2016-11-231-0/+3
|
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-11-201-0/+1
| | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler.
* devel/icu: update to 58.1jbeich2016-11-201-1/+1
| | | | | | | Changes: http://site.icu-project.org/download/58 PR: 214384 Exp-run by: antoine Approved by: office (bapt)
* - fix build on FreeBSD-12dinoex2016-11-191-0/+6
|
* - fix include and prototype problems with ansi patchesdinoex2016-11-1623-1050/+5
| | | | - fix nntpxmit for 64bit
* chinese/tin: drop PORTREVISION as it has no effectjbeich2016-11-111-1/+1
| | | | PR: 214384
* Mark as broken on aarch64: fails to link with sbrk.linimon2016-11-102-0/+5
| | | | | | While here, pet portlint and remove stale ia64 lines. Approved by: portmgr (tier-2 blanket)
* - fix include and prototype problems with ansi patchesdinoex2016-11-0834-628/+28
|
* Update slrn to 1.0.3 (bugfix release)johans2016-11-072-6/+8
|
* Fix character encoding issuesriggs2016-11-062-1/+2
| | | | | | | | | | Details: - port now defaults to en_US.UTF-8 for LC_CTYPE - Bump PORTREVISION PR: 212993 Submitted by: joshruehlig@gmail.com (maintainer) MFH: 2016Q4
* ${RM} already has -f.mat2016-10-212-3/+3
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* news/golded+: honor LDFLAGSmarino2016-10-181-5/+5
| | | | Approved by: infrastructure blanket
* - Double-quote $@ to properly propagate parameters down the execution pathdanfe2016-10-171-2/+1
| | | | - Consistently pad (separate) shebang in wrapper scripts with an empty line
* Update rawdog to 2.22.tdb2016-10-123-13/+14
|
* Update to 1.4.3ehaupt2016-10-062-5/+5
|
* Update to 1.1.5-20160322.fjoe2016-10-059-110/+18
|
* - Update devel/icu to 57.1.tijl2016-09-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Clean up the Makefile. - Follow some upstream recommendations (--with-data-packaging=archive, --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE). - Patch makefiles to install static libraries with INSTALL_DATA so they aren't stripped. - Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc. - Fix endianness detection in ICU. The code wanted to use BYTE_ORDER defined in machine/endian.h, but this isn't visible because ICU is compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead. - Compile ICU with C++11 compiler to enable move constructors. - Patch ICU to fix a problem with atomics in the case of a C++11 compiler without C++11 header <atomic> (like Clang on FreeBSD 9). - Bump all ports that depend on it due to library version change. - Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU pkgconfig files. - Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs a C++11 runtime library now. Add this to all ports that depend on it so their executables load the right libstdc++.so on FreeBSD 9. PR: 205120 Exp-run by: antoine Approved by: portmgr (antoine)
* - Update to 1.1.0amdmi32016-09-233-30/+26
| | | | | | | - While here, add NO_ARCH and apply minor cosmetic fixes PR: 212848 Submitted by: joshruehlig@gmail.com (maintainer)
* - fix cstd fior FreeBSD-12dinoex2016-09-161-0/+1
|
* Mark NO_ARCH and define LICENSEehaupt2016-09-101-0/+4
|
* Fix package install failure when /var/spool/news already exists.tijl2016-09-082-6/+4
|
* - Add NO_ARCHamdmi32016-08-181-10/+10
| | | | - Switch to options helpers
* - Add LICENSEamdmi32016-08-171-1/+7
| | | | | - Add NO_ARCH - Switch to options helpers
* - fix regressions on FreeBSD 10.3dinoex2016-08-121-2/+3
|
* USE_BDB cleanup.mat2016-08-081-2/+2
| | | | | | | | | | | - USE_BDB=4x+ -> USES=bdb. - USE_BDB=yes -> USES=bdb. - USE_BDB=xx -> USES=bdb:xx. Other modernisations when I see them. PR: 209183 Sponsored by: Absolight
* news/atp: Remove redundant dependency on unzipmarino2016-08-041-2/+1
| | | | | A dependency on unzip will never be registered since unzip is available on all supported platforms (since FreeBSD 8.0).
* news/mmail: Remove redundant dependency on unzipmarino2016-08-041-2/+1
| | | | | A dependency on unzip will never be registered since unzip is available on all supported platforms (since FreeBSD 8.0).
* Fix build with clang and getline(3)bapt2016-07-311-2/+6
| | | | | | | | The getline(3) failure was hidden by the fact the port was said to build with gcc from ports which occulted the getline(3) change because it bundles the system headers from when it was built (WTF???) Adding -Wno-return-type to cflags allows to build with clang
* Prevent collision with getline(3)bapt2016-07-304-0/+53
|
* Don't echo in post-install, use pkg-message. Also, don't "fix"mat2016-07-192-4/+2
| | | | | | pkg-message in post-install, use SUB_FILES/SUB_LIST. Sponsored by: Absolight
* Bump PORTREVISION for the icu revert.mat2016-07-071-1/+1
| | | | | | | | | This time not bumping lang/php70, but devel/php70-intl which is the one really depending on icu. PR: 205120 With hat: portmgr Sponsored by: Absolight
* devel/icu: bump PORTREVISION on missing dependent portsgahr2016-07-061-0/+1
| | | | Reported by: rakuco
* Remove expired ports without open PRs:rene2016-07-057-118/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2016-07-04 security/openpgpsdk: Broken for more than 6 months 2016-07-04 security/radiusniff: Broken for more than 6 months 2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months 2016-07-04 security/sshit: Broken for more than 6 months 2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months 2016-07-04 security/rainbowcrack: Broken for more than 6 months 2016-07-04 security/vlog: Broken for more than 6 months 2016-07-04 security/cryptstring: Broken for more than 6 months 2016-07-04 x11/libdnd: Broken for more than 6 months 2016-07-04 x11/xlupe: Broken for more than 6 months 2016-07-04 x11/xco: Broken for more than 6 months 2016-07-04 x11/xclick: Broken for more than 6 months 2016-07-04 devel/ocfpcsc: Broken for more than 6 months 2016-07-04 devel/dits: Broken for more than 6 months 2016-07-04 devel/ruby-cache: Broken for more than 6 months 2016-07-04 devel/rapidsvn: Broken for more than 6 months 2016-07-04 devel/svnkit: Broken for more than 6 months 2016-07-04 devel/py-EnthoughtBase: Broken for more than 6 months 2016-07-04 devel/cl-uffi: Broken for more than 6 months 2016-07-04 devel/ruby-event-loop: Broken for more than 6 months 2016-07-04 devel/libqxt: Broken for more than 6 months 2016-07-04 devel/dasm: Broken for more than 6 months 2016-07-04 devel/libopendaap: Broken for more than 6 months 2016-07-04 devel/cl-uffi-sbcl: Depends on expiring devel/cl-uffi 2016-07-04 devel/cvs2p4: Broken for more than 6 months 2016-07-04 devel/bufferpool: Broken for more than 6 months 2016-07-04 devel/ifd-test: Broken for more than 6 months 2016-07-04 devel/eric4: Broken for more than 6 months 2016-07-04 devel/uclmmbase: Broken for more than 6 months 2016-07-04 devel/obfuscatejs: Broken for more than 6 months 2016-07-04 devel/oniguruma: Broken for more than 6 months 2016-07-04 devel/libbnr: Broken for more than 6 months 2016-07-04 devel/c4: Broken for more than 6 months 2016-07-04 devel/memcheck: Broken for more than 6 months 2016-07-04 devel/liblcfg: Broken for more than 6 months 2016-07-04 devel/omake: Broken for more than 6 months 2016-07-04 devel/svndelta: Broken for more than 6 months 2016-07-04 devel/papp: Broken for more than 6 months 2016-07-04 devel/mk: Broken for more than 6 months 2016-07-04 devel/avltree: Broken for more than 6 months 2016-07-04 devel/cbind: Broken for more than 6 months 2016-07-04 devel/tclgetopts: Broken for more than 6 months 2016-07-04 devel/antlrworks: Broken for more than 6 months 2016-07-04 devel/acme: Broken for more than 6 months 2016-07-04 devel/libopensync022: Broken for more than 6 months 2016-07-04 archivers/epkg: Broken for more than 6 months 2016-07-04 print/enscriptfonts: Broken for more than 6 months 2016-07-04 print/mup: Broken for more than 6 months 2016-07-04 lang/lua-mode.el: Broken for more than 6 months 2016-07-04 lang/s9fes: Broken for more than 6 months 2016-07-04 lang/alisp: Broken for more than 6 months 2016-07-04 lang/intel2gas: Broken for more than 6 months 2016-07-04 lang/stalin: Broken for more than 6 months 2016-07-04 french/eric4: Depends on expiring devel/eric4 2016-07-04 textproc/exslt: Broken for more than 6 months 2016-07-04 textproc/xt: Broken for more than 6 months 2016-07-04 textproc/ssddiff: Broken for more than 6 months 2016-07-04 textproc/xslint: Broken for more than 6 months 2016-07-04 textproc/cbedic: Broken for more than 6 months 2016-07-04 textproc/tralics: Broken for more than 6 months 2016-07-04 textproc/docbookide.el: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-AdditionalReports: Broken for more than 6 months 2016-07-04 textproc/tdhkit: Broken for more than 6 months 2016-07-04 textproc/p5-Groonga-API: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-DataInjection: Broken for more than 6 months 2016-07-04 dns/ldnsm: Broken for more than 6 months 2016-07-04 japanese/guesswork-classic: Broken for more than 6 months 2016-07-04 japanese/texinfo: Broken for more than 6 months 2016-07-04 japanese/jyuroku: Broken for more than 6 months 2016-07-04 japanese/mtools: Broken for more than 6 months 2016-07-04 palm/pdbar: Broken for more than 6 months 2016-07-04 graphics/gplot: Broken for more than 6 months 2016-07-04 graphics/white_dune: Broken for more than 6 months 2016-07-04 graphics/whirlgif: Broken for more than 6 months 2016-07-04 graphics/libaux: Broken for more than 6 months 2016-07-04 graphics/import-pictures: Broken for more than 6 months 2016-07-04 math/xgobi: Broken for more than 6 months 2016-07-04 math/fricas: Broken for more than 6 months 2016-07-04 math/dcdflib: Broken for more than 6 months 2016-07-04 math/libneural: Broken for more than 6 months 2016-07-04 math/open-axiom: Broken for more than 6 months 2016-07-04 irc/nefarious: Broken for more than 6 months 2016-07-04 irc/slirc: Broken for more than 6 months 2016-07-04 irc/ratbox-respond: Broken for more than 6 months 2016-07-04 irc/qwebirc: Broken for more than 6 months 2016-07-04 biology/platon: Broken for more than 6 months 2016-07-04 news/slnr: Broken for more than 6 months 2016-07-04 science/jmol: Broken for more than 6 months 2016-07-04 net/nstxd: Broken for more than 6 months 2016-07-04 net/sprinkle: Broken for more than 6 months 2016-07-04 editors/ssam: Broken for more than 6 months 2016-07-04 editors/fb: Broken for more than 6 months 2016-07-04 misc/quotes: Broken for more than 6 months 2016-07-04 misc/boxquote.el: Broken for more than 6 months 2016-07-04 misc/pypanda: Broken for more than 6 months 2016-07-04 misc/cuecat: Broken for more than 6 months 2016-07-04 deskutils/displaycalibrator: Broken for more than 6 months 2016-07-04 german/eric4: Depends on expiring devel/eric4 2016-07-04 multimedia/vic: Depends on expiring devel/uclmmbase 2016-07-04 multimedia/ggrab: Broken for more than 6 months 2016-07-04 emulators/dynamips: Broken for more than 6 months 2016-07-04 emulators/dynamips-devel: Broken for more than 6 months 2016-07-04 emulators/sim6811: Broken for more than 6 months 2016-07-04 emulators/minivmac: Broken for more than 6 months 2016-07-04 cad/qcad-partslib: Broken for more than 6 months 2016-07-04 comms/dump1090_mr: Broken for more than 6 months 2016-07-04 x11-fm/asfiles: Depends on expiring x11/libdnd 2016-07-04 x11-fonts/fonts-te: Broken for more than 6 months 2016-07-04 sysutils/rsyncmanager: Broken for more than 6 months 2016-07-04 sysutils/jfbterm: Broken for more than 6 months 2016-07-04 sysutils/daedalus: Broken for more than 6 months 2016-07-04 sysutils/pcfclock: Broken for more than 6 months 2016-07-04 sysutils/vlogger: Broken for more than 6 months 2016-07-04 sysutils/bontmia: Broken for more than 6 months 2016-07-04 mail/pop3gwd: Broken for more than 6 months 2016-07-04 mail/mailtray: Broken for more than 6 months 2016-07-04 mail/pflogstats: Broken for more than 6 months 2016-07-04 mail/exact: Broken for more than 6 months 2016-07-04 mail/wmpop3: Broken for more than 6 months 2016-07-04 mail/qmail-conf: Broken for more than 6 months 2016-07-04 mail/gld: Broken for more than 6 months 2016-07-04 mail/dsbl-testers: Broken for more than 6 months 2016-07-04 mail/vqregister: Broken for more than 6 months 2016-07-04 mail/atmail: Broken for more than 6 months 2016-07-04 mail/ml: Broken for more than 6 months 2016-07-04 net-im/icb: Broken for more than 6 months 2016-07-04 net-im/cicquin: Broken for more than 6 months 2016-07-04 net-im/pidgin-manualsize: Broken for more than 6 months 2016-07-04 net-im/pidgin-rhythmbox: Broken for more than 6 months 2016-07-04 russian/eric4: Depends on expiring devel/eric4 2016-07-04 russian/fortune-bashorgru: Broken for more than 6 months 2016-07-04 www/xpi-clearfields: Broken for more than 6 months 2016-07-04 www/pecl-varnish: Broken for more than 6 months 2016-07-04 www/py-requests-oauth-hook: Broken for more than 6 months 2016-07-04 www/hudson: Broken for more than 6 months 2016-07-04 www/xpi-mldonkey: Broken for more than 6 months 2016-07-04 www/xpi-cookiesafe: Broken for more than 6 months 2016-07-04 www/trac-mastertickets: Broken for more than 6 months 2016-07-04 www/dotclear: Broken for more than 6 months 2016-07-04 www/ruby-wgettsv: Broken for more than 6 months 2016-07-04 www/wwwstat: Broken for more than 6 months 2016-07-04 www/xpi-prism: Broken for more than 6 months 2016-07-04 www/xpi-fasterfox: Broken for more than 6 months 2016-07-04 www/siteframe: Broken for more than 6 months 2016-07-04 www/py-urljr: Broken for more than 6 months 2016-07-04 www/reviewboard: Broken for more than 6 months 2016-07-04 www/xpi-tabletools: Broken for more than 6 months 2016-07-04 www/wikindx: Broken for more than 6 months 2016-07-04 www/typolight: Broken for more than 6 months 2016-07-04 www/varnish-libvmod-header: Broken for more than 6 months 2016-07-04 www/xpi-gbrain: Broken for more than 6 months 2016-07-04 www/trac-robotstxt: Broken for more than 6 months 2016-07-04 www/simplog: Broken for more than 6 months 2016-07-04 www/chtml: Broken for more than 6 months 2016-07-04 databases/postgresql_autodoc: Broken for more than 6 months 2016-07-04 databases/oracle_odbc_driver: Broken for more than 6 months 2016-07-04 databases/mysql-xql: Broken for more than 6 months 2016-07-04 databases/mysql-udf-sys: Broken for more than 6 months 2016-07-04 games/lucidlife: Broken for more than 6 months 2016-07-04 games/gma: Broken for more than 6 months 2016-07-04 games/smiley: Broken for more than 6 months 2016-07-04 games/noegnud-littlehack: Broken for more than 6 months 2016-07-04 games/sdlquake2: Broken for more than 6 months 2016-07-04 games/daimonin: Depends on expiring games/daimonin-music 2016-07-04 games/noegnud-nethack: Broken for more than 6 months 2016-07-04 games/xbomber: Broken for more than 6 months 2016-07-04 games/xwelltris: Broken for more than 6 months 2016-07-04 games/ftjava: Broken for more than 6 months 2016-07-04 games/daimonin-music: Broken for more than 6 months 2016-07-04 games/gno3dtet: Broken for more than 6 months 2016-07-04 games/qtv: Broken for more than 6 months 2016-07-04 games/xwordpy: Broken for more than 6 months 2016-07-04 games/netris: Broken for more than 6 months 2016-07-04 games/rt2-demo: Broken for more than 6 months 2016-07-04 games/noegnud-addons: Broken for more than 6 months 2016-07-04 games/noegnud-nethack-deet: Broken for more than 6 months 2016-07-04 games/live-f1: Broken for more than 6 months 2016-07-04 games/xonix: Broken for more than 6 months 2016-07-04 games/fgkicker: Broken for more than 6 months 2016-07-04 games/tank: Depends on expiring graphics/libaux 2016-07-04 games/linux-nwserver: Broken for more than 6 months 2016-07-04 games/quake2-zaero: Broken for more than 6 months 2016-07-04 games/pyching: Broken for more than 6 months 2016-07-04 games/thevalley: Broken for more than 6 months 2016-07-04 games/xroads: Broken for more than 6 months 2016-07-04 games/fxsudoku: Broken for more than 6 months 2016-07-04 games/sudoku: Broken for more than 6 months 2016-07-04 games/kmancala: Broken for more than 6 months 2016-07-04 games/plonx: Broken for more than 6 months 2016-07-04 games/wmminichess: Broken for more than 6 months 2016-07-04 games/noegnud-slashem: Broken for more than 6 months 2016-07-04 games/latrine: Broken for more than 6 months 2016-07-04 games/pysycache-themes: Broken for more than 6 months 2016-07-04 games/nibbles: Broken for more than 6 months 2016-07-04 games/hlstatsx: Broken for more than 6 months 2016-07-04 audio/streamtuner: Broken for more than 6 months 2016-07-04 audio/mangler: Broken for more than 6 months 2016-07-04 audio/hawkvoice: Broken for more than 6 months 2016-07-04 audio/alac: Broken for more than 6 months 2016-07-04 x11-wm/e-module-mpdule: Broken for more than 6 months 2016-07-04 x11-wm/e-module-tclock: Broken for more than 6 months 2016-07-04 x11-wm/musca: Broken for more than 6 months 2016-07-04 x11-wm/e-module-places: Broken for more than 6 months 2016-07-04 x11-wm/e-module-forecasts: Broken for more than 6 months 2016-07-04 x11-wm/e-module-net: Broken for more than 6 months 2016-07-04 x11-wm/e-module-penguins: Broken for more than 6 months 2016-07-04 ftp/fget: Broken for more than 6 months 2016-07-04 net-mgmt/netmond: Broken for more than 6 months 2016-07-04 net-mgmt/ipfm: Broken for more than 6 months
* - Update to tin 2.3.4johans2016-06-292-11/+11
| | | | - Make implicit dependencies on icu and slrnface explicit
* With the power of USES=dos2unix, get rid of most patches and filesmat2016-06-216-120/+121
| | | | | | | | | | with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
* news/sabnzbdplus: 1.0.2 -> 1.0.3pi2016-06-153-10/+11
| | | | | | | | | | | | - Fix jobs hanging at 99% or 100% - Support X-DNZB-PASSWORD header for inders that use this - Prevent fatal "too many connections" issue - Show checksum errors reported by unrar - patch portlint-compliant PR: 210210 Submitted by: Ultima1252@gmail.com Approved by: joshruehlig@gmail.com (maintainer)
* Deprecate ports broken for more than 6 monthsantoine2016-06-041-0/+2
|
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵amdmi32016-05-241-1/+1
| | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket
* Prevent collision with getline(3)bapt2016-05-233-0/+39
|
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-191-1/+1
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-1914-22/+22
| | | | Approved by: portmgr blanket
* - No need to specify master site subdirectory when it's the same as defaultamdmi32016-05-181-1/+1
| | | | Approved by: portmgr blanket
* - Fix build on 9.x (extract of build error, below)olivierd2016-05-181-3/+4
| | | | | | | | | | | | | | | | | | - Replace CPPFLAGS and LDFLAGS by USES= localbase checking for ZLIB... no configure: error: Package requirements (zlib >= 1.2.0) were not met: Package zlib was not found in the pkg-config search path. Perhaps you should add the directory containing `zlib.pc' to the PKG_CONFIG_PATH environment variable Package 'zlib', required by 'world', not found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables ZLIB_CFLAGS and ZLIB_LIBS to avoid the need to call pkg-config.
* news/sabnzbdplus: update 1.0.1 -> 1.0.2robak2016-05-173-3/+4
| | | | | PR: 209505 Submitted by: Joshua Ruehlig <joshruehlig@gmail.com> (maintainer)
* - strip all binariesdinoex2016-05-161-0/+3
|
* Prevent collision with get_linebapt2016-05-122-0/+31
|
* news/sabnzbdplus: update 1.0.0 -> 1.0.1robak2016-05-042-3/+3
| | | | | PR: 209086 Submitted by: <joshruehlig@gmail.com> (maintainer)
* Update to tin 2.3.3 "Kinloch"johans2016-04-272-3/+3
| | | | ftp://ftp.tin.org/pub/news/clients/tin/v2.3/CHANGES
* - Update to 1.06sunpoet2016-04-252-7/+12
| | | | | | | | | - Add LICENSE - Add BUILD_DEPENDS - Sort *_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/POE-Component-Server-NNTP/Changes
* news/pan: 0.139 -> 0.140pi2016-04-103-54/+53
| | | | | | | | Changes: https://git.gnome.org/browse/pan2/plain/NEWS PR: 208585 Reviewed by: Detlef Graef <detlef.graef@yahoo.de>
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-0148-116/+116
| | | | | With hat: portmgr Sponsored by: Absolight
* news/nzbget: Add pkg-message to inform users how to drop privsfeld2016-03-292-1/+4
| | | | PR: 207282
* - Update security/gnutls to 3.4.10.tijl2016-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)
* * Add gnutls options for SSL news servers (default on)kwm2016-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>
* news/sabnzbdplus: Update to 1.0.0feld2016-03-184-152/+114
| | | | | | Changelog: http://forums.sabnzbd.org/viewtopic.php?f=8&t=20382 PR: 208051
* news/sabnzbdplus: fix RUN_DEPENDSpi2016-03-131-3/+3
| | | | | | PR: 207936 Submitted by: Ultima1252@gmail.com Approved by: joshruehlig@gmail.com (maintainer)
* news/sabnzbdplus: Revert removal of PATH in rc scriptfeld2016-03-102-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
* news/sabnzbdplus: Port cleanupfeld2016-03-094-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
* - Makefile.local for slave ports is included by bsd.port.mk r397519dinoex2016-02-281-4/+0
|
* Set `command' before using it in the startup script.rakuco2016-02-162-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
* news/trn4: document ncurses requirement (USES+=ncurses)marino2016-02-053-1/+19
| | | | | | Also link with libncurses instead of libcurses or libtermlib. approved by: infrastructure blanket
* news/trn: document ncurses rqmt (USES+=ncurses), respect LDFLAGSmarino2016-02-053-5/+14
| | | | | | Also link to libncurses, not libtermcap approved by: infrastructure blanket
* news/tin: document ncurses requirement (USES+=ncurses)marino2016-02-051-1/+1
| | | | approved by: infrastructure blanket
* news/mmail: USES+= ncurses, respect LDFLAGS, link ncurses, not cursesmarino2016-02-051-2/+2
|
* news/golded+: document ncurses rqmt (USES+=ncurses), respect LDFLAGSmarino2016-02-052-1/+12
| | | | approved by: infrastructure blanket
* - Add LICENSEamdmi32016-02-051-2/+7
| | | | - Switch to options helpers
* Update tin to 2.3.2johans2016-01-175-22/+23
|
* Fix staging (as a regular user) / packaging (as root)antoine2016-01-031-0/+21
| | | | | Reported by: pkg-fallout MFH: 2016Q1
* Cleanup and update.mandree2015-12-302-17/+14
| | | | | PR: 205574 Submitted by: Dmitry Marakasov (amdmi3@)
* Fix build as a user.mat2015-12-293-22/+10
| | | | Sponsored by: Absolight
* Old homepage disappeared, link to Russ Allbery's INN pagejohans2015-12-281-1/+1
| | | | Submitted by: naddy
* Fix usage of ${PERL5}.mat2015-12-181-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
* Make build as a user.mat2015-12-1518-164/+116
| | | | | | | While there, convert to autoreconf, options helpers, rename patches to match our naming scheme. Sponsored by: Absolight
* Staticly link to libgcc and libstdc++. This fixes a segmentation faultkwm2015-12-131-2/+3
| | | | | | | when trying to run pan on a libc++ based system. PR: 199303 Submitted by: Andrew <andrew_terekhov@yahoo.com>
* news/nzbget: Update to 16.4feld2015-12-122-3/+3
| | | | Approved by: maintainer (private email)
* - Modernize plistamdmi32015-12-012-41/+35
| | | | | | PR: 204047 Submitted by: amdmi3 Approved by: maintainer timeout (dinoex, 1 month)
* - fix build with new inndinoex2015-11-221-2/+1
| | | | - remove BROKEN
* - use USES=tardinoex2015-11-221-2/+1
|
* - use post-install-DOCS-ondinoex2015-11-222-4/+2
| | | | - cleanup pkg-message
* - fix build with custom CNEWS_PORTdinoex2015-11-221-7/+9
|
* news/nzbget: 16.1 -> 16.3pi2015-11-222-3/+3
| | | | | | | | Changes: https://github.com/nzbget/nzbget/releases PR: 204489 Submitted by: toxic@doobie.com (maintainer)
* Mark a few ports BROKEN: unfetchableantoine2015-11-091-0/+2
|
* Fix ports that confused the meaning of WRKDIR and WRKSRC.mat2015-11-052-3/+3
| | | | | | | | PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735
* Bump portrevision of ports that might have been built with a broken post-installbapt2015-10-311-1/+1
| | | | script due to fallouts of r399992
* news/nzbget: Update to 16.1feld2015-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
* Improve shebangfix frameworkamdmi32015-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
* - Fix permissions, fix install by non-rootamdmi32015-10-132-17/+12
| | | | - Remove obsolete MAN*
* - Add missing directories to plist, fixing stage-qaamdmi32015-10-132-10/+19
| | | | | | | | | - Silence patching - Switch to options helpers PR: 203665 Submitted by: amdmi3 Approved by: lifanov@mail.lifanov.com (maintainer)
* Remove #pragma to fix build with all compiler versionsjohans2015-10-111-0/+1
| | | | PR: ports/203281
* Remove trailing whitespace from Makefiles, M-X.olgeni2015-10-081-1/+1
|
* - cleanupdinoex2015-10-081-13/+11
|
* - cleanupdinoex2015-10-082-20/+3
|
* Move BROKEN to the correct place, suck-cnews slave builds fineantoine2015-10-041-2/+1
| | | | MFH: 2015Q4
* Mark BROKEN: fails to linkantoine2015-10-041-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
* - cleanupdinoex2015-09-292-27/+1
|
* Fix leftover directory.mandree2015-09-241-1/+0
| | | | | PR: 203286 Submitted by: amdmi3
* - Remove obsolete MAN1amdmi32015-09-231-1/+0
| | | | Approved by: portmgr blanket
* Rework husky ports to use a more conventional MASTER/SLAVE port pattern.bdrewery2015-09-228-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
* Update to INN 2.6.0johans2015-09-226-66/+66
| | | | http://www.eyrie.org/~eagle/software/inn/docs-2.6/news.html#S1
* Make all GNUstep ports install into the System domain so that the Local ↵theraven2015-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
* - Fix shebangsamdmi32015-09-021-2/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* - Switch to options helpersamdmi32015-09-021-7/+4
| | | | | | - While here, add some NO_ARCHes Approved by: portmgr blanket
* - Add NO_ARCHamdmi32015-08-282-11/+3
| | | | | | | | - heplers - Switch to @sample - Drop @dirrm* from plist Approved by: portmgr blanket
* Update to new upstream release 1.11.11. (Bugfixes)mandree2015-08-254-15/+38
|
* - Add LICENSEamdmi32015-08-211-0/+3
|
* Reset maintainererwin2015-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
* Remove UNIQUENAME and LATEST_LINK.mat2015-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
* - support disk with more than 4G blocks freedinoex2015-08-012-1/+12
|
* - Fix shebangsamdmi32015-08-011-1/+26
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsantoine2015-07-301-2/+1
| | | | | | | | | using python PR: 201077 Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D2955
* Update to 2.21.svnmir2015-07-202-3/+3
|
* - Drop @dirrm* from plistamdmi32015-07-161-4/+0
| | | | Approved by: portmgr blanket
* - Update to INN 2.5.5johans2015-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
* - Drop @dirrm* from plistamdmi32015-07-131-2/+0
| | | | Approved by: portmgr blanket
* Update tin to 2.3.1johans2015-07-102-4/+3
|
* Convert to USES=jpegantoine2015-06-231-3/+2
|
* - Strip binaryamdmi32015-06-191-1/+4
|
* Reset maintainership for obrienerwin2015-06-131-1/+1
| | | | Approved by: portmgr
* - Switch to USES=autoreconfamdmi32015-06-112-26/+3
|
* - Add NO_ARCHsunpoet2015-06-111-1/+2
| | | | - Sort USE_PYTHON
* - Update to 15.2.1sunpoet2015-06-102-3/+3
| | | | Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.2.1/twisted/news/topfiles/NEWS
* - Add LICENSEamdmi32015-06-082-7/+7
| | | | | - Add NO_ARCH - Modernize plist
* - Update to 15.0madpilot2015-05-274-9/+10
| | | | | | | - Add 7Z option PR: 200457 Submitted by: toxic at doobie.com (maintainer)
* Remove $FreeBSD$ from patches files everywhere.mat2015-05-231-3/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* - remove option broken by r385280dinoex2015-05-192-34/+7
| | | | | | - remove @dirrm - use USERS - rename MAN macros
* - Add CPE infoamdmi32015-05-181-1/+2
| | | | Approved by: portmgr blanket
* MASTER_SITES cleanup.mat2015-05-1411-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
* - Update to 14.2wen2015-05-072-4/+3
| | | | | PR: 200009 Submitted by: toxic@doobie.com(maintainer)
* Remove _*OWNGRP, with staging it's not useful anymoreantoine2015-05-041-1/+1
| | | | | | With hat: portmgr Original submission: bapt Exp-run: self
* Allow packaging as a user by overwriting OWNER/GROUPbapt2015-05-031-1/+2
| | | | | This does not change the final package at all given root/wheel are the default when nothing is specified in the plist
* Overwrite variables via MAKE_ARGS instead of patching a filebapt2015-05-031-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
* - Update to 15.1.0sunpoet2015-04-222-3/+3
| | | | Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.1.0/twisted/news/topfiles/NEWS
* Bump PORTREVISION after r384253 and r384264jbeich2015-04-191-1/+1
|
* news/husky-(fidoconf|htick|hpt) : builds INFO pages everywhere againmarino2015-04-193-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.
* Add patches to unbreak INFO build on DragonFly and FreeBSD 11+jbeich2015-04-192-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
* news/husky-fidoconf: Test feature rather than OPSYS/OSVERSIONmarino2015-04-181-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.
* news/husky-(hpt|htick): Restore build on FreeBSD 11 and DFmarino2015-04-182-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)
* news/husky(-fidoconf): Unbreak F11 and DragonFly (old texi files)marino2015-04-183-23/+35
| | | | | | | | | | | | | | | | | | | | | | The reason all husky ports were bumped is because the -devel package suffix was not removed as intended. It's been removed now so all husky packages have different names. The fidoconf package uses texi files to build an info page and an html page. It appears there is no man page equivalent. I couldn't find a patch to fix the old-format texi files that the latest texinfo programs can read, so I blocked them from building on FreeBSD 11 and DragonFly where the port was broken. While here, I removed %%PORTDOCS%% from man pages. There were installed unconditionally (as they should be), so setting DOCS option to off would have broken the port as well. Also use the INFO definition as it should be rather than hardcoding the pkg-plist. The maintainer will be notified so he can prepare a patch for texi or update the port. Approved by: blanket (unbreaks F11)
* converters/libiconv:tijl2015-04-151-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine)
* Consolidate LICENSEsfeld2015-04-102-51/+3
| | | | | | | | | This port had a lot of custom licenses defined instead of using the correct licenses that the ports license framework already knows about. Due to incorrect LICENSE_PERMS on these custom licenses the sabnzbdplus package was missing from the official FreeBSD mirrors. While here, modernize the instructions in pkg-message
* Convert bsd.gnustep.mk to USES=gnustepbapt2015-04-091-7/+3
| | | | | | | | | | | | | Simplify gnustep ports Hook into the regular ports framework: - LIB_DEPENDS for library dependencies - Use regular USE_LDCONFIG Reuse USES=objc (automatic) USE_GNUSTEP is now a macro to set the dependencies and build feature needed. Accepted arguments: back base build gui Merge deskutils/preferencepanes into deskutils/systempreferences
* 8 ports categories: Remove $PTHREAD_LIBSmarino2015-03-241-2/+1
| | | | | | | | | Categories: archivers, dns, french, japanese, news, port-mgmt, x11-wm The sysutils port was setting configure argument, so the text wasn't removed but the value of PTHREAD_LIBS was changed. approved by: PTHREAD blanket
* Clean up the rest of the perl@ Makefiles a bit.adamw2015-03-141-7/+3
| | | | | | | | | | | | | | | | - Remove dependencies on modules distributed as part of perl core - Remove references to FreeBSD < 8 and perl < 5.16 - Ensure that DOCS and EXAMPLES options exist for ports installing PORTDOCS or PORTEXAMPLES - Reduce unnecessary inclusions of bsd.port.options.mk by using OPTIONS helpers and the like - Fix some cases where dependencies were only assigned to BUILD_DEPENDS - Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS. This one happens in many, many ports. I only applied it in cases where it interfered with 'make test' but it should maybe be done more generally. - Mute ${MKDIR} in installation - Parethesize compound commands - In www/p5-URI-Fetch, remove the ZLIB option that wasn't used
* - cleanup manpagesdinoex2015-03-081-2/+0
|
* Remove Author from pkg-descr and white space fixesbapt2015-03-031-2/+1
|
* - Update to 15.0.0sunpoet2015-02-192-3/+3
| | | | Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.0.0/twisted/news/topfiles/NEWS
* Update to 14.1feld2015-02-042-4/+4
| | | | Approved by: maintainer, private email
* - Drop @dirrm* from pkg-plistsamdmi32015-02-0218-37/+0
| | | | Approved by: portmgr blanket
* - Remove dead master sitenivit2015-01-243-22/+15
| | | | | | | | | | | | | | - Add LICENSE (GPLv2) - Add databases/py-sqlite3 to run dependencies [1] - Bump PORTREVISION - Use shebangfix - Restrict usage to Python 2 (as its dependency py-gtk2) - Use COPYTREE_SHARE to install data - Fix WWW line in pkg-descr - Remove @dirrm keyword from plist PR: 196636 [1] Submitted by: Mike Clarke <jmc-freebsd2@milibyte.co.uk> [1]
* USE_GCC=any was a lie, nail down to GCC 4.8 as the latest versiongerald2015-01-202-2/+2
| | | | | | | | that will build this on FreeBSD 10 and later (without GCC). [1] On the way remove an instance of @dirrm from pkg-plist. PR: 196913 [1], 196712 [1]
* Designatate 4 ports as unsafe for parallel buildingmarino2015-01-201-0/+2
| | | | | | All had similar errors that it couldn't find something during the build, yet built on a subsequent pass with no adjustments. Most I've seen before on previous bulk runs.
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptehaupt2015-01-061-1/+1
|
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependspi2015-01-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - src/sexp.c (do_vsexp_sscan): Return error for invalid args. - cipher/md.c (_gcry_md_info): Fix a segv in case of calling with wrong parameters. - cipher/primegen.c (_gcry_generate_elg_prime): Change to return an error code, possible NULL deref in call to prime generator. - cipher/dsa.c (generate): Take care of new return code. - cipher/elgamal.c (generate): Change to return an error code. Take care of _gcry_generate_elg_prime return code. - ecc: Support the non-standard 0x40 compression flag for EdDSA. - mpi: Extend the internal mpi_get_buffer. - mpi: Fix regression for powerpc-apple-darwin detection. - Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer)
* - add shebangfixdinoex2015-01-021-2/+6
|
* Bump portrevision after png updatebapt2014-12-261-1/+1
|
* Properly support png 1.5antoine2014-12-253-77/+66
| | | | Obtained from: pkgsrc
* - Update to slrn 1.0.2johans2014-12-223-12/+6
| | | | - Update MASTER_SITES
* - Shebangfixantoine2014-12-222-6/+3
| | | | - Cleanup plist
* cleanup plistbapt2014-12-211-1/+0
|
* Sort entries alphabetically across all categories to avoid extra repo churn.danfe2014-12-081-1/+1
|
* Update "BSD" licensefeld2014-12-071-1/+1
|
* Remove expired ports:rene2014-11-297-336/+0
| | | | | | | | | | | | | | 2014-11-26 vietnamese/vnlpr: Broken for more than 6 months 2014-11-26 devel/fsmgenerator: Broken for more than 6 months 2014-11-26 graphics/multiraw: Depends on broken and deprecated graphics/dcraw-m 2014-11-26 news/fidogate-ds: Broken for more than 6 months 2014-11-26 net/py-yadis: Broken for more than 6 months 2014-11-26 textproc/ruby-diff: Broken for more than 6 months 2014-11-26 audio/cowbell: Broken for more than 6 months 2014-11-26 lang/ironpython: Broken for more than 6 months 2014-11-26 www/dpsearch: Broken for more than 6 months 2014-11-26 multimedia/y4mscaler: Broken for more than 6 months 2014-11-26 devel/rubygem-dep_selector: Broken for more than 6 months
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-2612-35/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* Update to 0.7.20feld2014-11-263-4/+5
|
* Update to 14.0feld2014-11-123-17/+6
| | | | PR: 194939
* Update to 0.7.19feld2014-11-063-95/+7
|
* Deprecate ports broken for more than 6 monthsantoine2014-10-261-0/+2
|
* - Convert ports of news/ and print/ to new USES=pythonmva2014-10-257-18/+11
| | | | Approved by: portmgr (implicit)
* Add USES=alias to several portsmarino2014-10-201-1/+1
| | | | | | | | Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket)
* Rename files/diablo.sh-sample to files/diablo.in.mandree2014-10-113-23/+5
| | | | | | | | Clean up @dirrmtry from pkg-plist. Bump PORTREVISION. PR: 193855 Submitted by: Nikolai Lifanov (maintainer)
* Simplify plistbapt2014-10-082-10/+13
|
* - Add missing run dependency on perlantoine2014-10-043-9/+27
| | | | - Allow staging as a regular user
* - remove @cwddinoex2014-09-291-15/+14
|
* Fix plistantoine2014-09-251-1/+1
|
* Simplify plistbapt2014-09-231-3/+1
|
* Update to 2.20.tdb2014-09-162-5/+5
|
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* - Update to 13.0jhale2014-09-093-26/+29
| | | | | | | | | | | | - Fix shebangs - Allow linking to ncurses library from port or base - Remove post-configure patch and redefine BINMODE instead - Convert USE_PYTHON -> USES=python:run - Use @sample in pkg-plist - Don't install multiple copies of LICENSE PR: 193405 (based on) Submitted by: Toxic <toxic@doobie.com> (maintainer)
* Resurrect news/diabloriggs2014-09-0710-0/+327
| | | | | | | | | | | - Stagify - Assign maintainership to Nikolai Lifanov <lifanov@mail.lifanov.com> - General cleanup of diablo port - Add LICENSE - Bump PORTREVISION PR: 193239 Submitted by: lifanov@mail.lifanov.com
* Remove non staged ports without pending PR from net-p2p, net and newsbapt2014-09-029-253/+0
|
* Fix build when compiling without NLSjohans2014-09-011-0/+4
| | | | | PR: 193149 Submitted by: vas@mpeks.tomsk.su
* Make all files owned by news:news as it was in the previous versionjohans2014-08-312-13/+11
| | | | | Correctly make innbind setuid again Bump PORTREVISION
* Correct owner for data directories (news:news)johans2014-08-312-31/+39
| | | | | | Add missing @sample keywords Reported by: naddy
* - Stagifyjohans2014-08-276-157/+270
| | | | | - Update to 2.5.4 - Adopt port