ƒ­ 333000 231 129 511 161 170 224 277 109 418 218 171 3470 131 144 374 136 120 174 164 136 288 376 221 685 485 216 174 176 173 166 175 207 199 356 302 179 301 126 407 283 244 613 2471 150 267 412 177 213 247 144 261 156 187 252 112 112 282 114 189 114 114 114 168 115 192 209 114 292 357 114 161 114 175 114 249 117 198 239 200 541 115 109 203 206 232 114 230 215 277 375 167 232 316 143 177 154 517 128 154 213 114 378 111 112 177 159 236 194 142 183 299 290 171 114 379 174 233 196 114 173 126 129 113 112 409 485 362 227 213 131 150 213 151 253 225 282 210 188 114 192 361 355 203 377 205 199 151 269 324 245 208 256 213 394 145 173 288 121 121 175 120 253 287 160 170 164 111 227 258 117 114 118 199 149 133 114 123 114 404 156 183 183 145 305 192 183 144 183 131 491 164 107 139 283 179 159 189 206 171 173 283 230 142 209 114 114 114 114 141 182 127 116 182 129 334 142 408 114 155 238 202 141 348 131 117 315 194 213 206 117 253 117 K 10 svn:author V 4 gahr K 8 svn:date V 27 2013-11-06T14:57:53.033378Z K 7 svn:log V 36 - Convert to USES+=tk - STAGE-clean END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-11-06T15:04:01.527917Z K 7 svn:log V 419 databases/py-Pyrseas: Utilities to upgrade and maintain a relational database Pyrseas provides a framework and utilities to upgrade and maintain a relational database. Its purpose is to enhance and follow through on the concepts of the Andromeda Project (http://www.andromeda-project.org/) WWW: http://pgfoundry.org/projects/pyrseas/ PR: ports/181991 (based on) Submitted by: Volodymyr Kostyrko END K 10 svn:author V 4 gahr K 8 svn:date V 27 2013-11-06T15:13:25.175464Z K 7 svn:log V 68 - Convert to USES+=tk - Convert EXAMPLES to OPTIONSng - STAGE-clean END K 10 svn:author V 9 tabthorpe K 8 svn:date V 27 2013-11-06T15:23:38.897893Z K 7 svn:log V 72 - Update project home in pkg-descr - Simplify COMMENT field in Makefile END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2013-11-06T15:35:55.130080Z K 7 svn:log V 128 - Remove redundant MASTER_SITES - Replace USE_GMAKE with USES - Fix COMMENT - Fix USE_AUTOTOOLS assignment Submitted by: danfe END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-11-06T15:39:09.623934Z K 7 svn:log V 185 net-p2p/retroshare: update to 0.5.5a - Update to 0.5.5a - Convert lib depends to new format - Allow staging PR: ports/183520 Submitted by: Peter Klett (maintainer) END K 10 svn:author V 4 makc K 8 svn:date V 27 2013-11-06T15:58:35.407224Z K 7 svn:log V 16 Update to 0.9.1 END K 10 svn:author V 3 osa K 8 svn:date V 27 2013-11-06T16:02:19.812694Z K 7 svn:log V 325 Update from 2.8.0-rc5 to 2.8.0-rc6. --[ Redis 2.8 Release Candidate 5 (2.7.106) ] Release date: 6 Nov 2013 This is the 6th release candidate of Redis 2.8 (official version is 2.7.106). # UPGRADE URGENCY: LOW, only new features back ported, no fixes. * [NEW] SCAN, SSCAN, HSCAN, ZSCAN commands. END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-11-06T16:06:07.124804Z K 7 svn:log V 126 mail/imapsync: add missing run dependency PR: ports/183719 Submitted by: Lawrence Chen , maintainer END K 10 svn:author V 6 kmoore K 8 svn:date V 27 2013-11-06T16:21:01.345582Z K 7 svn:log V 76 - Cleanup the Makefile Suggested By: Alexey Dokuchaev END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-06T16:24:10.576033Z K 7 svn:log V 3375 Update to pkg 1.2.0 b1 Changes: - Bug fixes in zsh completion - Lots of bug fixes discovered by Coverity Scan - New debug level traces - Auto upgrade of pkg(8) now restart the upgrade process automatically - Dependencies on library is now automatic via pkg register and pkg create - YAML is replaced by UCL format: Both formats are really simular. pkg(8) will falls back on parsing YAML when the UCL parser fail. And will emit a warning to the user showing a syntax that is compatible with both YAML and UCL. More informations on UCL: https://github.com/vstakhov/libucl - Do not generate catalogs in pkg 1.0 format anymore. - Working ssh protocol supported for repositories - New PKG_SSH_ARGS to allow passing custom arguments to ssh command used for the ssh:// protocol - Allow using '?' operator in pkg query expressions - New git like aliases to allow creating custom commands - REPO_DIR is now a list instead of a simple string - packagesite in pkg.conf is deprecated in favour using dedicated repository configuration files - New 'fingerprint' kind of signature: if a repository is declared using the fingerprint type of signature, a fingerprint directory should also be provided. Inside that fingerprint directory should be 2 directories: trusted and revoked. Those directories will contains files (in yaml/ucl format) containing the fingerprint of the trusted certificated and the revoked ones: --- begins -- function: sha256 fingerprint: an_hex_representation_of_the_fingerprint --- ends --- All unknown attribute will be silently ignored to allow extending in the future. It also support multiple signatures inside the catalog. the catalog should provide the signature in the following form: name.sig name.cert - pkg add is now able to read the packages from a pipe or a non-regular file '-' is an alias for stdin, this also works from pipes, fifos, unix domain sockets etc. - Support for pkg+foo url scheme where foo can be (http, https, ftp). - pkg info now default on glob matching - Print a pkg name only once - even if multiple vulns were found - when using -q - Accept empty/comment only configuration files - vuxml is now the default source for pkg audir - expat is now bundled (for vuxml) - pkg info -q is now equivalent of pkg info -qa - in case pkg info is querying a file or is a single direct match query then default on -f - pkg repo can now take new arguments: pkg repo [path] [rsa_key|'signing_command: '] This allow calling external command to perform the signing and pass the checksum to be signed in the command stdin. - options can now have a description - new pkg config subcommand to allow direct query of options - ABI is now checked again using globs: a 'noarch' package should just specify: ARCH: 'freebsd:*' a package working on both i386 and amd64: ARCH: 'freebsd:9:x86:*' - Broken incremental pkg repo support was removed. - Lots of spelling/grammar fixes - Properly support srv priority/weigh when ordering mirrors - Use port specified in the SRV entries to connect to a given mirror - New pkg bootstrap subcommand that is the counter part of the pkg(7) bootstrap subcommand - Allow ARCH to be printed by pkg info - Allow to hook plugins, before closing the local db if it was opened in RW mode - Improved build system END K 10 svn:author V 4 makc K 8 svn:date V 27 2013-11-06T16:24:33.767233Z K 7 svn:log V 38 Document vulnerability in irc/quassel END K 10 svn:author V 6 rakuco K 8 svn:date V 27 2013-11-06T16:42:14.235902Z K 7 svn:log V 49 Add upstream patch to fix the build with libc++. END K 10 svn:author V 6 rakuco K 8 svn:date V 27 2013-11-06T17:11:14.567374Z K 7 svn:log V 278 - Update to 1.4. [1] - Support staging. [1] - Remove commented out lines from Makefile and pkg-plist. - Adapt the libraries in LIB_DEPENDS to the new format. [1] is based on the patch in ports/183523. PR: ports/183523 [1] Submitted by: Jaap Boender [1] END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-06T17:28:33.863614Z K 7 svn:log V 43 Fix pkg name collisions With hat: portmgr END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-06T17:34:52.246711Z K 7 svn:log V 24 - Fix PKGNAME collision END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-06T17:35:50.312872Z K 7 svn:log V 78 - Fix PKGNAME collision - Remove LATEST_LINK - Remove NO_STAGE for slave port END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-11-06T17:49:44.387727Z K 7 svn:log V 73 www/zend-framework1: fix build w/o DOCS and/or EXAMPLES PR: www/183720 END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-06T17:52:42.750969Z K 7 svn:log V 43 Fix pkg name collisions With hat: portmgr END K 10 svn:author V 8 madpilot K 8 svn:date V 27 2013-11-06T18:04:20.624765Z K 7 svn:log V 190 - Update to 0.7.17 - Undeprecate - Add LICENSE - Convert to new LIB_DEPENDS format - Convert to USES - Convert to staging PR: ports/183133 Submitted by: Me Approved by: Maintainer timeout END K 10 svn:author V 8 madpilot K 8 svn:date V 27 2013-11-06T18:11:17.141248Z K 7 svn:log V 278 - Fix build with new ld behavior (on 10 and head) - Add USES=desktop-file-utils - Convert to staging - Use space in pkg-descr WWW line - Remove redundant update-mime-database lines from pkg-plist PR: ports/183702 Submitted by: Me Approved by: FreeBSD@nagilum.org (maintainer) END K 10 svn:author V 8 bdrewery K 8 svn:date V 27 2013-11-06T18:21:38.422321Z K 7 svn:log V 123 - Remove bogus py-setuptools which was accidentally readded in r332994 This was breaking full tree builds with poudriere END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-06T18:56:00.996905Z K 7 svn:log V 588 - Add p5-Cpanel-JSON-XS 2.3403 Cpanel::JSON::XS converts Perl data structures to JSON and vice versa. Its primary goal is to be correct and its secondary goal is to be fast. To reach the latter goal it was written in C. As this is the n-th-something JSON module on CPAN, what was the reason to write yet another JSON module? While it seems there are many JSON modules, none of them correctly handle all corner cases, and in most cases their maintainers are unresponsive, gone missing, or not listening to bug reports for other reasons. WWW: http://search.cpan.org/dist/Cpanel-JSON-XS/ END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-06T18:57:15.400698Z K 7 svn:log V 388 - Add p5-JSON-MaybeXS 1.000000 JSON::MaybeXS tries to load Cpanel::JSON::XS, and if that fails instead tries to load JSON::PP. If neither is available, an exception will be thrown. It then exports the encode_json and decode_json functions from the loaded module, along with a JSON constant that returns the class name for calling new on. WWW: http://search.cpan.org/dist/JSON-MaybeXS/ END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-06T18:57:55.633511Z K 7 svn:log V 119 - Update to 0.032 Changes: http://search.cpan.org/dist/Type-Tiny/Changes http://search.cpan.org/dist/Type-Tiny/NEWS END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-06T18:58:05.515919Z K 7 svn:log V 78 - Update to 1.005000 Changes: http://search.cpan.org/dist/strictures/Changes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-06T18:58:11.214015Z K 7 svn:log V 80 - Update to 0.094001 Changes: http://search.cpan.org/dist/Pod-Eventual/Changes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-06T18:58:16.592230Z K 7 svn:log V 77 - Update to 1.401 Changes: http://search.cpan.org/dist/Pod-Markdown/Changes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-06T18:58:25.232574Z K 7 svn:log V 70 - Update to 2.0.0 Changes: http://search.cpan.org/dist/Mouse/Changes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-06T18:58:30.891396Z K 7 svn:log V 79 - Update to 1.309 Changes: http://search.cpan.org/dist/Git-Repository/Changes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-06T18:58:37.354617Z K 7 svn:log V 110 - Update to 1.82 - Use USE_GNOME - Support STAGEDIR Changes: http://search.cpan.org/dist/XML-LibXSLT/Changes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-06T18:58:46.057983Z K 7 svn:log V 102 - Update to 5.90050 - Support STAGEDIR Changes: http://search.cpan.org/dist/Catalyst-Runtime/Changes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-06T19:05:49.524409Z K 7 svn:log V 259 - Respect CC and fix build with clang - Add LICENSE - Remove leading indefinite article from COMMENT - Support STAGEDIR - Remove contiguous blank line from pkg-descr PR: ports/183114 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 17 days) END K 10 svn:author V 3 dbn K 8 svn:date V 27 2013-11-06T19:06:09.853757Z K 7 svn:log V 209 Remove the MAKE_ENV+=DESTDIR=${STAGEDIR} from the x11-themes/cursor-crystal-theme. This is a redundant line as DESTDIR is specified automatically via MAKE_ARGS. Hint by: danfe (implicit, comment on r332477) END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-06T19:28:08.601064Z K 7 svn:log V 83 - Strip shared library - Use USES=shebangfix - Support STAGEDIR - Cleanup Makefile END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-11-06T19:42:20.367990Z K 7 svn:log V 209 net/sslh: update to 1.15 - Update to 1.15 - Convert lib depends to new format - Remove MANPAGES option - Allow staging PR: ports/183700 Submitted by: Olivier Cochard-Labbe (maintainer) END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-06T19:59:15.881244Z K 7 svn:log V 33 Fix build with older bsd.prog.mk END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-06T20:03:16.627995Z K 7 svn:log V 310 - Update to 2013.11.06 - Update MASTER_SITES - Remove leading indefinite article from COMMENT - Convert to new options helper - Support STAGEDIR - Update pkg-message after multimedia/ffmpeg-devel removal - Update WWW PR: ports/183103 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 18 days) END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-06T20:03:31.549643Z K 7 svn:log V 186 - Allow use with bmake (default make on 10 and above) - Bump PORTREVISION for package change PR: ports/183104 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 18 days) END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-11-06T21:54:42.152562Z K 7 svn:log V 152 devel/dev86: update to 0.16.20 - Update to 0.16.20 [1] - Allow staging PR: ports/183701 [1] Submitted by: Philip Schulz (maintainer) END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-06T21:58:36.446589Z K 7 svn:log V 519 Mark as broken, does not build: cc1: warnings being treated as errors jbsrc/lib/jb-main.c: In function 'jb_main': jbsrc/lib/jb-main.c:164: warning: 'g_type_init' is deprecated (declared at +/usr/local/include/glib-2.0/gobject/gtype.h:669) cc1: warnings being treated as errors jbsrc/lib/jb-util.c: In function 'print_warning_or_error': jbsrc/lib/jb-util.c:242: warning: function might be possible candidate for 'printf' format attribute ERROR: cannot build jb *** [do-configure] Error code 1 Reported by: pkg-fallout END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-06T22:01:19.109208Z K 7 svn:log V 2376 Mark as broken: does not build cdplayer.cc: In member function 'void button::set(int)': cdplayer.cc:36: warning: deprecated conversion from string constant to 'char*' cdplayer.cc:38: warning: deprecated conversion from string constant to 'char*' cdplayer.cc: At global scope: cdplayer.cc:68: warning: non-local variable ' clist []' uses anonymous type cdplayer.cc:83: warning: deprecated conversion from string constant to 'char*' cdplayer.cc:83: warning: deprecated conversion from string constant to 'char*' cdplayer.cc:83: warning: deprecated conversion from string constant to 'char*' cdplayer.cc:83: warning: deprecated conversion from string constant to 'char*' cdplayer.cc:83: warning: deprecated conversion from string constant to 'char*' cdplayer.cc:83: warning: deprecated conversion from string constant to 'char*' cdplayer.cc:83: warning: deprecated conversion from string constant to 'char*' cdplayer.cc:83: warning: deprecated conversion from string constant to 'char*' cdplayer.cc:85: warning: deprecated conversion from string constant to 'char*' cdplayer.cc:85: warning: deprecated conversion from string constant to 'char*' cdplayer.cc:86: warning: deprecated conversion from string constant to 'char*' cdplayer.cc:86: warning: deprecated conversion from string constant to 'char*' cdplayer.cc:87: warning: deprecated conversion from string constant to 'char*' cdplayer.cc:87: warning: deprecated conversion from string constant to 'char*' cdplayer.cc:105: warning: deprecated conversion from string constant to 'char*' cdplayer.cc: In function 'void do_update()': cdplayer.cc:281: warning: deprecated conversion from string constant to 'char*' cdplayer.cc:286: warning: deprecated conversion from string constant to 'char*' cdplayer.cc:301: warning: deprecated conversion from string constant to 'char*' cdplayer.cc: In function 'void time_track(int, int, int)': cdplayer.cc:374: warning: deprecated conversion from string constant to 'char*' cdplayer.cc: In function 'void popup(int, int)': cdplayer.cc:428: warning: deprecated conversion from string constant to 'char*' cdplayer.cc:433: warning: deprecated conversion from string constant to 'char*' cdplayer.cc:435: warning: deprecated conversion from string constant to 'char*' /tmp/ccMyx9aX.o:(.eh_frame+0x11): undefined reference to `__gxx_personality_v0' Reported by: pkg-fallout END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-06T22:03:45.954507Z K 7 svn:log V 57 Mark as broken: does not fetch Reported by: pkg-fallout END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-11-06T22:19:18.123728Z K 7 svn:log V 175 sysutils/ddrescue: update to 1.17 - Update to 1.17 [1] - Allow staging PR: ports/182780 [1] Submitted by: Horia Racoviceanu Approved by: maintainer END K 10 svn:author V 6 rakuco K 8 svn:date V 27 2013-11-06T22:48:02.270017Z K 7 svn:log V 316 Switch from the manual qmake logic to USES=qmake. Doing so correctly handles all the PREFIX, DESTDIR and stage directories logic that the previous code did not, and should make the package build fine on the cluster instead of failing at the "stage" stage. While here, simplify the bsd.port.{pre,post}.mk includes. END K 10 svn:author V 7 delphij K 8 svn:date V 27 2013-11-06T22:50:21.849418Z K 7 svn:log V 81 Update to 0.57. PR: ports/179390 Submitted by: nemysis Approved by: maintainer END K 10 svn:author V 6 brooks K 8 svn:date V 27 2013-11-06T23:38:36.437042Z K 7 svn:log V 117 Apply the clang portion of r255321 from base switching the default C++ library to libc++ on 10+. Requested by: tijl END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-11-07T00:20:49.811272Z K 7 svn:log V 150 - Unbreak pure.mk, use correct .include "${PORTSDIR}/Mk/Uses/gmake.mk" - Remove devel/pure-gen/pkg-plist Approved by: pawel / wg (mentors, implicit) END K 10 svn:author V 3 jgh K 8 svn:date V 27 2013-11-07T01:20:48.002551Z K 7 svn:log V 52 - remove conditional no longer required per staging END K 10 svn:author V 5 danfe K 8 svn:date V 27 2013-11-07T01:31:09.791462Z K 7 svn:log V 166 - Tighten USE_PYTHON as it said to be not compatible with Python 3.x+ - Hand over to python@ team, they will probably take better care of it Discussed with: mva, wg END K 10 svn:author V 6 danilo K 8 svn:date V 27 2013-11-07T01:59:58.482483Z K 7 svn:log V 61 - Remove indefinite article from COMMENT Reported by: danfe END K 10 svn:author V 6 danilo K 8 svn:date V 27 2013-11-07T02:04:11.772272Z K 7 svn:log V 92 - Remove PREFIX from MAKE_ARGS and use ${DESTDIR} in ${WRKSRC}/Makefile Reported by: danfe END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-11-07T02:51:32.470555Z K 7 svn:log V 155 - Change Makefile header - Change maintainer email to @FreeBSD.org - Support STAGEDIR - Simplify post-extract Approved by: pawel / wg (mentors, implicit) END K 10 svn:author V 6 clsung K 8 svn:date V 27 2013-11-07T02:51:51.530847Z K 7 svn:log V 17 convert to STAGE END K 10 svn:author V 6 clsung K 8 svn:date V 27 2013-11-07T02:52:10.520194Z K 7 svn:log V 17 convert to STAGE END K 10 svn:author V 5 danfe K 8 svn:date V 27 2013-11-07T03:41:16.739569Z K 7 svn:log V 187 - Unbreak fetching by pointing MASTER_SITES to GOOGLE_CODE - Remove defunct mirrors and WWW link, primary website vanished - Drop article and improve on COMMENT, NO_PACKAGE message, etc. END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2013-11-07T03:52:41.643536Z K 7 svn:log V 18 Support STAGEDIR. END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2013-11-07T03:55:50.497760Z K 7 svn:log V 93 s/p5-XML-Hadler-HTMLWriter/p5-XML-Handler-HTMLWriter/g clsung@ import to wrong directory :( END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2013-11-07T03:59:36.264862Z K 7 svn:log V 18 Support STAGEDIR. END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2013-11-07T04:52:13.385545Z K 7 svn:log V 18 Support STAGEDIR. END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2013-11-07T04:57:21.588575Z K 7 svn:log V 18 Support STAGEDIR. END K 10 svn:author V 7 stephen K 8 svn:date V 27 2013-11-07T05:21:02.852686Z K 7 svn:log V 72 - Update GDCM_MAJ because of update to devel/gdcm. - Bump portrevision. END K 10 svn:author V 7 stephen K 8 svn:date V 27 2013-11-07T05:25:19.502269Z K 7 svn:log V 19 - Update to 1.2.4. END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2013-11-07T05:37:32.459736Z K 7 svn:log V 95 Pack your dependencies onto your script file. WWW: http://search.cpan.org/dist/App-FatPacker/ END K 10 svn:author V 6 ohauer K 8 svn:date V 27 2013-11-07T05:58:42.312130Z K 7 svn:log V 113 - Fix user users-groups script ('-e') PR: ports/183628 Submitted by: ohauer Approved by: portmgr (bapt via PM) END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2013-11-07T06:19:38.804187Z K 7 svn:log V 18 Support STAGEDIR. END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2013-11-07T07:32:58.756466Z K 7 svn:log V 194 Reads the content of perl modules the same way perl does. This includes reading modules available only by @INC hooks, or filtered through them. WWW: http://search.cpan.org/dist/Module-Reader/ END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-07T08:06:06.482017Z K 7 svn:log V 263 Mark as broken: does not configure checking size of sig_atomic_t... configure: error: in +`/wrkdirs/usr/ports/www/cherokee/work/cherokee-1.2.101': configure: error: cannot compute sizeof (sig_atomic_t) See `config.log' for more details Reported by: pkg-fallout END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2013-11-07T08:19:53.554126Z K 7 svn:log V 18 Support STAGEDIR. END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-07T08:26:38.323880Z K 7 svn:log V 68 Does not build anymore with recent libxul Reported by: pkg-fallout END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2013-11-07T08:28:22.040631Z K 7 svn:log V 18 support STAGEDIR. END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-07T08:28:23.718857Z K 7 svn:log V 82 Mark as broken: does not play nice with newer autotools Reported by: pkg-fallout END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2013-11-07T08:51:16.457438Z K 7 svn:log V 18 Support STAGEDIR. END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-07T09:13:54.950180Z K 7 svn:log V 155 2013-11-05 devel/ORBit: EOLed upstream for very long 2013-11-05 x11/gnome-libs: EOLed upstream for very long Bye bye gnome1 Approved by: gnome(implicit) END K 10 svn:author V 5 demon K 8 svn:date V 27 2013-11-07T10:03:46.199695Z K 7 svn:log V 23 Update to version 1.2. END K 10 svn:author V 7 zeising K 8 svn:date V 27 2013-11-07T10:08:40.451395Z K 7 svn:log V 101 Update to 2.13 and stagify. PR: ports/183233 Submitted by: zeising Approved by: maintainer timeout END K 10 svn:author V 8 martymac K 8 svn:date V 27 2013-11-07T10:23:09.617338Z K 7 svn:log V 141 - Always copy documentation to stage dir - Remove useless inclusion of bsd.port.options.mk - Remove useless trailing slash Reported by: mat END K 10 svn:author V 4 rene K 8 svn:date V 27 2013-11-07T10:35:09.053999Z K 7 svn:log V 106 Remove expired ports: 2013-11-07 textproc/stardict2: Newer version available in ports: textproc/stardict3 END K 10 svn:author V 6 marino K 8 svn:date V 27 2013-11-07T10:39:25.707427Z K 7 svn:log V 445 lang/gnatdroid-binutils: Remove USE_GCC=yes A pkg-fallout notice was received for gnatdroid, saying that lang/gcc and lang/gnatdroid-* were installing files in the same place. It turns out that gnatdroid-binutils was pulling lang/gcc in unnecessarily. With --disable-werror, it builds on clang on F10 just fine. While here, convert USE_GMAKE too. Soon all gnat* ports will be updated with the latest for ports, this is just a stop-gap fix. END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2013-11-07T10:45:23.139172Z K 7 svn:log V 19 Add p5-Color-Calc. END K 10 svn:author V 3 knu K 8 svn:date V 27 2013-11-07T11:28:36.248318Z K 7 svn:log V 17 Update to 1.8.4. END K 10 svn:author V 4 bsam K 8 svn:date V 27 2013-11-07T11:40:03.558372Z K 7 svn:log V 109 . remove a standard option description (MOTIF); . use lowercase characters for variable values (YES -> yes). END K 10 svn:author V 6 marino K 8 svn:date V 27 2013-11-07T11:46:03.072001Z K 7 svn:log V 110 devel/libdwarf: Change MASTER_SITES to unbreak fetch stage PR: ports/183000 Approved by: maintainer timeout END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-11-07T11:47:06.434977Z K 7 svn:log V 136 - Support staging - Fix build on CURRENT PR: 182452 Submitted by: amdmi3 Approved by: Ilya Bakulin (maintainer) END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2013-11-07T12:33:09.697830Z K 7 svn:log V 18 Support STAGEDIR. END K 10 svn:author V 8 bdrewery K 8 svn:date V 27 2013-11-07T12:45:47.370841Z K 7 svn:log V 132 - Update to 1.2.3 - Support staging - Fix build on 10 PR: ports/182184 Submitted by: Edwin Mons (maintainer) END K 10 svn:author V 4 gahr K 8 svn:date V 27 2013-11-07T13:00:22.939171Z K 7 svn:log V 121 - Convert to USES+=tl and USES+=tk - STAGE-clean - Simplify by not installing / deinstalling the user configuration file END K 10 svn:author V 4 bsam K 8 svn:date V 27 2013-11-07T13:01:41.402191Z K 7 svn:log V 183 - Fix build for recent FreeBSD 10.0 - Add SMTP as default option (as requested by community) PR: ports/183748 Submitted by: Udo Schweigert (maintainer) END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-07T13:03:50.671247Z K 7 svn:log V 278 - Add p5-Git-Repository-Plugin-Log 1.310 Git::Repository::Plugin::Log adds a log() method to Git::Repository, which will return Git::Repository::Log objects representing the commit information provided by `git log`. WWW: http://search.cpan.org/dist/Git-Repository-Plugin-Log/ END K 10 svn:author V 9 tabthorpe K 8 svn:date V 27 2013-11-07T13:09:34.353231Z K 7 svn:log V 69 - Remove auto-accept Submitted by: rakuco@ Pointyhat to: tabthorpe@ END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-11-07T13:16:47.616142Z K 7 svn:log V 140 databases/freetds-devel: add option for odbc-wide PR: ports/182516 Submitted by: Mike Carlson Approved by: maintainer END K 10 svn:author V 4 bsam K 8 svn:date V 27 2013-11-07T13:18:51.466395Z K 7 svn:log V 222 . give maintainership to the submitter; . add one month to DEPRACATION_DATE; while here: strip the indefinite article from COMMENT. PR: ports/183742 Submitted by: Kurt Jaeger (assigned maintainer) END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-11-07T13:35:43.507161Z K 7 svn:log V 52 databases/freetds-devel: fix option Pointy hat: wg END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2013-11-07T13:38:45.973901Z K 7 svn:log V 82 - Switch to USES=gmake. - Remove redundant GH master site. - Add staging support. END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2013-11-07T13:41:52.400067Z K 7 svn:log V 59 - Switch to USES=gmake. - Remove redundant GH master site. END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-11-07T13:44:01.798563Z K 7 svn:log V 420 pure-stllib is an "umbrella" package that contains a pair of Pure addons, pure-stlvec and pure-stlmap. These addons provide Pure interfaces to a selection of containers provided by the C++ Standard Library, specialized to hold pointers to arbitrary Pure expressions. WWW: http://docs.pure-lang.googlecode.com/hg/pure-stllib.html PR: ports/165865 Submitted by: Zhihao Yuan Approved by: wg (mentor) END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2013-11-07T13:47:05.725354Z K 7 svn:log V 33 Remove redundant GH master site. END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2013-11-07T13:47:59.327107Z K 7 svn:log V 59 - Switch to USES=gmake. - Remove redundant GH master site. END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-11-07T13:50:39.643452Z K 7 svn:log V 121 databases/sqlrelay: update to 0.53.1 - Update to 0.53.1 - Unbreak build due to librudiments update Reported by: marino END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2013-11-07T13:55:25.482728Z K 7 svn:log V 18 support STAGEDIR. END K 10 svn:author V 4 tijl K 8 svn:date V 27 2013-11-07T14:00:44.675948Z K 7 svn:log V 284 - Import patches from upstream to fix build on FreeBSD 10 (clang, libc++) - Depend on llvm33 and clang33. - New LIB_DEPENDS syntax. - Staging. - Replace some patches with Makefile magic. PR: ports/180190, ports/180650 Submitted by: Shane Ambler (maintainer) END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2013-11-07T14:09:15.787599Z K 7 svn:log V 15 Fix pkg-plist. END K 10 svn:author V 7 zeising K 8 svn:date V 27 2013-11-07T14:13:14.595027Z K 7 svn:log V 16 Update to 1.2.1 END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2013-11-07T14:33:57.465837Z K 7 svn:log V 82 - Switch to USES=gmake. - Remove redundant GH master site. - Add staging support. END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-11-07T14:43:36.122568Z K 7 svn:log V 68 py-stsci.distutils: add missing build dependency Reported by: bapt END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-11-07T14:46:45.820181Z K 7 svn:log V 139 - Change maintainer email to @FreeBSD.org - USES gmake instead of USE_GMAKE - Support STAGEDIR Approved by: pawel / wg (mentors, implicit END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2013-11-07T14:59:22.235577Z K 7 svn:log V 99 - Switch to USES=gmake. - Add staging support. - Use find -delete. - Do not mute install commands. END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2013-11-07T15:03:28.444845Z K 7 svn:log V 47 - Switch to USES=gmake. - Add staging support. END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-07T15:06:50.180067Z K 7 svn:log V 87 - Update to 3.0.6 Changes: https://github.com/redis/redis-rb/blob/master/CHANGELOG.md END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-07T15:06:56.929512Z K 7 svn:log V 202 - Update 1.31 - Remove hardcoded p5-JSON dependency - Add TEST_DEPENDS - Add CPANEL, JSON_XS, JSON_PP, JSON and JSON_DWIW options for JSON backend Changes: http://search.cpan.org/dist/JSON-Any/CHANGES END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-07T15:07:04.531221Z K 7 svn:log V 193 - Update to 2.40 - Add LICENSE - Sort *_DEPENDS - Convert to new options framework - Use USES=shebangfix - Respect EXAMPLES Changes: http://search.cpan.org/dist/Spreadsheet-WriteExcel/Changes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-07T15:07:11.237319Z K 7 svn:log V 75 - Update to 4.55 Changes: http://search.cpan.org/dist/Mojolicious/Changes END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2013-11-07T15:07:21.945130Z K 7 svn:log V 18 Support STAGEDIR. END K 10 svn:author V 3 dbn K 8 svn:date V 27 2013-11-07T15:08:55.469353Z K 7 svn:log V 286 Add stage support to lang/pypy, lang/pypy-devel and lang/pypy3-devel. Also, require a modern compiler that can handle c11. Although this is not strictly required (just about any C compiler would do) the base GCC compiler has a memory bug and thus cannot reasonably compile the ports. END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2013-11-07T15:09:17.416061Z K 7 svn:log V 79 - Switch to USES=gmake. - Add staging support. - Do not mute install commands. END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-11-07T15:12:17.956292Z K 7 svn:log V 141 www/owncloud: update to 5.0.13 - Update to 5.0.13 - Add php dependency to integrate with ldap accounts Approved by: maintainer (via email) END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2013-11-07T15:15:48.937040Z K 7 svn:log V 100 - Switch to USES=gmake. - Add staging support. - Do not mute install commands. - Cleanup pkg-plist. END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2013-11-07T15:22:45.763154Z K 7 svn:log V 18 support STAGEDIR. END K 10 svn:author V 3 dbn K 8 svn:date V 27 2013-11-07T15:29:22.910133Z K 7 svn:log V 81 Add stage support to audio/kaudiocreator. - Convert LIB_DEPENDS to new format. END K 10 svn:author V 3 dbn K 8 svn:date V 27 2013-11-07T15:29:57.206837Z K 7 svn:log V 34 Add stage support to audio/flake. END K 10 svn:author V 3 ale K 8 svn:date V 27 2013-11-07T15:31:39.785480Z K 7 svn:log V 37 Update to 1.9.4 release and stagify. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2013-11-07T15:35:14.718951Z K 7 svn:log V 18 Update to 0.90.86 END K 10 svn:author V 6 clsung K 8 svn:date V 27 2013-11-07T15:37:32.020734Z K 7 svn:log V 17 convert to STAGE END K 10 svn:author V 3 dbn K 8 svn:date V 27 2013-11-07T15:37:53.950771Z K 7 svn:log V 316 Update deskutils/plasma-applet-cwp to 1.9.0. ChangeLog: - xml: openweathermap.org: initial support (WARNING: all configurations need to be updated!) - xml: uk.weather.com: sunrise / sunset fixed - xml: espanol.weather.com: sunrise / sunset and wind direction fixed - xml: in.weather.com: sunrise / sunset fixed END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-07T15:45:55.467493Z K 7 svn:log V 391 Update to pkg 1.2.0 beta2 - Update bundled libucl code (which fixes bugs) - Fix double escaped \n for script and messages - Fix rquery with -e not properly working [1] - rquery can now take a -I argument to output index like lines (needed for bsdconfig) - Fix local database creation (initial) - With build with older bsd.prog.mk - Improved documentation for pkg query Reported by: mat [1] END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-11-07T15:47:48.416593Z K 7 svn:log V 270 www/owncloud: revert to 5.0.12 Revert to 5.0.12, 5.0.13 could be found for a period of time yesterday but a bug was found and reverted. As the tarball could not be found at the time of the commit we can safely revert as no package could be built. Reported by: sunpoet END K 10 svn:author V 4 gahr K 8 svn:date V 27 2013-11-07T15:53:36.247618Z K 7 svn:log V 133 - Convert to USES+=gmake - STAGE-clean - Fix build with clang - Correct MASTER_SITES and WWW line in pkg-descr - Take maintainership END K 10 svn:author V 8 martymac K 8 svn:date V 27 2013-11-07T15:55:18.370692Z K 7 svn:log V 115 - Use new options framework - Remove useless inclusion of bsd.port.options.mk PR: ports/183674 Submitted by: mat END K 10 svn:author V 7 jadawin K 8 svn:date V 27 2013-11-07T15:56:48.611673Z K 7 svn:log V 35 - Support STAGE Sponsored by: OBS END K 10 svn:author V 6 gblach K 8 svn:date V 27 2013-11-07T16:00:45.232247Z K 7 svn:log V 55 - Update EFL to 1.7.9 - Update Enlightenment to 0.17.5 END K 10 svn:author V 8 martymac K 8 svn:date V 27 2013-11-07T16:01:06.382561Z K 7 svn:log V 115 - Move PLIST_FILES to a separate block - Use MAN1PREFIX for man pages - Remove useless slashes Reported by: danfe END K 10 svn:author V 7 jadawin K 8 svn:date V 27 2013-11-07T16:04:46.835680Z K 7 svn:log V 55 - Mark as BROKEN and DEPRECATED - Set DEPRECATION_DATE END K 10 svn:author V 8 martymac K 8 svn:date V 27 2013-11-07T16:06:22.597432Z K 7 svn:log V 155 - Always copy documentation to stage dir - Remove useless inclusion of bsd.port.options.mk - Avoid .for loop to install documentation Submitted by: danfe END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-11-07T16:13:47.679682Z K 7 svn:log V 128 - Change master sites - Change maintainer email to @FreeBSD.org - Support STAGEDIR Approved by: pawel / wg (mentors, implicit) END K 10 svn:author V 4 makc K 8 svn:date V 27 2013-11-07T16:35:50.191811Z K 7 svn:log V 188 Add new port devel/p5-Alien-SDL: Alien::SDL can be used to detect and get configuration settings from an installed SDL and related libraries. WWW: http://search.cpan.org/dist/Alien-SDL/ END K 10 svn:author V 4 makc K 8 svn:date V 27 2013-11-07T16:37:01.416697Z K 7 svn:log V 116 - Update to 2.540 - Clean up Makefile, remove fake options - Add license - Update description - Take maintainership END K 10 svn:author V 4 makc K 8 svn:date V 27 2013-11-07T16:37:59.916754Z K 7 svn:log V 95 - Update to 2.2.1-beta1 - Add license - Remove stale patches and pkg-message - Remove NO_STAGE END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2013-11-07T16:38:13.929780Z K 7 svn:log V 18 Support STAGEDIR. END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-07T16:42:38.488734Z K 7 svn:log V 99 textproc/lexxia: No public distfiles available anymore Submitted by: maintainer (via pkg-fallout) END K 10 svn:author V 5 gabor K 8 svn:date V 27 2013-11-07T16:49:34.253713Z K 7 svn:log V 266 Update to 2.0 to reflect the dependency changes for the DocBook 5.0 tree: - DocBook 4.5 - DocBook DSSSL - (Open)Jade - ISO8879 SGML character entities - fixrtf + DocBook 5.0 + Apache FOP (pdf only) + new fonts (pdf only) + optional: jing Approved by: doceng (self) END K 10 svn:author V 5 pawel K 8 svn:date V 27 2013-11-07T16:53:33.149335Z K 7 svn:log V 260 - Update to version 13.2.3 [1] - Remove leading article, revise capitalization in COMMENT - Convert to new options framework - Support staging - Add launch script and desktop entry file PR: ports/182482 [1] Submitted by: Max Sterling [1] END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-11-07T16:59:23.994781Z K 7 svn:log V 106 - Change maintainer email to @FreeBSD.org - Support STAGEDIR Approved by: pawel / wg (mentors, implicit) END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-07T17:35:36.747838Z K 7 svn:log V 283 Allow base clang to be used if version is >= 3.3 This gives 2 new variables to the porters: ALT_COMPILER_TYPE which can be empty, clang or cc depending on what ${CC} is ALT_COMPILER_VERSION which will give the porter a 2 digit version of the alternative compiler Requested by: many END K 10 svn:author V 8 theraven K 8 svn:date V 27 2013-11-07T17:48:30.449469Z K 7 svn:log V 107 Fix Cenon build. Remove the option not to install the library. Enable staging. Approved by: bapt (mentor) END K 10 svn:author V 8 theraven K 8 svn:date V 27 2013-11-07T17:49:37.154737Z K 7 svn:log V 101 BioCocoa now just installs a framework, not an app. Fix the dependency. Approved by: bapt (mentor) END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-07T17:56:46.907526Z K 7 svn:log V 58 Fix staging (all the manpages are compressed when staged) END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-11-07T18:39:28.080985Z K 7 svn:log V 172 - Update to 0.2.34 - Change maintainer email to @FreeBSD.org - Add DOCS and NLS Options - Support STAGEDIR and add OPTIONS_SUB Approved by: pawel / wg (mentors, implicit) END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-11-07T19:14:47.939800Z K 7 svn:log V 227 - Change maintainer email to @FreeBSD.org - Use the new format for LIB_DEPENDS - USES gmake instead of USE_GMAKE - Add DOCS Option - Support STAGEDIR - Change pkg-plist, remove DOCS Approved by: pawel / wg (mentors, implicit) END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-07T19:40:29.671215Z K 7 svn:log V 148 - Fix make package with setgid - Bump PORTREVISION for package change PR: ports/183757 Submitted by: Larry Rosenman (maintainer) END K 10 svn:author V 3 dbn K 8 svn:date V 27 2013-11-07T19:57:29.073197Z K 7 svn:log V 115 Add LICENSE to x11-themes/cursor-crystal-theme. - Also make building more robust by always cleaning on a rebuild END K 10 svn:author V 7 mandree K 8 svn:date V 27 2013-11-07T20:01:15.896473Z K 7 svn:log V 159 - Fix build with DOCS option disabled [1] - Remove dependency on desktop-file-utils, we do not install MIME types. PR: 183703 [1] Submitted by: madpilot [1] END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-11-07T20:08:14.942156Z K 7 svn:log V 121 x11-wm/awesome-vicious: snapshot tarball has ben rerolled - While I'm here keep a copy at LOCAL/wg Reported by: marino END K 10 svn:author V 6 marino K 8 svn:date V 27 2013-11-07T20:22:35.221965Z K 7 svn:log V 298 palm/jpilot-db: Mark BROKEN, MASTER_SITES reorg rendered unfetchable The MASTER_SITES still exists, but it reorganized, removing the downloads section apparently. As PalmOS no longer exists, this unmaintained port should probably be deprecated as well, but I'll let somebody else make that call. END K 10 svn:author V 5 gabor K 8 svn:date V 27 2013-11-07T20:29:19.170770Z K 7 svn:log V 51 - Adjust dependency after textproc/docproj changes END K 10 svn:author V 5 gabor K 8 svn:date V 27 2013-11-07T20:32:18.055183Z K 7 svn:log V 79 - Retire textproc/docproj-nojadetex since JadeTeX is not a dependency any more END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-11-07T21:16:15.892775Z K 7 svn:log V 191 - Change maintainer email to @FreeBSD.org - USES gmake instead of USE_GMAKE - Remove install-config and obsolete REINPLACE_CMD - Support STAGEDIR Approved by: pawel / wg (mentors, implicit) END K 10 svn:author V 7 zeising K 8 svn:date V 27 2013-11-07T21:45:08.591633Z K 7 svn:log V 25 Update to 2.3.7 Stagify. END K 10 svn:author V 7 zeising K 8 svn:date V 27 2013-11-07T21:46:34.865037Z K 7 svn:log V 25 Update to 6.9.2 Stagify. END K 10 svn:author V 6 swills K 8 svn:date V 27 2013-11-07T21:50:19.070697Z K 7 svn:log V 80 - Add stage support - Convert to USES=kmod PR: ports/183754 Submitted by: mat END K 10 svn:author V 7 zeising K 8 svn:date V 27 2013-11-07T21:53:34.475320Z K 7 svn:log V 24 Update to 1.2.8 Stagify END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-11-07T22:35:19.860798Z K 7 svn:log V 156 - Change master sites - Change maintainer email to @FreeBSD.org - Change Desktop entry file - Support STAGEDIR Approved by: pawel / wg (mentors, implicit) END K 10 svn:author V 8 madpilot K 8 svn:date V 27 2013-11-07T22:51:01.232524Z K 7 svn:log V 189 - Fix build with DOCS option disabled [1] - Remove dependency on desktop-file-utils, we do not install MIME types. [2] PR: ports/183703 [1] Submitted by: Me [1] Noticed by: mandree [2] END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-11-07T23:11:04.365230Z K 7 svn:log V 65 - Update to 0.6.2 - Support staging - Use new LIB_DEPENDS syntax END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-11-07T23:14:50.076011Z K 7 svn:log V 75 - Support staging - Convert USE_GMAKE to USES - Use new LIB_DEPENDS syntax END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-11-08T00:24:43.309481Z K 7 svn:log V 69 - Support staging - Use new LIB_DEPENDS syntax - Add DESKTOP_ENTRIES END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2013-11-08T00:26:17.336495Z K 7 svn:log V 15 Fix pkg-plist. END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-11-08T00:40:31.431976Z K 7 svn:log V 130 - Change maintainer email to @FreeBSD.org - Remove DOXYGEN Option - Support STAGEDIR Approved by: pawel / wg (mentors, implicit) END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-11-08T00:50:32.377502Z K 7 svn:log V 161 - Change maintainer email to @FreeBSD.org - Use the new format for LIB_DEPENDS - Support STAGEDIR - Add DOCS Option Approved by: pawel / wg (mentors, implicit) END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2013-11-08T01:06:15.504509Z K 7 svn:log V 20 - Upgrade to 0.002. END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2013-11-08T01:06:34.336346Z K 7 svn:log V 18 Support STAGEDIR. END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2013-11-08T01:10:01.612380Z K 7 svn:log V 21 - Upgrade to 1.3119. END K 10 svn:author V 2 zi K 8 svn:date V 27 2013-11-08T01:19:12.355302Z K 7 svn:log V 107 - Correct a staging issue PR: ports/183734 Submitted by: Allan Jude (maintainer) END K 10 svn:author V 6 eadler K 8 svn:date V 27 2013-11-08T01:21:21.510755Z K 7 svn:log V 54 - I don't have time to look into a fix for this port. END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2013-11-08T01:23:01.922258Z K 7 svn:log V 37 Resolve conflict on previous commit. END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2013-11-08T01:28:37.498552Z K 7 svn:log V 18 Support STAGEDIR. END K 10 svn:author V 2 zi K 8 svn:date V 27 2013-11-08T01:33:19.441614Z K 7 svn:log V 32 - Fix build on boxes with bmake END K 10 svn:author V 2 zi K 8 svn:date V 27 2013-11-08T01:36:37.040299Z K 7 svn:log V 23 - Fix build under HEAD END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2013-11-08T02:05:38.884567Z K 7 svn:log V 306 Labeled Tab-separated Values (LTSV) format is a variant of Tab-separated Values (TSV). Each record in a LTSV file is represented as a single line. Each field is separated by TAB and has a label and a value. The label and the value have been separated by ':'. WWW: http://search.cpan.org/dist/Text-LTSV/ END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2013-11-08T03:01:41.854722Z K 7 svn:log V 60 1: support STAGEDIR. 2: switch to new style of LIB_DEPENDS. END K 10 svn:author V 3 jgh K 8 svn:date V 27 2013-11-08T03:44:06.371575Z K 7 svn:log V 91 - remove conditional no longer required per staging - remove now useless inclusion of bpom END K 10 svn:author V 3 jgh K 8 svn:date V 27 2013-11-08T03:47:39.936878Z K 7 svn:log V 91 - remove conditional no longer required per staging - remove now useless inclusion of bpom END K 10 svn:author V 5 kevlo K 8 svn:date V 27 2013-11-08T05:29:43.917527Z K 7 svn:log V 51 - Add dependency on pdo_pgsql - Generate pkg-plist END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2013-11-08T05:59:05.530249Z K 7 svn:log V 209 - Fix build with clang - use STAGEDIR - use OPTIONS_DEFINE - Use PLIST_FILES and PORTDOCS instead of PLIST PR: 183110 Submitted by: sunpoet (Sunpoet Po-Chuan Hsieh) - rename patchfiles - merge REINPLACE_CMD END K 10 svn:author V 7 matthew K 8 svn:date V 27 2013-11-08T06:34:19.449519Z K 7 svn:log V 96 Update to 5.1.27 ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-27.html END K 10 svn:author V 3 jgh K 8 svn:date V 27 2013-11-08T07:32:59.664868Z K 7 svn:log V 91 - remove conditional no longer required per staging - remove now useless inclusion of bpom END K 10 svn:author V 3 jgh K 8 svn:date V 27 2013-11-08T07:34:49.659080Z K 7 svn:log V 52 - remove conditional no longer required per staging END K 10 svn:author V 3 jgh K 8 svn:date V 27 2013-11-08T07:37:04.207266Z K 7 svn:log V 91 - remove conditional no longer required per staging - remove now useless inclusion of bpom END K 10 svn:author V 3 jgh K 8 svn:date V 27 2013-11-08T07:40:50.063841Z K 7 svn:log V 39 - properly attribute Created by header END K 10 svn:author V 4 rene K 8 svn:date V 27 2013-11-08T09:44:24.458997Z K 7 svn:log V 397 Change KMODDDIR to /boot/modules if it is set to /boot/kernel This allows upgrading a kernel without breaking any installed kernel ports because during the upgrade /boot/kernel is renamed to /boot/kernel.old , resulting in moved files. While /boot/modules is the default, it might be overridden by bsd.own.mk to /boot/kernel before kmod is included, so setting MODULES_WITH_WORLD has no effect. END K 10 svn:author V 4 rene K 8 svn:date V 27 2013-11-08T09:46:41.797966Z K 7 svn:log V 71 No need to explicitly force the default value of KMODDIR since r333188 END K 10 svn:author V 3 ale K 8 svn:date V 27 2013-11-08T10:00:40.829456Z K 7 svn:log V 15 Fix packaging. END K 10 svn:author V 8 martymac K 8 svn:date V 27 2013-11-08T10:34:49.641469Z K 7 svn:log V 42 - Update to 0.8 - Rework doc installation END K 10 svn:author V 4 rene K 8 svn:date V 27 2013-11-08T10:36:20.445916Z K 7 svn:log V 189 Fix 'make stage' for ports which define USE_LINUX by passing a defined variable to MTREE_CMD. The previous variable, MTREE_LINUX_ARGS, seems to be a leftover. Approved by: portmgr (bapt) END K 10 svn:author V 8 martymac K 8 svn:date V 27 2013-11-08T10:37:42.944937Z K 7 svn:log V 82 - Enable staging - Update USES - Rework doc installation - Strip installed binary END K 10 svn:author V 8 martymac K 8 svn:date V 27 2013-11-08T10:40:28.560436Z K 7 svn:log V 62 - Enable staging - Update USES - Strip libraries - Update WWW END K 10 svn:author V 8 martymac K 8 svn:date V 27 2013-11-08T10:42:51.850214Z K 7 svn:log V 92 - Enable staging - Use new LIB_DEPENDS format - Rework doc installation - Cleanup pkg-descr END K 10 svn:author V 8 martymac K 8 svn:date V 27 2013-11-08T10:45:31.048753Z K 7 svn:log V 108 - Enable staging - Update USES - Rework doc installation - Fix library symlink creation - Cleanup pkg-descr END K 10 svn:author V 8 martymac K 8 svn:date V 27 2013-11-08T10:49:16.982260Z K 7 svn:log V 74 - Enable staging - Use new LIB_DEPENDS format - Use new options framework END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-11-08T10:53:05.740189Z K 7 svn:log V 82 multimedia/py-guessit: update to 0.6.2 - Update to 0.6.2 - Use python auto plist END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-11-08T10:58:10.489218Z K 7 svn:log V 191 security/sssd: update to 1.9.6 - Update to 1.9.6 - Remove FreeBSD < 8.0-RELEASE check (unsupported) PR: ports/183750 Submitted by: Lukas Slebodnik (maintainer) END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-11-08T11:13:13.767916Z K 7 svn:log V 138 devel/py-lxml: update to 3.2.4 - Update to 3.2.4 - Use python auto plist Changes: https://raw.github.com/lxml/lxml/lxml-3.2/CHANGES.txt END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-11-08T11:29:56.813873Z K 7 svn:log V 47 - Support staging - Use new LIB_DEPENDS syntax END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2013-11-08T12:03:37.231407Z K 7 svn:log V 112 Fix build after stagedir support. PR: ports/183770 Submitted by: Ryan Frederick END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2013-11-08T12:07:50.952423Z K 7 svn:log V 18 Support STAGEDIR. END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2013-11-08T12:10:53.499733Z K 7 svn:log V 18 Support STAGEDIR. END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2013-11-08T12:11:49.792197Z K 7 svn:log V 18 support STAGEDIR. END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2013-11-08T12:14:43.484841Z K 7 svn:log V 18 support STAGEDIR. END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2013-11-08T12:18:12.403397Z K 7 svn:log V 45 Support STAGEDIR, install merged info files. END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-11-08T12:20:44.744170Z K 7 svn:log V 87 - Fix build on current PR: 183774 Submitted by: Pavlo Greenberg END K 10 svn:author V 3 kwm K 8 svn:date V 27 2013-11-08T12:29:57.247133Z K 7 svn:log V 35 gnomelibs and orbit where retired. END K 10 svn:author V 5 garga K 8 svn:date V 27 2013-11-08T12:32:10.826408Z K 7 svn:log V 22 Fix DOCS installation END K 10 svn:author V 3 kwm K 8 svn:date V 27 2013-11-08T12:32:14.400791Z K 7 svn:log V 90 Which to using new lib_depends syntax. Add stage support. Obtained from: gnome dev repo. END K 10 svn:author V 5 garga K 8 svn:date V 27 2013-11-08T12:34:17.816508Z K 7 svn:log V 35 Fix build with ONIG option enabled END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-11-08T12:36:59.528874Z K 7 svn:log V 237 - Pass maintainership to submitter - Use the new format for LIB_DEPENDS - Support STAGEDIR and add OPTIONS_SUB - Add USE_QT4= moc_build - Add DOCS and EXAMPLES - Add DOCS and EXAMPLES Options Approved by: pawel / wg (mentors, implicit) END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-11-08T12:39:52.147772Z K 7 svn:log V 47 - Support staging - Use new LIB_DEPENDS syntax END K 10 svn:author V 8 bdrewery K 8 svn:date V 27 2013-11-08T12:41:44.568566Z K 7 svn:log V 310 - Update to 6.4p1 This release fixes a security bug: * sshd(8): fix a memory corruption problem triggered during rekeying when an AES-GCM cipher is selected. Full details of the vulnerability are available at: http://www.openssh.com/txt/gcmrekey.adv Security: http://www.openssh.com/txt/gcmrekey.adv END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2013-11-08T12:46:34.467930Z K 7 svn:log V 18 Support STAGEDIR. END K 10 svn:author V 8 bdrewery K 8 svn:date V 27 2013-11-08T12:50:28.648275Z K 7 svn:log V 58 - Document memory corruption in security/openssh-portable END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-08T13:00:49.920018Z K 7 svn:log V 144 Reset maintainership While here support stage (cheating on PREFIX as the port does only use PREFIX to install) Submitted by: former maintainer END K 10 svn:author V 4 makc K 8 svn:date V 27 2013-11-08T13:04:41.704915Z K 7 svn:log V 108 - Rename games/frozenbubble to frozen-bubble to match upstream - Add DESKTOP_ENTRIES - Fix build with clang END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-11-08T13:07:45.495476Z K 7 svn:log V 48 Fix badly set PKGNAMESUFFIX Pointyhat to: bapt END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-11-08T13:35:07.512213Z K 7 svn:log V 256 graphics/danpei: allow staging - Allow staging - Add LICENSE (GPLv2) - Fix build with clang - Convert lib depends to new format [1] - Use IMAGEMAGICK as option [1] PR: ports/183778 Submitted by: Ilya A. Arkhipov (maintainer), wg [1] END K 10 svn:author V 7 jadawin K 8 svn:date V 27 2013-11-08T13:35:39.211691Z K 7 svn:log V 35 - Support STAGE Sponsored by: OBS END K 10 svn:author V 7 jadawin K 8 svn:date V 27 2013-11-08T13:43:21.159351Z K 7 svn:log V 21 - Mark as deprecated END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-11-08T13:46:09.269706Z K 7 svn:log V 223 devel/dmalloc: fix static libraries - Fix static libraries (do not strip) - Allow staging (cheating prefix, unsupported DESTDIR) - Use options ng for DOCS PR: ports/183773 Reported by: Paul Koch END K 10 svn:author V 3 kwm K 8 svn:date V 27 2013-11-08T14:10:00.802804Z K 7 svn:log V 101 Add back gtksourceviewmm3 accidently removed in -r333211, because I didn't saved/closed my editor... END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-08T14:10:58.301190Z K 7 svn:log V 116 - Update to 0.09 - Add LICENSE - Fix *_DEPENDS Changes: http://search.cpan.org/dist/Google-ProtocolBuffers/Changes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-11-08T14:14:12.092836Z K 7 svn:log V 109 - Update to 0.15 - Remove MASTER_SITE_SUBDIR Changes: http://search.cpan.org/dist/WebService-Linode/Changes END K 10 svn:author V 7 jadawin K 8 svn:date V 27 2013-11-08T14:17:26.562591Z K 7 svn:log V 21 - Mark as DEPRECATED END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-11-08T14:17:56.883823Z K 7 svn:log V 161 irc/ngircd: update to 21 - Update to 21 [1] - Allow staging - Indent options descriptions PR: ports/183758 Submitted by: Kjetil Rustad END K 10 svn:author V 7 jadawin K 8 svn:date V 27 2013-11-08T14:23:20.883114Z K 7 svn:log V 21 - Mark as DEPRECATED END