aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.8-27TAKATSU Tomonari2013-09-062-3/+3
| | | | Notes: svn path=/head/; revision=326488
* - Update to 0.5-63TAKATSU Tomonari2013-09-062-3/+3
| | | | Notes: svn path=/head/; revision=326487
* - convert to the new perl5 frameworkAndrej Zverev2013-09-0619-19/+37
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326486
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-062-3/+2
| | | | Notes: svn path=/head/; revision=326485
* Fix configure and build with clangBaptiste Daroussin2013-09-061-3/+2
| | | | Notes: svn path=/head/; revision=326484
* Update to 0.10023.Anton Berezin2013-09-063-6/+6
| | | | | | | | Changes: http://search.cpan.org/dist/Catalyst-Plugin-Authentication/Changes Notes: svn path=/head/; revision=326483
* devel/py-fabric: Update to 1.7Kubilay Kocak2013-09-062-3/+4
| | | | | | | | | | | | | | - Update to 1.7 - Add Jinja2 to TEST_DEPENDS Changes: http://docs.fabfile.org/en/1.7/changelog.html PR: ports/181861 Submitted by: Gasol Wu <gasol.wu@gmail.com> Notes: svn path=/head/; revision=326482
* - convert to the new perl5 frameworkAndrej Zverev2013-09-0619-19/+37
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326481
* Add explicit iconv dependency. The port requires variable ICONV_LIBBernhard Froehlich2013-09-061-1/+1
| | | | | | | | | | | defined in the iconv USES Makefile to build correctly on 8.x and 9.x after the iconv migration of the ports tree. PR: ports/181854 Submitted by: Dave Hayes <dave@jetcafe.org> Notes: svn path=/head/; revision=326480
* Update to 0.00011.Anton Berezin2013-09-062-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Crypt-DH-GMP/Changes Notes: svn path=/head/; revision=326479
* Update to 2.16.Anton Berezin2013-09-062-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Config-Tiny/Changes Notes: svn path=/head/; revision=326478
* Update to 1.15.Anton Berezin2013-09-062-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Tree-DAG_Node/Changes Notes: svn path=/head/; revision=326477
* Update to 1.05(0).Anton Berezin2013-09-062-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/enum/Changes Notes: svn path=/head/; revision=326476
* Update to 0.19.Anton Berezin2013-09-062-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Net-Abuse-Utils/Changes Notes: svn path=/head/; revision=326475
* Update to 0.2.4.17-rcBrendan Fabeny2013-09-062-3/+3
| | | | Notes: svn path=/head/; revision=326474
* - New port: math/ogdfPietro Cerutti2013-09-068-0/+634
| | | | | | | | | | | | | | | | | | | OGDF (Open Graph Drawing Framework) is a self-contained C++ class library for the automatic layout of diagrams. OGDF offers sophisticated algorithms and data structures to use within your own applications or scientific projects. The library provides: * A wide range of graph drawing algorithms that allow to reuse and replace particular algorithm phases by using a dedicated module mechanism. * Sophisticated data structures that are commonly used in graph drawing, equipped with rich public interfaces. * Self-contained code that does not require any additional libraries (except for some optional branch-and-cut algorithms). WWW: http://www.ogdf.net Notes: svn path=/head/; revision=326473
* - Allow respect USES from slave-ports (libproxy-perl now using USES)Andrej Zverev2013-09-061-1/+1
| | | | Notes: svn path=/head/; revision=326472
* - revert r326430, as this fix broke buildJason Helfman2013-09-061-2/+2
| | | | | | | | Reported by: qat Approved by: maintainer (danilogondolfo@gmail.com, implicit) Notes: svn path=/head/; revision=326471
* - Unbreak linking with our new ld(1) by explicitly listing -lgobject-2.0 onAlexey Dokuchaev2013-09-062-8/+16
| | | | | | | | | | | | | | | the LINKFLAGS, otherwise we get this: /usr/bin/ld: invalid DSO for symbol `g_signal_connect_data' definition /usr/local/lib/libgobject-2.0.so.0: could not read symbols: Bad value c++: error: linker command failed with exit code 1 (...) scons: *** [build/release/radiant.cpu] Error 1 - Replace PTHREAD_LIBS variable with '-pthread' and tidy up some superfluous LOCALBASE-related assignments while here (leftovers from X11BASE era) Notes: svn path=/head/; revision=326470
* - Update to 1.12Frederic Culot2013-09-063-11/+11
| | | | | | | | | - Trim Makefile's header - Convert to new Uses/perl5.mk framework - Pet portlint(1) Notes: svn path=/head/; revision=326469
* - convert to the new perl5 frameworkAndrej Zverev2013-09-0619-19/+36
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326468
* Add explicit iconv dependency. The port requires variable ICONV_LIBGuido Falsi2013-09-061-1/+1
| | | | | | | | | | | | defined in the iconv USES Makefile to build correctly on 8.x and 9.x after the iconv migration of the ports tree. PR: ports/181854 Submitted by: Dave Hayes <dave@jetcafe.org> Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=326464
* - drop maintainershipRuslan Makhmatkhanov2013-09-061-3/+2
| | | | | | | | | | - convert USE_GMAKE to USES, while here PR: 181857 Submitted by: chris petrik <c.petrik.sosa@gmail.com> (maintainer) Notes: svn path=/head/; revision=326461
* Unbreak the build on recent -CURRENT (after cap_rights_t type was changedAlexey Dokuchaev2013-09-061-0/+6
| | | | | | | | | from uint64_t to a structure in r255219). PR: ports/181840 Notes: svn path=/head/; revision=326460
* - Update to 5.0Thomas Abthorpe2013-09-063-10/+4
| | | | | | | | | | - Builds on sparc64 now PR: ports/181803 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=326459
* - Revert commit, maintainer made contactThomas Abthorpe2013-09-062-2/+2
| | | | | | | Submitted by: Ivan Klymenko (maintainer) Notes: svn path=/head/; revision=326458
* Fix build with libc++.Jung-uk Kim2013-09-063-100/+107
| | | | Notes: svn path=/head/; revision=326457
* Fix build.Xin LI2013-09-062-1/+12
| | | | | | | | | | | | | Per ISO C++03 14.2/4: When the name of a member template specialization appears after . or -> in a postfix-expression, or after nested-name-specifier in a qualified-id, and the postfix-expression or qualified-id explicitly depends on a template-parameter (14.6.2), the member template name must be prefixed by the keyword template. Otherwise the name is assumed to name a non-template. Notes: svn path=/head/; revision=326456
* - Remove unnecessary and conflictant dependencyFelippe de Meirelles Motta2013-09-051-5/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=326455
* Update to 1.04(0).Anton Berezin2013-09-052-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/enum/Changes Notes: svn path=/head/; revision=326454
* Work around a bug in libcpp that pulls in the optional system iconvGerald Pfeifer2013-09-051-0/+10
| | | | | | | | | | | | | | | | if present instead of relying on the port we actually depend on. The issue is that /usr/include/iconv.h has #include <stdbool.h> which in turn, since both are included very late in the game, conflicts with similar definintions by libcpp itself. libstdc++ does not seem to require adjustments, so PR 161417 may not be relevant in full. PR: 161417 Notes: svn path=/head/; revision=326453
* Fix the build with clang.Joe Marcus Clarke2013-09-051-6/+14
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=326452
* - Added CONFLICTS with puppet 3.x. Hiera-puppet is now included in allGreg Larkin2013-09-051-0/+2
| | | | | | | | | | versions of puppet >=3.0.0 Ref: http://projects.puppetlabs.com/projects/hiera-puppet Submitted by: pkg-fallout Notes: svn path=/head/; revision=326451
* - Update to 0.8-11TAKATSU Tomonari2013-09-052-4/+3
| | | | Notes: svn path=/head/; revision=326450
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-056-15/+7
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326449
* The last port: --with-libiconv-prefix=${LOCALBASE} -> ${ICONV_CONFIGURE_ARG}Boris Samorodov2013-09-051-1/+1
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=326448
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-051-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326447
* Update to 1.7.5Steven Kreuzer2013-09-052-3/+3
| | | | Notes: svn path=/head/; revision=326446
* - Fix typo in FreeBSSDThomas Abthorpe2013-09-051-1/+1
| | | | | | | Submitted by: makc Notes: svn path=/head/; revision=326445
* . introduce ICONV_CONFIGURE_BASE variable at Mk/Uses/iconv.mk. It's value isBoris Samorodov2013-09-0519-41/+28
| | | | | | | | | | | "--with-libiconv=${LOCALBASE}" at systems pre OSVERSION 100043 and "" (null) otherwise; . convert all ports which has CONFIGURE_ARGS=--with-libiconv=${LOCALBASE}. Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=326444
* www/qupzilla: update to 1.4.4William Grzybowski2013-09-053-5/+5
| | | | | | | | | | | - Update to 1.4.4 [1] - Convert lib depends to new syntax PR: ports/181835 Submitted by: Javad Kouhi <javad.kouhi gmail.com> (maintainer) Notes: svn path=/head/; revision=326443
* Remove unmaintained japanese/texfamily{,-vfn2a} and japanese/dvi2dvi.Hiroki Sato2013-09-0533-2718/+4
| | | | Notes: svn path=/head/; revision=326442
* Work around a bug in libcpp that pulls in the optional system iconvGerald Pfeifer2013-09-051-0/+10
| | | | | | | | | | | | | | | | | if present instead of relying on the port we actually depend on. The issue is that /usr/include/iconv.h has #include <stdbool.h> which in turn, since both are included very late in the game, conflicts with similar definintions by libcpp itself. Interestingly enough, lang/gcc46 and lang/gcc48 did not fail under the same test scenarios and libstdc++ does not seem to require adjustments, so PR 161417 may not be relevant in full. PR: 161417 Notes: svn path=/head/; revision=326441
* databases/libmongo-client: update to 0.1.6.3William Grzybowski2013-09-052-7/+6
| | | | | | | | | | | | - Update to 0.1.6.3 - USES gmake - Add LICENSE (AL2) PR: ports/181757 Submitted by: Denis Generalov <gd rambler-co.ru> (maintainer) Notes: svn path=/head/; revision=326440
* Remove math/libmath++. The only thing that used it (monopd) was removedJohn Baldwin2013-09-0510-523/+1
| | | | | | | | | | back in 2011, the distfile no longer fetches, and it doesn't build correctly with clang as it is missing -fPIC. Reviewed by: az Notes: svn path=/head/; revision=326439
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-053-10/+4
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326438
* - Deprecate and reassign to the heap at maintainer's requestThomas Abthorpe2013-09-053-13/+10
| | | | Notes: svn path=/head/; revision=326437
* - Fix LICENSESunpoet Po-Chuan Hsieh2013-09-051-1/+2
| | | | Notes: svn path=/head/; revision=326436
* - Reassign to the heap due to maintainer mail bouncesThomas Abthorpe2013-09-052-7/+3
| | | | Notes: svn path=/head/; revision=326435
* - Deprecate the port at maintainer's requestThomas Abthorpe2013-09-051-0/+2
| | | | Notes: svn path=/head/; revision=326434