aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add back rcvar assignment in startup script.madpilot2013-07-062-3/+4
| | | | | | PR: ports/180182 Submitted by: Doug Barton <dougb@dougbarton.us> Approved by: Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer)
* Remove USE_AUTOTOOLS=libtool. This was added in r183830 because the bundledkwm2013-07-065-49/+0
| | | | | | | | | libtool at the time didn't handle the removal of objformat correctly. Also revert r239611. This revision was because the libtool port and the bundled libtool at the time detect "clang" as a valid C compiler. PR: ports/179753 Submitted by: tijl@
* - Update to 0.5-60tota2013-07-062-3/+3
|
* - Update to 0.8-25tota2013-07-062-4/+4
|
* Fix MAKE_FORCE_JOBSbapt2013-07-064-6/+6
|
* - Assign maintainership to ruby@swills2013-07-061-1/+1
|
* - Reset maintainership - missed in r294139bdrewery2013-07-061-6/+2
|
* Problems with inline and clang are because clang defaults to C99.tijl2013-07-062-43/+1
| | | | | | | By adding USE_CSTD=gnu89 patch-include-cgen-basic-ops.h can be removed. PR: 180257 Approved by: luca.pizzamiglio@gmail.com (maintainer)
* graphics/mapnik: update to 2.2.0wg2013-07-065-104/+325
| | | | | | | | | | | | - Update to 2.2.0 [1] [2] - Make JPEG, PNG and TIFF as options [2] - Remove GEOS option [2] - Install docs [1] - Remove leading article from COMMENT [1] PR: ports/179349 [1], ports/180274 [2] Submitted by: nemysis <nemysis gmx.ch> [1] Alexey Illarionov <littlesavage rambler.ru> [2] (maintainer)
* sysutils/ansible: update to 1.2.1wg2013-07-063-252/+251
| | | | | | | | | - Update to 1.2.1 Changes: https://github.com/ansible/ansible/blob/release1.2.1/CHANGELOG.md PR: ports/180312 Submitted by: Nikolai Lifanov <lifanov mail.lifanov.com> (maintainer)
* - Update to 1.1.4bdrewery2013-07-066-46/+6
| | | | | | | | | | | | | | Changes: * Fix crash when opening repository in some cases * Fix build with -Werror * Fix 'pkg install [-f] pkg' not finding results * Fix 'pkg upgrade -f' always wanting to upgrade pkg first * Fix 'pkg install -R' always wanting to install pkg first * Fix backwards compatibility for 1.0-built packages for tracking shlibs. This may cause some packages to be reinstalled after the repository is updated. * Fix pkg (upgrade|fetch|install) -r <repo> crash * Fix crash when specifying invalid repo with -r
* games/crossfire-client: fix GL dependencywg2013-07-062-20/+19
| | | | | | | | | | - Add USE_GL - Trim Makefile header - Update pkg-descr from website - Remove indefinite article from COMMENT PR: ports/180325 Submitted by: Kevin Zheng <kevinz5000 gmail.com> (maintainer)
* - fix typo in OPTION groupohauer2013-07-064-4/+4
|
* - Add missing distinfo for the x86 versionlme2013-07-061-0/+2
| | | | Reported by: koobs
* - Update to the latest RCmva2013-07-062-3/+3
|
* - Update to the latest RCmva2013-07-062-3/+3
|
* - Update to the latest RCmva2013-07-062-3/+3
|
* - Update to the latest RCmva2013-07-062-3/+3
|
* - Update to revision 7353mva2013-07-062-4/+4
|
* - s/USE_APACHE/USE_APACHE_RUN/ohauer2013-07-061-1/+1
|
* - Update to 3.0.7.2lme2013-07-062-7/+5
| | | | | | | - While here, move OPTIONS_DEFINE before bsd.port.options.mk PR: ports/180329 Submitted by: maintainer
* Fix build with a recent version of FLAClme2013-07-061-0/+10
| | | | | PR: ports/179577 Submitted by: maintainer
* - Fix plistlme2013-07-062-7/+3
| | | | | | | - While here, use new Makefile header PR: ports/180281 Submitted by: maintainer
* - bump PORTREVISION on ports with LIB_DEPENDS+= devel/apr1ohauer2013-07-0611-21/+13
| | | | | | while I'm here - convert to USES=gmake - trim Makefile header and respect nice_people
* - cleanup APACHE version checkohauer2013-07-066-106/+30
| | | | - bump PORTREVISION
* - enable NSS crypto driverohauer2013-07-063-3/+45
| | | | | - use service(8) in apachectl where it makes sence - bump PORTREVISION
* - remove gmake dependencyohauer2013-07-061-9/+11
| | | | | | | - bump PORTREVISION PR: ports/179933 Submitted by: Tijl Coosemans tijl@
* - add fix for CVE-2013-1862ohauer2013-07-064-29/+96
| | | | - adjust vuxml
* - update devel/apr1ohauer2013-07-066-98/+84
| | | | | | | | | | | | | | | | | apr-1.4.6 -> apr-1.4.8 apr-util-1.4.1 -> apr-util-1.5.2 - add support for NSS crypto driver (apr-util) Changes URL's: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/CHANGES?view=markup http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/CHANGES?view=markup http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/CHANGES?view=markup Thanks to tijl@ for sending patches to the apache@ list. http://lists.freebsd.org/pipermail/freebsd-apache/2013-June/003172.html with hat apache@
* Convert remanent USE_PKGCONFIG to USES=pkgconfigbapt2013-07-069-22/+10
| | | | | | | | While here convert: USE_ICONV -> USES=iconv USE_GMAKE -> USES=gmake USE_GNOME=gnomehack -> USES=pathfix some post-patch to USES=pathfix
* - Update to 1.0-11tota2013-07-062-4/+3
| | | | | | PR: ports/180341 Submitted by: tota (myself) Approved by: wen (maintainer, via private e-mail)
* Project location has changed.demon2013-07-062-2/+2
|
* - fix leftovers by removing second declaration of USESjgh2013-07-061-2/+1
|
* Update to 2.2.1.rakuco2013-07-063-15/+17
|
* - USE_GMAKE to USES=gmake.stephen2013-07-061-1/+1
|
* - convert USE_GMAKE to USES=gmakejgh2013-07-0610-14/+10
|
* Update to 0.9.0.wxs2013-07-062-6/+11
| | | | Submitted by: dteske@ (maintainer)
* - update to 12.16dinoex2013-07-064-10/+10
|
* - document apache22 CVE-2013-1862 (mod_rewrite)ohauer2013-07-061-0/+45
| | | | | | Update to apache22-2.2.25 is ready to commit. Until now there is no official announcement from apache.org so we hold the update back until we have official checksums.
* - Remove .include <bsd.ports.pre.mk>; bsd.ports.post.mk to bsd.ports.mk;stephen2013-07-0688-575/+317
| | | | | | | | ${PORTSDIR} to ${.CURDIR}/../.. in the .include for bsd.octave.mk. This is because USE_GMAKE no longer works after .include <bsd.ports.pre.mk>. - Trim headers. - Clean whitespace. - Portlint.
* Move PKGORIGIN definition a bit later so that PKGCATEGORY defined in ↵bapt2013-07-061-7/+7
| | | | | | | Makefile.local or Makefile.inc works again Reported by: dinoex Tested by: dinoex
* Assign maintainer to submitter of initial port.wxs2013-07-061-1/+1
|
* Official Mongo C Driver (Development Version)wxs2013-07-064-0/+99
| | | | | PR: ports/175613 Submitted by: Waitman Gobble <uzimac@da3m0n8t3r.com>
* Update to 1.8.3.2.wxs2013-07-062-7/+7
| | | | Changes: https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.3.2.txt
* - Update to 1.521 [1] [2]lwhsu2013-07-064-4/+14
| | | | | | | | | | - Improve rc script, use `su -l` for execuing jenkins for fresh environment [3] PR: ports/178948 [1] ports/179456 [2] ports/178197 [3] Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> [1] skreuzer [2] Mikhail Krasilnikov <mk@dvaslona.ru> [3]
* - Remove broken mirror and add two new ones.lme2013-07-061-3/+2
| | | | - Remove BROKEN
* Update to 5.2.wxs2013-07-062-3/+3
| | | | Submitted by: dteske@ (maintainer)
* Fix missing include.wxs2013-07-062-0/+11
| | | | | | | | This was causing the "Undefined symbol '_'" message when hitting ^C or entering an incorect command. PR: ports/180262 Submitted by: Christophe Juniet <c.juniet@gmail.com>
* - Remove broken mirror and add two new ones.lme2013-07-061-3/+2
| | | | - Remove BROKEN
* Add an openssh-portable-base slave port to install with OVERWRITE_BASEbdrewery2013-07-063-1/+12
|
* Remove support for the expired QT3 port.novel2013-07-061-11/+0
| | | | | PR: 180277 Submitted by: rene
* Add some notes about rebuilding kdelibs4-dependent ports if using clang.rakuco2013-07-061-0/+29
| | | | | | | | | | | | | | | | As mentioned in r322300, clang support has been improved since the update to 4.10.4 a few days ago. This, however, requires a rebuild of the ports that depend on kdelibs4. Most of them are covered by the KDE update itself, but those which are not part of the Software Compilation need to be rebuilt manually to make sure the previous issues (proper symbol visibility being the most annoying of them) are solved. I haven't fully tested all the possible portmaster/portupgrade/pkg commands myself, so please shout out loud if they're not correct. In collaboration with: avilla@
* - Fix build with new multiimedia/libva [1]madpilot2013-07-062-2/+15
| | | | | | - Convert to USES=gmake Obtained from: http://lists.freedesktop.org/archives/libva/2013-July/001772.html [1]
* - Update to 3.3.1lme2013-07-062-3/+3
| | | | - Changelog: http://tvbrowser.org:8080/jira/secure/IssueNavigator.jspa?mode=hide&requestId=10230
* irc/py-irc: update to 8.3.1wg2013-07-063-20/+88
| | | | | | | - Update to 8.3.1 - Use PORTEXAMPLES instead of pkg-plist entries - Unmute install examples - Patch setup.py to extract egg file
* Register install conflicts with version 1.xpawel2013-07-062-2/+2
| | | | Submitted by: maintainer via private email
* www/dojo: update to 1.9.1wg2013-07-053-4/+249
| | | | | | | | | - Update to 1.9.1 - Take maintainership PR: ports/179682 Submitted by: wg (myself) Approved by: maintainer (timeout)
* Convert to USES=gmakerene2013-07-054-9/+4
| | | | Remove an empty OPTIONS_DEFAULT in lang/nbc
* Deprecate in sight of Qt 3.x port deorbit; trim Makefile header.danfe2013-07-051-5/+3
|
* textproc/libguess: convert remaining USE_GNOMEwg2013-07-051-2/+1
| | | | | | - Convert USE_GNOME to USES as well Reported by: jgh
* - Convert to new USES gmake for my portswg2013-07-052-3/+2
|
* - Update to 1.306culot2013-07-052-3/+3
| | | | Changes: http://search.cpan.org/dist/Git-Repository/Changes
* textproc/libguess: minor fixeswg2013-07-051-8/+4
| | | | | | - Trim Makefile header - Remove ABI version in LIB_DEPENDS - USES gmake
* Convert from USE_GMAKE to USES=gmakebdrewery2013-07-055-10/+5
|
* databases/xtrabackup: fix RUN_DEPENDSwg2013-07-051-0/+2
| | | | | | | | - Add p5-DBD-mysql to RUN_DEPENDS PR: ports/180290 Submitted by: Alex Samorukov <samm@os2.kiev.ua> Approved by: maintainer
* - Remove support for the expired KDE3 portdanfe2013-07-054-85/+11
| | | | | | | - While here convert NOPORTDOCS and USE_GMAKE PR: ports/180265 Submitted by: rene
* Add new LIB_DEPENDS syntax:bapt2013-07-051-1/+29
| | | | | | | | | | | | libname.so:${PORTSDIR}/devel/name libname.so.0.1.2:${PORTSDIR}/devel/name This syntax is support to replace the old syntax and code which has multiple weakness: It was replying on ldconfig -r which arbritrary limited our valid library to name of the following form: libname.so[.X] where X can be a number foo.3 could match both libfoo.3.do and libfoo.so.3 Reviewed by: bdrewery, danfe, miwi
* - Fix COMMENTmartymac2013-07-052-11/+3
| | | | | | | - Rework USE_GNOME and USES PR: ports/180255 Submitted by: bsam
* Readd the USE_BZIP2 removed by mistakebapt2013-07-051-0/+1
| | | | Submitted by: flo
* Convert to USES=gmakebapt2013-07-0511-24/+12
|
* Import new gmake.mk and rip out USE_GMAKE from bsd.port.mkbapt2013-07-052-23/+48
| | | | | | | A USE_GMAKE stub as be created to help migration please now use USES=gmake Reviewed by: bdrewery Exp-run by: bdrewery
* Don't crash when backend cannot be signalled.ale2013-07-052-2/+18
| | | | | | | Update master sites. PR: ports/180291 Submitted by: Marcin Cieslak <saper@saper.info>
* Add a mechanism to allow USES to define code to be loaded after post.mkbapt2013-07-051-0/+9
| | | | | Reviewed by: bdrewery Exp-run by: bdrewery
* Add LICENSEbdrewery2013-07-057-0/+14
|
* - Fix pkg2ng due to UID/ID not being defined.bdrewery2013-07-051-7/+1
| | | | | | | | | | Pkg-1.1.4 will define UID=0 when sourcing bsd.pkgng.mk directly. This extra defined(UID) can eventually be removed, but is needed for backwards compatibility for now. Reported by: uqs Reviewed by: bapt With hat: portmgr
* Update to v13.04.29 release.ale2013-07-057-27/+19
|
* benchmarks/flowgrind: fix IPv6 address parsingwg2013-07-052-1/+31
| | | | | | | | - Fix IPv6 address parsing (upstream) - Enable debug by default PR: ports/180259 Submitted by: Lars Eggert <lars@eggert.org> (maintainer)
* Update WWWehaupt2013-07-051-1/+1
|
* Update to 2.4.5ehaupt2013-07-053-3/+5
|
* Fix build with clang (USE_CSTD=gnu89) and respect CFLAGS, CPPFLAGStijl2013-07-052-0/+28
| | | | | | and LDFLAGS. Approved by: maintainer timeout (20 days)
* Add insynth and search plugins.ale2013-07-052-3/+4
|
* Add an explicit dependency on pkgconf to fix buildbapt2013-07-051-1/+1
|
* - Sadly, remove support for the expired Qt 3.x portdanfe2013-07-051-11/+4
| | | | | | | - Rename GUI option to X11, to allow for umbrella X11-less builds PR: ports/180276 Submitted by: rene
* - fix options conversionjgh2013-07-051-0/+1
| | | | Reported by: portmgr
* Mark as broken: does not buildbapt2013-07-051-5/+3
| | | | | | common.c:64:17: error: lua.h: No such file or directory common.c:65:21: error: lauxlib.h: No such file or directory common.c:66:20: error: lualib.h: No such file or directory
* Mark as broken: does not fetchbapt2013-07-051-5/+3
|
* Move USE_GMAKE prior to pre.mk in preparation for USES=gmakebapt2013-07-051-1/+1
|
* Mark as broken: does not fetchbapt2013-07-051-5/+3
|
* add explicit dependency on pkgconfigbapt2013-07-051-0/+1
|
* Mark as broken: does not fetchbapt2013-07-051-0/+2
|
* Fix after optionsng conversionbapt2013-07-051-1/+1
|
* Add an explicit dependency on pkgconfbapt2013-07-051-0/+1
|
* pkgconfig is needed by all slaves either (to detect xmms2 itself)bapt2013-07-051-1/+1
| | | | Reported by: poudriere
* Fix inconsistent library dependency when OpenSSL is installedhrs2013-07-052-9/+13
| | | | | | from the Ports Collection. PR: ports/180283
* Update the KDE Software Compilation to 4.10.5.rakuco2013-07-05219-675/+593
| | | | | | | | | | | | | | | | | | | Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two KDE updates in just a few days, but the work on 4.10.5 was very light compared to 4.10.4 so it was ready much faster. The release announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.5.php The biggest news for us on FreeBSD is that the Ruby bindings should work with Ruby 1.9 now. I will probably add a note to UPDATING later about this, but as avilla@ pointed out, the clang support we mentioned that was improved in 4.10.4 requires a rebuild of the ports that depend on kdelibs4. Most of them are covered by this update, but those which are not part of the Software Compilation need to be rebuilt manually to make sure the previous issues (proper symbol visibility being the most annoying of them) are solved.
* - Build mplayer2 with libavresamplegblach2013-07-051-2/+3
| | | | | | - Bump PORTREVISION Approved by: crees, tabthorpe (mentors, implicit)
* Build ffmpeg1 with libavresamplemm2013-07-052-0/+10
| | | | | | Bump PORTREVISION Submitted by: Grzegorz Blach <magik@roorback.net>
* x11-fm/doublecmd: update to 0.5.5wg2013-07-0512-129/+118
| | | | | | | | | | - Update to 0.5.5 Changes: http://doublecmd.sourceforge.net/mediawiki/index.php/Changes_in_version_0.5.5 PR: ports/180240 Submitted by: Beñat Etxepare <bbtruk@users.sourceforge.net> (maintainer)
* - Don't force gcc, make this work with clang, too [1]flo2013-07-057-8/+52
| | | | | | | | | | | - Don't call gmake directly [1] - Make the -p (Run as pseudo-realtime thread) work on FreeBSD [1] - Use @dirrmtry for directories that can contain files after deinstall - Fix build of guid_uuid.c [2] PR: ports/180233 [2] Submitted by: tijl [1] Kurt Jaeger <fbsd-ports@opsec.eu> [2]
* - Don't force gcc, make this work with clang, too [1]flo2013-07-056-16/+16
| | | | | | | | - Don't call gmake directly [1] - Make the -p (Run as pseudo-realtime thread) work on FreeBSD [1] - Use @dirrmtry for directories that can contain files after deinstall Submitted by: tijl [1]
* - Fix compiling without gcc. (remove hardcoded 'gcc')nox2013-07-052-9/+5
| | | | | | | | | - Change to new-type headers. - Replace all dead MASTER_SITES and WWW with working ones. PR: ports/179823 Submitted by: r4721@tormail.org Approved by: samm@os2.kiev.ua (maintainer)
* - Upgrade to 1.5.6.thierry2013-07-055-114/+49
| | | | - Remove conflict with gimp-gmic-plugin.
* Update to 2.19flo2013-07-0522-1212/+576
| | | | | Security: b3fcb387-de4b-11e2-b1c6-0025905a4771 In collaboration with: Jan Beich <jbeich@tormail.org>
* Don't manually rm wildcard directories, automatically add all files to theflo2013-07-054-11/+32
| | | | | | plist. This should fixes warning on deinstall as the files were deleted in the pre-deinstall target, and once pkg wanted to remove files specified in the plist they were already gone.
* - Update to 2.13.2tota2013-07-052-4/+3
|
* - Update to 4.06tota2013-07-052-3/+4
|
* - Remove edb from valid evas loaders, since it's invalid for almost a yeargblach2013-07-051-1/+1
| | | | Approved by: tabthorpe (mentor)
* - Add missed distinfoswills2013-07-051-0/+2
| | | | | Pointyhat to: swills Reported by: Sergey Lobanov <wmn@siberianet.ru>
* Update to 1.6.4bjk2013-07-057-77/+32
| | | | | | Build fixes for 10-CURRENT will come in a separate commit. Approved by: hrs (mentor, ports committer)
* Add -Wno-unused-parameter to silence excessive clang warnings.tijl2013-07-051-2/+3
|
* security/tpmmanager: update to 0.8.1wg2013-07-052-31/+24
| | | | | | | | | | - Update to 0.8.1 [1] - Trim Makefile header [1] - Use PORTDOCS - Pass maintainership to submitter PR: ports/180244 Submitted by: Danilo Egêa Gondolfo <danilogondolfo gmail.com>
* databases/xtrabackup: update to 2.1.3wg2013-07-054-27/+44
| | | | | | | | | | | | - Update to 2.1.3 [1] - USES cmake - Unmute install commands Changelog: https://launchpad.net/percona-xtrabackup/+milestone/2.1.3 PR: ports/180224 [1] Submitted by: Alex Samorukov <samm@os2.kiev.ua> Approved by: maintainer
* - Add 32BIT option to enable/disable 32bit compatbdrewery2013-07-052-6/+26
| | | | | | | | | - Add LIB32_PATH to allow overriding where 32bit libs are installed, default to DESTDIR/usr/lib32/libc.so PR: ports/179643 Reported by: Garrett Cooper <yaneurabeya@gmail.com> Submitted by: r4721@tormail.org (based on)
* - Update to 0.103004lth2013-07-052-8/+4
| | | | | | | | - New header style PR: ports/179478 Submitted by: lth Approved by: maintainer timeout
* - adjust pkg-plistlth2013-07-052-1/+1
| | | | | PR: ports/179792 Submitted by: Lawrence Chen <beastie@tardisi.com>, Frank Wall <fw@moov.de>
* Update to 1.0 RC1. Changes:mandree2013-07-043-22/+40
| | | | <http://www.docear.org/2013/07/03/docear-1-0-rc1-released-with-new-workspace-and-new-ui-ribbons/>
* - Pass me that pointy hat: ${OPT}_USES is actually supported, among othersdanfe2013-07-041-6/+3
| | | | - While here, add a comment about --disable-silent-rules ./configure option
* - Update to 0.15culot2013-07-042-3/+3
| | | | Changes: http://search.cpan.org/dist/Future/Changes
* x11/fbpanel: minor fixeswg2013-07-042-18/+6
| | | | | | | | | - Remove unnecessary PORTDCOS from pkg-plist - Mute mkdir - Trim desktop entry and replace command PR: ports/180112 Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
* - Update to 2.52culot2013-07-042-8/+7
| | | | | | | | - Add LICENSE (Artistic 1 & GPL 1) - Trim Makefile's header Changes: http://search.cpan.org/dist/Config-General/Changelog Approved by: jadawin@ (implicit, on holidays)
* Port Entangle, an application which uses GTK+3 and libgphoto2 to provide adanfe2013-07-046-0/+404
| | | | | | | | | | graphical interface for tethered photography with digital cameras. Provide FreeBSD native camera autodetection via devd(8); special thanks to marcus@ for reviewing relevant parts of the code. The patch was submitted upstream and welcomed by the author, although he prefers that we use GIO's GSocket + GUnixSocketAddress APIs instead of direct POSIX socket API calls. WWW: http://entangle-photo.org/
* www/aws: fix secure socket layer selectionwg2013-07-041-2/+2
| | | | | | | What we really wanted here is SINGLE, which allows only option to be selected, and not none. Reported by: bapt
* x11/lxrandr: minor fixeswg2013-07-042-76/+98
| | | | | | | | | | - Add LICENSE (GPLv2) - Add DOCS and NLS options - Use desktop-file-utils PR: ports/179793 Submitted by: nemysis <nemysis@gmx.ch> Approved by: maintainer (timeout)
* www/aws-demos: update to 3.1.0.0wg2013-07-044-11/+24
| | | | | | | - Update to 3.1.0.0 PR: ports/180251 Submitted by: John Marino <draco@marino.st> (maintainer)
* www/aws: udpate to 3.1.0.0wg2013-07-048-872/+61
| | | | | | | | | - Update to 3.1.0.0 - Auto generate pkg-plist - Add another option for SSL PR: ports/180242 Submitted by: John Marino <draco@marino.st> (maintainer)
* Update to 0.16.demon2013-07-042-3/+3
|
* Remove expired port:rene2013-07-048-116/+1
| | | | 2013-07-04 games/gnomememoryblocks: Unsupported upstream
* - Fix 100% CPU usage at startup [1]martymac2013-07-042-8/+20
| | | | | | | | | by disabling the grey welcome screen - Use new Makefile header format - Use dos2unix PR: ports/180127 [1] Submitted by: Walter Hurry <walterhurry@gmail.com> [1]
* Change PORTSCOUT to skip 1.21.1 for now.mandree2013-07-041-1/+1
|
* Update stable to 1.21.0, and mark -unstable IGNORE for now.mandree2013-07-0412-398/+27
| | | | ChangeLog: http://busybox.net/
* Update to new upstream release 1.2.4 which basically only contained whatmandree2013-07-049-166/+6
| | | | patches we hade in the 1.2.3 port.
* Add PORTSCOUT limit.mandree2013-07-041-0/+2
|
* - update to 0.4.1jgh2013-07-044-23/+15
| | | | | | | | | | - while here: - migrate ncurses dependency to USES framework - tighten comment - install correct LICENSE, as it differs from standard PR: 179997 Submitted by: kitche@kitchetech.com (maintainer)
* YAP is a high-performance Prolog compiler developed atlippe2013-07-047-0/+598
| | | | | | | | | | | | | LIACC/Universidade do Porto and at COPPE Sistemas/UFRJ. Its Prolog engine is based in the WAM (Warren Abstract Machine), with several optimizations for better performance. YAP follows the Edinburgh tradition, and is largely compatible with the ISO-Prolog standard and with Quintus and SICStus Prolog. WWW: http://www.dcc.fc.up.pt/~vsc/Yap/ PR: ports/180068 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
* - Updated to 3.1.0 [1]glarkin2013-07-042-6/+7
| | | | | | | | - Added license - Minor tweaks to dependency versions PR: ports/180142 [1] Submitted by: swills
* - Update to 2.2.2. [1]lippe2013-07-042-4/+6
| | | | | | | | - Change maintainer mail address. [2] PR: ports/177340 Submitted by: Gasol Wu <gasol.wu@gmail.com> [1], Bill Moran <wmoran@collaborativefusion.com> [2] Approved by: Bill Moran <wmoran@collaborativefusion.com> (maintainer)
* Fix a scrollkeeper remnantantoine2013-07-041-1/+1
| | | | | Reviewed by: kwm Reported by: poudriere
* - Updated to 1.4.0 [1]glarkin2013-07-042-8/+6
| | | | | | | | | ChangeLog: https://raw.github.com/rightscale/right_http_connection/master/History.txt (scroll to bottom) - Trimmed Makefile header - Added license PR: ports/180141 [1] Submitted by: swills
* add licenseeadler2013-07-041-0/+2
|
* Add licenseeadler2013-07-041-0/+2
|
* Add licenseeadler2013-07-041-0/+2
|
* - Update to 1.2.15.lippe2013-07-042-3/+3
| | | | | | PR: ports/179295 Submitted by: Torsten Zuhlsdorff <foo@meisterderspiele.de> Approved by: maintainer timeout
* REDAXO is a modular, extensible PHP and MySQL based CMS, providinglippe2013-07-047-0/+1360
| | | | | | | | | multi-language support and accessibility in an easy to use way. WWW: http://www.redaxo.org/ PR: ports/178464 Submitted by: Marco Steinbach <coco@executive-computing.de>
* Reverting r322247 it breaks too many imake:env users while only fixing a ↵bapt2013-07-041-4/+5
| | | | couple, better to fix the couple that needs it port by port
* - add LATE_INSTALL_ARGS in favor of imake.mkdinoex2013-07-041-0/+1
|
* Add a maintainereadler2013-07-041-0/+1
| | | | Obtained from: xorg development repo
* - fix build after USES=imakedinoex2013-07-041-1/+1
|
* LATE_INSTALL_ARGS needs to be defined either in case of imake:envbapt2013-07-041-4/+4
| | | | Reported by: dinoex
* libxml does not build with python 3 so don't claim it doeseadler2013-07-041-1/+1
| | | | Approved by: gnome (kwm)
* Update to version 2.3pawel2013-07-042-5/+4
| | | | | PR: ports/180234 Submitted by: Alexander <alexander.4mail@gmail.com> (maintainer)
* New port: devel/p5-JSON-Path:zi2013-07-047-0/+60
| | | | | | search nested hashref/arrayref structures using JSONPath WWW: http://search.cpan.org/dist/JSON-Path/
* - Update to 1.2.4feld2013-07-049-135/+37
| | | | | PR: ports/179309 Reviewed by: crees (mentor)
* New port: devel/p5-Lvalue:zi2013-07-045-0/+37
| | | | | | | | | | Lvalue takes an object produced by some other package and wraps it with lvalue functionality implemented with the object's original getter and setter routines. Lvalue assumes its object uses the relatively standard getter / setter idiom where any arguments is a setter, and no arguments is a getter. WWW: http://search.cpan.org/dist/Lvalue/
* Update to version 3.20.1pawel2013-07-042-3/+3
| | | | | PR: ports/180239 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
* Update to version 2.1pawel2013-07-042-4/+4
| | | | | PR: ports/180238 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
* Update to version 2.2.3pawel2013-07-042-5/+5
| | | | | | PR: ports/179994 Submitted by: Takashi Kato <townwear@gmail.com> Approved by: maintainer
* Updated trustedqsl and removed tqsllib port which is no longer neededdb2013-07-0414-165/+98
| | | | | | | | | | | | Some cleanups and fixes needed. Original comment from shurd@sasktel.net I noticed that the new version allows uploading directly from the tqsl app, so I've updated the port. The tqsllib is no longer a separate package from upstream, so I added the CONFLICTS_INSTALL for it. A note will be needed in ports/UPDATING regarding this. Submitted by: Stephen Hurd <shurd@sasktel.net>
* - remove now obsolete comment to imake macrodinoex2013-07-041-1/+0
|
* - Update to version 2.3pawel2013-07-043-6/+12
| | | | | | | | | - Add OPUS option While here remove leading article from COMMENT PR: ports/180230 Submitted by: Fraser Tweedale <frase@frase.id.au> (maintainer)
* Better attempt to comment r322214 and fix typos.bapt2013-07-041-1/+1
| | | | Base on suggestions and typo fixes by: pluknet@ and sunpoet@
* Remove ports which are replaced by graphics/linux-f10-dri :rene2013-07-0310-201/+2
| | | | | | | graphics/linux_dri graphics/linux-dri74 Discussed on: emulation@
* Switch the default Linux DRI port to linux-f10-dri and remove supportrene2013-07-032-3/+2
| | | | | | | | for the unused USE_GL=linux (this avoids hardcoding the Linux DRI port). PR: ports/180231 Submitted by: myself Approved by: portmgr (bapt)
* Add missing conflicts.gjb2013-07-033-3/+3
| | | | Approved by: cy (maintainer, implicit)
* Update cfengine34 to 3.4.5.gjb2013-07-032-4/+4
| | | | | | Add cfengine35 as conflict. Approved by: cy (maintainer, implicit)
* - Remove optional dependency on deprecated QT3rene2013-07-031-13/+3
| | | | | - Convert Makefile header - Drop leading article from comment
* - Update to version 2.2.1pawel2013-07-032-3/+5
| | | | | | | | - Make options visible The release notes for this version are as follows: Minor bugfixes, interface improvements, and documentation updates.
* - Changing RAM for a VM was broken in the GUI because there was nodecke2013-07-033-0/+95
| | | | | | | implementation for FreeBSD that could calculate available RAM. PR: ports/180086 Submitted by: Martin Birgmeier <Martin.Birgmeier@aon.at>
* x11/florence: fix run dependswg2013-07-031-10/+7
| | | | | | | | | - BUILD_DEPENDS is RUN_DEPENDS as well - Add DOCS option - Use OPTIONS_SUB PR: ports/180113 Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
* x11/libfm: preserve conf fileswg2013-07-031-12/+7
| | | | | | | | - Fix preservation of conf files - Fix dependencies PR: ports/180110 Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
* x11/menu-cache: fix LXDE menu bugwg2013-07-032-1/+48
| | | | | | | | - Fix LXDE menu bug (from upstream) - Change depenency to glib20 PR: ports/180132 Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
* benchmarks/flowgrind: fix DSCP markingwg2013-07-032-0/+23
| | | | | | | - Fix DSCP marking PR: ports/180197 Submitted by: Lars Eggert <lars@eggert.org> (maintainer)
* net-mgmt/phpipam: update to 0.8wg2013-07-034-27/+167
| | | | | | | | | | - Udpate to 0.8 [1] - Trim Makefile header and COMMENT - Mute cat pkg-message - Add WWW to pkg-descr PR: ports/180204 Submitted by: Jake Smith <jake@xz.cx> (maintainer)
* - Drop dependency on x11-themes/qt-bluecurve-theme , which depends onrene2013-07-032-3/+1
| | | | | the expired QT3. - Bump PORTREVISION
* Give this a chance to work on sparc as well.zeising2013-07-034-11/+140
| | | | | Submitted by: Marius Strobl Obtained from: xorg development repo
* Update to 1.7.2zeising2013-07-0313-824/+3
| | | | | | This release incorporates all security patches. Obtained from: xorg development repo
* net/proxychains-ng: preserve conf filewg2013-07-031-5/+3
| | | | | | | - Fix preservation of .conf file PR: ports/180109 Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
* - Add LICENSEsbz2013-07-032-11/+12
| | | | | | | - Update COMMENT - Update pkg-descr - Remove unnecessary mkdir - Take maintainership
* Fix BUILD_DEPENDS in japanese/mozc-tool.hrs2013-07-031-1/+1
| | | | Spotted by: ume
* Correct syntax in kernel config is 'options'lwhsu2013-07-032-2/+2
| | | | Submitted by: kevlo
* Use BUILD_WRKSRC and ALL_TARGET instead of custom do-build: target.kwm2013-07-031-4/+3
| | | | Submitted by: bapt@
* pkg2ng is calling directly bsd.pkgng.mk if present which will fail because ↵bapt2013-07-031-0/+5
| | | | | | | | of the lack of UID. Define it if not already defined earlier Submitted by: Yar Tikhiy <yar.tikhiy@gmail.com>
* rodrigc's commit bit has been taken in for safekeeping.linimon2013-07-031-10/+2
|
* - Take maintainership.araujo2013-07-032-2/+2
|
* mlaier's bit has been taken in for safekeeping.linimon2013-07-034-22/+7
|
* Remove the QT3 option, this depends on the expired QT3 port.rene2013-07-031-14/+6
| | | | | The GTK2 option is now the only SINGLE option, so do not propose it at all.
* Pass maintainership to submitter.rakuco2013-07-031-1/+1
| | | | | PR: ports/180202 Submitted by: serpent <serpent7776@gmail.com>
* Remove support for the -qt package variant, this depends on therene2013-07-031-8/+4
| | | | | | expired QT3 port. NOPORTDOCS -> PORT_OPTIONS:MDOCS while here
* Remove the QT3 option which depends on the expired QT3 port.rene2013-07-031-8/+1
|
* - Add dependency for devel/p5-Sys-SigAction to allow Jmx4Perl::Agent timeout ↵zi2013-07-031-0/+2
| | | | | | | | to function - Bump PORTREVISION Approved by: tj@
* - Fix broken pkg-plist (revert previous commit)zi2013-07-032-1/+2
| | | | - Bump PORTREVISION
* - Update to 2.3.34tota2013-07-033-33/+35
| | | | | | | | - Make use of LICENSE framework - Convert to new Options framework PR: ports/179657 (based on) Submitted by: John Marino <draco_AT_marino_DOT_st>
* Fix installation when DRAW is not selected.thierry2013-07-031-1/+1
| | | | Reported by: Andrea Venturoli <ml (at) etfence.it>
* - bring in distinfo and pkg-plist for bumpjgh2013-07-032-2/+4
|
* - update to 1.1.0 and bump shared libraries in respective portsjgh2013-07-0314-46/+45
| | | | | | | - while here: - fix option check in sysutils/cfengine34 - move devel/libvirt-glib to use glib20 in favor of gio-fam-backend (suggested by kwm@) - restore ABI version in net-mgmt/collectd5
* - Fix sound playbacklme2013-07-032-5/+30
| | | | | | | | - Bump PORTREVISION - Whitespace fixes PR: ports/180091 Submitted by: maintainer
* Update to 0.0.29.jkim2013-07-032-3/+3
|
* - ${DO_NADA} to @${DO_NADA}.stephen2013-07-033-3/+3
|
* - Update to 1.2.2.stephen2013-07-032-3/+3
|
* - Update to 1.2.2.stephen2013-07-032-3/+3
|
* Unbreak. It's USES=shared-mime-info, not USES=sharedmime.rakuco2013-07-031-1/+1
|
* Update to 1.7.1.rakuco2013-07-034-14/+16
|
* Update KDevelop & friends to 4.5.1 and KDevelop to 1.5.1.rakuco2013-07-0314-74/+408
| | | | | Proudly presented by the KDE on FreeBSD team, with commits by makc@, rakuco@ and Schaich Alonso. Everything should build fine with both gcc and clang.
* Remove the QT option as it depends on the expired QT3 port.rene2013-07-031-11/+1
| | | | | | | | The maintainer does not use this port any longer, new volunteers are welcome. PR: ports/180200 Submitted by: myself Approved by: Daniel O'Connor <darius@dons.net.au> (maintainer)
* Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.rakuco2013-07-03232-531/+579
| | | | | | | | | | | | | | | With commits from avilla@, makc@, rakuco@ and Schaich Alonso. The upstream announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.4.php clang support should be more stable now, with clang being recognized by kdelibs4 and being passed the correct flags to build other ports. Additionally, all ports being committed have been verified to build with -CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for providing it). Work on the newly-released 4.10.5 will begin shortly.
* Unify USES.rakuco2013-07-031-2/+1
|
* Update to 0.6.2.rakuco2013-07-032-6/+5
| | | | | While here, directly depend on qt4-corelib, per makc@'s original commit in the area51 repository.
* Remove WITH_QT_PHONON check, qt4-phonon was removed in r313054.rakuco2013-07-031-4/+0
|
* Remove WITH_QT_PHONON check, qt4-phonon was removed in r313054.rakuco2013-07-031-4/+0
|
* Update to 1.6.3lme2013-07-033-5/+5
| | | | | PR: ports/180093 Submitted by: maintainer
* Mark MAKE_JOBS_SAFE.rakuco2013-07-031-0/+1
| | | | Original commit by avilla@ in the area51 repository.
* Directly depend on qt4-corelib.rakuco2013-07-031-7/+3
| | | | Original commit by makc@ in the area51 repository.
* Cleanup BADPATCHES layout.obrien2013-07-031-31/+1
|
* /usr/bin/patch has a bug in that it undercounts hunks containing NULobrien2013-07-032-34/+868
| | | | | | | | | | | | | | characters when reading from stdin. This results in "unexpected end of file in patch" errors. This caused patch 7.3.225 to not apply, which set off a huge cascade such that 400+ patches would not apply. Work around this by overriding do-patch to use 'patch -i <PATCH_FILE>'. /usr/bin/patch still has another nasty bug in that it silently misapplies hunks containing NUL character(s). But in Vim's case, the NUL's are in test files that the port does not use.
* Fix a syntax problem with mibs directories list containing spaces instead of ↵lme2013-07-031-5/+2
| | | | | | | colons. PR: ports/180203 Submitted by: maintainer
* Add p5-Archive-Any-Plugin-Rar, a wrapper around Archive::Rar.danfe2013-07-035-0/+37
| | | | PR: ports/179751
* Copy pkg-descr from x11-toolkits/qt33 instead of referencing it.rene2013-07-032-7/+11
| | | | This fixes the INDEX build when x11-toolkits/qt33 gets removed.
* Update zipcode database to 20130628.hrs2013-07-032-8/+8
|
* Add p5-AnyEvent-Worker, to manage blocking task in external process.danfe2013-07-025-0/+38
| | | | PR: ports/179750
* - Add p5-AnyEvent-RPC, abstract framework for RPC clientsdanfe2013-07-025-1/+50
| | | | | | - Remove trailing space in devel/Makefile while I am here PR: ports/179747
* Copy pkg-descr from audio/arts instead of referencing it.rene2013-07-022-1/+1
| | | | This fixes the INDEX build when audio/arts gets removed.
* Add p5-AnyEvent-Connection, base class for TCP connectful clients.danfe2013-07-025-0/+41
| | | | PR: ports/179746
* Update to 6.3.0ehaupt2013-07-023-4/+4
|
* Add www/w3m as textproc/docproj dependency.gjb2013-07-021-1/+2
| | | | Approved by: doceng (implicit)
* devel/gps: update to 5.2.1wg2013-07-0218-1212/+192
| | | | | | | | | | - Update to 5.2.1 - Remove ABI version for LIB_DEPENDS - Add READLINE option - Auto generate pkg-plist PR: ports/180198 Submitted by: John Marino <draco@marino.st> (maintainer)
* x11-toolkits/gtkada: update to 2.24.4.0wg2013-07-0217-2827/+86
| | | | | | | | - Update to 2.24.4.0 - Auto generate pkg-plist PR: ports/180172 Submitted by: John Marino <draco@marino.st> (maintainer)
* Remove support for the non-default KDE3 option.rene2013-07-021-9/+1
| | | | | Leave KDE3 in pkg-plist (which is now just a comment) to ease any update to KDE4.
* dns/opendnssec: update to 1.4.1wg2013-07-022-3/+3
| | | | | | | | | - Update to 1.4.1 Changes: http://www.opendnssec.org/2013/06/27/opendnssec-1-4-1/ PR: ports/180194 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
* devel/dits: fix WWWwg2013-07-021-1/+1
| | | | | | - Fix WWW, should be terminated with a slash Reported by: danfe
* www/smarty3: update to 3.1.14wg2013-07-022-7/+7
| | | | | | | | | | | - Update to 3.1.14 [1] - Unmute install commands - Remove leading article from COMMENT Changes: http://smarty-php.googlecode.com/svn/trunk/distribution/change_log.txt PR: ports/180152 Submitted by: Michael Fausten <ports@michael-fausten.de> (maintainer)
* - Update to 3.0.4bdrewery2013-07-023-4/+4
| | | | | | | | | | | | | | | | | | | Changes: * Fix including MASTERNAME-make.conf twice in some cases * Fix filename quoting to ensure any packages with spaces work. This is to allow S3 usage with files that have '+' in them [1] * Fix deps calculations not halting the build on errors * jail/ports -u: Always run 'svn upgrade' before starting, which fixes 1.7->1.8 svn upgrades * jail: Fix building older releases from recent HEAD, which requires devel/fmake on host. * bulk -c: Fix cleaning of cache dir * HTML: Default the build name to YYYY-MM-DD_HHhMMmSSs to remove ':' which causes URL encoding/tab-completion issues * Update wiki on custom ports tree creation [1] https://forums.aws.amazon.com/message.jspa?messageID=208136
* - Remove unneeded backrev portswills2013-07-025-38/+1
|
* mail/gmime26: update to 2.6.16wg2013-07-022-3/+5
| | | | | | | | - Update to 2.6.16 [1] - Add DOCS option PR: ports/180191 Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
* devel/dits: update to 2.2.37wg2013-07-023-12/+8
| | | | | | | | | | - Update to 2.2.37 [1] - Minor name and url fix in pkg-descr [1] - Trim Makefile header - Remove leading article in COMMENT PR: ports/180179 Submitted by: Greg Becker <greg@codeconcepts.com> (maintainer)
* - Update to 0.020culot2013-07-023-9/+5
| | | | | | | - Trim Makefile's header - Pet portlint(1) by changing tab into space in WWW link Changes: http://search.cpan.org/dist/Config-INI/Changes
* Update pgbadger to 3.4girgen2013-07-022-3/+4
|
* Fix CVE-2013-2174 for ftp/curl with a patch from vendor fordelphij2013-07-023-2/+41
| | | | | | | | | | | | now so that users can build the port, per popular demands on mailing list. The upgrade patch found in ports/172325 is currently under exp-run. The changes in this commit against ftp/curl can be safely reverted before applying that patch, as it's shipped with new curl release. Approved by: portmgr (miwi)
* - Update to 0.6.5sbz2013-07-023-13/+41
| | | | | | | | | - Convert to new options framework - Respect PORTDOCS and PORTEXAMPLES - Take maintainership Submitted by: sbz (myself) Approved by: lwhsu
* Glib bindings for Libvirt virtualization APIjgh2013-07-025-0/+227
| | | | WWW: http://www.libvirt.org
* Fix a typo in the previous commit.jkim2013-07-021-1/+1
|
* - Revive the option to support GTK+ 3.x.jkim2013-07-021-16/+17
| | | | | | | - Switch to USES=desktop-file-utils. - Fix plist when both GTK2 and GTK3 are enabled. Submitted by: kwm
* - -fstack-protector is in CFLAGS, but not in LDFLAGS.  The compiler runjgh2013-07-021-1/+2
| | | | | | | | | | inserts references to __stack_chk* symbols, but the linker run later does not resolve them. add -fstack-protector to LDFLAGS bump portrevision Submitted by: mandree@ and others
* - Actually set rubygem-bunny060 port to correct versionswills2013-07-022-7/+7
| | | | | - Add NO_LATEST_LINK to rubygem-bunny060 - Connect rubygem-bunny060 to build
* - Create backrev version of rubygem-bunny version 0.6.0 which chef requires,swills2013-07-023-0/+38
| | | | since there is a pending update to 0.8.0 soon
* - Actually set the port to the right versionswills2013-07-023-3/+7
|
* - Create backrev port for rubygem-fast_xs version 0.7.3 which is required byswills2013-07-023-0/+41
| | | | chef
* - Remove portscout limit which is no longer neededswills2013-07-021-7/+1
| | | | - Trim header while here
* Update to patchlevel 1276.obrien2013-07-022-5/+35
|
* - Update to 20130628.kuriyama2013-07-024-10/+10
|
* Deprecate ports broken on FreeBSD 8 or newerantoine2013-07-0210-0/+30
| | | | Approved by: maintainer silence
* - Update to 2.67bmva2013-07-023-3/+23
|