aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Support stagebapt2013-12-271-6/+3
|
* Support stagebapt2013-12-272-52/+46
|
* Support stagebapt2013-12-272-17/+43
|
* New port : openfst.demon2013-12-275-0/+360
| | | | | | | | | | | | | OpenFst is a library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs). Weighted finite-state transducers are automata where each transition has an input label, an output label, and a weight. The more familiar finite-state acceptor is represented as a transducer with each transition's input and output label equal. Finite-state acceptors are used to represent sets of strings (specifically, regular or rational sets); finite-state transducers are used to represent binary relations between pairs of strings (specifically, rational transductions). The weights can be used to represent the cost of taking a particular transition.
* Support stagebapt2013-12-271-1/+0
|
* Make knotd startup script work again.rakuco2013-12-273-31/+16
| | | | | | | | | | | | | | From the PR: When submitting PR 183682 I was unaware the patch as in PR 182792 wasn't committed yet. So to my amazing I just noticed the startup problem still exists. Enclosed patch is basicly the same as the uncommited one, but besides the removal of the -w option, knotd now starts by default as a daemon (-d) in stead of interactive (-i). So I could simplify the startup script a lot. PR: ports/183891 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
* Support stagebapt2013-12-261-11/+7
|
* Support stagebapt2013-12-261-2/+1
|
* devel/py-iniparse: allow staging and minor changeswg2013-12-262-23/+5
| | | | | | | | - Allow staging - use python auto plist - Switch from easy_install - Remove leading article from COMMENT - Remove useless NOPORTDOCS
* Add x11-fonts/alegreya-sans.rakuco2013-12-265-0/+68
| | | | | | | | | | | | | Alegreya Sans is a humanist sans serif family with a calligraphic feeling that conveys a dynamic and varied rhythm. This gives a pleasant feeling to readers of long texts. Alegreya Sans provides for advanced typography with OpenType Features such as small caps, ligatures, fractions, four set of figures, super and subscript characters, ordinals, localized accent forms for Catalan, Guarani, Romanian, Turkish and others. WWW: http://www.huertatipografica.com/fonts/alegreya-sans-ht
* x11-wm/qtile: allow staging and minor fixeswg2013-12-262-226/+6
| | | | | | | | - Allow staging - Switch from easy_install to install - Install docs unconditionally (stage will handle it) - Unmute docs install command - Do not install LICENSE
* - Allow stagingwg2013-12-266-2479/+12
| | | | - Switch from easy_install to install
* Support stagingbapt2013-12-261-10/+4
|
* Support staging.mat2013-12-262-2/+0
|
* Support stagebapt2013-12-261-3/+2
|
* Support stagebapt2013-12-261-15/+6
| | | | Properly respect CC and CFLAGS (avoid useless patching)
* Support stagebapt2013-12-261-8/+6
|
* Support to stagebapt2013-12-261-4/+4
| | | | Allow packaging as a user
* - Change Makefile headernemysis2013-12-261-25/+24
| | | | | | | | | | | | - Change master sites - USES gmake instead of USE_GMAKE - Add DOCS Option - Change Desktop entry file - Support STAGEDIR - Break lines around 80 characters - Mute dir install Approved by: pawel / wg (mentors, implicit)
* devel/py-pytest-runner: switch from easy_installwg2013-12-261-5/+3
| | | | | | - Switch from easy_install to install - Allow staging - Depend on python2 metaport
* Support stagebapt2013-12-261-1/+0
|
* Support stagebapt2013-12-261-8/+4
|
* devel/py-hgtools: allow staging and switch from easy_installwg2013-12-262-57/+2
|
* - don't register lpthread in GraphicsMagick-config andthierry2013-12-261-0/+1
| | | | | | | | GraphicsMagick++-config - don't link with -pthread and -lpthread together. when GNU Pth is installed.
* Support stagebapt2013-12-261-2/+1
|
* Support stagebapt2013-12-261-5/+4
|
* Support stagebapt2013-12-261-5/+4
|
* Support stagebapt2013-12-261-10/+6
|
* support stagebapt2013-12-261-17/+5
|
* - Change Makefile headernemysis2013-12-262-23/+21
| | | | | | | | | | | - Use the new format for LIB_DEPENDS - USES gmake instead of USE_GMAKE - Add DOCS Option - Change Desktop entry file - Support STAGEDIR - Mute dir install Approved by: pawel / wg (mentors, implicit)
* devel/py-hashring: allow staging and swtich from easy_installwg2013-12-261-6/+3
|
* The SASL GSSAPI authentication plugin was removed fromume2013-12-261-0/+12
| | | | | | | security/cyrus-sasl2 port and divided into new security/cyrus-sasl2-gssapi port. Spotted by: Dewayne Geraghty <dewayne.geraghty__at__heuristicsystems.com.au>
* Fix typo in MIT_LIB_DEPENDS.ume2013-12-261-1/+1
| | | | Submitted by: Erick Turnquist <jhujhiti__at__adjectivism.org>
* multimedia/xbmc: ffmpeg does not exist anymorewg2013-12-261-2/+2
| | | | | | PR: ports/184532 Submitted by: gjb Approved by: maintainer (timeout)
* - Update to checkin a9e8799172bdrewery2013-12-262-4/+4
| | | | | | | | | | | Changes: * Add new MAX_MEMORY and TMPFS_LIMIT to allow limiting memory * bulk: Show (-C) when used when deleting existing packages * bulk: for install,deinstall,package,extract limit execution time to 1 hour to avoid endless loops like devel/meta-cvs in r337304 * Allow BUILDNAME to be overridden in poudriere.conf, such as: BUILDNAME=$(TZ=UTC date +%Y%m%dT%H%M%SZ)
* net/minidlna: fix build with debug and add optionwg2013-12-262-1/+13
| | | | Submitted by: se
* devel/ioncube: update to 4.5.0wg2013-12-262-12/+9
| | | | | PR: ports/185140 Submitted by: maintainer
* sysutils/py-supervisor: allow user and config location for rc configwg2013-12-263-366/+18
| | | | | | | | | | | - Allow user and config location for rc config [1] - Allow staging - Switch from easy_install to install - Use python auto plist PR: ports/183788 [1] Submitted by: Sevan Janiyan <venture37 geeklan.co.uk> Approved by: maintainer
* Do not overwrite config.inc.php;demon2013-12-262-27/+15
| | | | | | | | Convert to staging; Use new LIB_DEPENDS format. PR: 185187 Submitted by: mat
* net/minidlna: fix for kqueue crashes on large media collectionswg2013-12-262-2/+31
| | | | | | | | - Fix for kqueue crashes on large media collections [1] - Make kqueue patch as an option so it can be disabled PR: ports/185155 [1] Submitted by: se
* multimedia/py-enzyme: update to 0.4.1 and minor changeswg2013-12-262-5/+4
| | | | | | - Update to 0.4.1 - Allow staging - Swtich from easy_install to install
* misc/py-pexpect: update to 3.0 and add licensewg2013-12-264-25/+19
|
* security/gnutls3: update to 3.1.18wg2013-12-263-7/+4
| | | | Changes: http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/7190
* devel/py-pygit2: update to 0.20.1 and add licensewg2013-12-262-3/+5
|
* Fix packaging, (the master port is now staged)bapt2013-12-261-1/+0
|
* - Fix installation when DOCS or EXAMPLES are unset by alwaysmatthew2013-12-262-5/+131
| | | | | | | | | | | installing docs and examples unconditionally to staging. The packaging step will not include them in the package generated from stagingif DOCS or EXAMPLES is unset. - List EXAMPLES explicitly in pkg-plist PR: 185194 Submitted by: Miroslav Lachman <000.fbsd@quip.cz>
* - Update to version 0.60.1mva2013-12-263-7/+9
|
* - Update to version 1.3.12.22mva2013-12-263-3/+117
|
* Add reload command.melifaro2013-12-263-1/+5
| | | | | | PR: ports/185180 Submitted by: Radim Kolar <hsn@sendmail.cz> Approved by: az
* - Remove USE_OPENAL codeantoine2013-12-262-83/+4
| | | | | | - Add a developer error to bsd.sanity.mk if it is used Approved by: portmgr (bapt)
* Update to version 331.20.danfe2013-12-263-6/+28
|
* science/elmer(post,-matc): Use modern fortran, unbreak, undeprecatemarino2013-12-262-12/+3
| | | | | | | | | | | | | | | | | These ports are due to be deleted in a couple of days because they use gcc34. I was curious if they actually specifically needed gcc34 or if any recent gfortan would do. The answer is these ports build fine with USES+=fortran, which pulls in lang/gcc rather than the deprecated lang/gcc34. The elmerpost port was broken on amd64; this is because it needs the -fPIC flag. I built it successfully in poudriere on FreeBSD 9.2, another platform that supposed elmerpost can't build on. I did not test i386, we'll see what QAT says. The listed maintainer has been unresponsive for months on many ports, so due to the fact these two ports are scheduled for deletion on Dec 27, I am not getting prior approval from maintainer. The deprecation and expiration settings are removed.
* USE_PERL is no-op for long, the right usage is USES=perl5bapt2013-12-261-2/+1
|
* Fix usage of USES=perl5bapt2013-12-261-1/+1
|
* Remove usage of non existing macrobapt2013-12-261-1/+0
|
* Fix badly reintroduced USE_ICONVbapt2013-12-261-5/+3
| | | | | | While here: - Convert LIB_DEPENDS to new format - Remove userless pre.mk/post.mk
* - Update to 3.8.1.rakuco2013-12-264-112/+86
| | | | | | | - Support staging. PR: ports/184558 Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
* Convert the tree to USES=openalantoine2013-12-2678-137/+90
| | | | Approved by: portmgr (bapt)
* Add new USES=openal, which will replace USE_OPENALantoine2013-12-261-0/+90
| | | | | | | | | | The conversion is simple: USE_OPENAL=yes -> USES=openal USE_OPENAL=soft -> USES=openal:soft USE_OPENAL=al alut -> USES=openal:al,alut and so on Approved by: portmgr (bapt)
* Update to 3.0.5.rakuco2013-12-263-942/+1798
| | | | | PR: ports/185109 Submitted by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
* - USES=fortran pathfix.tijl2013-12-261-27/+10
| | | | | | | | | | - Pass --enable-shared to configure instead of building a shared library in post-build. This decreases the library version to zero so patch the Makefile to force it back to one. The shared library also links with Fortran runtime libraries correctly now. - Remove -fPIC from CFLAGS and FFLAGS now that the shared library is no longer created from the static library. - Remove do-install. Normal make install works just fine.
* Add license information.rakuco2013-12-261-0/+2
| | | | | PR: ports/185183 Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de>
* science/chemtool-devel: Unbreak on FreeBSD 10+marino2013-12-261-1/+2
| | | | | | | | The breakage was caused by processing makefiles with bmake instead of the specified gmake. PR: ports/184693 Approved by: maintainer timeout
* - Fix usrp on 10.0db2013-12-262-22/+105
| | | | | | | | New make on 10 and HEAD does not behave the same way as previous make, this masked an incorrect make use. Submitted by: myself Approved by: Maintainer (adrian@)
* Release maintainership back to ports@mm2013-12-261-1/+1
| | | | I don't have time to update to 2.2.0
* - Change master sitesnemysis2013-12-261-16/+12
| | | | | | | | - USES gmake instead of USE_GMAKE - Support STAGEDIR - Change Desktop entry file Approved by: pawel / wg (mentors, implicit)
* - Better way to use clang-specific optionamdmi32013-12-261-4/+4
|
* - Update to 0.9.33sunpoet2013-12-262-2/+2
| | | | | | | | - Bump PORTREVISION for www/libmicrohttpd shlib change Changes: https://gnunet.org/svn/libmicrohttpd/ChangeLog PR: ports/185184 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
* - Update to 0.9.33sunpoet2013-12-262-5/+5
| | | | | | Changes: https://gnunet.org/svn/libmicrohttpd/ChangeLog PR: ports/185184 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
* - Update to 0.37sunpoet2013-12-262-12/+18
| | | | | | | | | | | | - Pass maintainership to submitter - While I'm here: - Fix LICENSE - Update and sort *_DEPENDS - Fix shebang Changes: http://search.cpan.org/dist/Net-DNSBL-MultiDaemon/Changes PR: ports/184958 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Update to 1.7.3sunpoet2013-12-263-40/+29
| | | | | | | | | | | | - While I'm here: - Convert to new options framework - Convert to new options helper - Update USE_PYDISTUTILS - Support STAGEDIR Changes: https://github.com/nicolargo/glances/blob/master/NEWS PR: ports/ Submitted by: Gasol Wu <gasol.wu@gmail.com> (maintainer)
* - Support stagingamdmi32013-12-262-4/+2
| | | | | - Convert USE_GMAKE to USES - Update WWW
* - Use USES=pathfixsunpoet2013-12-261-1/+2
|
* Respect CCpawel2013-12-262-8/+12
| | | | | PR: ports/184231 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 5.90053sunpoet2013-12-262-3/+3
| | | | Changes: http://search.cpan.org/dist/Catalyst-Runtime/Changes
* - Update to 1.83sunpoet2013-12-262-6/+4
| | | | | | - Use USES=pkgconfig Changes: http://search.cpan.org/dist/XML-LibXSLT/Changes
* - Update to 0.45sunpoet2013-12-262-5/+5
| | | | Changes: http://search.cpan.org/dist/MooseX-Storage/Changes
* - Update to 1.58sunpoet2013-12-262-3/+3
| | | | Changes: http://search.cpan.org/dist/CPAN-Perl-Releases/Changes
* - Update to 0.58sunpoet2013-12-263-4/+7
| | | | | | | - Add LICENSE - Use CPAN as primary WWW Changes: http://search.cpan.org/dist/perl-ldap/Changes
* - Update to 2.13sunpoet2013-12-262-3/+3
| | | | Changes: http://search.cpan.org/dist/Net-Dict/Changes
* - Update to 0.07sunpoet2013-12-262-7/+8
| | | | | | - Fix *_DEPENDS Changes: http://search.cpan.org/dist/IO-Any/Changes
* - Fix build on -currentpawel2013-12-264-69/+38
| | | | | | | | - Depend on pcre from ports instead of bundled one - Strip library file PR: ports/184229 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Fix build on -currentpawel2013-12-261-7/+22
| | | | | PR: ports/184902 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Change master sitesnemysis2013-12-261-4/+9
| | | | | | | | - USES dos2unix instead of USE_DOS2UNIX - Fix the usage of 'python' to get rid of the implicit lang/python dependency - Break lines around 80 characters Approved by: pawel / wg (mentors, implicit)
* Connect cyrus-sasl2-gssapi.ume2013-12-261-0/+1
|
* - Fix build on -currentpawel2013-12-267-41/+91
| | | | | | | | - Remove leading article from COMMENT - Support staging PR: ports/184236 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* SASL GSSAPI authentication plugin is divided into portume2013-12-264-19/+93
| | | | | | | different from cyrus-sasl2. Spotted by: Erick Turnquist <jhujhiti__at__adjectivism.org>, Scot Hetzel <swhetzel__at__gmail.com>
* - Fix build on -currentpawel2013-12-261-22/+28
| | | | | | | | - Convert LIB_DEPENDS to new format - Support staging PR: ports/184241 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Fix inconsistency in building bashbapt2013-12-262-4/+7
| | | | | | | | | Ensure the configure script always activate the same features wether or not fdescfs is mounted: Always consider /dev/fd as absent Bump portrevision as packages on the cluster are built with fdescfs mounted. With hat: portmgr Reported: Derek Schrock (skered- via #poudriere)
* - Fix build with clang [1]pawel2013-12-264-46/+150
| | | | | | | | | - Add desktop entry file [1] - Support staging [1] - Save highscores in /var/games PR: ports/184876 [1] Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Add DOCS Optionnemysis2013-12-261-13/+9
| | | | | | | | - Support STAGEDIR - Change Desktop entry file - Break lines around 80 characters Approved by: pawel / wg (mentors, implicit)
* Traditionally, most (if not all) tamperings with ${TMPPLIST} were donedanfe2013-12-261-4/+5
| | | | | | | | | | | silently within the ports (similar to extraction and patching phases). Recently introduced Mk/Uses/kmod.mk does some grunt work for pkg-plist, like @[un]exec /usr/sbin/kldxref ... stuff via ${ECHO_CMD}, which makes build logs less neat. Mute them and MKDIR, remove an extra whitespace, and wrap one overly long line. Approved by: rene
* In sight of upcoming update, do some cleaning: convert to Uses=kmod and thendanfe2013-12-262-17/+15
| | | | do not explicitly set SSP_UNSAFE and augment CATEGORIES; also sort pkg-plist.
* - Update to 0.17sunpoet2013-12-252-3/+3
| | | | Changes: http://search.cpan.org/dist/Log-Minimal/Changes
* - Fix and change DOCSDIRsunpoet2013-12-251-3/+3
| | | | | | - Bump PORTREVISION for package change Submitted by: mva
* - Update to 0.32sunpoet2013-12-252-4/+6
| | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/Statistics-R/Changes
* - Update to 7.07sunpoet2013-12-252-3/+3
| | | | Changes: http://search.cpan.org/dist/AnyEvent/Changes
* - Mark as DEPRECATED and set EXPIRATION_DATE to 2014-01-31sunpoet2013-12-251-0/+3
| | | | | PR: ports/184628 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
* - Add LICENSE [2]sunpoet2013-12-2513-11/+428
| | | | | | | | | | - Merge sysutils/mbmon [2] - Add support for Intel 82801I (ICH9) SMBus controller [1] - Support STAGEDIR [2] PR: ports/184521 [1], ports/184628 [2] Submitted by: Dmitry S. Luhtionov <mitya@cabletv.dp.ua> [1], Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) [2]
* - Update to 0.20.9sunpoet2013-12-252-3/+3
| | | | Changes: http://git.gnome.org/browse/gupnp/tree/NEWS
* - Fix distinfo: additional data files are updated now and thensunpoet2013-12-252-8/+8
| | | | | | | - Bump PORTREVISION for package change PR: ports/185066 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
* - Fix broken upstream staging supportamdmi32013-12-254-1/+34
|
* - Fix build with clangpawel2013-12-254-24/+251
| | | | | | | - Rephrase pkg-descr PR: ports/184861 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Respect CXX/CXXFLAGSpawel2013-12-251-5/+9
| | | | | | | | - Add LICENSE - Support staging PR: ports/184860 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Fix build on 8.x and 9.xpawel2013-12-253-58/+12
| | | | | | | | - Add LICENSE, desktop entry file - Support staging PR: ports/184848 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Respect CC/CFLAGSpawel2013-12-251-20/+15
| | | | | | | | - Add LICENSE - Support staging PR: ports/184847 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Stagify, dismiss USE_GMAKE, utilize some helper knobs. No functional changes.danfe2013-12-252-30/+23
|
* - Respect CC/CFLAGSpawel2013-12-252-48/+18
| | | | | | | - Support staging PR: ports/184845 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Fix build with clangpawel2013-12-252-10/+49
| | | | | | | | | | | - Update MASTER_SITES - Add LICENSE, desktop entry file - Add OPTIONS for GTK1 and SLANG support - Support staging - Switch to PLIST_FILES PR: ports/184843 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Change master sitesnemysis2013-12-253-47/+46
| | | | | | | | | | | | | - USES gmake instead of USE_GMAKE - Add USE_GCC=yes - Add DOCS Option - Support STAGEDIR, add CONFIGURE_ARGS - Change Desktop entry file - Break lines around 80 characters - Change WWW - Change pkg-plist, use %%DATADIR%% Approved by: pawel / wg (mentors, implicit)
* - Fix build on 10.xamdmi32013-12-253-14/+27
| | | | | | | | - Support staging - Respect CC, CFLAGS and PREFIX PR: 185018 Submitted by: Eimar Koort <eimar.koort@gmail.com> (maintainer)
* - Fix build on -currentpawel2013-12-252-53/+32
| | | | | | | | | | - Convert to new options framework - Use shebangfix for rulesets - Support staging - Switch to PLIST_FILES PR: ports/184842 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* devel/py-setuptools: update to 2.0.1wg2013-12-256-223/+122
|
* - Fix build on -currentpawel2013-12-252-34/+76
| | | | | | | | - Convert to new options framework, add PORTAUDIO option - Strip glob2 binary PR: ports/184841 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Respect CFLAGSpawel2013-12-252-30/+23
| | | | | | | - Support staging PR: ports/184840 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Fix compilation problems with Clang (inaccurate usage of type qualifiers,danfe2013-12-253-53/+87
| | | | | | | | | | | | | | | | lack of this->, some missing #include's) that could be patched via simple sed(1) calls and one trivial patch. Linking still fails, and so does the build with GCC 4.6+; this would be fixed in a separate commit, along with other issues with the port (dependency on restricted LAME codec, usage of somewhat old FOX v1.4). While here, convert large number of optional LIB_DEPENDS conditionals to helper knobs, reword LARGEFILE_DESC, do not bogusly augment CONFIGURE_ENV, and stagify. For users that have ReZound package installed, this commit does not bring any visible changes, and should not be merged to any "stable" or quarterly branches alone.
* - Respect CC/CFLAGSpawel2013-12-252-9/+15
| | | | | | | | | - Use USE_GITHUB - Add LICENSE - Support staging PR: ports/184869 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Fix instructions for the apache>=2.3 casematthew2013-12-251-1/+1
| | | | Submitted by: starlition@tp.edu.tw
* Fix build with freetype 2.5.2.kwm2013-12-252-0/+13
| | | | I forgot this in the big update yesterday.
* - Change Makefile headernemysis2013-12-253-33/+60
| | | | | | | | | | | | | - Bump PORTREVISION - Change master sites and icon - Remove dependency for graphics/netpbm - USES gmake instead of USE_GMAKE - Use pkg-plist instead of PLIST_FILES and PORTDATA - Add DOCS Option - Support STAGEDIR - Change Desktop entry file Approved by: pawel / wg (mentors, implicit)
* - Fix DOCS logic after conversion to new optionsmakc2013-12-251-1/+1
| | | | Pointyhat to: danfe
* - update to 3.5.2rm2013-12-253-32/+19
| | | | | | | | - use option helpers - support staging changelog: http://blog.gpodder.org/2013/09/gpodder-352-prime-mover-released.html
* - Fix license definitiondanilo2013-12-251-3/+0
| | | | Reported by: marino
* Use NO_WRKSUBDIR=yes instead of WRKSRC=${WRKDIR}.rakuco2013-12-252-2/+2
|
* Re-add jtreg to the distinfo.jkim2013-12-251-0/+2
|
* - Update to b29.jkim2013-12-25107-41296/+262
| | | | | | | - Tidy up signal handler. - Disable a Linux-specific hack. - Do not create stack guard for Java threads. - Implement thread CPU time.
* - Add a patch from upstram.jkim2013-12-252-2/+17
| | | | - Use options framework properly.
* - Change Makefile headernemysis2013-12-253-34/+34
| | | | | | | | | | | | | - Bump PORTREVISION - Change master sites and icon - Remove dependency for graphics/netpbm - USES gmake instead of USE_GMAKE - Use pkg-plist instead of PLIST_FILES and PORTDATA - Add DOCS Option - Support STAGEDIR - Change Desktop entry file Approved by: pawel / wg (mentors, implicit)
* - Support stagingamdmi32013-12-251-9/+5
| | | | - Convert USE_GMAKE to USES
* - Fix build with clangpawel2013-12-252-12/+10
| | | | | | | | - Add LICENSE - Support staging PR: ports/184834 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* math/sdpara: Unbreak on FreeBSD 10+marino2013-12-251-2/+15
| | | | | | | | The breakage was caused by processing makefiles with bmake instead of the specified gmake. PR: ports/184619 Approved by: maintainer timeout
* math/parmgridgen: Unbreak on FreeBSD 10+marino2013-12-251-0/+1
| | | | | | | | The breakage was caused by processing makefiles with bmake instead of the specified gmake. PR: ports/184618 Approved by: maintainer timeout
* sysutils/hdup: Unbreak on FreeBSD 10+marino2013-12-251-0/+12
| | | | | | | | The breakage was caused by processing makefiles with bmake instead of the specified gmake. PR: ports/184617 Approved by: maintainer timeout
* - Remove not needed post-installnemysis2013-12-251-1/+0
| | | | | Reported by: wg Approved by: pawel / wg (mentors, implicit)
* ftp/ftpproxy: Unbreak on FreeBSD 10+marino2013-12-251-0/+20
| | | | | | | | The breakage was caused by processing makefiles with bmake instead of the specified gmake. PR: ports/184616 Approved by: maintainer timeout
* Unbreak german/ispell and german/ispell-neu on F10+marino2013-12-251-2/+3
| | | | | | | | The breakage was caused by processing makefiles with bmake instead of the specified gmake PR: ports/184613 Approved by: maintainer timeout
* Update freetype to 2.5.2.kwm2013-12-2581-138/+982
| | | | | | | | | | | | | | Remove patch to add -I/usr/local/include in freetype-config --cflags. If ports need extra headers they should look for them, and not get them via a side-effect. Freetype had a header resuffle in 2.5.1, patch ports to use the new header style. Thanks go to bdrewery for the two exp-runs and rakuco for helping me with some troublesome cmake ports. PR: ports/184587
* - Properly look for X11 using CMake and include the appropriate directoriesrakuco2013-12-253-13/+27
| | | | | | | | | | | | instead of relying on FREETYPE_INCLUDE_DIRS (which will change with the upcoming Freetype 2.5.2 update) to pass -I${LOCALBASE}/include to the compiler. - Support staging. - Set LICENSE (therefore stop installing the license file into DOCSDIR and bump PORTREVISION). - Remove the mysterious WITH_SN check, which was never a proper option and relied on some apparently unstable API (at least it was unstable at the time, almost 8 years ago).
* Use the right LICENSE namerakuco2013-12-251-1/+1
|
* Fix dependency information.crees2013-12-251-7/+2
| | | | | | | pkgng detects that some of these are used during runtime apparently, and adds them anyway. This fixes the Tinderbox/pkgng build of x11-wm/ccsm
* - Change Makefile headernemysis2013-12-252-14/+23
| | | | | | | | | | | | | - Bump PORTREVISION - Change master sites, add icon - USES gmake instead of USE_GMAKE - Change PLIST_FILES - Support STAGEDIR - Add DOCS Option - Add Desktop entry file - Simplify Makefile Approved by: pawel / wg (mentors, implicit)
* graphics/ipe: Unbreak by using new library specificationmarino2013-12-251-2/+2
|
* Actually make the port installable, sigh.rakuco2013-12-251-5/+5
|
* Fix the build with clang.rakuco2013-12-252-0/+21
|
* - Fix the build when only clang is presentrakuco2013-12-252-7/+19
| | | | | | | | - Respect CFLAGS (bump PORTREVISION for consistency) - Set LICENSE - Support staging - Do not silence the calls made in the do-install target - Stop needlessly setting PKGNAMESUFFIX
* . Update to 1.1.20131223thierry2013-12-256-15/+18
| | | | | | | | | | | | . This addresses multiple mplayer + mencoder problems: - Wrong aspect ratio in certain (old) h264 files (Thanks Carl + Reimar for fixing this upstream) - Proper handling of RTCPU. Fixes ports/184937 and ports/153776 - Remove explicit cat pkg_messag. Fixes ports/184945 - Dependency registration on screensaver works now. Fixes ports/177721 PR: ports/185142 Submitted by: Thomas Zander (maintainer)
* biology/seqtools: update to 4.24wg2013-12-252-3/+3
| | | | | PR: ports/185162 Submitted by: maintainer
* devel/py-stsci.distutils: update to 0.3.7wg2013-12-252-5/+5
| | | | | | - Update to 0.3.7 - Switch from easy_install to install - BSD -> BSD3CLAUSE
* - Change Makefile headernemysis2013-12-251-12/+9
| | | | | | | | - Change master sites - Change Desktop entry file - Support STAGEDIR Approved by: pawel / wg (mentors, implicit)
* Add x11-fonts/vollkorn-ttf.rakuco2013-12-255-0/+51
| | | | | | | | | It intends to be a quiet, modest and well working text face for bread and butter use. Unlike its examples in the book faces from the renaissance until today, it has dark and meaty serifs and a bouncing and healthy look. It might be used as body type as well as for headlines or titles. WWW: http://friedrichalthausen.de/vollkorn/
* Update to version 4.5.17.bsam2013-12-255-9/+9
|
* - Fix build on -currentpawel2013-12-253-28/+41
| | | | | | | | | - Rescpect CXXFLAGS - Use desktop-file-utils/pathfix - Support staging PR: ports/184909 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Fix install with DOCS option disabledcrees2013-12-241-4/+2
| | | | | PR: ports/185161 Submitted by: Anton Yuzhaninov
* - Respect CC/CFLAGSpawel2013-12-242-189/+201
| | | | | | | | - Add option for docs - Support staging PR: ports/184908 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - update to 2.21.1rm2013-12-242-3/+3
|
* - Update to 0.9.1nemysis2013-12-244-11/+15
| | | | | | | | - Change Desktop entry file - Add REINPLACE_CMD, fix build (malloc.h) - Change patch Approved by: pawel / wg (mentors, implicit)
* - Fix build with clangpawel2013-12-248-71/+37
| | | | | | | | - Add LICENSE - Switch to PLIST_FILES PR: ports/184905 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Fix biuld with clangpawel2013-12-244-14/+37
| | | | | | | | - Add LICENSE - Support staging PR: ports/184904 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Fix build with clangpawel2013-12-242-9/+16
| | | | | | | | | - Add desktop entry file - Use shebangfix - Support staging PR: ports/184901 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Fix build with clangpawel2013-12-249-19/+97
| | | | | | | | - Remove leading article from COMMENT - Support staging PR: ports/184900 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Fix build on -currentpawel2013-12-241-23/+27
| | | | | | | | - Convert to new options framework - Support staging PR: ports/184899 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 1.05jadawin2013-12-242-3/+3
|
* - Respect CXX/CXXFLAGS (fixes build with clang)pawel2013-12-244-56/+25
| | | | | | | | - Remove unnecessary BUILD_DEPENDS - Add LICENSE PR: ports/184898 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 0.200005jadawin2013-12-242-3/+3
|
* - Fix build with clangpawel2013-12-245-41/+36
| | | | | | | | | - Respect CXXFLAGS - Add LICENSE - Support staging, strip library PR: ports/184897 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Fix build with gcc on 8.x and 9.xpawel2013-12-242-11/+28
| | | | | | | | - Use option subs - Support staging, strip library PR: ports/184896 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Fix RUN_DEPENDSantoine2013-12-241-2/+1
|
* - Update to 2.046jadawin2013-12-242-3/+3
|
* - Update math/freemat to version 4.2 and clean up the port.tijl2013-12-2418-4227/+157
| | | | | | | - Support JIT compilation using Clang/LLVM 3.3. - Add desktop entry. - Remove math/freemat-mpi. It has been marked IGNORE for almost 7 years since the removal of MPI support in FreeMat 3.0.
* - Replace USE_DOS2UNIX target by a wrapper for USES=dos2unixrene2013-12-241-34/+14
| | | | | | | | | | | - Remove comments for USE_DOS2UNIX This makes bsd.port.mk line-ending clean. PR: ports/184168 Submitted by: myself Approved by: portmgr (bdrewery) Exp-runs by: bdrewery
* Fix LIB_DEPENDSantoine2013-12-241-1/+1
|
* Fix LIB_DEPENDS and plistantoine2013-12-242-4/+1
|
* - Fix build on currentjadawin2013-12-243-36/+27
| | | | | | | - Support STAGE PR: ports/184810 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Fix LIB_DEPENDSantoine2013-12-241-1/+1
|
* - use PYTHONPREFIX_LIBDIRjadawin2013-12-241-2/+2
| | | | | PR: ports/185120 Submitted by: maintainer
* - Fix buildantoine2013-12-244-9/+26
| | | | | | | | - Do not reinplace binary files (*.wav, *.jpg...) - Stage support PR: ports/184944 Submitted by: Ivan Klymenko (maintainer)
* - Bump PORTREVISIONnemysis2013-12-245-24/+41
| | | | | | | | | | | - Change master sites and icon - Support STAGEDIR - Add DOCS Option - Add Desktop entry file - Simplify Makefile - Add patches, fix bad C++ code Approved by: pawel / wg (mentors, implicit)
* Update to 5.1.28matthew2013-12-242-3/+3
| | | | | | This is a routine bugfix and incremental improvement release. ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-28.html
* sync with make -VLEGALnetchild2013-12-241-1/+1
|
* - Add a proxy method to access protected IO::connecting_legal field fromdanfe2013-12-247-0/+163
| | | | | | | | Session::add_routes(); no idea why it worked before with GCC 4.2 - Switch from using non-standard STL slist container (which is not available with libc++) to the one provided by boost::container::slist, it allows to build Ardour on all supported FreeBSD versions/compilers - Fix remaining cases of boost::shared_ptr to fix the build against Clang
* - Fix build with newer erlangamdmi32013-12-243-1/+151
| | | | Submitted by: olgeni
* - Support stagingamdmi32013-12-241-2/+1
| | | | - Convert USE_GMAKE to USES
* - Support stagingamdmi32013-12-241-7/+4
| | | | - Convert USE_GMAKE to USES
* - Support stagingamdmi32013-12-241-8/+10
| | | | - Fix FORTRAN option
* - Update to 1.3.1amdmi32013-12-247-103/+43
| | | | | | | | | | - Support staging - Use new LIB_DEPENDS syntax - Add LICENSE - Add pkg-message with description of config file problems PR: 182956 (bits used) Submitted by: nemysis <nemysis@FreeBSD.org>
* - Fix build on 10.xamdmi32013-12-2415-124/+386
| | | | | | | - Fix build with freeglut - Fix segfaults on 64 bit - Support staging - Convert USE_GMAKE to USES
* - Update to 2.10.r1tabthorpe2013-12-243-48/+41
|
* - Fix several C++ issues with modern compilersdanfe2013-12-245-6/+413
| | | | - While here, stagify and mute REINPLACE_CMD's
* support STAGEfeld2013-12-244-653/+652
| | | | | | | move contents to WWWDIR PR: ports/182444 Approved by: swills (mentor), maintainer timeout
* - adoption of staging supportjgh2013-12-241-8/+5
|
* - Support stagingamdmi32013-12-241-1/+0
|
* Fix python module after removal of implicit lang/python dependencyantoine2013-12-241-1/+2
|
* Update to 4.1.2matthew2013-12-243-3/+17
| | | | | | | | - Add instructions for more recent verions of Apache to pkg-message (1) Release Notes: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.2/phpMyAdmin-4.1.2-notes.html/view Submitted by: poinsot.julien@gmail.com (1)
* - remove pypi mirrors, because they hold different distfile [1]rm2013-12-242-25/+12
| | | | | | | | | | - correct license type (BSD 2 clause) - support staging - use PYDISTUTILS_AUTOPLIST - bump PORTREVISION PR: 180208 Reported by: Lance Chen <cyen0312@gmail.com> [1]
* - Mark BROKEN as it loops on install, breaking package building and exprunsbdrewery2013-12-241-0/+2
| | | | | | | | | | | | | | | | | | | | | =======================<phase: install >============================ ===> Installing for meta-cvs-1.1.98 ===> Generating temporary packing list ===> Checking if devel/meta-cvs already installed install -d /usr/local/bin /usr/local/share/meta-cvs install mcvs mcvs-debug /usr/local/bin install mcvs.mem mcvs-debug.mem /usr/local/share/meta-cvs /bin/mkdir -p /usr/local/share/doc/meta-cvs (cd /wrkdirs/usr/ports/devel/meta-cvs/work/meta-cvs-1.1.98/docs/tex-manual && gmake && /bin/cp /wrkdirs/usr/ports/devel/meta-cvs/work/meta-cvs-1.1.98/docs/tex-manual/meta-cvs.pdf /wrkdirs/usr/ports/devel/meta-cvs/work/meta-cvs-1.1.98/docs/misc-text-files) while true ; do cp meta-cvs.toc meta-cvs.toc.old ; pdflatex meta-cvs.latex ; if ! cmp -s meta-cvs.idx meta-cvs.idx.old ; then cp meta-cvs.idx meta-cvs.idx.old ; makeindex -s meta-cvs.ist meta-cvs.idx ; fi ; if cmp -s meta-cvs.toc meta-cvs.toc.old ; then break ; fi ; done cp: meta-cvs.toc: No such file or directory pdflatex: not found cp: meta-cvs.idx: No such file or directory makeindex: not found cp: meta-cvs.toc: No such file or directory pdflatex: not found With hat: portmgr
* Detect pkgNG. When pkgNG is present and there is packages managed by pkgNG,delphij2013-12-242-1/+19
| | | | | | | give user a warning and run pkg audit -F instead. PR: ports/185147 Submitted by: ohauer
* sysutils/asapm: enable compilation on amd64eadler2013-12-241-1/+1
| | | | | | I tested this and it just works. Approved by: gamato@users.sf.net (maintainer)
* - update to 2.2.1rm2013-12-244-131/+11
| | | | | | | | - support staging - update WWW PR: 164855 Submitted by: olivierd (based on)
* - Ensure correct ownership of installed files and directories in ~boincrene2013-12-242-25/+25
| | | | | | - Enable package building as user - Use option helpers - Bump PORTREVISION
* - Ensure correct ownership of installed files and directories in ~boincrene2013-12-242-29/+26
| | | | | | | | | - Enable package building as user - Use option helpers - Drop conflict with removed astro/boinc-setiathome-enhanced - Bump PORTREVISION Inspiration from: biology/boinc-simap
* Fix PYTHON option after getting rid of implicit lang/python dependencyantoine2013-12-241-1/+2
|
* Fix some symlinks after getting rid of implicit lang/python dependencyantoine2013-12-241-1/+3
|
* dns/p5-URBL-Prepare: Prepare hostname for URBL domain lookupwg2013-12-245-0/+34
| | | | | | | | | | URPL::Prepare is a Perl module that prepares hostname for URBL domain lookup and is used by Net::DNSBL::MultiDaemon WWW: http://search.cpan.org/dist/URBL-Prepare/ PR: ports/185089 Submitted by: Kurt Jaeger <fbsd-ports opsec.eu>
* - update to 2.0.4rm2013-12-245-47/+58
| | | | | | | | | | | | | - replace LATEST_LINK with PKGNAMESUFFIX - add conflicts with other postgis branches - add staging support - add patch to link with json-c (upstream ticket #2213) - define LICENSE (GPLv2) - update COMMENT PR: 182031 Submitted by: Trevor Caira <trevor@bitba.se>, romain Approved by: maintainer timeout (3 months)
* devel/p5-CBOR-XS: Perl does Concise Binary Object Representation (CBOR, RFC7049)wg2013-12-245-0/+34
| | | | | | | | | | This module converts Perl data structures to the Concise Binary Object Representation (CBOR, RFC7049) and vice versa. WWW: http://search.cpan.org/dist/CBOR-XS/ PR: ports/185073 Submitted by: Kurt Jaeger <fbsd-ports opsec.eu>
* Fix LIB_DEPENDSantoine2013-12-241-1/+1
|
* Fix LIB_DEPENDSantoine2013-12-241-3/+3
|
* Update to 0.2.3.delphij2013-12-242-3/+5
|
* - Strip shared librarysunpoet2013-12-241-0/+3
|
* - Fix shebangsunpoet2013-12-241-1/+4
| | | | | | - Bump PORTREVISION for package change Approved by: maintainer (implicit)
* - update to 1.9.2rm2013-12-243-34/+16
| | | | | | | | | | | - remove indefinite article from COMMENT - add LICENSE (GPLv2) - limit python branch to 2 only (print) - use PYDISTUTILS_AUTOPLIST - support staging PR: 182244 Submitted by: Gordon Campbell <seawolf@marinewolf.net> (maintainer)
* - Remove NO_STAGEtabthorpe2013-12-241-1/+0
| | | | | | - Turns out cmake(1) has it all built in Thanks to: bapt
* - Update to 0.104sunpoet2013-12-242-5/+4
| | | | Changes: http://search.cpan.org/dist/Mixin-Linewise/Changes
* - Update to 1.56sunpoet2013-12-242-3/+3
| | | | Changes: http://search.cpan.org/dist/CPAN-Perl-Releases/Changes
* - Update to 20131222sunpoet2013-12-242-11/+3
| | | | | | | | - While I'm here, simplify Makefile Changes: https://savannah.gnu.org/forum/forum.php?forum_id=7823 PR: ports/185108 Submitted by: Chris Howey <howeyc@gmail.com> (maintainer)
* - Update to 3.8sunpoet2013-12-242-3/+3
| | | | | | Changes: http://tw.wordpress.org/2013/12/16/parker/ PR: ports/185075 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
* - Update to 3.8sunpoet2013-12-242-3/+3
| | | | | | Changes: http://cn.wordpress.org/2013/12/13/parker/ PR: ports/185074 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
* - Update to 1.2.1sunpoet2013-12-242-4/+4
| | | | | | | | - Update MASTER_SITES Changes: https://code.google.com/p/psutil/source/browse/HISTORY PR: ports/184802 Submitted by: Gasol Wu <gasol.wu@gmail.com>
* - Update to 4.0.12sunpoet2013-12-242-4/+6
| | | | | | - Update maintainer section Changes: http://www.tinymce.com/develop/changelog/index.php?type=tinymce
* - Update to 1.0sunpoet2013-12-242-3/+3
| | | | Changes: https://bitbucket.org/cthedot/cssutils/src/default/CHANGELOG.txt
* - Update to 4.2.1sunpoet2013-12-242-3/+3
| | | | Changes: https://github.com/guard/guard-rspec/releases
* - Update to 3.10.0sunpoet2013-12-242-3/+3
| | | | Changes: https://github.com/meskyanichi/backup/commits/master
* - Update to 1.3.0sunpoet2013-12-242-3/+3
| | | | Changes: https://github.com/capistrano/sshkit/blob/master/CHANGELOG.md
* Several fixes:rene2013-12-242-10/+14
| | | | | | | | | | | | | - install files as the BOINC user/group, this ensures that work units can be downloaded and sent - try to remove ~boinc/projects if empty - do not specify -o and -g parameters to ${INSTALL}, this ensures the package can be built as user - only extract the hmmer binary from the hmmer distribution file, this ensures correct permissions when modifying app_info.xml as user - Bump PORTREVISION Reviewed by: bapt
* - Update to 2013.9sunpoet2013-12-242-3/+3
| | | | Changes: http://pecl.php.net/package-changelog.php?package=timezonedb
* - Update to 0.05sunpoet2013-12-242-5/+4
| | | | Changes: http://search.cpan.org/dist/MooseX-Types-URI/Changes
* - Update to 0.41sunpoet2013-12-242-3/+3
| | | | Changes: http://search.cpan.org/dist/MooseX-Types/Changes
* - Update to 0.036sunpoet2013-12-242-3/+3
| | | | | Changes: http://search.cpan.org/dist/Type-Tiny/Changes http://search.cpan.org/dist/Type-Tiny/NEWS
* Fix LIB_DEPENDSantoine2013-12-241-1/+1
|
* Fix installation.fjoe2013-12-241-0/+3
| | | | PR: 185006, 185068
* - Update LICENSEsunpoet2013-12-241-1/+1
|
* - Update LICENSEsunpoet2013-12-241-1/+1
|
* - Update LICENSEsunpoet2013-12-241-1/+1
|
* - Update LICENSEsunpoet2013-12-241-1/+1
|
* - Update LICENSEsunpoet2013-12-242-7/+6
| | | | - Reformat pkg-descr
* - Update LICENSEsunpoet2013-12-241-1/+1
|
* 1. Merge fixes for long known bugs from hackndev[1] versionmich2013-12-248-279/+391
| | | | | | | | | | | | | | | | | | 3507529 64bit fix ... now works on amd64 as well ;-) 95d2af2 Replaced all those insecure sprintf's with snprintf's (partial) 33a1a8d Fix sigsegv on hero reaching topmost or leftmost border of the game area 436bbfc Push back network stack underflow bugfix 160e4d6 Prevent buffer overflow ee911ba make the server invulnerable to long names 2. Add patch from gentoo linux[2] to use unmodified game data. 3. Support staging 4. Use options framework [1] https://github.com/hackndev/0verkill [2] http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/games-action/0verkill/files/0verkill-0.16-gentoo-paths.patch?revision=1.1&view=markup PR: ports/184252 Submitted by: Vladimir Kondratiev <wulf@cicgroup.ru>
* - Support for stagingmich2013-12-241-5/+4
| | | | | PR: ports/183953 Submitted by: Kimmo Paasiala <kpaasial@gmail.com>
* Fix plist when port is used with python-3.demon2013-12-232-7/+9
| | | | Approved by: maintainer
* x11-wm/awesome-vicious: update to 2.1.2wg2013-12-233-3/+5
|
* - Update to 1.1madpilot2013-12-236-15/+46
|
* - Convert to stagingmadpilot2013-12-232-8/+13
| | | | | | PR: ports/184518 Submitted by: me Approved by: Maintainer timeout
* - Support stagingamdmi32013-12-231-7/+5
|
* - Support stagingamdmi32013-12-231-3/+2
| | | | - Use new LIB_DEPENDS syntax
* - Support stagingamdmi32013-12-232-25/+10
| | | | - Use new OPTIONS features
* - Support stagingamdmi32013-12-231-1/+0
|
* - Support stagingamdmi32013-12-231-2/+1
|
* - Support stagingamdmi32013-12-231-3/+2
|
* - Support stagingamdmi32013-12-231-14/+11
|
* - Support stagingamdmi32013-12-231-3/+2
|