aboutsummaryrefslogtreecommitdiffstats
path: root/news
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.mandree2014-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
* No need to show pkg-message with staging.bdrewery2014-08-211-3/+0
| | | | | It already shows. This was showing after installing to stagedir, and then the new default would show on install as well
* 2014-08-20 deskutils/horde3-hermes: EOL in April 2012antoine2014-08-205-53/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-08-20 deskutils/horde3-klutz: EOL in April 2012 2014-08-20 deskutils/horde3-kronolith: EOL in April 2012 2014-08-20 deskutils/horde3-mnemo: EOL in April 2012 2014-08-20 devel/horde3-chora: EOL in April 2012 2014-08-20 ftp/horde3-gollem: EOL in April 2012 2014-08-20 games/linux-steam: Unmaintained interactive port 2014-08-20 games/linux-ut2004-demo: Unmaintained restricted ancient demo 2014-08-20 mail/horde3-dimp: EOL in April 2012 2014-08-20 mail/horde3-forwards: EOL in April 2012 2014-08-20 mail/horde3-ingo: EOL in April 2012 2014-08-20 mail/horde3-mimp: EOL in April 2012 2014-08-20 mail/horde3-vacation: EOL in April 2012 2014-08-20 net-mgmt/horde3-nic: EOL in April 2012 2014-08-20 net-mgmt/nocol: Unmaintained interactive port 2014-08-20 net-mgmt/ourmon: Unmaintained interactive port 2014-08-20 net/wowzamediaserverpro: Unmaintained interactive port 2014-08-20 news/p5-NNML: Unmaintained interactive port 2014-08-20 print/dvips: Unmaintained interactive port 2014-08-20 print/xdvi: Unmaintained interactive port 2014-08-20 security/horde3-jeta: EOL in April 2012 2014-08-20 security/hunch: Likely unused interactive port 2014-08-20 www/horde3-ansel: EOL in April 2012 2014-08-20 www/horde3-meta: EOL in April 2012 2014-08-20 www/horde3-passwd: EOL in April 2012 2014-08-20 www/horde3-trean: EOL in April 2012 2014-08-20 www/wwwcount: Ancient interactive port 2014-08-20 x11-clocks/xalarm: Unmaintained interactive port
* Remove '-devel' prefix from husky* portsmarino2014-08-2040-77/+67
| | | | | | Today the older unstaged husky-* ports were removed as the first part of a transition move the development versions into their place. This commit completes the relocation of husky-*-devel ports.
* news/husky*: Remove Husky ports to pave way for next versionmarino2014-08-2062-1099/+0
| | | | | | | | In a two-step process, the Husky ports that are due to be removed on September 1 are being removed now. The next step will be to rename the husky-*-devel ports to plain husky-* Approved by: former maintainer (fjoe@)
* Add USES=makeinfo. It still doesn't build but at least it fails using theadamw2014-08-161-1/+1
| | | | correct tools.
* news/husky-devel: fix non-gcc buildsmarino2014-08-112-9/+41
| | | | | PR: 192574 Submitted by: maintainer (Oleg Sharoyko)
* Fix build without gcc.adamw2014-08-061-0/+2
|
* Bump PORTREVISION on more ports that depend on libgcrypt after the updatetijl2014-08-061-1/+1
| | | | | | | | | in r363436 and remove the UPDATING entry because it did not guarantee that all ports were updated nor that they were updated in the right order. Also remove libgcrypt.la again. PR: 192342 Approved by: portmgr (implicit, bump unstaged ports)
* Update development versions of husky portsmarino2014-08-0550-551/+664
| | | | | | | | | | | The husky-base-devel port was removed, and three ports were added in this mass update: - husky-areafix-devel - husky-devel - husky-huskylib-devel PR: 185154 Submitted by: maintainer (Oleg Sharoyko)
* - fix build for pkg-1.3.4dinoex2014-08-042-1/+4
|
* In some straightforward cases, protect documentation behindadamw2014-08-041-6/+6
| | | | | PORTDOCS, adding a DOCS option where needed, and a couple PORTEXAMPLES for good measure.
* - rename patch filesdinoex2014-08-031-0/+0
|
* - rename patch filesdinoex2014-08-037-104/+104
| | | | - rename MACROS
* - Use USES=twistedsunpoet2014-08-021-4/+1
|
* security/libgcrypt: 1.5.3_3 -> 1.6.1pi2014-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | - Update to 1.6.1 - Remove some unneeded patches - Fix pkg-plist - report configure bug upstream https://bugs.g10code.com/gnupg/issue1668 - report API breakage downstream and find that MacPorts had the same issue https://rt.cpan.org/Ticket/Display.html?id=97201 - bump PORTREVISION for dependent ports (approx. 100 ports) - Thanks to exp-run by antoine@ to find ports that break - patch ports that would otherwise break security/shishi with PR 192164 is already committed [1] devel/ccrtp [2] editors/abiword [3] security/p5-Crypt-GCrypt PR: 191256, 192162 [1], 192163 [2], 192166 [3] Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit)
* Remove the final usages of USE_XZ from the tree, and replace them withadamw2014-07-301-1/+1
| | | | | | USES=tar:xz. Approved by: portmgr (most of them)
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-302-4/+2
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2adamw2014-07-302-4/+2
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Rename all patches that contain '::' as a path separator, and useadamw2014-07-3012-0/+0
| | | | '__' instead.
* Rename news/ patch-xy patches to reflect the files they modify.adamw2014-07-2935-18/+18
|
* net/openldap24-*:tijl2014-07-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports)
* Reset maintainership for ports not staged with no pending PRbapt2014-07-2517-17/+17
| | | | With hat: portmgr
* Fix build without gcc.adamw2014-07-241-2/+4
|
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15tijl2014-07-231-1/+1
| | | | | | | | | | | | - Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine)
* Fix some non default LIB_DEPENDSbapt2014-07-161-2/+2
| | | | With hat: portmgr
* Add DOCS option for ports with PORTDOCS in plist.adamw2014-07-1611-6/+22
|
* Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES.adamw2014-07-161-1/+1
|
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.adamw2014-07-164-2/+6
|
* Modernize LIB_DEPENDSbapt2014-07-1514-14/+14
| | | | With hat: portmgr
* Update to 0.7.18feld2014-07-102-4/+3
| | | | Submitted by: bryce@cobryce.com
* Remove indefinite articles and trailing periods from COMMENT, plus minorolgeni2014-07-1010-10/+10
| | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt)
* - Update to 14.0.0sunpoet2014-07-073-41/+5
| | | | | | | - Use PYDISTUTILS_AUTOPLIST - Use USES=tar:bzip2 Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-14.0.0/twisted/news/topfiles/NEWS
* Remove NOPORTDOCS and NOPORTEXAMPLES.adamw2014-07-052-6/+12
|
* Make those ports more likely to build with texinfo from portsantoine2014-07-025-0/+5
| | | | With hat: portmgr
* news/p5-NNML: interactive port is no longer maintained, so deprecatemarino2014-06-301-0/+3
| | | | | This port will be removed after 20 August with the other unmaintained interactive ports unless someone converts it to a regular port.
* multiple: reset gslin's maintainereadler2014-06-301-1/+1
| | | | | | | | By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD. Gea-Suan Lin's work is much appreciated. Approved by: portmgr (implicit) (not really, skipping NO_STAGE check)
* Allow to build with texinfo from portsantoine2014-06-261-0/+1
| | | | With hat: portmgr
* Convert GMAKE to MAKE_CMDbapt2014-06-255-10/+10
| | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr
* Stagify.vanilla2014-06-241-9/+2
| | | | Approved by: portmgr@ (blanket approval)
* - Remove easy_install dependencymva2014-06-152-33/+5
| | | | | | | | - Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
* Support LIBS like LDFLAGS.tijl2014-06-112-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine)
* - Convert gmake to USESmiwi2014-05-291-1/+1
|
* - Please poudriere build by using @sample (better and simpler)johans2014-05-242-7/+5
| | | | - Bump PORTREVISION
* - Update to 2.19tdb2014-05-142-3/+4
| | | | - Add NO_ARCH
* Remove ftp://ftp.i-scream.org/ master site. The http equivalent stilltdb2014-05-131-1/+0
| | | | exists. Also remove DIST_SUBDIR where there's no need to have it.
* Convert all :U to :tu and :L to :tlbapt2014-05-051-5/+2
| | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr
* Update to tin 2.2.1johans2014-05-043-54/+25
|
* - Fix plist to have proper 'rmdir DIR' ordering.bdrewery2014-04-212-25/+25
| | | | | | | | Pkgng will not detect the directory otherwise. This was due to incorrectly advise in the check-stagedir.sh script, fixed in r351587 With hat: portmgr
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* Just spotted in the 0.7.17 changelog they implemented my request for fullfeld2014-04-162-2/+5
| | | | | | | | control over the pidfile! Now we no longer scrape the config file to guess its name, which was based on both the hostname of the server and the port. Previously, if you changed the hostname of your server you could no longer signal the running sabnzbd process through the rc framework...
* update to 0.7.17feld2014-04-163-96/+106
|
* Mark broken: Fails to configureantoine2014-04-131-0/+2
| | | | | | | configure: error: use --with-newsbindir=DIR or --without-news option ===> Script "configure" failed unexpectedly. Reported by: pkg-fallout
* Stagifykwm2014-04-111-7/+5
| | | | | | | | | USES=gmake tar:bzip2 and sort USES Use new LIB_DEPENDS syntax. Add USE_GCC=any to fix the build on 10.0+. [1] PR: ports/182203 [1] Submitted by: Walter Hurry <walterhurry@gmail.com>
* Fix bash detection in the makefilebapt2014-04-041-2/+5
| | | | Reported by: QAT
* Properly strip binaries and support cross buildingbapt2014-04-041-1/+4
|
* Do not leak stagedir in the generated binarybapt2014-04-042-4/+25
| | | | | | Remove now useless pre-su target MFH: 2014Q2
* Remove expired ports:rene2014-04-027-1630/+0
| | | | | | | | | | | | | 2014-02-27 devel/hyena: Broken for more than 6 month 2014-04-01 print/pdfmod: Depends on expired devel/hyena, unstaged, uses old standards 2014-04-01 security/gnutls-devel: Stale, broken and vulnerable 2014-04-01 sysutils/epylog: distfiles no longer fetchable 2014-04-01 japanese/Wnn6: Unmaintained, interactive and restricted 2014-04-01 japanese/srd-fpw: Unmaintained, interactive and restricted 2014-04-01 japanese/mypaedia-fpw: Unmaintained, interactive and restricted 2014-04-01 news/dnews: Unmaintained, interactive and restricted 2014-04-01 devel/adasdl: Ancient, does not build on amd64; use devel/sdl_gnat instead 2014-04-01 lang/gnat: The Ada framework is based on lang/gcc-aux, use it instead
* Missed a ${STAGEDIR}adamw2014-03-301-2/+2
|
* Missed a direct access of $PREFIXadamw2014-03-303-1/+13
|
* --with-news makes configure barf. Only use --without-news and --with-newsbindir=adamw2014-03-301-1/+1
|
* Add stage support to news, and improve correctness.adamw2014-03-3039-678/+869
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I am not touching the husky ports with a 10 foot pole. atp: stage, improve pkg-message crashmail: stage diablo: too wacky to stage, but convert WITH_* to OPTIONS, unmute commands that shouldn't be muted, use :MDOCS fidogate-ds: stage, OPTIONS, treat examples as EXAMPLES, not DOCS, handle /var/* in the plist properly golded+: stage, OPTIONS, protect examples behind %%PORTEXAMPLES%% nntpbtr: this was an unbelievably PITA stage, add missing prototypes, add missing return types, rename patch files to what they actually patch nntpcache: stage support, required lots of Makefile.in patching, call submakes correctly, handle config files properly nzbperl: stage, use OPTIONS, remove obsolete pkg-message papercut: stage, handle config file properly py-pynzb: stage, use OPTIONS helper to avoid bsd.port.options.mk inclusion s-news: stage slrnconf: stage slrnface: stage, install required files to datadir, not examplesdir, generate proper pkg-message sn: stage
* - fix build with clang againdinoex2014-03-292-23/+46
| | | | Submitted by: Wolfgang Zenker
* Fix character set selection that was broken with iconv from basejohans2014-03-271-1/+2
| | | | | PR: ports/187847 Submitted by: David Marec <david.marec@davenulle.org>
* - revert r346880dinoex2014-03-1911-64/+357
| | | | | | | Approved by: bapt - update LICENSE - fix build with new clang
* Quiesce mkdirehaupt2014-03-181-1/+1
|