aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) Notes: svn path=/head/; revision=301539
* Correct a plist error reported by QAT.Brooks Davis2012-07-252-0/+2
| | | | Notes: svn path=/head/; revision=301533
* Update to the 20120722 snapshot of GCC 4.8.0.Gerald Pfeifer2012-07-252-6/+6
| | | | | | | Remove ABI version numbers for all library dependencies. Notes: svn path=/head/; revision=301515
* Update to the 20120721 snapshot of GCC 4.7.2.Gerald Pfeifer2012-07-252-6/+6
| | | | | | | Remove ABI version numbers for all library dependencies. Notes: svn path=/head/; revision=301514
* - Update to 0.1.2Wen Heping2012-07-254-94/+6
| | | | | | | | PR: 170105 Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer) Notes: svn path=/head/; revision=301506
* - Update to version 20120710.Michael Scheidell2012-07-244-22/+56
| | | | | | | | | | - Add license. PR: ports/169761 Submitted by: "Nils M Holm" <nmh@t3x.org> (maintainer) Notes: svn path=/head/; revision=301471
* Update to 5.4.5.Xin LI2012-07-232-3/+3
| | | | | | | | Security: bdab0acd-d4cd-11e1-8a1c-14dae9ebcf89 With hat: secteam Notes: svn path=/head/; revision=301417
* - update to 5.3.15Florian Smeets2012-07-232-3/+3
| | | | | | | | | - document php vulnerabilities Security: http://www.vuxml.org/freebsd/bdab0acd-d4cd-11e1-8a1c-14dae9ebcf89.html Notes: svn path=/head/; revision=301401
* - update backports patch to 20120721Ruslan Makhmatkhanov2012-07-232-5/+5
| | | | | | | | | | | - bump PORTREVISION PR: 170063 Submitted by: Svyatoslav Lempert <svyatoslav.lempert at gmail dot com> Approved by: Alex Keda <admin at lissyara dot su> (maintainer) Notes: svn path=/head/; revision=301364
* - Fix Python OPT flags for WITH_PTH knobMarcus von Appen2012-07-222-4/+13
| | | | | | | | PR: ports/168767 Submitted by: Marcus von Appen <mva@freebsd.org> Notes: svn path=/head/; revision=301311
* - Add option to build clay-bindgenLi-Wen Hsu2012-07-212-5/+17
| | | | | | | | PR: ports/169969 Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer) Notes: svn path=/head/; revision=301282
* Fix conversion to optionsngBaptiste Daroussin2012-07-201-1/+1
| | | | Notes: svn path=/head/; revision=301245
* Restore MAKE_JOBS_UNSAFE.Jimmy Olgeni2012-07-201-0/+2
| | | | | | | | PR: ports/169987 Submitted by: amdmi3 Notes: svn path=/head/; revision=301235
* - Update to 0.3 (see ↵Alex Kozlov2012-07-194-19/+22
| | | | | | | | | | https://github.com/mozilla/rust/blob/release-0.3/RELEASES.txt) PR: ports/169906 Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer) Notes: svn path=/head/; revision=301193
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-1/+1
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* Fix build if binutils are linked to gettext [1]Martin Matuska2012-07-192-1/+38
| | | | | | | | | | Depend on libexecinfo PR: ports/169996 Reported by: Volodymyr Kostyrko Notes: svn path=/head/; revision=301181
* - Update to version 2.76Armin Pirkovitsch2012-07-192-11/+14
| | | | | | | | | | | - Switch to optionsng PR: ports/169419 Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com> Approved by: beat (mentor) Notes: svn path=/head/; revision=301176
* - Update to 4.6.0Sunpoet Po-Chuan Hsieh2012-07-194-9/+5
| | | | | | | | | - Add regression-test: for tinderbox Changes: https://github.com/parrot/parrot/blob/master/ChangeLog Notes: svn path=/head/; revision=301146
* - Remove superfluous site-package patch after fixing the pathsMarcus von Appen2012-07-182-18/+1
| | | | | | | Reported by: David Naylor <naylor.b.david@gmail.com> (maintainer) Notes: svn path=/head/; revision=301117
* Add license infromation for program and all distfilesMartin Matuska2012-07-183-9/+73
| | | | | | | Fix pkg-plist Notes: svn path=/head/; revision=301104
* From the HipHop Homepage:Martin Matuska2012-07-1810-0/+1659
| | | | | | | | | | | | | | | | | | | HipHop transforms your PHP source code into highly optimized C++ and then compiles it with g++ to build binary files. You keep coding in simpler PHP, then HipHop executes your source code in a semantically equivalent manner and sacrifices some rarely used features - such as eval() - in exchange for improved performance. HipHop was developed by Facebook and was released as open source in early 2010. Facebook sees about a 50% reduction in CPU usage when serving equal amounts of Web traffic when compared to Apache and PHP. Facebook.s API tier can serve twice the traffic using 30% less CPU. WWW: https://github.com/facebook/hiphop-php/wiki Notes: svn path=/head/; revision=301100
* - fix a typo which results in php53-pdo_mysql to always set USE_MYSQLFlorian Smeets2012-07-181-1/+1
| | | | | | | | | | - bump PORTREVISION of php53-pdo_mysql PR: ports/169959 Submitted by: Alexey Markov <redrat@mail.ru> Notes: svn path=/head/; revision=301070
* Fix depedency to unzip command.Maho Nakata2012-07-181-1/+1
| | | | | | | | PR: 169615 Submitted by: Alexander Yerenkow <yerenkow@gmail.com> Notes: svn path=/head/; revision=301061
* - Update to 4.193Thomas Abthorpe2012-07-183-4/+4
| | | | | | | | PR: ports/169587 Submitted by: maintainer Notes: svn path=/head/; revision=301058
* - Fix site-packages pathMarcus von Appen2012-07-175-2/+97
| | | | | | | | | Discussed with: David Naylor <naylor.b.david@gmail.com> Approved by: David Naylor <naylor.b.david@gmail.com> Obtained from: https://github.com/DragonSA/pypy/tree/fix-1.9-2 Notes: svn path=/head/; revision=301025
* - add new port: lang/malbolgeJason Helfman2012-07-174-0/+40
| | | | | | | | | | | | | | | Malbolge is an esoteric language, named after the eighth circle of hell in the Divina Commedia by Dante. Two years were necessary to see the first software produced in this language. WWW: http://www.dereckson.be/software/Malbolge/ PR: ports/169863 Submitted by: dereckson@gmail.com Notes: svn path=/head/; revision=301017
* Update to a 3.2 snapshot. OPTIONSng-ify. Reduce diffs with non-develBrooks Davis2012-07-163-33/+86
| | | | | | | ports. Notes: svn path=/head/; revision=300985
* - Update to 1.8.7p370Steve Wills2012-07-161-2/+2
| | | | | | | | | PR: ports/169668 Submitted by: stas Approved by: portmgr (linimon) Notes: svn path=/head/; revision=300972
* More optionsNG fixes. (PORT_OPTIONS:M construct can only be used afterFlorian Smeets2012-07-161-14/+19
| | | | | | | | | | | bsd.options.mk/bsd.port.pre.mk) Reported by: Michael Ranner (michael@ranner.eu) Tested by: Michael Ranner (michael@ranner.eu) Discussed with: bapt Notes: svn path=/head/; revision=300957
* - remove expired portsRuslan Makhmatkhanov2012-07-1640-7273/+0
| | | | | | | | | | | | | | | | * lang/python24 and lang/python25: unmaintained upstream * www/zope and www/zope211: unmaintained upstream (the only consumers of python24) - clean-up python versions < 2.6 from lang/python-doc-html - clean-up python24/25 from Mk/bsd.ports.mk - add www/zope213 glue to bsd.python.mk - clean-up zope versions != 2.13 from bsd.python.mk Submitted by: miwi (based on) Approved by: portmgr (miwi) Notes: svn path=/head/; revision=300956
* Update to the 20120715 snapshot of GCC 4.8.0.Gerald Pfeifer2012-07-162-3/+3
| | | | Notes: svn path=/head/; revision=300932
* Update to the 20120714 snapshot of GCC 4.7.2.Gerald Pfeifer2012-07-152-3/+3
| | | | Notes: svn path=/head/; revision=300912
* - Update intercal to 0.29Johan van Selst2012-07-135-146/+39
| | | | | | | | - Adopt port - Remove local patches that are no longer needed Notes: svn path=/head/; revision=300872
* - Reassign to the heapThomas Abthorpe2012-07-131-1/+1
| | | | | | | | | - Thank you for your years of service With hat:: portmgr Notes: svn path=/head/; revision=300863
* Update to the 20120708 snapshot of GCC 4.8.0.Gerald Pfeifer2012-07-122-3/+3
| | | | Notes: svn path=/head/; revision=300794
* Fix copy & paste bugFlorian Smeets2012-07-121-1/+1
| | | | | | | Submitted by: ohauer Notes: svn path=/head/; revision=300792
* Convert to optionsNGFlorian Smeets2012-07-113-146/+174
| | | | Notes: svn path=/head/; revision=300789
* Update to the 20120707 snapshot of GCC 4.7.2.Gerald Pfeifer2012-07-112-3/+3
| | | | Notes: svn path=/head/; revision=300752
* Upgrade to 3.12.9.Vanilla I. Shu2012-07-102-3/+3
| | | | | | | | PR: ports/168719 Required by: Paul Dokas <paul@dokas.name> Notes: svn path=/head/; revision=300695
* - Update to 05_20120703Pietro Cerutti2012-07-093-3/+8
| | | | Notes: svn path=/head/; revision=300668
* - Update to 1.7.r4Nicola Vitale2012-07-054-32/+15
| | | | | | | | | - Remove files/patch-xmlimplsrc+build.xml - Convert to the new options framework - Update MASTER_SITES Notes: svn path=/head/; revision=300535
* - add (actually restore) patch that fix build when OpenJDK is installedRuslan Makhmatkhanov2012-07-051-0/+14
| | | | | | | | | PR: 169243 Submitted by: Marcin Cieslak <saper at saper dot info> Approved by: maintainer timeout (2weeks+) Notes: svn path=/head/; revision=300531
* Add PTHREAD_LIBS to LDFLAGS to fix build with clangPawel Pekala2012-07-051-0/+2
| | | | Notes: svn path=/head/; revision=300525
* Add USE_CSTD=gnu89 to fix linking when building with clangPawel Pekala2012-07-051-0/+1
| | | | Notes: svn path=/head/; revision=300524
* Fix detection of i386 platformsPawel Pekala2012-07-041-1/+1
| | | | | | | | PR: ports/169607 Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer) Notes: svn path=/head/; revision=300496
* - Update to 2012.05Frederic Culot2012-07-043-26/+57
| | | | | | | | | Changelog: http://rakudo.org/2012/05/23/rakudo-star-2012-05-released/ PR: ports/169323 Submitted by: Aliaksandr Zahatski <zahatski@gmail.com> Notes: svn path=/head/; revision=300489
* - Add CONFLICTS with astro/weatherSunpoet Po-Chuan Hsieh2012-07-041-1/+1
| | | | | | | | PR: ports/165949 Submitted by: Benjamin Tovar <ben@robotoloco.com> Notes: svn path=/head/; revision=300467
* - Add CONFLICTS with astro/weatherSunpoet Po-Chuan Hsieh2012-07-041-1/+1
| | | | | | | | PR: ports/165949 Submitted by: Benjamin Tovar <ben@robotoloco.com> Notes: svn path=/head/; revision=300465
* - Convert to OPTIONSngDima Panov2012-07-041-11/+28
| | | | | | | | | - Add option to build clang with assertions (off by default to match llvm) Approved by: brooks Notes: svn path=/head/; revision=300460
* Update to the 20120630 snapshot of GCC 4.7.2.Gerald Pfeifer2012-07-032-3/+3
| | | | Notes: svn path=/head/; revision=300429