aboutsummaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Update to the 20130915 snapshot of GCC 4.9.0.gerald2013-09-172-4/+4
|
* - Use USES=gmakesunpoet2013-09-171-1/+1
|
* Only the default package will be named ruby-<version> now, to stop confusing ↵bapt2013-09-173-18/+4
| | | | | | users Approved by: ruby (swills)
* - Introduce PYTHON2_DEFAULT_VERSION, the version of the default python2mva2013-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@
* - Update to 2013.08sunpoet2013-09-143-6/+8
| | | | Changes: http://rakudo.org/2013/08/24/rakudo-star-2013-08-released/
* - Update to 2013.05sunpoet2013-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/
* - Use USES=gmakesunpoet2013-09-141-2/+1
|
* lang/php5*: Fix spl/simplexml modules (4 ports)marino2013-09-144-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)
* - Fix build on recent head where iconv(1) is in base by rolling newpgj2013-09-133-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
* - Update to 2.7.4mva2013-09-133-52/+26
|
* The simplexml extension needs pkgconfigbapt2013-09-134-0/+4
|
* - convert to the new perl5 frameworkaz2013-09-131-2/+1
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* lang/gcc*: define CONFIGURE_TARGET genericly (8 ports)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
* Upgrade to version 10.5.3, which is the same as lang/newlisp for now.olgeni2013-09-113-54/+51
|
* Upgrade to version 1.2.1.olgeni2013-09-112-4/+4
| | | | | | PR: ports/181530 Submitted by: olgeni Approved by: maintainer timeout (15+ days)
* - convert to the new perl5 frameworkaz2013-09-113-18/+7
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* - convert to the new perl5 frameworkaz2013-09-113-8/+5
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* - Update to 5.1tabthorpe2013-09-102-3/+3
| | | | | PR: ports/181977 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer)
* - Update to 05_20130908gahr2013-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.
* Update to 0.18.tobez2013-09-092-3/+3
| | | | Changes: http://search.cpan.org/dist/Try-Tiny/Changes
* Mark MAKE_JOBS_UNSAFEbdrewery2013-09-081-0/+2
|
* Resolve gettext (libintl) detection and linking in all Python portskoobs2013-09-088-39/+112
| | | | | | | | | | | | | | | | | Fix gettext (NLS) detection, includes and linking: - all: Use LDFLAGS and CPPFLAGS over CFLAGS for NLS option (with comment) - python26,27: Pass LIBS="-lintl" to CONFIGURE_ENV Workaround Pythons odd build mechanics causing duplicate args: - all: Remove CFLAGS from OPT= in CONFIGURE_ENV - python32,33: Remove CONFIGURE_* variables from Makefile.pre.in Other: - python32: Patch setup.py to pass OPT correctly to shared modules PR: ports/181721 Reported by: pawel Reviewed by: bapt mva sbz
* Introduce variable ICONV_PREFIX at Mk/Uses/iconv.mk. The default forbsam2013-09-081-1/+1
| | | | | | | pre 100043 is ${LOCALBASE} and /usr otherwise. Convert all ports to new variable usage. Approved by: portmgr (bapt, implicit)
* - Sync with lang/sdcc.tijl2013-09-084-1410/+43
| | | | | | - Replace NO_LATEST_LINK with PKGNAMESUFFIX to accomodate pkg. - Update to 3.3.1.2013.09.07 which brings experimental support for STMicroelectronics STM8.
* Conflict with sdcc-devel and simplify options handling.tijl2013-09-082-45/+43
|
* - Use single space after WWW:sunpoet2013-09-081-1/+1
|
* Fix build on head by removing USE_GCC=any, and adding -fgnu89-inline to cflagsbapt2013-09-071-5/+3
| | | | | | | | (gfortran requires gnu99) PR: ports/181816 Submitted by: tijl Approved by: gerald
* Fix build on head by removing USE_GCC=any and properly define USE_CSTD=gnu89 ↵bapt2013-09-071-4/+3
| | | | | | | | instead PR: ports/181816 Submitted by: tijl Approved by: gerald
* Work around a bug in libcpp that pulls in the optional system iconvgerald2013-09-071-0/+10
| | | | | | | | | | | | | | if present (even if the libiconv port is present and requested) and fails using that. 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
* Work around a bug in libcpp that pulls in the optional system iconvgerald2013-09-071-0/+10
| | | | | | | | | | | | | if present (even if the libiconv port is present) and fails using that. 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
* Teach fpc not to try to link to libiconv on head after the iconv change.madpilot2013-09-062-3/+10
| | | | | | | | This fixes the lang/fpc-utils port build. Bump PORTREVISION due to runtime behaviour change on head. Approved by: portmgr (bapt, implicit)
* - Update to 5.0tabthorpe2013-09-063-10/+4
| | | | | | | - Builds on sparc64 now PR: ports/181803 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer)
* Work around a bug in libcpp that pulls in the optional system iconvgerald2013-09-061-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
* Work around a bug in libcpp that pulls in the optional system iconvgerald2013-09-061-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
* Fix build with gd 2.1mm2013-09-053-1/+76
| | | | PR: ports/181772
* Drop USE_GMAKE, it doesn't work and is not necessaryantoine2013-09-051-1/+1
| | | | | | Add an explicit dependency on pkgconf (needed for plugin detection) Approved by: portmgr (bapt)
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.bsam2013-09-0514-14/+15
| | | | | | | | It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL). Co-authors: bapt, madpilot and bsam (me)
* - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-054-13/+8
| | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code)
* Update to the 20130831 snapshot of GCC 4.7.4.gerald2013-09-053-3/+13
| | | | | | | | | | | | | | | Work around a bug in libcpp that pulls in the optional system iconv if present instead of relying on the port we actually depend on. [1] 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 [1]
* Upgrade clang, dragonegg, and llvm -devel ports to r182968.brooks2013-09-045-27/+18
|
* - Update to 4.195tabthorpe2013-09-044-5/+5
| | | | | PR: ports/181437 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer)
* Add an explicit dependency on pkgconfbapt2013-09-032-4/+2
|
* Update to the 20130901 snapshot of GCC 4.9.0.gerald2013-09-032-3/+3
|
* - Update to 1.4.4sahil2013-09-032-3/+4
|
* - Fix plistlippe2013-09-022-350/+353
| | | | | | | - Insert PORTSCOUT PR: ports/180264 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
* - Cleanup requirement for the perl versionaz2013-09-021-2/+3
| | | | | | | - Remove an indefinite article from COMMENT line - Convert to new perl5 framework With hat: perl@
* - Try to fix parallel (-jX) builds: use make's -C switch and add a missingdanfe2013-09-022-7/+10
| | | | | | | | | | dependency - While here: adjust header and COMMENT, remove useless WRKSRC assignment, put USES higher up where it's normally found - Kill EOL whitespace in pkg-descr Reported by: marino Approved by: miwi, bapt (portmgr, implicit)
* - improve the python meta port descriptionsmva2013-09-013-0/+9
| | | | | Requested by: demon@ Reviewed by: demon@
* Remove expired ports:rene2013-09-018-450/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2013-08-28 lang/gdc: Broken for more than 6 month 2013-08-31 net-im/cli-msn: MSN Messenger service terminated 30 APR 2013 2013-09-01 x11-toolkits/wxd: Depends on deprecated lang/gdc 2013-09-01 security/openvpn22: Please migrate to a newer OpenVPN version 2013-09-01 devel/dsss: Depends on expired lang/gdc 2013-09-01 graphics/qcamview: Broken on FreeBSD 8 and newer 2013-09-01 www/cacheboy15-devel: Broken on FreeBSD 8 and newer 2013-09-01 graphics/spcaview: Broken on FreeBSD 8 and newer 2013-09-01 comms/uticom: Broken on FreeBSD 8 and newer 2013-09-01 net/ipex: Broken on FreeBSD 8 and newer 2013-09-01 graphics/phpsview: Broken on FreeBSD 8 and newer 2013-09-01 misc/usbrh: Broken on FreeBSD 8 and newer 2013-09-01 net/atmsupport: Broken on FreeBSD 8 and newer 2013-09-01 comms/ib-kmod: Broken on FreeBSD 8 and newer 2013-09-01 net/libproxy-mozjs: Does not work with newer libxul 2013-09-01 www/helixplugin: Does not work with newer libxul 2013-09-01 deskutils/chmsee: Does not work with newer libxul 2013-09-01 www/moonshine: Does not work with newer libxul 2013-09-01 x11/ggiterm: Unmaintained and broken 2013-09-01 graphics/libggigcp: Unmaintained 2013-09-01 graphics/libggimisc: Unmaintained 2013-09-01 graphics/libggiwmh: Unmaintained 2013-09-01 devel/libgiigic: Unmaintained 2013-09-01 games/koth: Unmaintained
* Update to 1.32.tobez2013-09-012-3/+3
| | | | Changes: http://search.cpan.org/dist/Scalar-List-Utils/Changes
* - update backports patch to 20130717rm2013-09-012-5/+5
| | | | | | | | | | | | | - extend deprecation period for 6 months - bump PORTREVISION Changes: - CVE-2013-4113, exif_read_data fix, compilation warning, libxml2 >2.9 support - timezonedb 2013.4 (2013d) PR: 181449 Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> Approved by: Alex Keda <admin@lissyara.su>
* - Trim Makefile header while I'm hereamdmi32013-08-301-5/+1
|
* - Fix build with clangamdmi32013-08-301-0/+14
|
* - Remove Author linesunpoet2013-08-306-10/+0
|
* - Remove bogus conditional IGNORE for PACKAGE_BUILDING; these shouldbdrewery2013-08-291-7/+1
| | | | | | | | | | be IGNOREd regardless of PACKAGE_BUILDING. Soem have no MASTER_SITES and require manual fetching, others are already marked RESTRICTED. - Trim headers - Convert some pre-fetch errors into IGNORE - Remove needless quoting in java/jdk7-doc IGNORE With hat: portmgr
* - Use single space after WWW:sunpoet2013-08-298-8/+8
|
* - Use single space after WWW:sunpoet2013-08-291-1/+1
|
* Update to latest GNUstep core libraries.theraven2013-08-2911-226/+86
| | | | | | | | | | | Update dependent packages with more recent releases. Remove old and bit-rotted ones. Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C features work out of the box and remove a lot of configurable options for sub-optimal (and, often, unsupported / deprecated upstream) configurations. Take maintainership of GNUstep-related ports. Several of the ports left in have scary warnings which mean that they are likely broken in lots of cases. Future commits will fix them. Approved by: bapt
* Remove expired ports:rene2013-08-285-805/+0
| | | | | | | | | | | | | | | | | | | | | | | | 2013-08-27 lang/ldc-devel: Broken for more than 6 month 2013-08-27 www/mod_smooth_streaming: Broken for more than 6 month 2013-08-27 www/p5-Apache2-Scoreboard: Broken for more than 6 month 2013-08-27 sysutils/avfs: Broken for more than 6 month 2013-08-27 multimedia/mp4split: Broken for more than 6 month 2013-08-27 net-mgmt/noc: Broken for more than 6 month 2013-08-27 sysutils/empower: Broken for more than 6 month 2013-08-27 emulators/xgngeo: Broken for more than 6 month 2013-08-27 graphics/geglmm: Broken for more than 6 month 2013-08-27 sysutils/libumberlog: Broken for more than 6 month 2013-08-27 net/wizd: Broken for more than 6 month 2013-08-27 net-p2p/nicotine-plus: Broken for more than 6 month 2013-08-27 palm/barry: Broken for more than 6 month 2013-08-27 x11-themes/kde-icons-noia-warm: Broken for more than 6 month 2013-08-27 news/lottanzb: Broken for more than 6 month 2013-08-27 textproc/xaira: Broken for more than 6 month 2013-08-27 graphics/f90gl: Broken for more than 6 month 2013-08-27 multimedia/linux-gspca-kmod: Broken for more than 6 month 2013-08-27 x11/cl-clx-sbcl: Broken for more than 6 month 2013-08-27 math/dislin: Broken for more than 6 month 2013-08-27 irc/smuxi: Broken for more than 6 month
* - Update to 0.17021sunpoet2013-08-282-3/+3
| | | | Changes: http://search.cpan.org/dist/Error/ChangeLog
* - Cleanup Makefile headersunpoet2013-08-281-5/+1
|
* Update to 5.5.3 release.ale2013-08-272-3/+3
|
* Update to 5.4.19 release.ale2013-08-272-3/+4
|
* - Fix LICENSEsunpoet2013-08-271-1/+1
| | | | Reported by: marino
* - Fix LICENSEsunpoet2013-08-271-1/+1
| | | | Reported by: marino
* - Update to 05_20130820gahr2013-08-276-73/+268
| | | | | | | | | | | | | | | | | | | | | | | | | - Add a custom Makefile for FreeBSD, and remove the custom patches to the distributed Makefile. Changes: * The library sha1.s7i has been renamed to msgdigest.s7i. * The message digest and secure hash functions md4, md5, sha224 and sha256 have been added to msgdigest.s7i. * The new library propertyfile.s7i, which defines functions to read a property file into a hash table, has been added. * The performance of the random number generator has been improved. The function uint2_mult in int_rtl.c is now defined as inline function. The macro 'unlikely' has been added to describe that the initialisation of the random number generator is unlikely. * The function uint_mult has been added to int_rtl.c and used in big_rtl.c. * The macro 'unlikely' has been added to functions in flt_rtl.c. * The function bytesLeAsInt has been added to the library bytedata.s7i. * In bytedata.s7i the function int64AsBytesBytesLe has been renamed to int64AsEightBytesLe. * A variant of the function skipWhiteSpace has been added to the library scanfile.s7i.
* - Add a patch to fix CVE-2013-4073garga2013-08-271-0/+111
| | | | | | | | | | - Bump php53-openssl PORTREVISION PR: ports/181546 Submitted by: garga@ Approved by: flo@ (maintainer) Obtained from: http://git.php.net/?p=php-src.git;a=blobdiff;f=ext/openssl/openssl.c;h=c32748cb6443a4d8e4bb14fe96ad72e32ec8acff;hp=d7ac117e51c8f5d8ab0632c276af48d610b4b19e;hb=2874696a5a8d46639d261571f915c493cd875897;hpb=f4dc2240a048050a87a6e3e31573f13a2256cf2e Security: CVE-2013-4073
* Update math/gsl to 1.16 and adjust some dependent portsbf2013-08-271-0/+1
|
* - Bump PORTREVISION of lang/python since the package changedlwhsu2013-08-261-0/+1
| | | | | | - Refine UPDATING instruction Approved by: mva
* Replace VERSIONSTRING by DISTVERSION.gerald2013-08-251-6/+5
| | | | Replace USE_GMAKE by USES=gmake.
* Update to the 20130818 snapshot of GCC 4.9.0.gerald2013-08-252-5/+4
| | | | Replace USE_GMAKE by USES=gmake.
* - Update to 0.9.9.64vg2013-08-253-3/+19
| | | | | | PR: ports/181094 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer) Approved by: eadler (mentor)
* Introduce a new option BOOTSTRAP that allows switching between agerald2013-08-252-4/+11
| | | | | | | | | | | full bootstrap of GCC and just running a simple build. Bootstrapping is the default upstream, and for very stable and old flavors of GCC we disable this by default since that is a huge win in terms of build time of the port. No change in default behavior for this port -- for the time being we continue to bootstrap. Update to the 20130822 snapshot of GCC 4.8.2.
* Replace VERSIONSTRING by DISTVERSION.gerald2013-08-251-6/+5
| | | | Replace USE_GMAKE by USES=gmake.
* Couple of minor, non-functional changes forgotten in the previous commits.danfe2013-08-251-1/+1
|
* - Hopefully fix parallel (-jX) builds; unfortunately, had to use GNU make(1)danfe2013-08-243-33/+67
| | | | | | | | because of order-only prerequisites - Drop indefinite article from the COMMENT line - Respect CC and CFLAGS (passed via MAKE_ARGS) - Convert to OptionsNG; minor miscellaneous fixes - Update port description text while I am here
* Upgrade to version 10.5.3.olgeni2013-08-243-6/+4
|
* Update to 1.31.tobez2013-08-232-3/+3
| | | | Changes: http://search.cpan.org/dist/Scalar-List-Utils/Changes
* - Sort CONFLICTSsunpoet2013-08-231-2/+2
|
* - Cleanup Makefile headersunpoet2013-08-221-5/+1
|
* - Use RUN_DEPENDS:=BUILD_DEPENDSsunpoet2013-08-211-2/+1
| | | | | - Add BUILD_DEPENDS - Cosmetic change
* - Convert to new perl frameworksunpoet2013-08-214-4/+8
|
* - Fix parallel (-jX) builds, drop ugly MAKE_JOBS_UNSAFEdanfe2013-08-212-9/+76
| | | | | | | | - Since patch is now required, remove post-patch target - Drop an article from COMMENT, optimize away .for loop Reported by: marino Approved by: miwi, bapt (portmgr, implicit)
* Maintainer has relinquished these ports.linimon2013-08-202-2/+2
| | | | | PR: ports/181404 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
* - Avoid circular dependencies due to the previous bsd.python.mk changemva2013-08-183-0/+7
|
* - Add missing RUN_DEPENDSsunpoet2013-08-181-8/+5
| | | | | | - Add LICENSE - Cleanup Makefile header - Bump PORTREVISION for dependency change
* - Add LICENSEsunpoet2013-08-181-6/+3
| | | | - Cleanup Makefile header
* Replace USE_GMAKE by USES=gmake.gerald2013-08-182-5/+4
| | | | Update to the 20130817 snapshot of GCC 4.7.4.
* - Update lang/Makefile to include the new lang/python2 and lang/python3 portsmva2013-08-181-0/+2
| | | | Noticed by: cperciva
* Replace USE_GMAKE by USES=gmake.gerald2013-08-182-5/+4
| | | | Update to the 20130815 snapshot of GCC 4.8.2.
* - Move the symlink magic for the default python version into lang/pythonmva2013-08-1815-188/+153
| | | | | | | | | | | and lang/python2 and lang/python3. This change brings us closer to the goal of making Python ports usable with different Python versions at the same time. - Add a new lang/python2 port to handle the symlinks for bin/python2, bin/idle2, bin/pydoc2 and so on. - Add a new lang/python3 port to handle the symlinks for bin/python3, bin/idle3, bin/pydoc3 and so on. - Bump the PORTREVISION on all lang/python* ports.
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.gerald2013-08-186-21/+21
| | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery)
* - Fix lang/gcc-aux broken in r324744 [1]ak2013-08-151-3/+4
| | | | | | | - Convert spaces to tab to pacify portlint Submitted by: marino (maintainer) [1] Pointyhat to: ak
* - Remove MAKE_JOBS_SAFE variableak2013-08-1547-47/+0
| | | | Approved by: portmgr (bdrewery)
* Update to 3.2.1.romain2013-08-146-73/+53
| | | | | | | | | This update include a patch for sgen which avoids an assertion failure (condition `info->doing_handshake' not met) that will be part of 3.2.2. Because our mono version is unstable due to this, we decided not to wait for 3.2.2 to be out and update to 3.2.1, cherry-picking the appropriate fix. Many thanks to Charles Randall for reporting and helping.
* lang/ats: Fix typo on previous commitmarino2013-08-141-1/+1
| | | | Approved by: bapt (mentor)
* lang/pcc: Mark jobs unsafemarino2013-08-142-10/+5
| | | | | | | | | | - Trim header - Remove redundant PORTREVISION - Remove redundant DISTNAME - Replace USE_GMAKE - Fix WWW indent Approved by: bapt/culot (mentors, implicit)
* lang/mmix: Mark jobs unsafemarino2013-08-141-5/+3
| | | | | | Also trim header to please portlint. Approved by: bapt/culot (mentors, implicit)
* lang/ats: Mark jobs unsafemarino2013-08-141-1/+3
| | | | | | Also replace USE_GMAKE Approved by: bapt/culot (mentors, implicit)
* - Update to 1.1.2jlaffaye2013-08-143-3/+12
|
* Introduce Perl 5.18.1mat2013-08-1315-3/+3781
| | | | | Changes: http://search.cpan.org/dist/perl-5.18.0/pod/perldelta.pod Changes: http://search.cpan.org/dist/perl-5.18.1/pod/perldelta.pod
* Fix the pypy ports.dbn2013-08-133-5/+8
| | | | | | | | | | | | Be more aggresive in cleaning up temporary directories that pypy leaves behind in the copied directories (files and directories in __pycache__). Only .so and .pyc should be left behind in those __pycache__ directories and no subdirectories. Also remove the manual requirement for building lang/pypy. Redports successfully built lang/pypy3-devel (with leftovers) in 19 hours. Reported by: Redports
* Add php-cgi.1 manpage.ale2013-08-121-0/+1
|
* Update to 5.5.1 release. [1]ale2013-08-122-4/+9
| | | | | | | Add an OPTION to force ZTS build. PR: ports/180931 Submitted by: Rustem Alimov <rustem.alimov@gmail.com>
* Add an OPTION to force ZTS build.ale2013-08-121-1/+6
| | | | | PR: ports/180125 Submitted by: r4721@tormail.org
* The AngelCode Scripting Library, or AngelScript as it is also known, is anvg2013-08-124-0/+67
| | | | | | | | | | | | | | | | | | | | | | | | | extremely flexible cross-platform scripting library designed to allow applications to extend their functionality through external scripts. It has been designed from the beginning to be an easy to use component, both for the application programmer and the script writer. Efforts have been made to let it call standard C functions and C++ methods with little to no need for proxy functions. The application simply registers the functions, objects, and methods that the scripts should be able to work with and nothing more has to be done with your code. The same functions used by the application internally can also be used by the scripting engine, which eliminates the need to duplicate functionality. For the script writer the scripting language follows the widely known syntax of C/C++, but without the need to worry about pointers and memory leaks. Contrary to most scripting languages, AngelScript uses the common C/C++ datatypes for more efficient communication with the host application. WWW: http://www.angelcode.com/angelscript/ PR: ports/178078 Submitted by: vg Approved by: osa (mentor)
* Backport and fix-up lang/pypy* ports.dbn2013-08-125-6/+34
| | | | | | | | | | | | | | | pypy: - fix sysconfig.py's include path - bump PORTREVISION due to above fix pypy-devel: - remove duplicate '-e' when creating pkg-plist - ancillary port functionality (thus no PORTREVISION bump) pypy3-devel: - add missing patch - fix pkg-plist - build fails without above patch (thus no PORTREVISION bump)
* Introducing lang/pypy3-devel version 2.1.b1.dbn2013-08-1215-0/+3636
| | | | | | | Highlights - The first release of PyPy3: support for Python 3, targetting CPython 3.2.3! - There are some known issues including performance regressions (issues #1540 & #1541) slated to be resolved before the final release.
* Add lang/pypy-devel for non-stable releases of PyPy.dbn2013-08-1216-0/+4430
| | | | | | | | | | | | | pypy-devel is intended as a staging ground for beta releases and - while no beta releases are available - snapshots of pypy default branch. While introducing pypy-devel to build logic has been reworked to better accomodate pypy3. The lib-python/2.7 and lib_pypy folders are not renamed after extraction (with only symbolic links used to emulate the structure). PyPy still expects the standard structure and the symbolic links satisfy this change. The devel port was requested by mva@ to better support commercial clients.
* Upgrade to the 20130808 snapshot of GCC 4.8.2.gerald2013-08-112-10/+11
| | | | | | | | | | | | Adjust the scheme used for PORTVERSION such that snapshots compare less than the actual release (and no EPOCH bump becomes necessary at end of life of a release series). [1] Rename VERSIONSTRING to the standard DISTVERSION. [2] Add more notes on the various variables carrying version information. Suggested by: tijl [1], crees [2]
* Update to the 20130810 snapshot of GCC 4.7.4.gerald2013-08-112-9/+10
| | | | | | | | | Rename VERSIONSTRING to the standard DISTVERSION. [1] Add more notes on the various variables carrying version information. Suggested by: crees [1] ~
* Remove expired ports:rene2013-08-117-345/+0
| | | | | | 2013-08-10 lang/q: Q-Lang is no longer supported. See lang/pure instead 2013-08-10 audio/q-audio: Q-Lang is no longer supported. See lang/pure instead 2013-08-10 graphics/q-graph: Q-Lang is no longer supported. See lang/pure instead
* Update to the 20130804 snapshot of GCC 4.9.0.gerald2013-08-112-9/+10
| | | | | | | | Rename VERSIONSTRING to the standard DISTVERSION. [1] Add more notes on the various variables carrying version information. Suggested by: crees [1]
* lang/ocaml-nox11: Fix package originmarino2013-08-111-0/+2
| | | | | | | | | | | lang/ocaml-nox11 port produces a package with the exact same name as lang/ocaml because they have a common Makefile. However, by defining the SFX variable before including it, ocaml-nox11 package name will receive a suffix. This fixes an origin conflict seen on poudriere. The new base package name will be ocaml-nox11 Approved by: bapt/culot (mentors, implicit), maintainer timeout
* Minor last-minute changes missed in recent previous commits.danfe2013-08-092-2/+2
|
* - update libdg to 2.1.0dinoex2013-08-091-1/+1
|
* - Trim the article from the COMMENT linedanfe2013-08-092-21/+19
| | | | | | | | - Switch to new LIB_DEPENDS syntax (per r322328) - Move pkgconfig from USE_GNOME to USES - Drop MAKE_JOBS_SAFE, does nothing these days - Avoid using escaped shell globs; pad pkg-message output - Fix a few whitespace and markup bugs, wrap very long line
* - Update to 05_20130805agahr2013-08-085-13/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 20130805: * The functions hashCode in complex.s7i, duration.s7i, rational.s7i and time.s7i have been improved to avoid an integer overflow. Thanks to Pietro Cerutti, for reporting this problem. * The description of the Seed7 installation in doc/install.txt has been improved. * The new library sha1.s7i, which defines a message digest with the SHA-1 secure hash algorithm, has been added. * Definitions of the operators &:= and |:= have been added to bin32.s7i. * The functions int64AsBytesBytesLe, int64AsEightBytesBe and bytesBeAsInt have been added to bytedata.s7i. * Interpreter and compiler have been improved to support the actions INT_AND_ASSIGN and INT_OR_ASSIGN. * A bug in the function conText (file con_win.c) has been fixed. * Debug code has been added to kbd_inf.c and kbd_poll.c. * The makefile mk_cygw.mak has been improved to avoid problems with the console keyboard. 20130722: * Spelling errors in chlog.txt, faq.htm and faq.txt have been fixed. * The function conText (in con_win.c) has been improved to work correctly for long strings. The underlying function WriteConsoleW fails for string lengths above some limit between 26000 to 32000. * The functions find_window, remove_window, gkbGetc, gkbKeyPressed, gkbButtonPressed, gkbRawGetc, gkbWindow, gkbButtonXpos and gkbButtonYpos have been moved from drw_win.c to the new file gkb_win.c. * In the functions drwPCircle, drwPFCircle, drwPFEllipse and drwFPolyLine (file drw_win.c) wrong usages of inIntRange have been replaced with better code. * In con_win.c the table map_key has been improved such that kbdGetc recognizes the key F12. * In gkb_x11.c the functions find_window, enter_window and remove_window have been improved. * The makefiles mk_bcc32.mak, mk_bccv5.mak, mk_mingc.mak, mk_mingw.mak, mk_msvc.mak, mk_msys.mak and mk_nmake.mak have been changed to use the new file gkb_win.c. * The program chk_all.sd7 has been improved to call chkhsh.sd7. * The program chkhsh.sd7 has been improved. * The compiler has been improved to generate compare functions with the correct prototype. * The functions bitSize and process_generic_cmp_declaration have been added to s7c.sd7. * In flt_rtl.c the function fltCpy has been renamed to fltCpyGeneric. * The functions dump_hash and dump_helem have been added to hsh_rtl.c. * The function new_type in typeutl.c has been changed to add the new type to the parameter owningProg instead of the global prog.
* lang/fasm: update to 1.71.12wg2013-08-082-3/+3
| | | | | | | - Update to 1.71.12 PR: ports/181122 Submitted by: Aldis Berjoza <graudeejs gmail.com> (maintainer)
* - Update EFL to 1.7.8gblach2013-08-082-3/+3
| | | | | | - Update Enlightenment to 0.17.4 Approved by: crees, tabthorpe (mentors, implicit)
* - Convert to new perl frameworkaz2013-08-071-1/+2
| | | | | | | | per port extra changes: devel/p5-Perl-Version remove outage PERL_LEVEL check devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in current version) Approved by: lth@ (maintainer)
* Link lua .so + program with pthread to prevent hangs in extensions thatmandree2013-08-063-7/+12
| | | | | | | | | | use pthreads. Bump PORTREVISION to pull this in. PR: ports/181052 Submitted by: Vitaly Magerya <vmagerya@gmail.com> Approved by: mandree@ on behalf of lua@
* lang/chicken: update to 4.8.0.4wg2013-08-062-3/+3
| | | | | | | | | - Update to 4.8.0.4 Changes: http://code.call-cc.org/releases/4.8.0/NEWS PR: ports/181048 Submitted by: Vitaly Magerya <vmagerya gmail.com> (maintainer)
* - Convert to new perl frameworkaz2013-08-056-21/+15
| | | | | | - Trim Makefile header Approved by: tobez@ (maintainer)
* - Unbreak parallel (-jX) builds by calling submakes correctlydanfe2013-08-052-5/+4
| | | | | - Improve on COMMENT, remove author attribution from pkg-descr - Do not explicitly set DISTNAME, b.p.m. derives it just fine
* 2 days deprecation was a bit shortbapt2013-08-051-1/+1
|
* Update to the 20130803 snapshot of GCC 4.7.4.gerald2013-08-052-3/+3
|
* Update to the 20130728 snapshot of GCC 4.9.0.gerald2013-08-052-4/+11
| | | | | | | | | | Introduce a new option BOOTSTRAP that allows switching between a full bootstrap of GCC and just running a simple build. Bootstrapping is the default upstream, and for very stable and old flavors of GCC we disable this by default since that is a huge win in terms of build time of the port. No change in default behavior for this port -- for the time being we continue to bootstrap.
* Convert to new perl5 framework and update to new lib_depend way.kwm2013-08-041-3/+3
|
* Add USE_GCC=any as build fails with clang.bapt2013-08-041-0/+2
| | | | | Pass CC to build env to properly using the compiler desired This fixes build on head without gcc
* Update lang/pypy to 2.1.dbn2013-08-0412-37/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - Rename the binary, include and library to pypy-2.1 (recommended by mva@). This is in preparation to introduce PyPy3 (PyPy implementing Python 3.2) Highlights: * JIT support for ARM, architecture versions 6 and 7, hard- and soft-float ABI * Stacklet support for ARM * Support for os.statvfs and os.fstatvfs on unix systems * Improved logging performance * Faster sets for objects * Interpreter improvements * During packaging, compile the CFFI based TK extension * Pickling of numpy arrays and dtypes * Subarrays for numpy * Bugfixes to numpy * Bugfixes to cffi and ctypes * Bugfixes to the x86 stacklet support * Fixed issue 1533: fix an RPython-level OverflowError for space.float_w(w_big_long_number). https://bugs.pypy.org/issue1533 * Fixed issue 1552: GreenletExit should inherit from BaseException. https://bugs.pypy.org/issue1552 * Fixed issue 1537: numpypy __array_interface__ https://bugs.pypy.org/issue1537 * Fixed issue 1238: Writing to an SSL socket in PyPy sometimes failed with a "bad write retry" message. https://bugs.pypy.org/issue1238
* - Convert to new perl frameworkmat2013-08-032-3/+4
| | | | - Remove MAKE_JOBS_SAFE=yes, it's the default.
* Convert to new perl framework.mat2013-08-032-4/+3
|
* Explicitly disable hidden dependencyjohans2013-08-031-1/+2
| | | | Reported by: cpghost <cpghost@cordula.ws>
* - Convert to new perl frameworkmat2013-08-0310-45/+27
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - Convert to new perl frameworkaz2013-08-031-1/+2
|
* Update lang/pypy to 2.1.b2.dbn2013-08-022-3/+3
| | | | | | | | | | | | | | | Highlights: * Support for os.statvfs and os.fstatvfs on unix systems. * Fixed issue 1533: fix an RPython-level OverflowError for space.float_w(w_big_long_number). * Fixed issue 1552: GreenletExit should inherit from BaseException. * Fixed issue 1537: numpypy __array_interface__ * Fixed issue 1238: Writing to an SSL socket in pypy sometimes failed with a "bad write retry" message. * distutils: copy CPython's implementation of customize_compiler, dont call split on environment variables, honour CFLAGS, CPPFLAGS, LDSHARED and LDFLAGS. * During packaging, compile the CFFI tk extension.
* Fix overwritting of USESbapt2013-08-011-1/+1
| | | | Pointyhat to: az
* The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.kwm2013-07-317-28/+30
| | | | | | | | | | | | | | | | | | | | This update updates Glib20 to 2.36 and Gtk+ 3.8 * The gio-fam-backend port that used gamin for the GFileMonitor API is gone. It is replaced by a GIO kqueue implementation developed as part of a NetBSD GSoC 2011 project by Dimitry Matveev. * Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0 pkgconfig file [1]. This broke static linking and newer binutils. * Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to prevent creation of / root/.cache dir. Defaults to build & run depend, but :build and :run switches available. * New x11-toolkits/pangox-compat port and companion USE_GNOME component for pangox support which was removed from the pango port. Add it to ports still using pangox API. Exp-run by: bapt@ PR: ports/178958 [1] Submitted by: emaste@ [1]
* - Convert to new Uses/perl5.mk frameworkaz2013-07-311-0/+3
| | | | | | | | - Resolve issues with implicit lang/perl in extract and patch dependencies - Trim Makefile header Reviewed by: bapt@ (exp-run) Approved by: bapt@ (portmrg@)
* Fix lang/pypy library detection.dbn2013-07-313-5/+5
| | | | | | | | | | | | | The library detection orginally depended on sys.version however that tends to change a lot and thus a more robust method is used based on sys.pypy_version_info. This fixes installation using distutils and corrects output from sysconfig. Special thanks to Attila Nagy who reported the issue and tracked down the root issue (allowing me to deliver a quick solution). Reported by: Attila Nagy <bra@fsn.hu>
* Fix typobapt2013-07-291-1/+1
| | | | | Submitted by: Rainer Hurling <rhurlin@gwdg.de> Pointyhat to: bapt
* Fix mono properly finding isinf() from math.h after recent changes on headbapt2013-07-291-2/+2
|
* Fix lang/pypy (and INDEX build).dbn2013-07-291-1/+1
| | | | | | | Portlint recommends "USE_GCC=yes+" however such an option breaks everything. Ignore portlint and use "USE+GCC=4.2+" as the port will compile with just about any valid C compiler.
* Update lang/pypy to 2.1.bdbn2013-07-299-31/+40
| | | | | | | | | | | | | | | | | | Changes to port: * Abstract ${BUILDDIR} for files/Makefile * Remove MAKE_JOBS_SAFE (depreciated) * Use "USE_GCC=yes+" as recommended by portlint Highlights: * Bugfixes to the ARM JIT backend, so that ARM is now an officially supported processor architecture * Stacklet support on ARM * Interpreter improvements * Various numpy improvements * Bugfixes to cffi and ctypes * Bugfixes to the stacklet support * Improved logging performance * Faster sets for objects
* 1: Fix build with newer zlib [1]vanilla2013-07-283-2/+43
| | | | | | | 2: switch to gcc46. PR: ports/180748 Submitted by: John Marino <freebsd at marino.st> [1]
* - Fix Makefile header, normalize COMMENT textdanfe2013-07-271-23/+28
| | | | | | | | | | | | | | - Drop explicit shlib ABI versions from LIB_DEPENDS - Do not redefine PKGMESSAGE, adding it to SUB_FILES does it automagically - Do not terminate RESTRICTED message with a dot - Add a comment about possible abuse of USE_PERL5 - Mute post-patch target to match default ports' behavior closely - Do not abuse ALL_TARGET to pass variables to downstream make(1), use MAKE_ARGS properly instead (merge together with MAKE_ENV) - Fix inner makefiles and configure script to make port jobs (-jX) safe - Pad the output of PKGMESSAGE to be consistent with the package Reported by: pointyhat-west
* Deprecate and set expiration date for ports broken for more than 6 monthbapt2013-07-272-0/+6
|
* KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-07-2723-4611/+0
| | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt
* - Add bsd.hackage.mk entry that was missed in r321071pgj2013-07-261-0/+1
| | | | Obtained from: FreeBSD Haskell
* Fix build with newer binutilsbapt2013-07-261-6/+3
|
* Add HHVM to commentmm2013-07-261-1/+1
|
* Update comment and pkg-descr to track changes in the projectmm2013-07-262-16/+11
|
* Fix embedding of systemlib.php [1]mm2013-07-235-24/+112
| | | | | | | Fix repository creation [1] Add docs, reduce dependencies Submitted by: Vanilla Hsu [1]
* - Revert MAKE_JOBS_UNSAFE. At least it failed on 9.1-QAT/amd64.az2013-07-231-0/+1
|
* - Mark job safeaz2013-07-222-2/+0
| | | | Tested by: Anton Yuzhaninov <ayuzhaninov@openstat.ru>, az@
* Add option to create a DEBUG buildmm2013-07-222-0/+21
|
* Fix CXXFLAGS (GCC_RUTIME already added by USE_GCC)mm2013-07-221-2/+1
| | | | This port is MAKE_JOBS_SAFE
* Hiphop-php (now actually hhvm) is developed only for x86_64 (amd64)mm2013-07-221-2/+3
|
* Unbreak lang/hiphop-php and update to 2.1mm2013-07-2218-1518/+295
| | | | Some functionality issues still need fixing (sqlite3)
* Update SWI Prolog to 6.4.1johans2013-07-213-23/+54
|
* Add new port: lang/adacontrolmarino2013-07-216-0/+116
| | | | | | | | Adacontrol is a tool that analyzes language constructs in Ada programs. It can be used as a standalone tool, or integrated into other tools. An example of integration can be seen with the upcoming devel/ahven port. Approved by: bapt (mentor)
* Add new port: lang/asismarino2013-07-218-0/+154
| | | | | | | | | | | This is ASIS, the Ada Semantic Interface Specification. ASIS is tightly coupled with lang/gcc-aux and must be built with the same sources. For this reason, ASIS will not work with other Ada compilers, including GNAT GPL (lang/gnat). ASIS is a dependency of several upcoming Ada ports. Approved by: bapt (mentor)
* Add new port: lang/gnat_utilmarino2013-07-218-0/+389
| | | | | | | | | | | | | | | | | There are a number of GNAT tools that have to be build using the same exact sources as the compiler that it serves. Two examples of this are GPRbuild and ASIS. The latter is an important component of several other language semantic tools. Accordingly, a separate port is being created to build a static library that need these compiler sources. Incidentally, diverging sources is the reason devel/gprbuild-aux stopped building after lang/gcc-aux was upgraded. With this new scheme, this type of failure should no longer occur. This is a dependency of the upcoming lang/asis port, and must be specified as a build dependency by any port that needs ASIS. Approved by: bapt (mentor)
* lang/gcc-aux: bug fixesmarino2013-07-216-16/+250
| | | | | | | | | | | | | | | This change covers: 1) portlint cleanup 2) Support for bootstrapping on DragonFly 3.5+ 3) Removal of uneeded shared library version specifications 4) USES+= gmake 5) Splits out version to separate makefile for Ada framework 6) Fixes typo that caused DragonFly to use mktemp 7) Adds aggregate array index fix from gcc 4.8 8) NetBSD lstdc++ fixes were pulled in from diff reneration 9) c++ testsuite diff was corrected (how it was committed wrong is unknown) Approved by: bapt (mentor)
* - Update to 0.19.1wen2013-07-193-4/+4
|
* - Remove editors/code-browser and lang/copper, which fail to build ongahr2013-07-184-50/+0
| | | | most environments
* Mark as broken:bapt2013-07-181-0/+2
| | | | | | 'Shared object "libgmp.so.7" not found, required by "mlton-compile" Reported by: pointyhat and pkg-fallout
* Update to 5.4.17 release.ale2013-07-163-5/+5
| | | | | PR: ports/180527 Submitted by: Rustem Alimov <rustem.alimov@gmail.com>
* - Update devel/automake to 1.14ade2013-07-161-0/+1
| | | | | | | | | | | - Update devel/gettext to 0.18.3 - Fix known-broken (from exp-runs) ports - Clean up a lot of cruft in the devel/gettext port itself, based on work from tijl@ PR: 178883 Submitted by: ade Sponsored by: Wadsworth 6X
* Fix a broken BUILD_DEPENDS line for llvm and properly generalize thebrooks2013-07-161-2/+2
| | | | | | llvm RUN_DEPENDS entry. Reported by: miwi
* - Fix build on 9-stablemiwi2013-07-154-28/+27
| | | | | | | | - Update MASTER_SITES an WWW: line - Support PORTEXAMPLES PR: 180513 Submitted by: Ports Fury
* - Correct iodbc dependencyjohans2013-07-151-1/+2
| | | | | | | - Disable Java bindings for now (doesn't work with OpenJDK6) PR: ports/172837 Submitted by: C.P. Ghost <cpghost@cordula.ws>
* Update to version 2013.1pawel2013-07-153-43/+71
| | | | | PR: ports/180476 Submitted by: Hannes Mehnert <hannes@mehnert.org> (maintainer)
* Update to 5.3.27flo2013-07-132-3/+3
| | | | | | | | | | Please Note: This will be the last regular release of the PHP 5.3 series. All users of PHP are encouraged to upgrade to PHP 5.4 or PHP 5.5. The PHP 5.3 series will receive only security fixes for the next year. I will maintain PHP 5.3 until the first not fixed vulnerability is found. At that point I will deprecate the port with a 2 months notice, if no other volunteer is found in that time the port will be removed.
* Mark jobs unsafebapt2013-07-131-6/+3
|
* Mark as broken:bapt2013-07-131-0/+2
| | | | | | ../scsc/scc -o scixl -i -m xlib xwss.o xws2.o xws3.o xws4.o xws5.o xws6.o xws7.o xws8.o xws9.o xws10.o xlib.o xwsr4.o depth.o screen.o visual.o xarc.o xchar2b.o xcharstruct.o xclasshint.o xcomposestatus.o xcolor.o xlibCONSTANTS.o xevent.o xfontprop.o xfontstruct.o xgcvalues.o xhostaddress.o xiconsize.o ximage.o xkeyboardcontrol.o xkeyboardstate.o xmodifierkeymap.o xpoint.o xrectangle.o xrmoptiondescrec.o xrmvalue.o xsegment.o xsetwindowattributes.o xsizehints.o xstandardcolormap.o xlibSTUBS.o xtextitem.o xtextitem16.o xtimecoord.o xlibTYPES.o xvisualinfo.o xwindowattributes.o xwindowchanges.o xwmhints.o xpixmapformatvalues.o xtextproperty.o -L/usr/local/lib -lX11 /usr/bin/ld: cannot find -lX11 *** [scixl] Error code 1
* IronPython is an open-source implementation of the Python programmingmva2013-07-139-0/+215
| | | | | | | | language which is tightly integrated with the .NET Framework. IronPython can use the .NET Framework and Python libraries, and other .NET languages can use Python code just as easily. WWW: http://www.ironpython.net
* - Trim Makefile headersamdmi32013-07-122-10/+2
| | | | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful - Canonicalize patch names - Fix DOS line endings in patch files
* Replace John Marino email address with FreeBSD versionmarino2013-07-126-20/+12
| | | | | | | While I'm here, also trim the headers on a couple of ports and remove a reference to the Dragonlace mirror which is down indefinitely. Approved by: bapt (mentor)
* Include bsd.pure.mk earlier so that gmake is defined before pre.mkbapt2013-07-121-1/+2
|
* - Update to 1.9.3-p448swills2013-07-123-13/+3
| | | | - Remove patch for issue fixed upstream
* - Update to 7.31.0sunpoet2013-07-127-9/+9
| | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi
* - Update SWI Prolog to 6.2.6johans2013-07-117-1174/+1140
| | | | | | | | | - Remove patches now included upstream - Add option to use libiodbc (inspired by [1]) - Adopt port PR: ports/172837 [1] Submitted by: C. P. Ghost <cpghost@cordula.ws>
* Mark job unsafebapt2013-07-111-1/+2
|
* Fix pure by removing the useless pre.mk/post.mk dancingbapt2013-07-111-1/+1
| | | | | | Convert to USES=gmake Reported by: marino
* Update from 2.0.1 to 2.0.2.osa2013-07-114-16/+22
| | | | | | Install link to shared object. (*) PR: 177881 (*)
* Mark job unsafebapt2013-07-111-7/+3
|
* Sanitize port's inner Makefiles to allow parallel builds.danfe2013-07-101-0/+6
|
* - Cleanup Makefile before making the port make jobs safedanfe2013-07-101-20/+16
| | | | - Convert NOPORTDOCS to OPTIONS; pet portlint(1)
* Mark jobs unsafebapt2013-07-102-15/+8
| | | | | Convert to USES=gmake where appropriate Trim headers
* Mark jobs unsafebapt2013-07-101-0/+2
|
* Mark jobs unsafe and convert to USES=gmakebapt2013-07-101-2/+3
|
* Mark jobs unsafebapt2013-07-101-6/+2
|
* Teach clang33 where to find libc++ headers when installed from ports.kwm2013-07-102-0/+18
| | | | | | It will use the headers in base if it finds them there. Approved by: maintainer (brooks@)
* Convert from USE_MOTIF to USES=motifbapt2013-07-102-14/+5
| | | | | | | While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Remove indefinite article from comment
* Upgrade to 0.7.vanilla2013-07-096-74/+79
| | | | | PR: ports/180405 Submitted by: maintainer
* - Update to 05_20130704gahr2013-07-092-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * A wordfile for Ultraedit and a syntax definition file for Textpad has been added. Many thanks to Renato Lenzi for providing it. This files can be found also on his great italian page about Seed7. * A compilation problem with DJGPP in fil_rtl.c has been fixed (thanks to "Rugxulo" for pointing it out). * The keyboard read function getc(KEYBOARD) has been improved to accept all Unicode characters also under Linux/Unix/BSD. Up do now the function did only accept Latin-1 characters. * The keyboard read function getc(KEYBOARD) has been improved to accept usages of the mouse wheel also under Windows. * Checks for correct UTF-8 encoding of the program source have been added. Overlong UTF-8 encodings, UTF-16 surrogate characters and missing UTF-8 continuation bytes result in a compile time error. * The example program err.sd7, which checks compile time error messages, has been improved. * The FAQ explanations concerning Unicode and automatic casts have been improved. * Documentation comments have been added to gzip.s7i and make.s7i. * The example programs gkbd.sd7 and kbd.sd7 have been improved to write the character, if it is printable. * The example programs pairs.sd7, panic.sd7, tetg.sd7, sokoban.sd7, sudoku7.sd7, mandelbr.sd7 and wator.sd7 have been changed to use proportional Seed7 pixmap fonts. * Tests for the functions lower and upper with cyrillic letters have been added to chkstr.sd7. * The libraries console.s7i, pixmap_file.s7i, graph_file.s7i, file.s7i, editline.s7i, echo.s7i, null_file.s7i, external_file.s7i, strifile.s7i, stritext.s7i, tee.s7i, window.s7i, reverse.s7i, lower.s7i and upper.s7i, have been improved to work with proportional fonts. Proportional font support uses the functions moveLeft, erase, backSpace, cursorOn and cursorOff. * The vector font cronos16 has been improved to look more similar to the font cronos27. * The bitmap fonts stdFont10, stdFont12, stdFont14, stdFont16, stdFont18, stdFont20 and stdFont24 have been improved. * The vector fonts vecFont10 and vecFont18 have been adjusted to look like the corresponding bitmap fonts. * The fonts stdFont8, stdFont9 and cronos27 have been improved to use less spacing between the characters. * In graph_file.s7i the logic of a writeln after a setPosXY has been changed. Now the writeln moves one line downward relative to the position given with setPosXY. * A description of the subrange operator, which gets an array slice from a position with maximum length, has been added to the manual. * A table to map keysym values to Unicode and the function mapKeysymToUnicode, which does a binary search in this table, have been added to gkb_x11.c. * The function gkbGetc in gkb_x11.c has been improved to work without recursion, to use mapKeysymToUnicode and to recognize cursor keys in combination with ALT, NUMLOCK and SHIFT.
* Respect CFLAGS is a saner manner.danfe2013-07-092-11/+11
|
* - Update to 3.0.12.romain2013-07-098-278/+165
| | | | | | | - Unbreak on -CURRENT [1] PR: ports/179899 [1] Submitted by: truckman [1]
* - Fix reference to header location in tclPort.hgahr2013-07-082-0/+11
| | | | | | | - Bump PORTREVISION PR: 180344 Submitted by: Jimmy Olgeni <olgeni@FreeBSD.org>
* Add needed iconv dependency (this fixes configure)bapt2013-07-081-5/+2
|
* Update to the 20130706 snapshot of GCC 4.7.4.gerald2013-07-082-3/+3
|
* Update to the 20130630 snapshot of GCC 4.9.0.gerald2013-07-072-3/+3
|
* Convert to USES=gmakerene2013-07-051-3/+1
| | | | Remove an empty OPTIONS_DEFAULT in lang/nbc
* Convert to USES=gmakebapt2013-07-051-6/+2
|
* Update the KDE Software Compilation to 4.10.5.rakuco2013-07-051-2/+2
| | | | | | | | | | | | | | | | | | | 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.
* 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>
* Correct syntax in kernel config is 'options'lwhsu2013-07-032-2/+2
| | | | Submitted by: kevlo
* Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.rakuco2013-07-031-2/+2
| | | | | | | | | | | | | | | 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.
* Do not try to remove a directory not created by the portantoine2013-06-301-1/+0
|
* Update Algol 68 Genie to version 2.7johans2013-06-292-3/+3
|
* - Make optional dependency on libmpfr explicit in GNU awkjohans2013-06-291-0/+9
| | | | | | | This adds support for multiple-precision floating-point computation PR: ports/180004 Submitted by: Dan Lukes <dan@obluda.cz>
* Unbreak ocaml-nox11 after PORT_OPTIONS conversionantoine2013-06-292-7/+3
|
* Update 2.063 --> 2.063.2cy2013-06-274-17/+7
|
* Fix LATEST_LINK to be unique.brooks2013-06-241-0/+1
| | | | Submitted by: erwin
* Welcome PHP 5.5!ale2013-06-2423-0/+1594
| | | | | | Future steps: - rename current php5 ports to php54 - make php55 the default one after an exp-run
* Update to 2.10.2.rakuco2013-06-242-3/+3
| | | | | PR: ports/179477 Submitted by: Mitsuru YOSHIDA <mitsururike@gmail.com> (maintainer)
* Make the port fetchable again.rakuco2013-06-231-1/+2
| | | | | | | Point MASTER_SITES to old_versions/, which is where previous releases go. PR: ports/179656 Submitted by: John Marino <draco@marino.st> (maintainer)
* Add ports of DragonEgg version 3.3 for GCC 4.6 and 4.7.brooks2013-06-217-0/+177
|
* Upgrade Clang and LLVM 3.3 ports to the release version.brooks2013-06-214-18/+26
|
* The iconv module is no longer part of ruby's standard distribution.knu2013-06-202-2/+1
| | | | (ext/iconv is an empty directory, so we can just leave it)
* Add devel/ruby-gems and devel/rubygem-rake to the list of recommendedknu2013-06-201-5/+8
| | | | additions.
* Add devel/ruby-gems and devel/rubygem-rake to the list of recommendedknu2013-06-201-5/+8
| | | | additions.
* - Update to 1.9wen2013-06-203-222/+319
| | | | | | | | - Pass maintainership to submitter - Trim Makefile headers PR: 179163 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
* Reset g.gonter@ieee.org: mbox full.linimon2013-06-203-18/+6
| | | | While here, modernize headers.
* Upgrade to version R16B01.olgeni2013-06-195-71/+46
|
* Remove expired port:rene2013-06-197-238/+0
| | | | 2012-05-10 lang/boo: BROKEN for more than 6 month
* - Fix after convertion to new options frameworkaz2013-06-191-0/+2
| | | | | | PR: ports/179665 Submitted by: Adam McDougall <mcdouga9@egr.msu.edu> Approved by: Alex Keda <admin@lissyara.su> (maintainer)
* - Cleanup outdated checks. (PERL_LEVEL < 5.12)az2013-06-184-44/+4
| | | | | | - Assign some p5- ports under perl@ maintainership. Approved by: portmgr@ (bapt@)
* - Update to 05_20130616gahr2013-06-172-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * Documentation comments have been added or improved in bigfile.s7i, char.s7i, clib_file.s7i, complex.s7i, external_file.s7i, file.s7i, float.s7i, hash.s7i, integer.s7i, shell.s7i, string.s7i, utf16.s7i, osfiles.s7i, rational.s7i, arrlib.c, blnlib.c, bstlib.c, arr_rtl.c, big_gmp.c, big_rtl.c, bst_rtl.c, chrlib.c, chr_rtl.c, cmdlib.c, cmd_rtl.c, fillib.c, fil_rtl.c, fltlib.c, flt_rtl.c, hshlib.c, hsh_rtl.c, int_rtl.c, pol_sel.c, pol_unx.c, setlib.c, set_rtl.c, strlib.c, str_rtl.c. * The functions lower and upper in string.s7i and char.s7i have been improved to use the default Unicode case mapping. In other words: conversions to lower respectively upper case works for all Unicode characters, which have a case mapping. Characters without case mapping are left unchanged. The mapping is independend from the locale. Individual character case mappings cannot be reversed, because some characters have multiple characters that map to them. * In the library deflate.s7i the performance of the deflate compression has been improved by a factor between 5 and 10. * The performance of the functions str_cmp, str_range and str_substr in strlib.c has been improved. * The performance of the functions strCompare, strRangeSlice, strRange, strSubstrSlice and strSubstr in str_rtl.c has been improved. * Tests for the string functions compare, lower and upper and for the index operations head, tail, range and substring have been added to chkstr.sd7. * The definition of the macro arrayMaxPos in common.h has been improved and usages of the macro have been added to arrlib.c and arr_rtl.c. * The compiler has been improved to support the actions HSH_IDX2 and HSH_UPDATE. * The compiler has been improved to inline code for the actions STR_HASHCODE, STR_RANGE and STR_SUBSTR. * The function intStrToBuffer has been added to int_rtl.c. This function allows conversions from integer to string, without memory allocation. * The compiler has been improved to take advantage of the function intStrToBuffer. * The functions getGenericValue, getGenericValueToResultExpr, getTempVariable, beginCastGeneric, endCastGeneric, beginCastGenericToResultExpr and endCastGenericToResultExpr have been added to the compiler. * The functions hsh_idx2 and hsh_update have been added to hshlib.c. * The functions hshIdxAddr2 and hshUpdate have been added to hsh_rtl.c * The macro hashCode has been defined in str_rtl.h and used in str_rtl.c (function strHashCode) and strlib.c (function str_hashcode). * The program chkccomp.c was improved to write a definition of the macro INLINE to version.h * The deprecated function 'read_dir' has been removed from the library "osfiles.s7i". The replacement of 'read_dir' is 'readDir'. * The functions arrHeadTemp, arrRangeTemp and arrSubarrTemp in arr_rtl.c have been improved.
* Introduce a new option BOOTSTRAP that allows for doing a fullgerald2013-06-161-3/+8
| | | | | | | | | | | | | bootstrap of GCC, as opposed to just running a simple build. Bootstrapping is actually the default upstream, we disable it by default for the stable flavors of GCC since that is a huge win in terms of build time of the port. No change in default behavior for this port. (When bootstrapping, use bootstrap-lean instead of default/vanilla bootstrap to save on disk space.) Remove redundant setting of DISTNAME.
* - Update to 1.1.1jlaffaye2013-06-165-15/+56
| | | | | | | | - Remove bash and bison dependencies - Specify the PATH in regression-test target PR: 179529 Submitted by: koobs
* - Sort MAN1sunpoet2013-06-141-1/+1
|
* Fix two plist bugs. Only install the manpage as clang33.1 not also asbrooks2013-06-132-8/+13
| | | | clang.1. Include clang-format in the set of commands.
* Update to 1.3.1rene2013-06-133-10/+9
| | | | | | | | | | | | Changes: - Use github directly instead of my local server. - Rework WRKSRC/Makefile to allow simplifying port Makefile and drop the dependency on gmake. - Drop README, refer to website instead. - Add a simple BF generator. Note that the version reported by the bf2c binary is still 1.2.5, as it did not change at all during this update.
* Fix up depends so we depend on llvm33 and look for the llc33 binary tobrooks2013-06-131-14/+3
| | | | | | | | | identify it rather than port versions. Remove the broken and obviously unused regression-test target along with the obsolute dependency on dejagnu. Reported by: decke
* Add a file that was missed when working around svn cp + post commit hookbrooks2013-06-131-0/+10
| | | | | | weirdness. Submitted by: bdrewery
* Set LATEST_LINK to clang33/llvm33 to deconflict.brooks2013-06-131-1/+1
| | | | Reported by: erwin
* - lang/perl5.12 upgrade to 5.12.5az2013-06-1224-2298/+98
| | | | | | | | | | | | | | - lang/perl5.14 upgrade to 5.14.4 - lang/perl5.16 upgrade to 5.16.3 - Global modify SITE_PERL[1][2] [1] - See more info: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=26605+0+archive/2013/freebsd-perl/20130609.freebsd-perl [2] - Fix for mail/cyrus-imapd* - Approved by portmrg(bapt@) Please, see ports/UPDATING for upgrade procedure. Reviewed by: bapt@ (exp-run), culot@
* - Fix buildmiwi2013-06-121-1/+1
|
* - Fix plistmiwi2013-06-121-5/+5
| | | | Reported by: pkg (DEVELOPER_MODE)
* Add missing build depend on python. I removed the run dependency toobrooks2013-06-121-0/+1
| | | | | | firmaly. Submitted by: bdrewery
* Add ports of clang and LLVM 3.3.rc3. Unlike previous ports thesebrooks2013-06-1212-0/+882
| | | | | | | | install primarily in ${PREFIX}/llvm33 with wrapper scripts in ${PREFIX}/bin named clang33, llc33, etc. In an additional change, the clang static analyzer's python wrapper and web bits are not installed.
* Update to the 20130609 snapshot of GCC 4.9.0.gerald2013-06-113-90/+3
| | | | | This addresses the libitm/ build issue via an upstream of mine, so we can remove the local patch.
* - Unbreak on amd64gahr2013-06-101-1/+1
|
* - Remove trailing period from DEPRECATED linegahr2013-06-101-1/+1
|
* - Deprecate lang/q and it's modules. As stated on the project's website, Q isgahr2013-06-101-0/+3
| | | | | no longer supported, and users are advised to use lang/pure instead. Expiration date in two months.
* Update to 2.10.2 release.ale2013-06-102-3/+3
|
* Add patch that resolves the issue, found after r250991 in src HEAD.rm2013-06-106-0/+33
| | | | | | | | | | | | | | | Investigation and the patch are from Marcel Moolenaar. I also added upstream bug-report, based on Marcel's info: http://bugs.python.org/issue18178 There also was relevant discussion on current@: http://lists.freebsd.org/pipermail/freebsd-current/2013-June/ Please see there for details of the issue. Submitted by: marcel (python@ ML) Reported by: many