summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support STAGEDIR.Vanilla I. Shu2013-09-242-11/+10
| | | | Notes: svn path=/head/; revision=328202
* Add stage support.Rene Ladan2013-09-241-3/+4
| | | | Notes: svn path=/head/; revision=328153
* lang/gnat-aux: Support iconv update in DragonFly master branchJohn Marino2013-09-241-5/+41
| | | | | | | | This update affects dragonfly only, and supports the updated ctypes in the DragonFly master branch. Notes: svn path=/head/; revision=328140
* Support stagingRene Ladan2013-09-241-7/+6
| | | | Notes: svn path=/head/; revision=328134
* Add staging support.Rene Ladan2013-09-241-4/+3
| | | | Notes: svn path=/head/; revision=328129
* lang/gcc-aux: Support iconv update in DragonFly master branchJohn Marino2013-09-241-4/+45
| | | | | | | | This update affects dragonfly only, and supports the updated ctypes in the DragonFly master branch. Notes: svn path=/head/; revision=328107
* Update to the 20130919 snapshot of GCC 4.8.2.Gerald Pfeifer2013-09-242-3/+3
| | | | Notes: svn path=/head/; revision=328099
* - add new USES target: zope, and convert the tree to itRuslan Makhmatkhanov2013-09-231-2/+1
| | | | | | | | | | | | | - old USE_ZOPE knob support was removed from bsd.python.mk - update CHANGES and bsd.sanity.mk accordingly - add ZOPE options knob and use it in lang/py-mx-base The work is done by Marcus von Appen, but any problems are mine. Submitted by: mva (python ML) Notes: svn path=/head/; revision=328002
* - Now use.perl don't spam /etc/make.conf and using ↵Andrej Zverev2013-09-238-96/+68
| | | | | | | | | | | | | | ${LOCALBASE}/etc/perl5_version instead You must switch to DEFAULT_VERSIONS (see ports/UPDATING entry 20130920 by bapt@) if you are still using PERL_VERSION to define a specific version requirement. - bump portrevision Reviewed by: bapt@ Notes: svn path=/head/; revision=327989
* Typo.Mathieu Arnold2013-09-231-1/+1
| | | | Notes: svn path=/head/; revision=327957
* Use stageBaptiste Daroussin2013-09-231-1/+1
| | | | Notes: svn path=/head/; revision=327923
* - Work around failing detection of dlopen()Johan van Selst2013-09-231-7/+8
| | | | | | | | | | this should fix the build on CURRENT - While here, minor style cleanups and dependency correction Reported by: eadler Notes: svn path=/head/; revision=327905
* Switch to USES framework.Vanilla I. Shu2013-09-221-1/+1
| | | | Notes: svn path=/head/; revision=327846
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-1/+2
| | | | Notes: svn path=/head/; revision=327804
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-20379-631/+506
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* SSP support has been added to ports with WITH_SSP for i386 and amd64Bryan Drewery2013-09-2010-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on FreeBSD 10, and amd64 on earlier versions. SSP_UNSAFE is added to disable in a port if it fails to build, but this should only be used in rare circumstances such as kernel modules. Otherwise, the port may just be failing due to lack of respecting LDFLAGS. On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in libssp_nonshared.a to address issues linking on i386 [1]. On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared to LDFLAGS on i386. This is not needed on amd64. However, several hundred ports do not currently respect LDFLAGS, so this support is disabled currently as it causes build failures if a dependency is looking for the stack_chk symbols. Many thanks to jlh@ for this as he had many years of patience in getting all of the necessary pieces [1][2] in. [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup PR: ports/138228 [2] Submitted by: jlh (bsd.ssp.mk based on) Reviewed by: bapt With hat: portmgr exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64 Notes: svn path=/head/; revision=327697
* - Remove last vestiges of MAKE_JOBS_SAFE knobAlex Kozlov2013-09-201-1/+0
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=327683
* - Finish up the change of PKGNAME for Tcl/Tk ports to match LATEST_LINKPietro Cerutti2013-09-203-5/+3
| | | | | | | Suggested by: bapt Notes: svn path=/head/; revision=327665
* - Update Tcl/Tk 8.6 to 8.6.1Pietro Cerutti2013-09-208-98/+53
| | | | | | | Release notes: http://code.activestate.com/lists/tcl-core/13590/ Notes: svn path=/head/; revision=327664
* - Fix a problem that causes modules not to be foundPietro Cerutti2013-09-202-5/+7
| | | | | | | | | - Bump PORTREVISION Reported by: Christoph Lukas <clukas@firc.de> Notes: svn path=/head/; revision=327662
* - Update Tcl/Tk 8.5 to 8.5.15Pietro Cerutti2013-09-185-52/+54
| | | | | | | Release notes: http://code.activestate.com/lists/tcl-core/13585/ Notes: svn path=/head/; revision=327575
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-181-1/+1
| | | | Notes: svn path=/head/; revision=327535
* Convert to new perl frameworkBaptiste Daroussin2013-09-171-5/+4
| | | | Notes: svn path=/head/; revision=327465
* Fix leftout from previous commitBaptiste Daroussin2013-09-171-1/+1
| | | | Notes: svn path=/head/; revision=327463
* Convert to new perl frameworkBaptiste Daroussin2013-09-171-3/+2
| | | | Notes: svn path=/head/; revision=327462
* Convert to new perl frameworkBaptiste Daroussin2013-09-171-1/+2
| | | | Notes: svn path=/head/; revision=327461
* Convert to new perl frameworkBaptiste Daroussin2013-09-177-32/+18
| | | | | | | Convert from USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327454
* Fix typoBaptiste Daroussin2013-09-171-1/+1
| | | | Notes: svn path=/head/; revision=327453
* Convert to new perl frameworkBaptiste Daroussin2013-09-1719-58/+40
| | | | | | | Convert from USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327452
* Update to the 20130915 snapshot of GCC 4.9.0.Gerald Pfeifer2013-09-162-4/+4
| | | | Notes: svn path=/head/; revision=327441
* - Use USES=gmakeSunpoet Po-Chuan Hsieh2013-09-161-1/+1
| | | | Notes: svn path=/head/; revision=327423
* Only the default package will be named ruby-<version> now, to stop confusing ↵Baptiste Daroussin2013-09-163-18/+4
| | | | | | | | | users Approved by: ruby (swills) Notes: svn path=/head/; revision=327412
* - Introduce PYTHON2_DEFAULT_VERSION, the version of the default python2Marcus von Appen2013-09-151-1/+2
| | | | | | | | | | | | | | | | | | | | binary in $PATH. It can be set in case the user wants to use a specific python2 version as a default. Its behaviour is similar to the existing PYTHON3_DEFAULT_VERSION and fixes a small issue with package builds for different python versions. - Outline that PYTHON_DEFAULT_VERSION always takes precedence for a specific python major version. - Update lang/python2 to use PYTHON2_DEFAULT_VERSION and bump the PORTREVISION to let the installed port catch up with the change. - Allow PYTHON3_DEFAULT_VERSION to overriden by a user choice, if PYTHON_DEFAULT_VERSION is not set to a python3 port. Reported by: David Demelier <demelier.david@gmail.com> Reviewed by: koobs@, sbz@ With hat on: python@ Notes: svn path=/head/; revision=327339
* - Update to 2013.08Sunpoet Po-Chuan Hsieh2013-09-143-6/+8
| | | | | | | Changes: http://rakudo.org/2013/08/24/rakudo-star-2013-08-released/ Notes: svn path=/head/; revision=327250
* - Update to 2013.05Sunpoet Po-Chuan Hsieh2013-09-143-272/+273
| | | | | | | | | | | | | | | | | - Sort *_DEPENDS - Convert to new LIB_DEPENDS format - Convert to new options framework - Use USES=gmake - Add missing USE_LDCONFIG - Cosmetic change Changes: http://rakudo.org/2013/05/31/rakudo-star-2013-05-released/ http://rakudo.org/2013/02/24/rakudo-star-2013-02-released/ http://rakudo.org/2013/01/30/rakudo-star-2013-01-released/ http://rakudo.org/2012/12/27/rakudo-star-2012-12-released/ Notes: svn path=/head/; revision=327220
* - Use USES=gmakeSunpoet Po-Chuan Hsieh2013-09-141-2/+1
| | | | Notes: svn path=/head/; revision=327219
* lang/php5*: Fix spl/simplexml modules (4 ports)John Marino2013-09-134-0/+4
| | | | | | | | | | | | | The simplexml module uses spl which uses pcre (php53,54,55). For php52, the fix is applied directly to spl. In any case, the bundled PCRE is not used, so it needs to be able to find the external pcre library and related headers. Unfortunately, there is no include for ${LOCALBASE}/include directory. This commit adds to fix simplexml (or spl) module build. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=327187
* - Fix build on recent head where iconv(1) is in base by rolling newGabor Pali2013-09-123-12/+35
| | | | | | | | | | | | | 7.6.3-based bootstrap compilers without any external dependencies [1] - Update bootstrap hscolour to 1.20.3, so both 7.4 and 7.6 bootstraps can work with it - Remove the line for the 7.x bootstrap as no such one exists any more Thanks to: cognet [1] Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=327114
* - Update to 2.7.4Marcus von Appen2013-09-123-52/+26
| | | | Notes: svn path=/head/; revision=327102
* The simplexml extension needs pkgconfigBaptiste Daroussin2013-09-124-0/+4
| | | | Notes: svn path=/head/; revision=327089
* - convert to the new perl5 frameworkAndrej Zverev2013-09-121-2/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327088
* lang/gcc*: define CONFIGURE_TARGET genericly (8 ports)John Marino2013-09-128-16/+16
| | | | | | | | | | | Instead of hardcoding the compiler target as FreeBSD, use the OPSYS variable to it. This makes no practical difference for FreeBSD, but it helps DragonFly get properly configured. Approved by: gerald Notes: svn path=/head/; revision=327052
* Upgrade to version 10.5.3, which is the same as lang/newlisp for now.Jimmy Olgeni2013-09-113-54/+51
| | | | Notes: svn path=/head/; revision=326971
* Upgrade to version 1.2.1.Jimmy Olgeni2013-09-112-4/+4
| | | | | | | | | PR: ports/181530 Submitted by: olgeni Approved by: maintainer timeout (15+ days) Notes: svn path=/head/; revision=326970
* - convert to the new perl5 frameworkAndrej Zverev2013-09-113-18/+7
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326955
* - convert to the new perl5 frameworkAndrej Zverev2013-09-113-8/+5
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326954
* - Update to 5.1Thomas Abthorpe2013-09-102-3/+3
| | | | | | | | PR: ports/181977 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=326863
* - Update to 05_20130908Pietro Cerutti2013-09-093-261/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * The compiler has been improved to use charvalue instead of intvalue, when characters are initialized. Thanks go to Brian Callahan, for reporting the bug. Btw.: Brian Callahan created an openBSD port for Seed7. * The makefile mk_freebsd.mk has been added to support compilation under freeBSD. Thanks go to Pietro Cerutti, for providing it. * The makefiles mk_clang.mak and mk_freebsd.mk have been improved to use the options -ffunction-sections, -fdata-sections and *Wl,--strip-debug. * The functions bStriLe2BigInt, bytesLe2BigInt, bStriBe2BigInt, bytesBe2BigInt, bStriLe, bytesLe, bStriBe and bytesBe have been added to bytedata.s7i. This functions convert between sequences of bytes and bigInteger numbers. * In bytedata.s7i the functions bytesLeAsInt and bytesBeAsInt have been renamed to bytesLe2Int respectively bytesBe2Int. * Parameter names have been added to seed7_05.s7i, graph_file.s7i, graph.s7i, reference.s7i, pac.sd7, tetg.sd7, tet.sd7 and wiz.sd7. * Checks for the Karatsuba multiplication and the functions bytesBe, bytesLe, bytesBe2BigInt and bytesLe2BigInt have been added to chkbig.sd7. * Checks for set membership in character sets have been added to chkset.sd7. * The readability of the bitset initialisation in the compiler (s7c) has been improved. * Interpreter and compiler have been improved to support the new actions BIG_FROM_BSTRI_BE, BIG_FROM_BSTRI_LE, BIG_TO_BSTRI_BE and BIG_TO_BSTRI_LE. * The functions bigFromBytesBe, bigFromBytesLe, bigFromBStriBe, bigFromBStriLe, bigToBStriBe and bigToBStriLe have been added to both, big_gmp.c and big_rtl.c. * In big_gmp.c and big_rtl.c the function bigImport has been rewritten to use bigFromBytesBe. * The readability of the function uint2_mult in int_rtl.c has been improved. * The program chkccomp.c has been improved to check for a ones complement inttype and if casting can be used to get the element of a union. * Several makefiles have been adjusted to use 'cp -p' instead of 'cp -a'. The cp command openBSD does not support -a. * The function bigRand in big_rtl.c has been improved to avoid that a random number is outside the required range. Notes: svn path=/head/; revision=326786
* Update to 0.18.Anton Berezin2013-09-082-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Try-Tiny/Changes Notes: svn path=/head/; revision=326757
* Mark MAKE_JOBS_UNSAFEBryan Drewery2013-09-081-0/+2
| | | | Notes: svn path=/head/; revision=326743