aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Convert to USES=autoreconftijl2015-04-1926-197/+69
|
* Unbreak INFO build on DragonFly and FreeBSD 11+jbeich2015-04-192-1/+35
| | | | | | ./gldb.texi:34: raising the section level of @subsection which is too low Reported by: pkg-fallout
* Revert the previous commit. Note EGL was disabled because it does not buildjkim2015-04-191-4/+4
| | | | when libEGL.so from NVIDIA is installed.
* devel/rubygem-rufus-scheduler: update 3.0.9 -> 3.1.0robak2015-04-192-3/+3
|
* Redo r351352 to fix build on head.jkim2015-04-191-0/+10
|
* Fix portscout macro.kwm2015-04-191-1/+1
|
* emulators/linux_base-c6: Add libblkid RPMxmj2015-04-193-1/+7
| | | | | | | | | | | - Add libblkid to DISTFILES. the corresponding src distfile is util-linux-ng-2.17.2-12.18.el6.src.rpm PR: 199083 Differential Revision: https://reviews.freebsd.org/D2315 Submitted by: trasz Reviewed by: eadler, trasz
* Oops, incomplete version of the patch was committed in r384239.danfe2015-04-191-9/+31
|
* - Clang insists that reference cannot be bound to dereferenced null pointerdanfe2015-04-192-2/+58
| | | | | | | | | in well-defined C++ code (that is correct) and evaluates comparisons like &foo == 0 to false, which breaks NetRadiant; "fix" this with a dirty hack by casting those "bad" references to a local volatile int variable (since NetRadiant is based on GtkRadiant 1.5 codebase, this is the same bug that was fixed in r384239; patches are slightly different though) - While here, make a comment more accurate, and bump port revision
* - Fix the build against modern libpng (do not try to access private data)danfe2015-04-195-32/+72
| | | | | | | | | | | | | - Clang insists that reference cannot be bound to dereferenced null pointer in well-defined C++ code (that is correct) and evaluates comparisons like &foo == 0 to false, which breaks GtkRadiant; "fix" this with a dirty hack by casting those "bad" references to a local volatile int variable - Remove no longer required and no-op -lpthread vs. -pthread patch hunk - Report operating system and correct compiler version in the About dialog - When fixing annoying "GtkSpinButton: setting an adjustment with non-zero page size is deprecated" warnings, replace find(1) with grep(1) to narrow down initial search results and, subsequently, sed(1) furiousness - Omit port revision bump as the port was BROKEN for quite some time
* Update to 2014.2/1033284.gordon2015-04-195-9/+9
| | | | | Approved by: mentor (mat, implicit) MFH: 2015Q2
* Update to 2014.2/1033284 to fix checksum mismatch.gordon2015-04-185-11/+9
| | | | | Approved by: mentor (mat, implicit) MFH: 2015Q2
* Take over p4api port and update to recentish version 2014.2/978861.gordon2015-04-187-26/+44
| | | | | Differential Revision: https://reviews.freebsd.org/D2029 Approved by: kuriyama, mat (mentor)
* Misc X.org port updates:kwm2015-04-18180-545/+310
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update gccmakedep to 1.0.3. Update imake to 1.0.7. Update libpciaccess to 0.13.3. Update libdrm to 2.4.60. Update bitmap to 1.0.8. Update fstobdf to 1.0.6. Update iceauth to 1.0.7. Update libXdmcp to 1.1.2. Update libXp to 1.0.3. Update libXvMC to 1.0.9. Update libXxf86vm to 1.1.4. Update libxshmfence to 1.2. Update randrproto to 1.4.1. Update rgb to 1.0.6. Update sessreg to 1.1.0. Update xcb-util-cursor to 0.1.2. Update xedit to 1.2.2. Update xkbcomp to 1.3.0. Update xkeyboard-config to 2.14. Update xproto to 7.0.27. Update xf86-input-mouse to 1.9.1. Update xf86-input-synaptics to 1.8.2. Update xf86-video-i710 to 1.3.5. Update xf86-video-mga to 1.6.4. Update xf86-video-tdfx to 1.4.6. Update xf86-video-vmware to 13.1.0. Update bdftopcf to 1.0.5. Update font-util to 1.3.1. Update fslsfonts to 1.0.5. Update mkfontscale to 1.1.2. Update showfont to 1.0.5. Update xfs to 1.1.4. Update xfsinfo to 1.0.5. Remove :keepla from USES=libtool for X libraries in bsd.xorg.mk, and bump all affected ports. PR: 199400 Obtained from: Xorg-devel repo
* Unbreak build on DragonFly and FreeBSD 10+jbeich2015-04-182-0/+130
| | | | | | | | | | | | | | xlogmaster.texinfo:728: command @bullet not accepting argument in brace should not be on @table line xlogmaster.texinfo:729: warning: @item missing argument xlogmaster.texinfo:732: warning: @item missing argument xlogmaster.texinfo:734: warning: @item missing argument xlogmaster.texinfo:738: command @bullet not accepting argument in brace should not be on @table line xlogmaster.texinfo:738: warning: @table has text but no @item xlogmaster.texinfo:751: command @bullet not accepting argument in brace should not be on @table line xlogmaster.texinfo:752: warning: @item missing argument xlogmaster.texinfo:774: warning: @item missing argument Reported by: pkg-fallout
* devel/rubygem-mini_portile: Fix EXPIRATION_DATE (typo in name)marino2015-04-181-1/+1
|
* Add patches to allow xf86-video-intel to build with newer xorg-serverkwm2015-04-1813-16/+715
| | | | | | versions that 1.14. Obtained from: xorg devel repo
* Convert to USES=autoreconftijl2015-04-1822-99/+39
|
* Un-break build on 8.xriggs2015-04-181-23/+24
| | | | | | PR: 199244 Submitted by: tkato432@yahoo.com MFH: 2015Q2
* science/openbabel: Support gcc5 (taken from upstream)marino2015-04-183-25/+524
| | | | | | | | | | | | | | | | This was really painful. I consolidated numerous shared_ptr (TR1) patches to a single big patch (including moving part of an existing patch to it because the target needed yet another change). Tested on FreeBSD 8/i386 and FreeBSD 10/amd64. This was previously built on DragonFly with gcc 4.7, but libstdc++ incompatibilities caused avogadro to break which eventually broken kde4 metapackage. Those openbabel guys are long overdue for a new release, this was a bit absurd although maybe some clever sed'ding could have reduced the patch count. Approved by: blanket (gcc5 & DF breakage)
* shells/fish: Fix for hangs on FreeBSD 10.1+koobs2015-04-182-1/+15
| | | | | | | | | | | Fix for hangs on FreeBSD 10.1+ due to WCHAR_T missing as an alias for UCS-4-INTERNAL. [1] https://github.com/fish-shell/fish-shell/issues/1741 PR: 196661 Submitted by: David Adam <zanchey ucc.gu.uwa.edu.au> Approved by: maintainer <freebsd.users gmail com>
* Convert to USES=autoreconftijl2015-04-1822-91/+39
|
* Replace wrong dependencie from japanese/gawk to lang/gawk.rodrigo2015-04-181-2/+2
| | | | | Bump port revision. Reported by marino
* Chase upcoming update of ICU to 5.5.girgen2015-04-1810-13/+16
|
* 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)
* - Add CPE infoamdmi32015-04-181-1/+1
| | | | Approved by: portmgr blanket
* Remove unused variables related to USE_AUTOTOOLS=libtool which has beentijl2015-04-181-10/+2
| | | | removed in r368357
* 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)
* Document sqlite3 multiple vulnerabilitesjbeich2015-04-181-0/+30
| | | | PR: 199483
* Remove expired ports:rene2015-04-1898-3053/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2015-04-18 java/eclipse-ocl: depends on deprecated java/eclipse-emf 2015-04-18 java/eclipse-quantum: depends on deprecated java/eclipse-gef 2015-04-18 java/eclipse-propedit: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-aptana: evaluation recommendation is to remove rather than update 2015-04-18 devel/subclipse: evaluation recommendation is to remove rather than update 2015-04-18 devel/scala-ide: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-webtools: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-RDT: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-aptana-radrails: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-jad: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-vep-examples: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-gef-examples: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-gef: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-sysdeo-tomcat: evaluation recommendation is to remove rather than update 2015-04-18 java/commonclipse: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-sqlexplorer: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-viplugin: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-vep: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-checkstyle: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-aptana2: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-examples: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-hibernatetools: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-langpack: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-uml: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-datatools: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-emf: evaluation recommendation is to remove rather than update 2015-04-18 java/eclipse-pmd: evaluation recommendation is to remove rather than update
* - Remove libtool hacks and patches that are now handled by USES=libtooltijl2015-04-1841-124/+10
| | | | - Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
* Document chrony multiple vulnerabilites.jbeich2015-04-181-0/+33
| | | | PR: 199508
* Mark BROKEN: Fails to packageantoine2015-04-181-0/+2
| | | | | | | | | | | ===> Building package for xview-clients-3.2.1.4.19c_2 pkg-static: Unable to access file /wrkdirs/usr/ports/x11-toolkits/xview-clients/work/stage/usr/local/bin/clock: No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/x11-toolkits/xview-clients/work/stage/usr/local/bin/cmdtool: No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/x11-toolkits/xview-clients/work/stage/usr/local/bin/olwm: No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/x11-toolkits/xview-clients/work/stage/usr/local/bin/olwmslave: No such file or directory ... Reported by: pkg-fallout
* - Update to 0.9.0olivierd2015-04-184-4/+25
| | | | | - Add patch, when default encoding is not UTF-8 in Preferences window (avoid Pango's warnings)
* - Update to 0.5.1olivierd2015-04-183-18/+5
| | | | - Remove unneeded patch
* japanese/gawk: Don't install ancient info pagemarino2015-04-183-7/+46
| | | | | | | | | | | | | | | | | | The version of makeinfo in the texinfo package, the one that FreeBSD 11 and DragonFly use because texinfo is no longer in base, is too new to create the info page on this ancient port. It would be preferred to either update japanese/gawk to match the same version as textproc/gawk, or just remove the port completely. However, for some reason it's a dependency over textproc/gawk on two of rodrigo's ports. I initially tried using extra-patches to only block info on FreeBSD 11 and DragonFly, but Makefile.in is already patched and it was getting complicated so I decided just to remove the old info page for everyone. The man page is still installed of course. Approved by: blanket (unbreaks F11)
* chinese/librime: Adjust patch to support DragonFly toomarino2015-04-181-9/+9
| | | | No-op for FreeBSD, it just allows cmake treat DragonFly the same way.
* - Update to upstream version 0.7.3riggs2015-04-182-5/+5
| | | | | | | - Add missing execinfo to USES PR: 199498 Submitted by: tom@hur.st (maintainer)
* Update to 0.17.0.novel2015-04-182-3/+3
|
* Update to 1.22.1.novel2015-04-183-5/+5
|
* Update to 4.4.novel2015-04-183-4/+5
| | | | Security: CVE-2015-2806
* - Add CPE infoamdmi32015-04-181-1/+2
| | | | Approved by: portmgr blanket
* - Mark BROKEN on 10.x: tons of missing includesamdmi32015-04-181-1/+7
|
* - Add CPE infoamdmi32015-04-181-1/+2
| | | | Approved by: portmgr blanket
* - Actually add patchesamdmi32015-04-184-0/+66
|
* - Add patches to fix build on 10.x+amdmi32015-04-181-0/+5
| | | | | | | | | | | | | | | | | | | - Mark BROKEN on 10.x+ It accesses field of structure which was made opaque in r235647 to change internally used file descriptor: cwd.c:892:15: error: incomplete definition of type 'struct _dirdesc' search->dp->dd_fd = squirrel_fd(search->dp->dd_fd); ~~~~~~~~~~^ /usr/include/dirent.h:58:8: note: forward declaration of 'struct _dirdesc' struct _dirdesc; ^ This hack is no longer possible on 10.x+. Doscmd may work fine without it though, but I'm not taking responsibility by blindly removing it. If you know the interlans and can test it, see extra-patch-cwd.c.
* Update Firebug to 2.0.9bar2015-04-182-3/+3
|
* - Redo previous fix in a much simpler way, also fix runtime by not mixing ↵amdmi32015-04-182-8/+14
| | | | | | different c++ libraries and drop gcc requirement Suggested by: jbeich
* - Add CPE infoamdmi32015-04-181-1/+2
| | | | Approved by: portmgr blanket
* - Update to 0.10.1ajbeich2015-04-185-24/+15
| | | | | | | PR: 199162 Submitted by: Marco Bröder (maintainer) MFH: 2015Q2 Security: https://vuxml.freebsd.org/freebsd/e426eda9-dae1-11e4-8107-94de806b0af9.html
* Update to 8.2.0.jkim2015-04-185-49/+24
| | | | PR: 196092
* Update to upstream version 2.13jbeich2015-04-182-4/+3
| | | | | PR: 199465 Submitted by: antont@inbox.lv (maintainer)
* Document new Dulwich vulnerability. CVE-2015-0838jbeich2015-04-181-0/+27
| | | | | PR: 199162 Submitted by: Marco Bröder (maintainer)
* Upgrade third-party headers-more module from 0.25 to 0.26.osa2015-04-184-8/+8
| | | | Patch from: Denis Denisov <denji0k@gmail.com> (via mail)
* Remove expired port:rene2015-04-183-11/+1
| | | | 2015-04-15 databases/php53-pdo_sqlite: security EOL reached 14 Aug 2014
* tcbasic implements a small subset of BASIC known as Tiny BASIC.pawel2015-04-184-0/+35
| | | | | | | | | | | | | | | | | It provides the following statements and commands: INPUT, PRINT, LET, GOTO, GOSUB, RETURN, IF, END, CLEAR, LIST, and RUN. Integer arithmetic is supported, and strings may be PRINTed. A built-in RND(n) function provides random numbers. The small size of the language make it easy to learn and master while providing all of the building blocks needed to develop many interesting programs. tcbasic runs on a variety of platforms and aims to be as portable as possible. WWW: https://github.com/tcort/tcbasic PR: 197938 Submitted by: Thomas Cort <linuxgeek@gmail.com>
* Remove expired ports:rene2015-04-18155-4815/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2015-04-15 databases/php53-sqlite3: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-simplexml: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-sybase_ct: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-pdo_mysql: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-ctype: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-wddx: security EOL reached 14 Aug 2014 2015-04-15 security/php53-filter: security EOL reached 14 Aug 2014 2015-04-15 ftp/php53-ftp: security EOL reached 14 Aug 2014 2015-04-15 net/php53-soap: security EOL reached 14 Aug 2014 2015-04-15 converters/php53-recode: security EOL reached 14 Aug 2014 2015-04-15 security/php53-openssl: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-dba: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-pdo_pgsql: security EOL reached 14 Aug 2014 2015-04-15 sysutils/php53-fileinfo: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-pdo_odbc: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-sqlite: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-readline: security EOL reached 14 Aug 2014 2015-04-15 mail/php53-imap: security EOL reached 14 Aug 2014 2015-04-15 sysutils/php53-posix: security EOL reached 14 Aug 2014 2015-04-15 archivers/php53-phar: security EOL reached 14 Aug 2014 2015-04-15 graphics/php53-gd: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-xsl: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-pdo_firebird: security EOL reached 14 Aug 2014 2015-04-15 devel/mingw64-binutils: Obsolete. Migrate to devel/binutils based ports 2015-04-15 devel/cross-binutils: Obsolete. Migrate to devel/binutils based ports 2015-04-15 databases/php53-pdo_dblib: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-sysvshm: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-json: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-redis: requires php53, security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-pspell: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-pgsql: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-xmlreader: security EOL reached 14 Aug 2014 2015-04-15 converters/php53-iconv: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-odbc: security EOL reached 14 Aug 2014 2015-04-15 ftp/php53-curl: security EOL reached 14 Aug 2014 2015-04-15 math/php53-gmp: security EOL reached 14 Aug 2014 2015-04-15 security/php53-mcrypt: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-shmop: security EOL reached 14 Aug 2014 2015-04-15 math/php53-bcmath: security EOL reached 14 Aug 2014 2015-04-15 security/php53-hash: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-sysvsem: security EOL reached 14 Aug 2014 2015-04-15 archivers/php53-zip: security EOL reached 14 Aug 2014 2015-04-15 graphics/php53-exif: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-gettext: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-mysql: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-xmlwriter: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-xml: security EOL reached 14 Aug 2014 2015-04-15 converters/php53-mbstring: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-sysvmsg: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-mysqli: security EOL reached 14 Aug 2014 2015-04-15 misc/php53-calendar: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-tokenizer: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-pdo: security EOL reached 14 Aug 2014 2015-04-15 net/php53-xmlrpc: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-interbase: security EOL reached 14 Aug 2014 2015-04-15 www/php53-session: security EOL reached 14 Aug 2014 2015-04-15 databases/php53-mssql: security EOL reached 14 Aug 2014 2015-04-15 www/php53-tidy: security EOL reached 14 Aug 2014 2015-04-15 archivers/php53-zlib: security EOL reached 14 Aug 2014 2015-04-15 net/php53-ldap: security EOL reached 14 Aug 2014 2015-04-15 net-mgmt/php53-snmp: security EOL reached 14 Aug 2014 2015-04-15 textproc/php53-dom: security EOL reached 14 Aug 2014 2015-04-15 devel/php53-pcntl: security EOL reached 14 Aug 2014 2015-04-15 archivers/php53-bz2: security EOL reached 14 Aug 2014 2015-04-15 net/php53-sockets: security EOL reached 14 Aug 2014 2015-04-15 lang/php53: security EOL reached 14 Aug 2014 2015-04-15 devel/pecl-uuid: requires php53, security EOL reached 14 Aug 2014 2015-04-15 lang/php53-extensions: security EOL reached 14 Aug 2014 2015-04-15 german/pecl-konto_check: requires php53, security EOL reached 14 Aug 2014 2015-04-17 www/moodle26: Deprecated by upstream, use www/moodle2{7,8} instead
* Update to experimental-20150409antoine2015-04-182-7/+6
|
* Update to alpha-20150413antoine2015-04-182-5/+5
|
* Properly set the data directory.jkim2015-04-181-2/+3
|
* - Add CPE infoamdmi32015-04-181-1/+1
| | | | Approved by: portmgr blanket
* - Update to 1.4204sunpoet2015-04-182-4/+8
| | | | Changes: http://search.cpan.org/dist/CGI-Cache/CHANGES
* - Update to 1.0sunpoet2015-04-182-5/+6
| | | | Changes: http://search.cpan.org/dist/PDF-WebKit/Changes
* - Update to 2.1404sunpoet2015-04-183-5/+9
| | | | Changes: http://search.cpan.org/dist/Moose/Changes
* - Update to 0.28sunpoet2015-04-183-7/+8
| | | | | | | - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/Class-C3/Changes
* - Update to 0.003001sunpoet2015-04-183-9/+14
| | | | | | | - Add LICENSE - Sort *_DEPENDS Changes: http://search.cpan.org/dist/DBIx-Class-Candy/Changes
* - Update to 0.52sunpoet2015-04-183-7/+6
| | | | | | - Regenerate patch file Changes: http://search.cpan.org/dist/DBD-ODBC/Changes
* - Update to 0.091sunpoet2015-04-182-3/+3
| | | | Changes: http://search.cpan.org/dist/Astro-SpaceTrack/Changes
* - Update to 1.330sunpoet2015-04-182-5/+7
| | | | Changes: http://search.cpan.org/dist/App-GitGot/Changes
* - Update to 2.001003sunpoet2015-04-182-3/+5
| | | | Changes: http://search.cpan.org/dist/GeoIP2/Changes
* - Update to 2.73sunpoet2015-04-182-3/+3
| | | | Changes: http://search.cpan.org/dist/Encode/Changes
* - Add LICENSEsunpoet2015-04-181-0/+3
| | | | | PR: 199492 Submitted by: Chris Petrik <chris@bsdjunk.com> (co-maintainer)
* x11-fm/worker: Unbreak DragonFly after previous commitmarino2015-04-181-0/+2
| | | | | | | AVFS doesn't build on DragonFly, so setting the option on by default broke the port. Approved by: blanket
* graphics/darktable: Fix bug with preferences when built with Clang 3.6dumbbell2015-04-182-0/+14
| | | | | | | | | | The patch was committed upstream. The commit message has a detailed explanation: https://github.com/darktable-org/darktable/commit/9d77a28e54f8bc19592a170b1e4b9cf083f7b5a3 Differential Revision: https://reviews.freebsd.org/D2308 Reviewed by: kwm Approved by: kwm
* mail/roundcube: add CPE inforobak2015-04-181-0/+4
| | | | | | PR: 199332 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Approved by: portmgr blanket
* devel/rubygem-gitlab_meta: add CPE inforobak2015-04-171-0/+3
| | | | | | PR: 199331 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Approved by: portmgr blanket
* - Add CPE infoamdmi32015-04-171-0/+2
| | | | | | - Add LICENSE_FILE Approved by: portmgr blanket
* - Add CPE infoamdmi32015-04-171-1/+2
| | | | Approved by: portmgr blanket
* - Fix build on 10.x and 11.xamdmi32015-04-171-3/+7
|
* - Update to 2.7.4.stephen2015-04-173-3/+23
|
* - Add CPE informationjbeich2015-04-171-1/+4
| | | | | | | - Require openmp-capable compiler for OPENMP PR: 199497 Approved by: Torsten Zühlsdorff (maintainer)
* Specify library version when depending on libpolarssl and switch ports totijl2015-04-175-5/+5
| | | | PolarSSL 1.3 when they fail to build with 1.2.
* graphics/evas_generic_loaders-raw: Set environment when buildingmarino2015-04-171-2/+2
| | | | | | While here, change ${MAKE} to ${MAKE_CMD} for build targets. Approved by: Just fix it
* - Install manual page [1]vsevolod2015-04-171-1/+10
| | | | | | - Try to fix openssl port dependency Submitted by: Anton Juzhaninov via private email [1]
* [NEW] www/py-hyper: HTTP/2 Client for Pythonkoobs2015-04-174-0/+39
| | | | | | | | | | | | | | HTTP is changing under our feet. HTTP/1.1, our old friend, is being supplemented by the brand new HTTP/2 standard. HTTP/2 provides many benefits: improved speed, lower bandwidth usage, better connection management, and more. hyper supports the final draft of the HTTP/2 specification: additionally, it provides support for drafts 14, 15, and 16 of the HTTP/2 specification. It also supports the final draft of the HPACK specification WWW: https://hyper.readthedocs.org
* Add LDAP optiontijl2015-04-171-1/+5
|
* - Improve previous patchamdmi32015-04-171-8/+4
| | | | | Suggested by: marino Approved by: culot (maintainer)
* - Add LICENSE_FILEamdmi32015-04-171-1/+4
| | | | | | - Add CPE info Approved by: portmgr blanket
* - Add CPE infoamdmi32015-04-171-1/+1
| | | | Approved by: portmgr blanket
* - Add CPE infoamdmi32015-04-171-1/+1
| | | | Approved by: portmgr blanket
* - Add CPE infoamdmi32015-04-171-1/+2
| | | | Approved by: portmgr blanket
* www/linux-{c6,f10}-flashplugin11: Update to 11.2r202.457xmj2015-04-172-6/+5
| | | | | | | | - Update to 11.2r202.457 Spotted by: kwm MFH: 2015Q2 Security: 3364d497-e4e6-11e4-a265-c485083ca99c
* Create a separate port for the Mediastreamer plugin in audio/bcg729tijl2015-04-1712-53/+53
| | | | Approved by: madpilot
* Pass maintainership to enlightenment@.olgeni2015-04-172-2/+2
|
* Register Flash vulnerabilities.xmj2015-04-171-0/+91
| | | | Affected: www/linux-*-flashplugin11.
* New port multimedia/msx264: Mediastreamer plugin for H264 encoding usingtijl2015-04-175-0/+31
| | | | libx264
* The IPv6 regression has been fixed in net/quagga, remove this.mat2015-04-1714-622/+1
| | | | Sponsored by: Absolight
* Fix ipv6 on 8 and possibly 9.mat2015-04-172-1/+30
| | | | | Obtained from: http://git.savannah.gnu.org/gitweb/?p=quagga.git;a=patch;h=3e07588e6c2d11464b458cef3965ae31b5f99181 Sponsored by: Absolight
* - Update to 1.12.2jbeich2015-04-172-3/+3
| | | | | | | | Changes: http://forums.wesnoth.org/viewtopic.php?t=41870 PR: 199414 Submitted by: Torsten Zühlsdorff (maintainer) MFH: 2015Q2 Security: https://vuxml.freebsd.org/freebsd/ba326a36-5f02-452d-a215-31e7b06d5edf.html
* Document Wesnoth vulnerability. CVE-2015-0844jbeich2015-04-171-0/+29
| | | | PR: 199414
* math/coinmp: 1.8.0 -> 1.8.1pi2015-04-176-30/+31
| | | | | | | - Minor fixes PR: 199430 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
* Fix build after r384096 (hiding of _LIBICONV_VERSION)tijl2015-04-171-1/+1
| | | | Reported by: antoine
* Depend on PolarSSL 1.3tijl2015-04-171-2/+4
| | | | Reported by: antoine
* Backout r384095 for breaking databases/tcl-sqlite3jbeich2015-04-172-4/+6
| | | | | | | | | | | | | PACKAGE_VERSION is 3.8.9, not 3.8.9.0. tcl-sqlite3 uses it for naming shared library. Also saved in pkg-config --modversion. Bump PORTREVISION to make sure both ports are on the same PORTVERSION. PR: 199312 PR: 199313 Reported by: pkg-fallout Requested by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) Pointy hat: jbeich
* www/geeknote: Update to 0.2a (7ea2255)koobs2015-04-172-5/+6
| | | | | | | | | | | | | | - Update to 7ea2255 (Fixes Login bug [1]) - No longer need dos2unix - Deprecate GH_COMMIT Note: It would be really nice if upstream started 'releasing', or at least incrementing versions & uploading to PyPi [1] [1] https://github.com/VitaliyRodnenko/geeknote/issues/269 [2] https://github.com/VitaliyRodnenko/geeknote/issues/212 Reported by: Sergiy Mikhailushko <ooomka yandex ru> (via email)
* - Update to 2.2.1.stephen2015-04-172-3/+3
|
* updated to latest development version:daichi2015-04-174-22/+11
| | | | | | | | - changed the PORTVERSION style from using revision to a date checked out because the version managament system of gyp was changed from subversion to git. Reviewed by: thierry
* mail/gnarwl: Try again to make this port jobs safemarino2015-04-171-1/+9
| | | | | | My previous attempt at making this jobs safe wasn't entirely succesful. It was still deleting the generating files and deleting them in a race. This updated patch should fix that.
* Update to 4.10.2bapt2015-04-172-3/+3
|
* ports-mgmt/pkg-devel: Regenerate EXTRA_PATCHES (unbreaks DragonFly)marino2015-04-171-6/+6
| | | | | | | The patch target will fail if EXTRA_PATCHES is defined, but it is only defined on DragonFly (change is no-op for FreeBSD) Approved by: Just fix it
* over to enlightenment@bapt2015-04-172-2/+2
|
* over to enlightenment@bapt2015-04-171-1/+1
|
* Over to the enlightement teambapt2015-04-1735-35/+35
| | | | Submitted by: Chris Petrik (via irc)
* Over to new maintainerbapt2015-04-172-2/+2
|
* Back to the pool.gblach2015-04-1770-70/+70
| | | | | Currently and in near future I don't have time to be responsible for any port.
* Update WWW linkstijl2015-04-175-5/+5
|
* New port multimedia/msopenh264:tijl2015-04-176-0/+39
| | | | H264 encoder/decoder plugin for Mediastreamer based on OpenH264
* Update Mediastreamer plugin for iLBC support to version 2.1.1tijl2015-04-172-4/+3
|
* Drop maintainership now that Linphone no longer depends on ittijl2015-04-171-1/+1
|
* Updade 2.9.3 --> 2.9.4cy2015-04-172-3/+3
|
* net/tcpkali: Update version 0.4.2=>0.5bofh2015-04-172-4/+3
| | | | | PR: 199481 Submitted by: neel@neelc.org
* - Updates to the Linphone stack: Belle-sip 1.4.0, oRTP 0.24.1,tijl2015-04-1723-121/+172
| | | | | | | | | | | | | | | Mediastreamer 2.11.1, Linphone 3.8.1 - Switch to PolarSSL 1.3.x to enable instant messaging encryption - SRTP/ZRTP support has been moved from oRTP to Mediastreamer Notable enhancements in this release: - Fullscreen mode - Hang up button in the video window - Wizard for audio/video settings - Arabic translation - Support RTP/AVPF (RFC4585) with VP8 codec: this feature allows transmission error recovery for video, which greatly enhances the video quality over unreliable links
* - Update to 20150416jbeich2015-04-172-3/+3
| | | | | PR: 199415 Submitted by: Nikolai Lifanov (maintainer, based on)
* Fix build with GCC on recent head kernel by disabling PCH for GCCantoine2015-04-161-1/+2
| | | | With hat: portmgr
* Update to 1.5.1bapt2015-04-162-3/+3
| | | | | | | Changes: - Fix pkg ssh:// - Fix a missing '\n' in pkg audit - Fix compat at functions to not mess up with cwd
* Update to 1.5.99.1bapt2015-04-162-3/+3
| | | | | | | Changes: - Fix pkg ssh:// - Fix a missing '\n' in pkg audit - Fix compat at functions to not mess up with cwd
* Fix building against LibreSSLfeld2015-04-161-0/+10
| | | | | | Upstream is accepting this change and it will land in the next release. PR: 198387
* - Set variables with libexecinfo preprocessor and linker flagsamdmi32015-04-161-1/+11
| | | | | | Differential Revision: D2298 Reviewed by: portmgr (bapt) Approved by: portmgr (bapt)
* Update to version 2.4.2skreuzer2015-04-162-3/+3
|
* - Add LICENSEamdmi32015-04-161-1/+5
| | | | | | - Add CPE info Approved by: portmgr blanket
* - Add CPE infoamdmi32015-04-161-1/+1
| | | | Approved by: portmgr blanket
* Add patches to fix Strongswan Management Protocolfeld2015-04-164-5/+29
| | | | | | | | | | | | SMP is an XML control interface for Strongswan used by pfSense and Opnsense. SMP has been deprecated by upstream since 5.2.0 in favor of a newer IPC mechanism called VICI. As a result upstream is not motivated to take patches for SMP, and this uses non-portable strlcpy anyway. The code has not been deleted from the project and if we can bludgeon it into a working state I see no harm. PR: 199442
* - Update to 6.6.stephen2015-04-163-4/+15
|
* bye lua@bapt2015-04-161-2/+2
|
* Disbanding lua@ which was anyway not a team for a whilebapt2015-04-168-8/+8
| | | | I have no time left to work on lua at all for now
* Perl 5.21.1 has the same Encode, so trim the script installed by this and itsmat2015-04-162-3/+10
| | | | | | man page. Sponsored by: Absolight
* Add lang/perl5-devel, which will be the one from which the lang/perl5.xx portsmat2015-04-1620-4/+2908
| | | | | | | | will come from, from now on. Please, only use the -devel port for testing, not for production purposes. Sponsored by: Absolight
* - Add a patch to fix heap overflowgarga2015-04-162-0/+42
| | | | | | | | - Bump PORTREVISION Obtained from: https://github.com/the-tcpdump-group/tcpdump/issues/446 MFH: 2015Q2 Security: CVE-2015-3138
* - Modernize OPTIONSgarga2015-04-161-39/+13
| | | | - Remove old CONFIGURE_ARGS that are now invalid
* Fix build with GCC on recent head kernel by disabling PCH for GCCantoine2015-04-161-1/+9
| | | | With hat: portmgr
* Update to 4.1.2erwin2015-04-162-3/+3
| | | | | | | | | - Logging improvements - Zone parser bug fixes - Integer overflow bug fixes PR: 199462 Submitted by: Jaap Akkerhuis <jaap@nlnetlabs.nl> (maintainer)
* Hide _LIBICONV_VERSION when LIBICONV_PLUG is defined.tijl2015-04-163-7/+18
| | | | | | | | | | This fixes building devel/gettext-runtime with gcc from lang/gcc*. With base system compiler gettext includes /usr/include/iconv.h but lang/gcc* implies -I/usr/local/include and gettext calls libiconv_set_relocation_prefix when it sees _LIBICONV_VERSION which isn't implemented (and isn't needed) by libc iconv. Reported by: Dewayne Geraghty <dewayne.geraghty@heuristicsystems.com.au>
* Revert DISTNAME change by using proper PORTVERSIONjbeich2015-04-162-4/+4
| | | | | | | | | $ pkg version --test-version 3.8.9 3.8.9.0 = PR: 199312 (fixup) PR: 199313 (fixup) Submitted by: mat
* www/py-werkzeug: update 0.10.1 -> 0.10.4robak2015-04-162-3/+3
| | | | | | PR: 198929 Submitted by: Olivier Duchateau <olivierd@FreeBSD.org> Approved by: maintainer (moggie@elasticmind.net, timeout 21 days)
* archivers/bzip2: add CPE inforobak2015-04-161-0/+2
| | | | | | PR: 199369 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Approved by: portmgr blanket
* Bump after opencv pkg-config fix, so we actualy link agains opencv now.kwm2015-04-162-2/+2
|
* Add patch from debian to fix the installed pkg-config files.kwm2015-04-163-2/+52
| | | | | | | | This allows the gstreamer plugin to actualy link to the needed opencv libraries. PR: 196021 Approved by: maintainer timeout (4 months) Obtained from: debian
* irc/bitchx: add CPE inforobak2015-04-161-1/+1
| | | | | | PR: 199375 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Approved by: portmgr blanket
* The _DISABLE used by the zsh option doesn't exist, change it to _OFF [1]kwm2015-04-162-3/+5
| | | | | | Fix plist when the ALSA option is enabled. [2] Submitted by: jbeich@ [1], Barbara Guida <barbara.freebsd@gmail.com> [2]
* irc/bip: add CPE inforobak2015-04-161-1/+2
| | | | | | PR: 199373 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Approved by: portmgr blanket
* Bump PORTREVISION after r384038 because it added patches for headers thattijl2015-04-162-1/+2
| | | | | | | are installed. PR: 199473 Submitted by: smh
* Update to version 3.8.9jbeich2015-04-164-8/+8
| | | | | | | | Changes: https://sqlite.org/releaselog/3_8_9.html ACC report: http://upstream-tracker.org/compat_reports/sqlite/3080803_to_3080900/abi_compat_report.html PR: 199312 PR: 199313 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
* - Add CPE infoamdmi32015-04-161-1/+1
| | | | Approved by: portmgr blanket
* - Add CPE infoamdmi32015-04-161-1/+3
| | | | Approved by: portmgr blanket
* - Add CPE infoamdmi32015-04-161-1/+1
| | | | Approved by: portmgr blanket
* - Add LICENSEamdmi32015-04-163-5/+32
| | | | | | - Fix install wrt PREFIX/LOCALBASE - Fix build on >= 10.0 - Strip library
* - Add distfile mirroramdmi32015-04-161-1/+2
|
* - Add CPE infoamdmi32015-04-161-1/+3
| | | | Approved by: portmgr blanket
* - Add LICENSE_FILEamdmi32015-04-161-1/+2
| | | | | | - Add CPE info Approved by: portmgr blanket
* - Add CPE infoamdmi32015-04-161-1/+1
| | | | Approved by: portmgr blanket
* Fix build with GCC on recent head kernel by disabling PCH for GCCantoine2015-04-161-2/+9
| | | | With hat: portmgr
* Fix build with GCC on recent head kernel by disabling PCH for GCCantoine2015-04-161-2/+9
| | | | With hat: portmgr
* Upgrade to 1.6.2.thierry2015-04-164-17/+5
| | | | Changelog at <https://sourceforge.net/projects/cimg/files/#readme>.
* Update pulseaudio to 6.0 [1].kwm2015-04-169-175/+126
| | | | | | | | | | | | * Correct some paths in the default config file (default.pa). [1] * Add run depend freedesktop-sound-theme since pulse tries to run these files. * Add a small patch to allow 24bit audio formats, it not clear why this is disabled by default. [2] * Add pkg-message with instructions how to set input/output channel. * The kde start script was merged into the normal x11 start script. PR: 198567 [1], [2] Submitted by: olivierd@ [1], romain@ [2]
* - Update to 3.2.5.7amdmi32015-04-162-3/+3
| | | | | | PR: 199455 Submitted by: bradleythughes@fastmail.fm Approved by: mom040267@gmail.com (maintainer)
* Fix ICONV option after r384038tijl2015-04-161-0/+1
| | | | Reported by: glebius
* - Add another BROKEN conditionamdmi32015-04-161-0/+2
|
* - Add CPE infoamdmi32015-04-161-1/+3
| | | | Approved by: portmgr blanket
* New port security/libbzrtp:tijl2015-04-165-0/+36
| | | | | | An implementation of ZRTP by Belledonne Communications (Linphone). ZRTP (RFC 6189) is a media path key agreement protocol for unicast secure RTP.
* Update to 318ehaupt2015-04-162-3/+3
|
* Fix building on i386skreuzer2015-04-162-2/+14
| | | | | PR: 199393 Submitted by: ppp15478@ribbon.or.jp
* - Install INFO docs again as they're more complete [1]jbeich2015-04-164-28/+30
| | | | | | | | | - Drop BROKEN: builds fine on 8.4R i386/amd64 - Checking "no" value is only required for MK_ variables - Convert to option helpers - Clarify LICENSE allows any later version PR: 191548 [1]
* - Add CPE infoamdmi32015-04-161-1/+2
| | | | Approved by: portmgr blanket
* - Update to 1.609lwhsu2015-04-162-3/+3
|
* Improve the OSVERSION==UNAME_r validation from r369644 by skipping itbdrewery2015-04-161-0/+3
| | | | | | | | | | | | | | | | | | | if OSVERSION is specified on the cmdline. This makes testing simpler. This only works for bmake. # make -V CONFIGURE_LIBS -lnew_release # make -V CONFIGURE_LIBS OSVERSION=800000 -lolder_release # env OSVERSION=800000 make -V CONFIGURE_LIBS make: "/root/svn/ports/Mk/bsd.port.mk" line 1182: UNAME_r (11.0-CURRENT) and OSVERSION (800000) do not agree on major version number. # echo OSVERSION=800000 >> /etc/make.conf # make -V CONFIGURE_LIBS make: "/root/svn/ports/Mk/bsd.port.mk" line 1182: UNAME_r (11.0-CURRENT) and OSVERSION (800000) do not agree on major version number. Reported by: danfe With hat: portmgr
* The CATEGORY warning should be dev-only.bdrewery2015-04-151-1/+1
| | | | | PR: 199464 Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru>
* Rework change from r383665 for CATEGORY validation so it does not show abdrewery2015-04-151-1/+1
| | | | | | | | warning when PORTSDIR is set to a directory that is symlinked to the real ports directory. Reported by: smh With hat: portmgr
* - Track makeinfo(1) dependency in order to regen patched INFO docs onjbeich2015-04-152-2/+24
| | | | | | | | 11.0-CURRENT which lacks /usr/bin/makeinfo since base r276551 - Unbreak build against print/texinfo [1] Obtained from: Debian [1] Approved by: portmgr blanket
* Fix build with GCC with recent head kernel by disabling PCH for GCC.bdrewery2015-04-152-1/+11
| | | | | | | | | | | | | | The case for this is a recent head kernel building an older branch that uses GCC in a jail. This is discussed at https://lists.freebsd.org/pipermail/svn-src-all/2015-March/101722.html It may be possible to fix GCC to do the right thing with mmap(2) but it would not be simple to make ports use a fixed GCC on older releases and without needlessly building a ports compiler when the system one would otherwise be fine without PCH. With hat: portmgr
* - Update to 3.2danilo2015-04-152-9/+5
| | | | - Remove options (reload-browser removed from tarball)
* - Update to 5.000.1danilo2015-04-153-5/+19
|
* - Update to 2.4.1danilo2015-04-152-3/+3
|
* - Fix build on < 10.xamdmi32015-04-152-1/+7
| | | | | | - Respect CC Approved by: portmgr blanket
* Only add the PKGINSTALL/DEINSTALL on 8.4. While there, move a few thingsmat2015-04-152-26/+27
| | | | | | before port.pre.mk that had no place after it. Sponsored by: Absolight
* The canonical place to look for Perl is that directorymat2015-04-153-3/+3
| | | | | | That's what http://cpan.metacpan.org/src/ says anyway. Sponsored by: Absolight
* - Add LICENSE_FILEamdmi32015-04-151-1/+4
| | | | - Add CPE info
* - Add LICENSE_FILEamdmi32015-04-151-1/+2
| | | | - Add CPE info
* - Fix LICENSEamdmi32015-04-151-2/+5
| | | | | - Add LICENSE_FILE - Add CPE info
* - Add CPE infoamdmi32015-04-151-1/+3
| | | | Approved by: portmgr blanket
* Add CVE information to all Horde applicationsmm2015-04-1516-16/+18
| | | | PR: 199368
* ftp/horde-gollem: revert the CPE info commit due to mm@ disapprovalrobak2015-04-151-4/+1
| | | | | PR: 199368 Approved by: mm
* Use "horde" as default CPE vendor for all horde applicationsmm2015-04-151-0/+2
|
* ftp/horde-gollem: add CPE inforobak2015-04-151-1/+4
| | | | | | PR: 199368 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Approved by: portmgr blanket
* security/sudo: add CPE inforobak2015-04-151-1/+2
| | | | | | PR: 199367 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Approved by: portmgr blanket
* archivers/unzoo: add CPE inforobak2015-04-151-0/+1
| | | | | | PR: 199398 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Approved by: portmgr blanket
* Previous commit missed plist changes due to a mistake on my part.madpilot2015-04-151-13/+13
| | | | | PR: 199456 Submitted by: Ting-Wei Lan <lantw44@gmail.com>
* converters/libiconv:tijl2015-04-15147-4302/+1254
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* - Add CPE infoamdmi32015-04-151-0/+1
| | | | Approved by: portmgr blanket
* - Add LICENSE_FILEamdmi32015-04-151-1/+2
| | | | | | - Add CPE info Approved by: portmgr blanket
* - Add CPE infoamdmi32015-04-151-1/+1
| | | | Approved by: portmgr blanket
* - Add CPE infoamdmi32015-04-151-1/+1
| | | | Approved by: portmgr blanket
* Fix /usr/local/etc/man.d appearing as a leftover since ~pkg 1.3.8.bdrewery2015-04-151-0/+1
| | | | | Not bumping PORTREVISION as this is not worth shaking up qmail installations over.
* Update arping to 2.15.gavin2015-04-152-3/+3
|
* Only use -fPIC, when compiling shared objects, not static ones.mi2015-04-152-3/+35
| | | | | Implement regression-check target (also known under other aliases) using upstream's self-tests.
* Update to 0.9.8.lx2015-04-152-3/+3
|
* Update to 0.5.5bapt2015-04-152-3/+3
|
* ports-mgmt/pkg: Regenerate EXTRA_PATCHES (unbreaks DragonFly)marino2015-04-151-6/+6
| | | | | | | The patch target will fail if EXTRA_PATCHES is defined, but it is only defined on DragonFly (change is no-op for FreeBSD) Approved by: Just fix it
* Let WITH_CCACHE_BUILD work on the pkg port that is not PKG_ORIGIN.bdrewery2015-04-153-8/+2
| | | | | For example, if ports-mgmt/pkg is PKG_ORIGIN then it is safe to use ccache for ports-mgmt/pkg-devel.
* - Update girara to 0.2.4madpilot2015-04-159-9/+13
| | | | - Chase shlib version bump
* Upgrade from 2.3.2 to 2.3.3. Define LICENSE.mi2015-04-152-4/+6
|
* Upgrade from 1.7 to 1.8. While here, please portlint and unroll somemi2015-04-152-21/+13
| | | | loops in Makefile.
* Bump after upgrade of pkgbapt2015-04-151-1/+1
|
* Update to 1.5.0bapt2015-04-153-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since pkg 1.4.0: - Initial provides/requires support - Lots of new regression tests have been added - Initial support for OS X - Initial support for NetBSD/EdgeBSD - Update most of the bundled third party software has been updated to their latest version - Improve the messages reported by pkg - Properly support file flags - Implement argument support for custom keywords - Extend setting credential via plist to allow to set file flags - Make credential syntax via plist more flexible allow to only defines the first - pkg updating now supports case insensitive matching - pkg create now support a verbose mode - Add an option to change the default on question, until now the default answer was "No" with that option set it would be "Yes" - Lots of fixes to pkg audit -r - Global memory usage reduction and speed up - Improvements and cleanup on pkg alias - pkg annotate --show --all has been fixed - Make pkg.h C++ friendly - Lots of improvements in the solver - Lots of fixes on 32 bits platforms - Add support for: pkg create -M ./plop.ucl -p ./plop.plist - New pkg -r <rootdir> that will install in the given rootdir without chrooting - Export PKG_ROOTDIR to scripts allow to make them as portable as possible - Stop trying to remove all installed package with the argument of pkg delete is a local file - Be more explicit about why the solver it going to reinstall, remove or upgrade (when possible) - Plenty of bug fixes - Plenty of new bugs - pkg shlibs now support -q - pkg lock gained a new --has-locked-packages option - pkg now resumes fetch if possible - CONSERVATIVE_UPGRADE is now on by default - pkg alias now have a -l argument to list aliases - A sample pkg.conf is now installed with a bunch of aliases set by default - Fix the backup script to properly export an sql which will be importable via pkg shell and/or sqlite out of box Thanks to all testers and contributors,
* - Update to 0.80sunpoet2015-04-154-40/+33
| | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/Net-Amazon-S3/CHANGES
* - Sort *_DEPENDSsunpoet2015-04-152-413/+413
| | | | - Sort PLIST
* Update to 1.5.99.0 aka (1.5.0 but from master branch)bapt2015-04-152-3/+3
| | | | | | | | | Changes: - Fix pkg query -e "%#0" - Add some test for pkg query - Add some tests for pkg repo - pkg repo now follows symlinks and skip Latest - Bunch of documentation updates
* - Add p5-VM-EC2-Security-CredentialCache 0.21sunpoet2015-04-155-0/+34
| | | | | | | | | This module provides a cache for an EC2's IAM credentials represented by VM::EC2::Security::Credentials. Rather than retriving the credentials for every possible call that uses them, cache them until they expire and retreive them again if they have expired. WWW: http://search.cpan.org/dist/VM-EC2-Security-CredentialCache/
* - Add p5-VM-EC2 1.28sunpoet2015-04-155-0/+399
| | | | | | | | | | | | | | This is an interface to Amazon AWS API. It was written provide access to the new tag and metadata interface that is not currently supported by Net::Amazon::EC2, as well as to provide developers with an extension mechanism for the API. This library will also support the Open Stack open source cloud. The main interface is the VM::EC2 object, which provides methods for interrogating the Amazon EC2, launching instances, and managing instance lifecycle. These methods return major object classes which act as specialized interfaces to AWS. WWW: http://search.cpan.org/dist/VM-EC2/
* - Update to 5.1.9sunpoet2015-04-152-3/+3
| | | | Changes: https://github.com/ai/autoprefixer-rails/blob/master/ChangeLog.md
* - Add p5-AnyEvent-CacheDNS 0.08sunpoet2015-04-155-0/+31
| | | | | | | AnyEvent::CacheDNS provides a very simple DNS resolver that caches its results and can improve the connection times to remote hosts. WWW: http://search.cpan.org/dist/AnyEvent-CacheDNS/
* - Update to 1.011sunpoet2015-04-152-3/+4
| | | | Changes: http://search.cpan.org/dist/Authen-SASL-SASLprep/Changes
* Reset WWW-link to PECL, because the original page(s) no longer exist.mi2015-04-151-1/+1
|
* Add hunks to allow compiling with php-5.4 and (hopefully) newer. Fixmi2015-04-152-25/+192
| | | | | | compile warnings (except those about deprecations). Unbreak and uncondemn.
* Update to 0.9.14.delphij2015-04-154-18/+28
|
* - Update MASTER_SITES and unbreak this portsunpoet2015-04-151-3/+1
| | | | Approved by: portmgr (blanket)
* - Update to version 5.0.1pawel2015-04-153-9/+27
| | | | | | - Use LDFLAGS for linker flags Chamgelog: http://homebank.free.fr/ChangeLog
* Replace the TTSH patch from r383618 with the one that upstream took.bdrewery2015-04-152-21/+52
| | | | Obtained from upstream d8f391caef623
* www/squid: 3.4.12 -> 3.5.3pi2015-04-1512-206/+298
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As it is written on http://www.squid-cache.org/Versions/ for 3.4.x versions: they are no longer intended for general use in new installations. So this is a big upgrade. Changes to squid-3.5.3 (28 Mar 2015): - Regression Bug 4213: negotiate_kerberos_auth: freeing non-dynamic memory - Regression Bug 4206: Incorrect connection close on expect:100-continue - Bug 4204: ./configure does not abort when required helpers cannot be built - Bug 3805: support shared memory on MacOS X in Mem::IPC::Segment - Bug 2907: high CPU usage on CONNECT when using delay pools - basic_getpwnam_auth: fail authentication on crypt() failures - basic_nis_auth: fail authentication on crypt() failures - ext_kerberos_ldap_group_acl: Heimdal support improvements - ext_wbinfo_group_acl: Perl 5.20 support - ... and several compile issues Changes to squid-3.5.2 (18 Feb 2015): - Regression Bug 4176: Digest auth too many helper lookups - Regression Bug 4180: not-fully-initialized data member in ACLUserData - Bug 4172: Solaris broken krb5-config - Bug 4073: Cygwin compile errors - Bug 3919: remove several never-true / never-false comparisons - HTTPS: Add missing root CAs when validating chains that passed internal checks - Fix some cbdataFree related memory leaks - Quieten CBDATA 'leak' messages - Set SNI information in transparent bumping mode - negotiate_kerberos_auth: fix krb5.conf backward compatibility - Fix memory leaks in cachemgr.cgi URL parser - Fix sslproxy_options in peek-and-splice mode - ... and fix several portability and build issues - ... and some documentation updates - ... and all fixes from squid 3.4.11 Changes to squid-3.5.1 (13 Jan 2015): - Fix handling of invalid SSL server certificates when splicing connections - basic_smb_lm_auth: Simplified MSNT basic auth helper - squidclient: Fix -A and -P options - ... and several portability fixes - ... and all fixes from squid 3.4.11 - ... and a lot of documentation updates Changes to squid-3.5.0.4 (21 Dec 2014): - Bug 3826: pt 2: Provide a systemd .service file for Squid - Support http_access denials of SslBump "peeked" connections. - Fix DONT_VERIFY_DOMAIN ssl flag - Fix peek-and-splice mode: certificate validation for domain mismatched errors - negotiate_kerberos_auth: MEMORY keytab and replay cache support - ... and some documentation updates - ... and a large amount of code polishing (non-logic changes) Changes to squid-3.5.0.3 (09 Dec 2014): - Bug 4146: workaround SSL Bump crash on Linux - Bug 4135: Support \-escaped characters in regex patterns - Bug 4131: SIGSEGV at store.cc:962 content_length > store_maxobjsize - Fix delay_parameters parsing - HTTP/2: handle 'PRI' method found in HTTP/1.x traffic - ... and all changes from squid 3.4.10 - ... and a lot of documentation updates Changes to squid-3.5.0.2 (31 Oct 2014): - Fix FTP socket opening during reconfigure - ... and all changes from 3.4.9 - ... and some build errors in rarely used code - ... and several documentation updates Changes to squid-3.5.0.1 (17 Oct 2014): - Port from 2.7: redirector and logging urlgroup feature - Bug 4093: source-maintenance.sh bad perl -i option - Bug 3608: per-service name for workers UDS sockets - Bug 2554: 32-bit wrap in AUFS counters - Bug 1961 pt1: URL handling redesign - Bug 1202 pt1: documentation for refresh_pattern algorithms - Update Squid boilerplate copyright/license - Update the http(s)_port directives protocol= parameter - Update forward_max_tries to permit 25 server paths - Update Kerberos library detection and build options - Support ACLs on ftp_epsv directive - Support >32KB objects in cache_dir rock storage - Support client connection annotation by helpers via clt_conn_tag=TAG - Support native FTP Relay - Support libgnugss Kerberos library - Support libecap v1.0 - Support SSL Peek and Splice feature - Support receiving PROXY protocol version 1 and 2 - Replace --enable-ssl build option with --with-openssl - Enable -n service name command line option for all Squid builds - Enable ICAP client by default - Fix configuration file parsing bugs, related to quoted strings - Fix Windows MinGW build errors - Fix multiple TCP outgoing TOS/DiffServ bugs - Fix Cygwin /etc/resolv.conf parsing - Fix crash when sending %ssl::cert_subject to external ACL w/o certificate - Fix crash reading malformed config files - Send selected SSL version and cipher to the certificate validation helper - Validate server certificates without bumping - Add zero-copy string buffer support - Add automated squid.conf parser testing with squid -k parse - Add adaptation_service ACL - Add logformat code %tS to log transaction start time - Add logformat code %>rd to log client URL domain name - Add key_extras to proxy authentication - Add url_rewrite_extras and store_id_extras directives - Add send_hit and store_miss directives - Add collapsed_forwarding directive - Add sslproxy_cert_sign_hash directive - Add SMP SSL session cache - Add cache_peer standby connections - Add helper ext_delayer_acl - Add TCP_TUNNEL log code for CONNECT tunnels which are not SSL-bumped - Add BUILDCXX and BUILDCXXFLAGS configure options for cross-compile - Remove COSS storage in favour of Rock storage - Remove dnsserver and external DNS helper API in favour of mDNS - Remove broken mallinfo() accounting and memory tracing - Remove hierarchy_stoplist in favour of always_direct - Deprecate tag ACL type in favour of note ACL type - Deprecate urlgroup feature in favour of note ACL type - HTTP/1.1: method names are case-sensitive - HTTP/1.1: register new headers from RFC 723x - squidclient: polish and update help display - squidclient: support TLS with GnuTLS 3.1.5+ - squidclient: support verbosity levels - squidclient: --ping mode module support - url_fake_rewrite: support concurrency - storeid_file_rewrite: support concurrency - digest_file_auth: support concurrency - digest_edirectory_auth: support concurrency - digest_ldap_auth: support concurrency - ... and many error page translation updates - ... and much code cleanup and polishing PR: 198089 Submitted by: Pavel Timofeev <timp87@gmail.com> Tested by: John Marshall <john.marshall@riverwillow.com.au>
* Remove the hunk replacing the original argument-parsing. Though themi2015-04-151-44/+2
| | | | old code is ugly, it is correct and replacement is thus not warranted.
* The armv6 support added in r376350 requires USES=compiler. It works finebdrewery2015-04-141-1/+1
| | | | | on 10 and head since bsd.own.mk includes bsd.compiler.mk. This is not the case on older releases though.
* Varnish 3.0 is officially end of lifefeld2015-04-141-0/+1
| | | | https://www.varnish-cache.org/lists/pipermail/varnish-announce/2015-April/000702.html
* - Add CPE infoamdmi32015-04-141-1/+1
| | | | Approved by: portmgr blanket
* - Add LICENSE_FILEamdmi32015-04-141-1/+3
| | | | | | - Add CPE info Approved by: portmgr blanket
* Fix configure with modern Perl.mat2015-04-141-0/+12
| | | | Sponsored by: Absolight
* Update to 1.50, fixing it with Perl 5.21.7+mat2015-04-142-5/+4
| | | | | | | Pass maintainership to perl@ Approved by: tobez (maintainer, implicit) Sponsored by: Absolight
* Fix build with Perl 5.21.6+mat2015-04-141-0/+25
| | | | | Obtained from: https://code.google.com/p/perl-compiler/source/detail?r=86223007f5b2e947c81ee2ccbc350d49c000d3c8 Sponsored by: Absolight
* Fix some glib schema issues.kwm2015-04-1413-13/+25
| | | | | | | | | | | The schemas should be listed in GLIB_SCHEMAS instead of in the plist so the glib schema database can be updated on installed/removal of the package. This updating is done by the GLIB_SCHEMAS macro. Make shotwell not run glib-compile-schemas in the stagedir, this has no effect. Additional this generates the share/glib-2.0/schemas/gschemas.compiled file. This file is managed by the glib20 port. And has a changing checksum because it recompiled every time a GLIB_SCHEMAS enabled port is installed or removed.
* Move pre-configure target inside the jdbc block. So there is no empty targetkwm2015-04-141-1/+1
| | | | | | to run. Submitted by: mat@
* security/xml-security: add CPE informationrobak2015-04-141-1/+3
| | | | | | | - Maintainer's timeout (ale@FreeBSD.org) PR: 199038 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
* textproc/xalan-j: add CPE informationrobak2015-04-141-1/+3
| | | | | | | - Maintainer's timeout (ale@FreeBSD.org) PR: 199035 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
* print/gv: add CPE informationrobak2015-04-141-1/+2
| | | | | | | - Maintainer's timeout (bf@FreeBSD.org) PR: 198637 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
* net/activemq: add CPE informationrobak2015-04-141-0/+2
| | | | | PR: 198910 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
* - Add missing dependency on URI::Escapeculot2015-04-141-1/+3
| | | | | Reported by: mat@ Pointy hat: culot@
* security/gnupg20: add CPE informationrobak2015-04-141-1/+2
| | | | | | | - Maintainer's timeout (kuriyama@FreeBSD.org) PR: 198851 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
* Add patches for CVE-2015-1858, CVE-2015-1859 and CVE-2015-1860.rakuco2015-04-148-2/+208
| | | | | | | Multiple vulnerabilities in Qt image format handling. MFH: 2015Q2 Security: 5713bfda-e27d-11e4-b2ce-5453ed2e2b49
* Add entry for CVE-2015-1858, CVE-2015-1859 and CVE-2015-1860.rakuco2015-04-141-0/+42
| | | | | Multiple vulnerabilities in Qt image format handling (the 3 CVEs are part of the same security advisory).
* security/gnupg1: add CPE informationrobak2015-04-141-1/+2
| | | | | | | - Maintainer's timeout (kuriyama@FreeBSD.org) PR: 198850 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
* devel/hadoop2: add CPE informationrobak2015-04-142-1/+6
| | | | | | | | - Fix pkg-plist issue while I am here - Maintainer's timeout (demon@FreeBSD.org) PR: 198967 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
* - Update to 2.85culot2015-04-143-7/+5
| | | | | | | - Shorten COMMENT - Update WWW link Changes: https://metacpan.org/changes/distribution/Config-IniFiles