aboutsummaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Update to 4.10.2-2614cs2013-06-103-10/+11
| | | | | | | | - Fix patch for MAN page install - USE_GCC PR: ports/178656 Submitted by: Takeshi MUTOH <mutoh@openedu.org>
* Properly evaluate option PTHREADS.stefan2013-06-101-3/+10
| | | | | | PR: 177494 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Approved by: maintainer timeout (1 month)
* lang/spidermonkey185: Fix clang build, cherrypick upstream clang fixeskoobs2013-06-096-3/+1942
| | | | | | | | | | | | | | | | - patch: -fvisibility=hidden to fix clang build - patch: Remove shell workers [1] - patch: Silence clang alignment warnings jsscript.h [2] - patch: Silence clang alignment warnings in jsstr.cpp [3] - Fix pkg-plist - remove pkgconfig dirrm entry - Tweak regression-test: target [1] https://bugzilla.mozilla.org/show_bug.cgi?id=771281 [2] https://bugzilla.mozilla.org/show_bug.cgi?id=662962 [3] https://bugzilla.mozilla.org/show_bug.cgi?id=662961 Thanks to Guido Falsi (madpilot) for the visibility patch, kwm and miwi for additional testing and the constant reminders.
* Update to 5.4.16flo2013-06-082-3/+3
| | | | | Approved by: ports-secteam (remko, delphij) Security: 59e7163c-cf84-11e2-907b-0025905a4770
* Update to 5.3.26flo2013-06-072-3/+3
| | | | Security: 59e7163c-cf84-11e2-907b-0025905a4770
* Fix leftovers check on tinderbox by removing empty directories.rakuco2013-06-071-0/+2
| | | | | PR: ports/179363 Submitted by: John Marino <draco@marino.st> (maintainer)
* update lang/sbcl to 1.1.8, and adjust dependent portsbf2013-06-062-5/+5
|
* Remove expired port:rene2013-06-065-74/+0
| | | | 2013-03-05 lang/elisp-manual: Broken for more than 6 months
* Convert to new options frameworkbapt2013-06-053-182/+158
|
* - Set tcl 86 as an invalid version, segfaultsgahr2013-06-051-0/+1
|
* fix the build after the update of lang/tcl84 to 8.4.20; assign tobf2013-06-051-2/+5
| | | | tcltk@
* - Update The Glorious Glasgow Haskell Compiler to version 7.6.3pgj2013-06-0517-109/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update Haskell Platform to version 2013.2.0.0 Please note that port revisions for all the Haskell ports without version changes are bumped. Some highlights of the update: - Fix PDF generation for pandoc [1] - From now on, PREFIX/{lib,share,share/doc}/cabal/ghc-GHC_VERSION are used for hs- ports (Cabal packages) as prefixes to avoid problems when upgrading with portmaster(8) [2] - Experimental support for LLVM-based code generation (disabled by default) - Many simplifications, refactoring in bsd.cabal.mk New ports (11): devel/hs-asn1-types 0.1.3 devel/hs-data-default-class 0.0.1 devel/hs-data-default-instances-base 0.0.1 devel/hs-data-default-instances-containers 0.0.1 devel/hs-data-default-instances-dlist 0.0.1 devel/hs-data-default-instances-old-locale 0.0.1 devel/hs-extensible-exceptions 0.1.1.4 devel/hs-mmorph 1.0.0 devel/hs-quickcheck-io 0.1.0 x11-toolkits/hs-GLURaw 1.3.0.0 x11-toolkits/hs-OpenGLRaw 1.3.0.0 Updated ports (104): archivers/hs-zlib 0.5.4.0_1 --> 0.5.4.1 databases/hs-persistent 1.1.5.1 --> 1.2.0.1 databases/hs-persistent-sqlite 1.1.5 --> 1.2.0 databases/hs-persistent-template 1.1.2.4 --> 1.2.0 devel/hs-HUnit 1.2.5.1_1 --> 1.2.5.2 devel/hs-IORefCAS 0.2_3 --> 0.2.0.1 devel/hs-MonadRandom 0.1.8 --> 0.1.9 devel/hs-QuickCheck 2.5.1.1_1 --> 2.6 devel/hs-abstract-deque 0.1.6_1 --> 0.2 devel/hs-alex 3.0.2_1 --> 3.0.5 devel/hs-async 2.0.1.3_1 --> 2.0.1.4 devel/hs-basic-prelude 0.3.4.0 --> 0.3.5.0 devel/hs-blaze-builder 0.3.1.0_4 --> 0.3.1.1 devel/hs-byteorder 1.0.3_4 --> 1.0.4 devel/hs-cabal-install 0.14.0_4 --> 1.16.0.2 devel/hs-classy-prelude 0.5.3 --> 0.5.7 devel/hs-cmdargs 0.10.2 --> 0.10.3 devel/hs-conduit 1.0.2 --> 1.0.5 devel/hs-data-default 0.5.0_1 --> 0.5.3 devel/hs-fsnotify 0.0.6 --> 0.0.11 devel/hs-generic-deriving 1.4.0 --> 1.5.0 devel/hs-git-annex 4.20130323_1 --> 4.20130601 devel/hs-haddock 2.11.0_1 --> 2.13.2 devel/hs-hashable 1.2.0.5 --> 1.1.2.5,1 devel/hs-hlint 1.8.43 --> 1.8.45 devel/hs-hspec 1.4.4 --> 1.5.4 devel/hs-hspec-expectations 0.3.0.3_1 --> 0.3.2 devel/hs-largeword 1.0.4 --> 1.0.5 devel/hs-lens 3.8.7.3 --> 3.9.0.2 devel/hs-lifted-base 0.2.0.2 --> 0.2.0.5 devel/hs-monad-control 0.3.1.4_1 --> 0.3.2.1 devel/hs-monad-logger 0.3.0.1 --> 0.3.1.1 devel/hs-monad-par 0.3.4.1 --> 0.3.4.2 devel/hs-pool-conduit 0.1.1_1 --> 0.1.2 devel/hs-profunctors 3.3 --> 3.3.0.1 devel/hs-reflection 1.1.7 --> 1.3.2 devel/hs-resourcet 0.4.5 --> 0.4.7.1 devel/hs-show 0.5 --> 0.6 devel/hs-split 0.2.1.1_1 --> 0.2.2 devel/hs-stm 2.4_1 --> 2.4.2 devel/hs-syb 0.3.7_1 --> 0.4.0 devel/hs-tagged 0.4.4_1 --> 0.6 devel/hs-text 0.11.2.3_1 --> 0.11.3.1 devel/hs-unix-compat 0.4.1.0 --> 0.4.1.1 devel/hs-unix-time 0.1.5 --> 0.1.8 devel/hs-unordered-containers 0.2.3.0 --> 0.2.3.1 devel/hs-utility-ht 0.0.8_3 --> 0.0.9 devel/hs-uuagc 0.9.42.2_3 --> 0.9.42.3 devel/hs-uuid 1.2.9 --> 1.2.13 devel/hs-void 0.5.11 --> 0.6 math/hs-NumInstances 1.2 --> 1.3 math/hs-comonad-transformers 3.0.1_1 --> 3.0.2 math/hs-semigroups 0.9 --> 0.9.1 math/hs-statistics 0.10.2.0_2 --> 0.10.3.1 net/hs-network 2.3.1.0_1 --> 2.4.1.2 net/hs-publicsuffixlist 0.0.3 --> 0.1 net/hs-socks 0.5.0 --> 0.5.1 security/hs-certificate 1.3.5_1 --> 1.3.7 security/hs-cipher-aes 0.1.7 --> 0.1.8 security/hs-clientsession 0.8.1_1 --> 0.9 security/hs-crypto-api 0.11 --> 0.12.1 security/hs-crypto-conduit 0.5.0 --> 0.5.2 security/hs-crypto-pubkey 0.1.2_1 --> 0.1.3 security/hs-crypto-pubkey-types 0.2.0_1 --> 0.3.2 security/hs-cryptocipher 0.4.0_1 --> 0.5.0 security/hs-cryptohash 0.8.3_1 --> 0.9.0 security/hs-skein 0.1.0.12 --> 1.0.3 textproc/hs-HaXml 1.23.3_2 --> 1.24 textproc/hs-attoparsec-conduit 1.0.0 --> 1.0.1 textproc/hs-blaze-html 0.6.0.0 --> 0.6.1.1 textproc/hs-blaze-markup 0.5.1.4 --> 0.5.1.5 textproc/hs-case-insensitive 1.0 --> 1.0.0.2 textproc/hs-highlighting-kate 0.5.3.8 --> 0.5.3.9 textproc/hs-hs-bibutils 4.17 --> 5.0 textproc/hs-polyparse 1.8_3 --> 1.9 textproc/hs-texmath 0.6.1.3 --> 0.6.1.5 textproc/hs-xml 1.3.12_4 --> 1.3.13 textproc/hs-yaml 0.8.2.3 --> 0.8.2.4 www/hs-HTTP 4000.2.5_1 --> 4000.2.8 www/hs-cgi 3001.1.7.4_6,1 --> 3001.1.7.5,1 www/hs-hamlet 1.1.6.3 --> 1.1.7.1 www/hs-happstack-server 7.1.7 --> 7.1.7.1 www/hs-heist 0.11.1 --> 0.12.0 www/hs-http-conduit 1.9.0 --> 1.9.3 www/hs-http-reverse-proxy 0.1.1.3 --> 0.1.1.6 www/hs-shakespeare 1.0.3.1 --> 1.0.5 www/hs-shakespeare-css 1.0.3 --> 1.0.5.1 www/hs-shakespeare-js 1.1.2.1 --> 1.1.4 www/hs-snap 0.11.2 --> 0.12.0 www/hs-wai-extra 1.3.2.4 --> 1.3.4 www/hs-wai-test 1.3.0.4 --> 1.3.1 www/hs-warp 1.3.7.4 --> 1.3.8.1 www/hs-yesod 1.1.9.2 --> 1.2.0.1 www/hs-yesod-auth 1.1.5.3 --> 1.2.0 www/hs-yesod-core 1.1.8.2 --> 1.2.0.4 www/hs-yesod-form 1.2.1.3 --> 1.3.0 www/hs-yesod-persistent 1.1.0.1_1 --> 1.2.0 www/hs-yesod-platform 1.1.8 --> 1.2.0.1 www/hs-yesod-routes 1.1.2 --> 1.2.0 www/hs-yesod-static 1.1.2.2 --> 1.2.0 www/hs-yesod-test 0.3.5 --> 1.2.0 x11-toolkits/hs-GLUT 2.1.2.1_7,1 --> 2.4.0.0,1 x11-toolkits/hs-OpenGL 2.2.3.1_4,1 --> 2.8.0.0,1 x11/hs-xmobar 0.16_2 --> 0.17 Removed ports (2): www/hs-yesod-default 1.1.3.2 www/hs-yesod-json 1.1.2.1 PR: ports/179146 [1] Requested by: Omar Thameen <omar@biglist.com> [1] Reported by: sperber, bapt [2] Tested by: sperber [2] Obtained from: FreeBSD Haskell
* Convert to new options frameworkbapt2013-06-046-79/+62
|
* WITHOUT_NLS -> PORT_OPTIONS:MNLSbapt2013-06-042-11/+10
|
* - Update to 8.4.20gahr2013-06-046-67/+34
| | | | | | | | | Release notes: http://www.tcl.tk/software/tcltk/8.4.html This is the twentieth and *FINAL* patch release of Tcl/Tk 8.4. With this release, support for Tcl/Tk 8.4 comes to an end. These ports are going to be deprecated soon. Please use 8.5 or 8.6.
* - Fix build with Tcl/Tk 8.6gahr2013-06-041-0/+74
| | | | | Reported by: miwi (Tcl/Tk 8.6 exp-run late comers) Approved by: portmgr
* - Update to 05_20130602gahr2013-06-033-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * The implementation of the type integer has been changed to use a 64-bit value. * Documentation comments have been added to bigint.s7i, integer.s7i, string.s7i, arr_rtl.c, big_gmp.c, biglib.c, big_rtl.c, flt_rtl.c, intlib.c, int_rtl.c, set_rtl.c and str_rtl.c. * The new library bin32.s7i, which defines bit operations for 32-bit values, has been added. * The new library crc32.s7i, which supports the CRC-32 cyclic redundancy check, has been added. * The new library deflate.s7i, which supports the deflate compression algorithm, has been added. * The library binary.s7i has been renamed to bytedata.s7i. The functions get_asciiz, get_uint16_le, get_uint32_le, get_uint16_be and get_uint32_be have been renamed to getAsciiz, getUInt16Le, getUInt32Le, getUInt16Be and getUInt32Be respectively. Definitions of the functions int16AsTwoBytesLe, int32AsFourBytesLe, int16AsTwoBytesBe and int32AsFourBytesBe have been added. * The functions getBitLe, getBitsLe, getNonCompressedBlock, getLiteralOrLength, getDistance, decodeLength, decodeDistance, decodeFixedHuffmanCodes, getHuffmanValue, computeConversionTable, decodeDynamicHuffmanCodes, processCompressedBlock and inflate have been moved from gzip.s7i to the new library inflate.s7i. * The functions gzip, openGzipFile, close and write have been added to the library gzip.s7i. * The functions 'name' and 'path' have been added to the library progs.s7i. * The function openStrifile has been added to strifile.s7i. * The library tar.s7i and the example program tar7.sd7 have been improved to allow the creation of compressed archives. * The compiler has been improved to support the actions BIG_CONV, BIN_AND, BIN_OR, BIN_XOR, INT_AND, INT_OR, INT_XOR, INT_URSHIFT, INT_URSHIFT_ASSIGN, PRG_OWN_NAME and PRG_OWN_PATH. * Optional checks for integer shift operations have been added to the compiler. * The function bigFromInt64 and bigToInt64 in big_gmp.c have been improved. * Several functions in big_gmp.c have been improved to free temporary values with mpz_clear(). * The function big_conv() has been added to biglib.c. * The functions drw_image and drwRtlImage have been improved. * The functions drwImage in drw_win.c and drw_x11.c have been improved. * The meaning of the actions PRG_NAME and PRG_PATH has changed. The new actions PRG_OWN_NAME and PRG_OWN_PATH are used as replacement. * The functions strRPos2, strRIPos2 and strRepl2 have been added to str_rtl.c. This functions use a modified Boyer–Moore string search algorithm. * Usages of the macro arraySize have been added to drwlib.c, drw_rtl.c, libpath.c and prg_comp.c. * The macro arrayMaxPos has been defined in common.h and used in arrlib.c and arr_rtl.c.
* When bootstrapping, which is not the default for this GCC port, usegerald2013-06-031-0/+2
| | | | | bootstrap-lean instead of default/vanilla bootstrap to save on disk space.
* - Do not hardcode GOOS, use OPSYS instead [1]jlaffaye2013-06-023-7/+11
| | | | | | | - Add -f flag to LN [1] - Add a regression-test target Submitted by: sbz (irc) [1]
* Increase the regex size limit to 1000, thus fixing libffi test suite.crees2013-06-022-1/+12
| | | | | Submitted by: dim Obtained from: http://sourceforge.net/tracker/?func=detail&aid=3603557&group_id=10894&atid=110894
* Update lang/pypy to 2.0.2.dbn2013-06-023-8/+8
| | | | | | | | | | | - Track the change in build location (s/2.0.2/2.0.x/g) - Only tested on amd64 as this is only a point releas - If SANDBOX fails to build, install pypy-2.0.2 and try again ChangeLog: * Fix crash in the JIT when calling external C functions in multithreaded context. Approved by: eadler,bdrewery (mentors, implicit)
* Update to the 20130518 snapshot of GCC 4.7.4.gerald2013-06-022-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.
* Update to the 20130526 snapshot of GCC 4.9.0. (This requires a smallgerald2013-06-013-13/+11
| | | | adjustment to our Java hierarchy patch, no functional change though.)
* Update clang/dragonegg/llvm-devel to subversion rev r182968.brooks2013-06-015-24/+16
|
* - Update sdcc to 3.3.0tijl2013-06-015-1603/+28
| | | | | | | | | - Group target options - Change CPPFLAGS and remove LDFLAGS to always use base system libreadline and its headers - Use a dynamically generated pkg-plist Reviewed by: crees
* Upgrde to version 13.5.1.olgeni2013-05-303-8/+17
|
* - Finish removal of support for Linux 2.4 in bsd.linux-apps.mk andrene2013-05-304-35/+0
| | | | | | | | | | | | | | | | | bsd.linux-rpm.mk. The default linux version is now Fedora 10. - Remove now obsolete checks for Linux 2.4 in emulators/linux_base-c6, emulators/linux_base-f10, and emulators/linux_dist-gentoo-stage3. While there, remove superfluous -p argument from ${MKDIR}. - Remove now obsolete check for Linux 2.4 or FreeBSD 6 and lower from astro/google-earth. - Remove expired Fedora Core 4 ports which were only used on FreeBSD 7 and below. - Update LEGAL and MOVED PR: ports/176877 Submitted by: myself Approved by: portmgr (bapt) Exp-run by: bapt
* Update to 1.7.4.knu2013-05-303-508/+1074
|
* - Update to 5f1miwi2013-05-284-70/+80
| | | | | PR: 178869 Submitted by: ports fury
* - Update Ruby 2.0.0 to p195swills2013-05-285-18/+23
| | | | | | | - Disable dtrace support on powerpc [1] PR: ports/177485 [1] Reported by: Justin Hibbits <jrh29@alumni.cwru.edu> [1]
* - Upgrade to 1.9.0.kuriyama2013-05-284-84/+4
| | | | Submitted by: L Campbell lcampbell@uncod.in
* Fix build on HEAD by adding USE_GCC=any (uses global register)bapt2013-05-281-0/+1
|
* Fix build with -currentvanilla2013-05-271-1/+1
| | | | Submitted by: bapt@
* - Update to p429swills2013-05-273-4/+14
| | | | | - Cleanup a bit while here, headers use spaces not tabs - Add patch for Ruby bug 8406, already fixed upstream
* Mark BROKEN: does not build.erwin2013-05-241-0/+2
| | | | Submitted by: pointyhat
* - Avoid of using SITE_PERLaz2013-05-241-2/+2
| | | | | | PR: ports/178878 Submitted by: az Approved by: kwm@ (gnome@)
* Actually commit the changes listed in r318799. Due to a wrong pathbrooks2013-05-235-6/+288
| | | | | | on the command line, only the Makefile was committed. Correct a plist bug by listing clang-cpp.
* Correct plist by adding the new clang-format command and @dirrmtrybrooks2013-05-232-1/+7
| | | | entries for Python library directories.
* Do not mute installation commands.olgeni2013-05-231-12/+12
| | | | Submitted by: danfe
* Upgrade to version 10.5.0; fix PORTEXAMPLES support and cleanup.olgeni2013-05-234-59/+58
|
* Install a more complete set of intrinsics header files[0].brooks2013-05-231-1/+16
| | | | | | | | | | | | | | | | | | Add a couple upstream svn revs that have been comitted to base[1]: r172354: Refactor the x86 CPU name logic in the driver and pass -march and -mcpu flag information down from the Clang driver into the Gold linker plugin for LTO. This allows specifying -march on the linker commandline and should hopefully have it pass all the way through to the LTO optimizer. r175919: Driver: Pass down the -march setting down to -cc1as on x86 too. The assembler historically didn't make use of any target features, but this has changed when support for old CPUs that don't support long nops was added. Requested by: dim[1], eadler[0]
* Add a new option MANPAGES to allow man pages to be supressed. [0]brooks2013-05-231-18/+12
| | | | | | | | | Remove USE_GCC=4.2+ as all supported versions have an acceptable version of gcc by default.[0] Remove the long unused MAINTAINER_MODE variable. Submitted by: tijl [0]
* Add a new option MANPAGES to allow man pages to be supressed. [0]brooks2013-05-231-17/+9
| | | | | | | | | Remove USE_GCC=4.2+ as all supported versions have an acceptable version of gcc by default.[0] Remove the long unused MAINTAINER_MODE variable. Submitted by: tijl [0]
* - Bump PORTREVISION on Tcl/Tk ports so that r316025 takes effectgahr2013-05-223-1/+3
| | | | Reported by: bdrewery
* Fix build of lang/pypy (missing patch).dbn2013-05-211-0/+11
| | | | | | | A patch that tought _sqlite3.py where to find sqlite3.h and sqlite3.so was not added with the previous commit. Approved by: eadler,bdrewery (mentors, implicit)
* - Update backports patch to 20121114miwi2013-05-212-4/+4
| | | | | | | | | | | | - Bump PORTREVISION security fixes: - CVE-2013-1635 - CVE-2013-1643 PR: 177203 Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> Approved by: maintainer
* Using GNU make to build this port now, because people reporting variousrm2013-05-211-0/+1
| | | | | | | | | | | build problems with pmake, that's cannot be reproduced reliable. There is also upstream bug-report [1]. The solution is suggested by Marcus von Appen. PORTREVISION isn't bumped, because there is no need in gmake for people that already built python33 successfully. Reported by: many Submitted by: mva (by mail) Tested by: demon
* Update lang/pypy to 2.0.1.dbn2013-05-2111-193/+178
| | | | | | | | | | | Port ChangeLog: * Sqlite3 added as a dependency * DIST_SUBDIR no longer used as upstream now releases with a proper tarball * Added ability to translate with pypy running in restricted memory mode ( faster than python2.7 and uses less memory!) * Added support for pypy modules that use cffi (_sqlite3 and _curses) Approved by: eadler,bdrewery (mentors, implicit)
* - Update to 1.1jlaffaye2013-05-203-205/+782
|
* Reset maintainer due to continuous timeouts since 2009.stefan2013-05-191-6/+2
|
* Update to 2.9.1.rakuco2013-05-193-19/+24
| | | | | PR: ports/178384 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
* KDE/FreeBSD team presents KDE SC 4.10.3 ports!makc2013-05-191-2/+2
| | | | | | - Remove patches and checks for unsupported FreeBSD versions. The area51 repository features commits by avilla, rakuco and myself.
* - Update to 0.9.24rene2013-05-194-5/+14
| | | | | | | | - Convert Makefile header PR: ports/178280 Submitted by: myself Approved by: maintainer timeout (vlm@lionet.info, 17 days)
* - Update EFL libraries to 1.7.7gblach2013-05-192-3/+3
| | | | | | - Update Enlightenment to 0.17.3 Approved by: crees (mentor)
* Update lang/python32 to 3.2.5 and lang/python33 to 3.3.2rm2013-05-188-39/+30
|
* - change PORTVERSION to what it should berm2013-05-171-2/+1
|
* - update to latest upstream versions:rm2013-05-1722-198/+250
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | . lang/python27: 2.7.3 -> 2.7.5 . lang/python32: 3.2.3 -> 3.2.4 . lang/python33: 3.3.0 -> 3.3.1 - update Mk/bsd.python.mk with new versions - mark lang/python26 and lang/python31 as deprecated (set them to upstream EoL dates) - update docs (lang/python-doc-html) - align databases/py-bsddb patch for python27 - most of it was applied upstream. Raise BDB version to 4.3 atleast, according to upstream requirements. Many thanks to Martin (miwi) for his time on this update. PR: 178506 Submitted by: rm (myself) Exp-run by: portmgr (miwi) - revert erroneous threads patch in lang/python26 and lang/python27, that was added after ports/131080. It was rejected upstream, because it's not actually a bug, but misuse. Gabor Pali (pgj) in collaboration with Kubilay Kocak (koobs) did an independent investigation regard the issue. See here for details: http://lists.freebsd.org/pipermail/freebsd-python/2013-April/005376.html PR: 153167 Submitted by: Duncan Findlay <duncan@duncf.ca> Reported by: pgj/koobs (at python@ ML) Exp-run by: portmgr (miwi)
* Update to 5.3.25flo2013-05-162-3/+3
|
* Add updated patch file, forgotten in previous commitjohans2013-05-161-4/+4
| | | | | PR: ports/178669 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
* - Update GNU Awk to 4.1.0johans2013-05-163-9/+35
| | | | Details in http://lists.gnu.org/archive/html/info-gnu/2013-05/msg00003.html
* Add missing mm3dnow.h and mm_malloc.h files.brooks2013-05-153-1/+4
|
* Upgrade LLVM, Clang, and Dragonegg to svn rev r181598.brooks2013-05-157-17/+52
| | | | Install all *intrin*.h files.
* - Update to 1.6.7gahr2013-05-134-24/+30
| | | | | | - Unbreak with Tcl 8.6 [1] Reported by: miwi (Tcl/Tk 86 exp-run) [1]
* Update to 5.4.15 release.ale2013-05-132-3/+3
| | | | | PR: ports/178556 Submitted by: Rustem Alimov <rustem.alimov@gmail.com>
* Update to GCC 4.6.4, the final release and end of the GCC 4.6 branch.gerald2013-05-132-10/+15
| | | | | | | | | | | (This requires an EPOCH bump due to how snapshots are labeled.) Introduce a new option BOOTSTRAP that allows for doing a full 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.
* Convert to new options frameworkbapt2013-05-128-84/+72
|
* Update to 3.2.6.rakuco2013-05-123-86/+62
| | | | | PR: ports/178494 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
* Rectify USE_TEX to support both of teTeX and TeXLive.hrs2013-05-124-4/+4
| | | | | | | | | TEX_DEFAULT: A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf. USE_TEX: A knob for port developers. Valid keywords are listed in bsd.tex.mk.
* Update to the 20130505 snapshot of GCC 4.9.0.gerald2013-05-112-3/+3
|
* Commit all the non-functional changes to python ports to reduce the diff sizerm2013-05-1118-2660/+2637
| | | | | | | | | | | | | | for an exp-run of updated python versions. - trim Makefile headers - remove leading indefinite article from COMMENT - use PYTHON shortcut in MASTER_SITES - whitespace fixes - remove checks for unsupported versions of FreeBSD - use static value ``33'' instead of PYTHON_SUFFIX in lang/python33/pkg-plist, because this value is not supposed to be changed across the branch and for consistency with other python3 ports - remove conflicts in lang/python-mode.el with not more existing python-2.4
* Upgrade to version 10.4.8.olgeni2013-05-112-3/+3
|
* - Update to 05_20130505gahr2013-05-102-12/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * Functions to compare arrays (compare, <, >, <=, >=) have been added to the library array.s7i. * In seed7_05.s7i the functions hashCode and compare have been defined for enum types. * In the library bigrat.s7i the operator parse has been improved. Now the parse operator accepts decimal numbers with repeating decimals. * The function integer has been added to the library integer.s7i. This function converts a numeric string, with a specified radix, to an integer. * The function bigInteger has been added to the library bigint.s7i. This function converts a numeric string, with a specified radix, to a bigInteger. * The files encoding.s7i, gethttp.s7i, scanfile.s7i, scanstri.s7i, xml_ent.s7i and bas7.sd7 have been changed to use the new function integer instead of toInt (toInt was an undocumented internal function). * Checks for the function integer have been added to chkint.sd7. * Checks for the function bigInteger have been added to chkbig.sd7. * The operator sci has been added to to the library complex.s7i. This operater converts a complex to a string in scientific notation. * The compiler (s7c) has been improved to support the actions BIG_PARSE_BASED, TYP_CMP, ENU_CPY, ENU_CREATE and GEN_DESTR. * The memory management in the interpreter has been improved. Now it is possible that a destructor is called and the object memory is not freed. This is used to free the memory of struct objects only, when the usage_count reaches zero. * The UNUSED flag was defined in data.h and used to monitor if the object memory can be freed. * The compiler has been improved to call the destructor for local interface objects (In process_local_declaration process_destr_call is called for INTERFACEOBJECT objects). * The compiler has been improved to initialize set constants, that are part of a data structure (In walk_const_list SETOBJECT objects are added to set_const_table). * The runtime library has been improved to use the action GEN_DESTR instead of PRC_NOOP as destructor for integer and other simple data types.
* Revert logic for PERL_VENDOR_PREFIX.az2013-05-083-9/+6
| | | | Requested by: citrin
* - conversion to USES (gettext) and optionsNG frameworkjgh2013-05-071-50/+39
| | | | Approved by: jsa@, portmgr (bapt@)
* Revert dumb mistake from 317548.olgeni2013-05-071-1/+1
| | | | Submitted by: danfe
* Do not try to install empty DOCSDIR.olgeni2013-05-071-1/+1
|
* - Do not install extra PDF documentationolgeni2013-05-076-48/+8
| | | | | | | - Do not install epmd - Replace more ERLANG_LIB occurrences in pkg-message Noticed by: stas
* Add ERLANG_LIB to SUB_LIST, and use it in pkg-message.olgeni2013-05-074-4/+4
| | | | No PORTREVISION bump because the package stays the same.
* Convert USE_NCURSES by USES=ncursesbapt2013-05-066-11/+6
| | | | Convert USE_READLINE by USES=readline
* update lang/sbcl to 1.1.7, and adjust dependent portsbf2013-05-063-107/+10
|
* - Fix CONFLICTSaz2013-05-061-1/+1
|
* Fix LATEST_LINK.olgeni2013-05-062-0/+6
|
* - finish conversion for USES of gettextjgh2013-05-062-2/+2
|
* Update to 0.17020.tobez2013-05-062-3/+3
| | | | Changes: http://search.cpan.org/dist/Error/ChangeLog
* - Fix typo VENDOR_PREFIX -> VENDOR_PREFIX_DESCaz2013-05-063-3/+3
| | | | | | | PR: ports/178363 Submitted by: Sayetsky Anton <vsjcfm@gmail.com> Pointy hat: az@
* - adoption of USES for gettextjgh2013-05-065-45/+55
| | | | Approved by: portmgr (bapt@)
* lang/perl5.*az2013-05-063-86/+79
| | | | | | | | | | | | | - OPTIONS to OptionNG conversion - Remove ABI version number from LIB_DEPENDS - Add VENDOR prefix to list of OPTIONS lang/perl5.14 - Remove outdated CONFLICTS with perl5.(6|8) Reviewed by: bapt@ With hat: perl@
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexhrs2013-05-064-6/+6
| | | | instead to make migration to TeXLive easier.
* Add lang/erlang-runtime16 (see also r317410).olgeni2013-05-0518-0/+1271
|
* Fix build with clang < 3.3.vanilla2013-05-051-1/+5
|
* Replace /usr/local with %%LOCALBASE%%.olgeni2013-05-051-1/+1
|
* Add lang/erlang-runtime15.olgeni2013-05-0523-0/+1722
| | | | | | | | | | | | | | | | | | | | | | This port is indented for developers and port maintainers. It is a copy of lang/erlang with a few differences: - Nothing is installed in $PREFIX/bin - Libraries are installed in $PREFIX/lib/erlang15 - You have to change your PATH to actually use it - Support for building PLTs is removed - Other ports are not supposed to install anything inside this environment What is this for: - Building Erlang applications using the R15 runtime, once R16 is committed (think Riak). - Building Erlang applications when there are conflicts with modules provided by other ports (for example, the RabbitMQ client libraries conflict with the server code installed by net/rabbitmq). - Testing new Erlang versions before the main port is upgraded.
* Add support for an ERLANG_LIB variable, which will allow repocopiedolgeni2013-05-052-33/+36
| | | | | | | | | ports to provide different Erlang runtimes in separate locations. These will be useful for testing and for running rebar builds without module conflicts. No package changes or PORTREVISION bump so far.
* Fix installation of ports that rely on cp -n for installing files. r245960flo2013-05-053-3/+3
| | | | | | | | | | | changed cp to exit with a non-zero exit code if the file exists and is not overwritten thus causing ports to fail installing when e.g. trying to cp .default -> .conf files that already exist. We just ignore the error and continue, as we used to. Reported by: jaset Approved by: portmgr (bapt)
* Update Algol 68 Genie to 2.6johans2013-05-052-8/+3
|
* Update Afnix to 2.3.1johans2013-05-056-70/+62
|
* - Update GNU Forth to 0.7.2johans2013-05-043-19/+15
| | | | | - Update MASTER_SITES - Use gcc
* 1: Upgrade to 3.18.5.vanilla2013-05-042-5/+4
| | | | | | 2: Fix build with clang-3.3 Submitted by: bapt@ [2]
* Fix build with bmakebapt2013-05-041-5/+4
|
* Really fix build on FreeBSD 9+bapt2013-05-041-1/+1
|
* Fix build on FreeBSD 9+bapt2013-05-041-1/+1
|
* - conversion to USES=gettextjgh2013-05-031-1/+1
| | | | Approved by: portmgr (bapt@)
* - Unbreak and update to 0.9.3.3.stefan2013-05-034-40/+74
| | | | | | | | | | - Add option to enable gdbm support. - Update maintainer's e-mail address. PR: 177494 [1], 168407 [2] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1] Vitaly Magerya <vmagerya@gmail.com> [2] Approved by: Erik Greenwald <erik@elfga.com> (maintainer)
* Fix with bmakebapt2013-05-031-1/+1
|
* 1: change master_site to code.google.com.vanilla2013-05-022-7/+8
| | | | 2: don't specify the shlib version number.
* Please bmake(1)bapt2013-05-021-13/+8
| | | | | | Do not hardcode make(1) Trim headers Convert to new options framework
* Please bmake(1) as well as make(1)bapt2013-05-021-1/+1
|
* Fix conversion typosbapt2013-05-021-4/+4
|
* Fix typobapt2013-05-021-1/+1
|
* - adoption of USES for gettextjgh2013-05-022-2/+2
| | | | Approved by: portmgr (bapt@)
* - Update to 0.19wen2013-05-013-8/+10
| | | | - Trim Makefile headers
* - Update to 0.9.14sperber2013-05-014-21/+31
| | | | | | | | | | | | | | | - Switch to OptionsNG - Add Options for DEBUG - Update pkg-descr and WWW: - Trim Makefile headers - Add USES= pkgconfig - Remove shlib versions - Update MAINTAINER to my FreeBSD address PR: ports/175920 Submitted by: Po-Chien Lin <linpc _AT_ cs.nctu.edu.tw> Approved by: beat (mentor)
* - Update lang/librep to 0.92.3sperber2013-05-014-16/+31
| | | | | | | | | | | | | | | | | | | | | | - Remove shlib versions - Add USE_READLINE and USES= pkgconfig - Update CPPFLAGS and LDFLAGS - Update pkg-descr - Update x11-toolkits/rep-gtk2 to 0.90.8.1 - Update x11-wm/sawfish to 1.9.1 - Add ART20 license and set LICENSE_COMB to multi - Update USE_XORG to include xtst - Add USES= pkgconfig - Add PORTSCOUT to exclude unstable releases - Trim Makefile headers - Update MASTER_SITES PR: ports/170173 Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com> Approved by: beat (mentor)
* - Update to 3.4.1gahr2013-04-307-278/+73
| | | | | | | | - Manpages have an .itcl suffix to avoid conflicts with Tcl PR: 175162 (based on) Submitted by: gahr@FreeBSD.org Approved by: maintainer (timeout > 2 months)
* Base gnat on new 4.6.4 version of gccbapt2013-04-308-203/+146
| | | | | | | | | | | Sync gnat-aux with changes from gcc-aux Convert to new options framework Switch to dynamic plist No more install libiberty.a for gnatdroid* PR: ports/173412 Reported by: Jinsong Zhao <jszhao@yeah.net> Submitted by: John Marino <draco@marino.st> (maintainer)
* Update to gcc 4.7.3bapt2013-04-307-136/+164
| | | | | | | | Convert to new options framework Use binutils from ports on FreeBSD 8 PR: ports/178143 Submitted by: John Marino <draco@marino.st>
* Update Smalltalk to 3.2.5 (mostly bugfixes)johans2013-04-305-20/+27
| | | | http://smalltalk.gnu.org/news/gnu-smalltalk-3-2-5
* - Allow safe interps to use tm.tcl to locate packages. This only affectsgahr2013-04-302-2/+2
| | | | SafeBase interps, as "raw" safe interps cannot read the filesystem.
* Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-296-14/+7
| | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
* Remove incorrect build dependency on multimedia/v4l_compat.stefan2013-04-281-2/+1
| | | | | | PR: 173191 Submitted by: IWAMOTO Kouichi <sue@iwmt.org> Approved by: Takeshi MUTOH <mutoh@openedu.org> (maintainer)
* Convert the last USE_ICONV to USES=iconvbapt2013-04-287-10/+10
|
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-2722-37/+23
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-266-11/+6
| | | | Approved by: portmgr (bapt)
* - Update to 0.9.9.58miwi2013-04-263-28/+43
| | | | | PR: 177891 Submitted by: Fernando <fernando.apesteguia@gmail.com> ( maintainer)
* - Convert to OptionsNGswills2013-04-251-9/+6
| | | | | | | - Trim headers while here PR: ports/177161 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-257-7/+7
| | | | Approved by: portmgr (bapt)
* Fix incorrect DISTFILES and DOC_DISTFILES.olgeni2013-04-251-4/+5
|
* - Update to 0.6lwhsu2013-04-247-145/+97
| | | | | PR: ports/177665 Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
* Only fetch the documentation files if DOCS is defined (the otp_doc_htmlolgeni2013-04-241-8/+10
| | | | tarball can he heavy if you are short on bandwidth).
* Set MAINTAINER to my @FreeBSD.org address.tijl2013-04-242-2/+2
| | | | Suggested by: crees
* - Convert USE_GETTEXT to USES (part 1)ak2013-04-242-4/+2
| | | | Approved by: portmgr (bapt)
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-236-8/+6
|
* - Remove a comment, left-over of my testsgahr2013-04-231-1/+0
|
* - Remove lang/tcl83 and x11-toolkits/tk83 (expired)gahr2013-04-2315-888/+6
| | | | | | - Remove references to Tcl/Tk 8.3 from bsd.tcl.mk - Update ports that required 8.3+ to require 8.4+ (since 8.5 is the default, I don't expect this change to cause much trouble)
* Update to scala 2.10.1 release.ale2013-04-232-3/+3
|
* Update to 5.4.14 release.ale2013-04-232-3/+3
| | | | | | PR: ports/177787, ports/177825 Submitted by: Rustem Alimov <rustem.alimov@gmail.com>, Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
* - Update devel/tbb to 4.1.3 (20130314oss) and bump dependent port's revisionsmartymac2013-04-231-1/+1
| | | | - Fix build when CC defined as gcc
* - Update EFL libraries to 1.7.6(.1)gblach2013-04-232-4/+5
| | | | | | - Update Enlightenment to 0.17.2.1 Approved by: crees (mentor)
* Update to 5.3.24flo2013-04-232-6/+6
| | | | | PR: ports/177826 Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
* - Update to 05_20130421gahr2013-04-223-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * The FAQ explanation concerning garbage collection has been improved. * The manual chapters describing the introduction, EBNF, literals (for integer, bigInteger, float, char and string), set operations and file I/O have been improved. * Operations, to get an array slice with a specified length, have been added to the libraries array.s7i and idxarray.s7i. * Array aggregates for arrays with a given start index have been added to idxarray.s7i. * Functions for binomial coefficient and modular exponentiation have been added to the library bigint.s7i. * A definition of an empty set with the name {} has been added to bitset.s7i. * Functions to compute the minimum and maximum have been added to the libraries integer.s7i and float.s7i. * Documentations comments in keybd.s7i have been improved. * In pixmap_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 pound symbol has been added to several bitmap fonts. * A standard bitmap font, with capital height of 9, has been defined in the new library stdfont9.s7i. * Checks for the factorial function and the binomial coefficient have been added to chkbig.sd7. * The comanche webserver has been improved to accept cookies. * The compiler has been improved to generate better code for the allocation of array memory. * The function arrMalloc in arr_rtl.c has been improved to avoid an overflow, when the size of the memory is computed. * The functions arrSubarr and arrSubarrTemp have been added to arr_rtl.c. * Support for the action ARR_SUBARR has been added to the compiler. * The macros arraySize and arraySize2 have been defined in common.h and used in arrlib.c, arr_rtl.c, arrutl.c, cmdlib.c, cmd_unx.c and cmd_win.c. * Definitions of INT64TYPE_MIN, INTTYPE_MIN and MIN_MEM_INDEX have been added to common.h.
* Reassing lang/perl5* to perl@bapt2013-04-223-18/+6
| | | | | | While here trim headers Feature safe: yes
* Update to the 20130414 snapshot of GCC 4.9.0. This requires a fixgerald2013-04-213-9/+91
| | | | | | | | | | for libitm which didn't expect the OS to define __always_inline by itself (and differently). Also, this no longer installs libffi and its info and man pages which was always meant to remain for internal use only. Feature safe: yes
* Remove unnecessary MAN3 settings in the case of Java being enabled.gerald2013-04-201-4/+0
| | | | Feature safe: yes
* Update to the 20130418 snapshot of GCC 4.8.1. This no longer installsgerald2013-04-202-5/+4
| | | | | | | libffi and its info and man pages which was always meant to remain for internal use only. Feature safe: yes
* Update to the 20130413 snapshot of GCC 4.7.4. This encompasses allgerald2013-04-202-3/+3
| | | | | | those fixes in the GCC 4.7.3 release. Feature safe: yes
* Upgrade to version 1.1.1.olgeni2013-04-192-3/+3
| | | | | | | PR: ports/176994 Submitted by: olgeni Approved by: maintainer timeout Feature safe: yes
* - Fix a long standing problem in tclConfig.sh and tkConfig.sh, where pathsgahr2013-04-183-0/+22
| | | | | | | | | | | | | | | | were set based on WRKSRC instead of PREFIX. This mainly affected TEA-based extensions that source tclConfig.sh / tkConfig.sh to set important variables. An example is TCL_SRC_DIR, which is used to locate Tcl/Tk private header files such as tclUnixPort.h or tkUnixPort.h. This variable was previously set to WRKSRC, which caused ports to need additional tweaks to CFLAGS or CONFIGURE_ARGS. It should now be possible to build TEA-based extensions by specifying only the CONFIGURE_ARGS --with-tcl=${TCL_LIBDIR} / --with-tk=${TK_LIBDIR}. Feature safe: yes Approved by: bapt (portmgr)
* - Update to 2.0.6bdrewery2013-04-185-71/+13
| | | | | | | | - Remove obsolete scripts directory PR: ports/173438 Submitted by: Michael Grünewald <michael.grunewald@laposte.net> (maintainer) Feature safe: yes
* - Bring up-to-date with current releases of Tcl/Tkgahr2013-04-179-1357/+1314
| | | | | | | | | - Refactor and make easier to maintain and update Feature safe: yes PR: 176230 Submitted by: Pietro Cerutti <gahr@FreeBSD.org> Approved by: maintainer (timeout after 2 months)
* - Update Tcl/Tk 8.5 to 8.5.14gahr2013-04-175-43/+46
| | | | | | Release notes: http://code.activestate.com/lists/tcl-core/13208/ Feature safe: yes
* - Update to 05_20130401gahr2013-04-173-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - The FAQ explanations concerning, 'in' parameters and different behavior of val and ref parameters, have been improved. - The keyboard read function getc(KEYBOARD) has been improved to support more function keys and to accept Unicode characters also under Windows. - The program calc.sd7 has been improved to accept and display Unicode characters. - The automatic memory management has been improved to work also for the files managed by pollData. - The function openEditLineLatin1 has been added to editline.s7i. Only Latin-1 characters are accepted and written to ''outFile''. Unicode characters beyond ISO Latin-1 (ISO-8859-1) are ignored. - In file.s7i the function writeln(file, string) has been defined as DYNAMIC (virtual) function. This allows that the implementation function writeln(socket, string) sends string and '\n' together. - The definition of keys in keybd.s7i have been changed such that function keys are outside the range of Unicode characters. - The new library keydescr.s7i, which defines a hash table with descriptive text for function keys, has been added. - The implementation function writeln(null_file, string) has been added to null_file.s7i. This function is used by many derived types. - An implementation function of writeln(socket, string) has been added to socket.s7i. This function sends string and '\n' together. - Definitions of writeln (without string parameter) have been removed from external_file.s7i, socket.s7i and utf8.s7i. - The example programs bas7.sd7, gkbd.sd7 and kbd.sd7 have been changed to use the hash keyDescription (defined in keydescr.s7i). - Tests for string assignment and string append (operator &:= ) have been added to chkstr.sd7. - The function bigStr in big_rtl.c has been improved to realloc the string to the correct size. - The function determineEnvironDefines in chkccomp.c has been improved. - The function itf_destr in itflib.c has been improved to cooperate with the function close_stack (defined in name.c). - The function kbdKeyPressed in kbd_inf.c has been improved to never wait for input (calls of tcsetattr() were fixed, see below). - In pol_unx.c and pol_sel.c the functions addCheck, removeCheck, polCpy, polCreate, polDestr and polClear have been improved to use the function pointers incrUsageCount and decrUsageCount from fileObjectOps. - The function initPollOperations has been added to pol_unx.c, pol_sel.c and pol_dos.c. - In str_rtl.c the functions strAppend and strCopy have been changed to use SLICE_OVERLAPPING instead of GET_SLICE_ORIGIN. - In str_rtl.c the functions strHeadSlice, strRangeSlice, strSubstrSlice and strTailSlice have been improved to avoid (mis)using the string capacity. Now the capacity of a slice is set to zero. Before the origin of a slice was stored in the capacity. - The function print_real_value in traceutl.c has been improved to print interface values with more detail. - Support for additional function keys has been added to kbd_inf.c, kbd_poll.c, cap_def.h, trm_cap.c and trm_inf.c. - The files kbd_inf.c and kbd_poll.c have been improved to use read() instead of fread(). - The files kbd_inf.c and kbd_poll.c have been improved to take a weakness of tcsetattr() into account. The function tcsetattr() may return success, although not all changes could be carried out. Now the calls of tcsetattr() are done via the new functions term_descr_equal, tcset_term_descr and tcset_vmin_vtime. - The compiler has been improved to create and use cpy_... functions for the interface assignment (action ITF_CPY). - The free list management for strings has been improved to allow different maximum list lengths for strings with different capacity. - Definitions of databasetype and sqlstmttype have been added to common.h. This are the first steps towards database support. Feature safe: yes
* Fix dependency on devel/llvm31.tijl2013-04-171-2/+2
| | | | | Feature safe: yes Reviewed by: brooks, crees
* - Unbreak hs- ports when lang/ghc installed without haddock, thepgj2013-04-152-15/+9
| | | | | | | | | documentation tool (which is installed by default) Reported by: lev Reviewed by: ashish Approved by: portmgr (tabthorpe) Obtained from: FreeBSD Haskell
* - Fix build on pointyhat by making the regression-test targetgahr2013-04-031-1/+1
| | | | | | | | depend on build, instead of install. This avoids having PREFIX populated prior to install target. Reported by: miwi Approved by: portmgr
* pypy does not build on the pointhat configuration, but does build in other ↵eadler2013-03-311-2/+2
| | | | | | configurations. Approved by: portmgr (miwi)
* - Fix a minor dynamic linking problem for certain Haskell Cabal portspgj2013-03-311-0/+1
| | | | | | | | - Add an UPDATING entry for description and instructions Submitted by: ashish Approved by: portmgr (miwi) Obtained from: FreeBSD Haskell
* - Fix build with pkgtoolspgj2013-03-312-104/+112
| | | | Approved by: portmgr (miwi)
* - Mark Broken does not buildmiwi2013-03-311-0/+2
| | | | | Reported by: pointyhat Approved by: portmgr
* Move USES= bison prior to bsd.port.pre.mk to fix buildbapt2013-03-311-1/+2
| | | | | Submitted by: miwi Approved by: portmgr
* Old master site disappeared, set new locationjohans2013-03-302-7/+3
| | | | Approved by: portmgr (miwi)
* GNU Emacs updatesashish2013-03-305-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | editors/emacs: - Update to 24.3 - Update CANNA patchset[1] - Unbreak ARM support by using the patch from emacs-devel port - Add missing INSTALLS_ICONS[2] - Remove a patch which is already integrated upstream - Fix Makefile header editors/emacs-devel: - Update to bzr revision 112178 - Fix Makefile header - Add missing INSTALLS_ICONS[2] editors/emacs23: - Remove ABI versions from LIB_DEPENDS - Fix Makefile header - Add missing INSTALLS_ICONS[2] Mk/bsd.emacs.mk: - Update major version for editors/emacs port *: - Bump PORTREVISION to chase Emacs updates PR: ports/177428[2] Submitted by: Yuji TAKANO[1] (via private email), bdrewery[2]
* Produces ctags "tags" and etags "TAGS" files for Haskell programs.pgj2013-03-301-0/+1
| | | | | | WWW: http://hackage.haskell.org/package/hasktags Obtained from: FreeBSD Haskell
* - Update Haskell ports from the development repositorypgj2013-03-302-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Avoid self-dependency for print/hs-hscolour (when HSCOLOUR is set) Contributed by: ashish New ports (5): devel/hs-geniplate 0.6.0.3 devel/hs-uuid 1.2.9 net/hs-maccatcher 2.1.5 net/hs-publicsuffixlist 0.0.3 textproc/hs-regex-tdfa 1.1.8 Removed ports (1): math/hs-Agda-executable 2.3.0.1_3 Updated ports (115): archivers/hs-zip-archive 0.1.3.3 --> 0.1.3.4 archivers/hs-zlib-conduit 0.5.0.3_1 --> 1.0.0 audio/hs-OpenAL 1.4.0.1_3 --> 1.4.0.2 databases/hs-persistent 1.1.4 --> 1.1.5.1 databases/hs-persistent-sqlite 1.1.2 --> 1.1.5 databases/hs-persistent-template 1.1.2.1 --> 1.1.2.4 devel/hs-Boolean 0.1.2 --> 0.2 devel/hs-ansi-terminal 0.5.5.1 --> 0.6 devel/hs-base64-bytestring 1.0.0.0_1 --> 1.0.0.1 devel/hs-base64-conduit 0.5.1 --> 1.0.0 devel/hs-basic-prelude 0.3.2.0 --> 0.3.4.0 devel/hs-bifunctors 3.2 --> 3.2.0.1 devel/hs-blaze-builder-conduit 0.5.0.3_1 --> 1.0.0 devel/hs-classy-prelude 0.4.3 --> 0.5.3 devel/hs-classy-prelude-conduit 0.4.3 --> 0.5.3 devel/hs-cmdargs 0.10.1_1 --> 0.10.2 devel/hs-conduit 0.5.6 --> 1.0.2 devel/hs-darcs 2.8.3_1 --> 2.8.4 devel/hs-either 3.1 --> 3.4 devel/hs-errors 1.3.1 --> 1.4.1 devel/hs-filestore 0.6 --> 0.6.0.1 devel/hs-filesystem-conduit 0.5.0.2_1 --> 1.0.0 devel/hs-git-annex 3.20130124 --> 4.20130323 devel/hs-hashtables 1.0.1.8_1 --> 1.1.0.2 devel/hs-haskeline 0.6.4.7_3 --> 0.7.0.3 devel/hs-hint 0.3.3.5_1 --> 0.3.3.6 devel/hs-hoogle 4.2.15 --> 4.2.16 devel/hs-hspec 1.4.3 --> 1.4.4 devel/hs-lens 3.8.5 --> 3.8.7.3 devel/hs-logict 0.5.0.2_1 --> 0.6 devel/hs-monad-logger 0.2.3.2 --> 0.3.0.1 devel/hs-monad-par 0.3_3 --> 0.3.4.1 devel/hs-mueval 0.8.2_3 --> 0.9 devel/hs-profunctors 3.2 --> 3.3 devel/hs-project-template 0.1.1 --> 0.1.3 devel/hs-readline 1.0.1.0_8 --> 1.0.3.0 devel/hs-reflection 1.1.6 --> 1.1.7 devel/hs-resourcet 0.4.4_1 --> 0.4.5 devel/hs-show 0.4.1.2_4 --> 0.5 devel/hs-simple-reflect 0.2_1 --> 0.3.1 devel/hs-smallcheck 0.6.2 --> 1.0.2 devel/hs-testpack 2.1.2_3 --> 2.1.2.1 devel/hs-threads 0.5.0.1_1 --> 0.5.0.2 devel/hs-time-compat 0.1.0.2_1 --> 0.1.0.3 devel/hs-unix-time 0.1.4_1 --> 0.1.5 devel/hs-uulib 0.9.14_4 --> 0.9.15 mail/hs-email-validate 0.3.2_1 --> 1.0.0 mail/hs-mime-types 0.1.0.2 --> 0.1.0.3 math/hs-Agda 2.3.0.1_3 --> 2.3.2 math/hs-NumInstances 1.0_4 --> 1.2 math/hs-comonad 3.0.1.1 --> 3.0.2 math/hs-contravariant 0.2.0.2_3 --> 0.4 math/hs-distributive 0.3 --> 0.3.1 math/hs-math-functions 0.1.1.2_1 --> 0.1.3.0 net/hs-network-conduit 0.6.2.2 --> 1.0.0 net/hs-sendfile 0.7.8_1 --> 0.7.9 net/hs-simple-sendfile 0.2.10 --> 0.2.11 net/hs-socks 0.4.2_1 --> 0.5.0 security/hs-crypto-api 0.10.2_3 --> 0.11 security/hs-crypto-conduit 0.4.3 --> 0.5.0 security/hs-monadcryptorandom 0.5_1 --> 0.5.1 security/hs-skein 0.1.0.11 --> 0.1.0.12 security/hs-tls 1.1.1 --> 1.1.2 textproc/hs-HStringTemplate 0.6.12_1 --> 0.7.1 textproc/hs-attoparsec 0.10.3.0 --> 0.10.4.0 textproc/hs-attoparsec-conduit 0.5.0.3_1 --> 1.0.0 textproc/hs-blaze-html 0.5.1.3 --> 0.6.0.0 textproc/hs-case-insensitive 0.4.0.4 --> 1.0 textproc/hs-citeproc-hs 0.3.7 --> 0.3.8 textproc/hs-highlighting-kate 0.5.3.5 --> 0.5.3.8 textproc/hs-hs-bibutils 4.16 --> 4.17 textproc/hs-html-conduit 0.1.0.4_1 --> 1.1.0 textproc/hs-hxt-regex-xmlschema 9.0.4_4 --> 9.1.0 textproc/hs-pandoc 1.9.4.5_1 --> 1.11.1 textproc/hs-pandoc-types 1.9.1_3 --> 1.10 textproc/hs-tagstream-conduit 0.5.3_1 --> 0.5.4 textproc/hs-xml-conduit 1.0.3.3_1 --> 1.1.0.3 textproc/hs-xmlhtml 0.2.0.3_1 --> 0.2.1 textproc/hs-yaml 0.8.2 --> 0.8.2.3 www/hs-activehs 0.3.0.1_1 --> 0.3.1 www/hs-authenticate 1.3.2_1 --> 1.3.2.6 www/hs-fastcgi 3001.0.2.3_7 --> 3001.0.2.4 www/hs-gitit 0.10.1.2 --> 0.10.3.1 www/hs-hS3 0.5.6_5 --> 0.5.7 www/hs-hamlet 1.1.3.1 --> 1.1.6.3 www/hs-happstack-server 7.1.1_1 --> 7.1.7 www/hs-heist 0.11.0 --> 0.11.1 www/hs-hjsmin 0.1.4 --> 0.1.4.1 www/hs-http-conduit 1.8.7 --> 1.9.0 www/hs-http-reverse-proxy 0.1.1.1 --> 0.1.1.3 www/hs-http-server 1.0.1_1 --> 1.0.2 www/hs-http-types 0.7.3.0.1_1 --> 0.8.0 www/hs-shakespeare 1.0.2_1 --> 1.0.3.1 www/hs-shakespeare-css 1.0.2_1 --> 1.0.3 www/hs-shakespeare-js 1.1.1 --> 1.1.2.1 www/hs-snap 0.11.0 --> 0.11.2 www/hs-snap-core 0.9.2.2_1 --> 0.9.3.1 www/hs-snap-server 0.9.2.4_1 --> 0.9.3.3 www/hs-wai 1.3.0.1_1 --> 1.4.0 www/hs-wai-app-static 1.3.1_1 --> 1.3.1.2 www/hs-wai-extra 1.3.2 --> 1.3.2.4 www/hs-wai-test 1.3.0_1 --> 1.3.0.4 www/hs-warp 1.3.7.1 --> 1.3.7.4 www/hs-yesod 1.1.7.2 --> 1.1.9.2 www/hs-yesod-auth 1.1.3 --> 1.1.5.3 www/hs-yesod-core 1.1.7.1 --> 1.1.8.2 www/hs-yesod-default 1.1.3 --> 1.1.3.2 www/hs-yesod-form 1.2.0.2 --> 1.2.1.3 www/hs-yesod-json 1.1.2_1 --> 1.1.2.1 www/hs-yesod-platform 1.1.7.2 --> 1.1.8 www/hs-yesod-routes 1.1.1.1_1 --> 1.1.2 www/hs-yesod-static 1.1.1.2 --> 1.1.2.2 www/hs-yesod-test 0.3.3 --> 0.3.5 x11-wm/hs-xmonad-contrib 0.11 --> 0.11.1 x11/hs-X11 1.6.0.2 --> 1.6.1.1 Please note that port revisions for dependent ports are bumped. Obtained from: FreeBSD Haskell
* Update to new upstream version Lua 5.2.2.mandree2013-03-302-3/+3
| | | | | | | | According to Luiz Henrique de Figueiredo, "Lua 5.2.2 fixes all bugs listed in http://www.lua.org/bugs.html#5.2.1 . Lua 5.2.2 also fixes several other minors glitches and includes a revised reference manual."
* Do not let portscout grab 5.2 versions for the 5.1 port.mandree2013-03-301-0/+2
|
* Update to the 20130328 snapshot of GCC 4.8.1, first backport fixesgerald2013-03-302-3/+3
| | | | from mainline.
* Run in quickly and fix portname.kwm2013-03-291-1/+1
|
* Add spidermonkey 17.0kwm2013-03-296-0/+252
| | | | | | This is the spidermonkey version shipped with the firefox-esr series 17.0. Not to be confused with spidermonkey17 ports which is 1.7. Borrow patch from firefox-esr to fix the build with clang.
* For perl@ owned ports:eadler2013-03-292-13/+4
| | | | | - Fix COMMENT - Trim header
* Style: tab -> space.eadler2013-03-297-7/+7
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* Drop support for old versions of FreeBSD from unmaintained portseadler2013-03-281-4/+0
| | | | Reviewed by: miwi
* Mechanically convert unmaintained ports which use "gnomehack" to use ↵eadler2013-03-281-7/+3
| | | | "pathfix" instead.
* KDE/FreeBSD team presents KDE SC 4.10.1 ports!makc2013-03-272-5/+5
| | | | | | | | | | | | | | | | | | | | | | | - kdegames4 port has been split. - kdeutils4-printer-applet and system-config-printer-kde have been replaced by print/kde4-print-manager. - Recover misc/kde4-l10n-mr from attic. - New USE_KDE4 components: kactivities, libkdegames, nepomuk-core, and nepomuk-widgets. - Provide sharedmime component with magic: ports don't need to run update-mime-database themselves now. - Switch some ports to out-of-source build. - Update port comments. - Adjust dependence on Qt4 components. - x11/kde4 installs modern kdepim4 now. - Remove redundant aspell and hspell from kdelibs4, both can be enabled in textproc/enchant if needed. - Remove stale bits from bsd.kde4.mk The area51 repository features commits by Schaich Alonso and myself. Contributors: - Tobias Berner
* - remove empty OPTIONS_DEFAULTrene2013-03-252-2/+2
| | | | - portlint fixes
* - Disable temporary regression test for tinderbox and pointyhatmiwi2013-03-251-9/+9
| | | | With hat: portmgr
* Now that GCC 4.8.0 has been released, welcome GCC 4.9 in its very,gerald2013-03-257-0/+275
| | | | | | | | | | very early development stages. Business as usual with the C, C++, Fortran, Java compilers and tools invoked as gcc49, g++49, gfortran49, gcj49 and so forth. Initially this may be relatively stable due to the GCC 4.8.0 stabilization efforts, but be prepared for a rough ride the coming months as this goes through active development.
* Update to the 20130321 snapshot of GCC 4.8.0, which basicallygerald2013-03-242-3/+3
| | | | | | coincides with that release. Details can be found at http://gcc.gnu.org/gcc-4.8/changes.html .
* Update to the 20130323 snapshot of GCC 4.7.3.gerald2013-03-242-3/+3
|
* - Update to 1.003002swills2013-03-244-15/+8
| | | | | PR: ports/177297 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer)
* Update to 3.2.1.2013.03.22.tijl2013-03-243-6/+47
| | | | Approved by: crees
* Update lang/pypy to 2.0.b1.dbn2013-03-2417-196/+311
| | | | | | | | | | | | | | | | | | The internals of the port have been substantially reworked: * All predefined instances can be selected via options [1] * Optionally use options, if user does not overwrite instance list * Make translation with pypy an option, if it is available. * Make memory checking more refined [2] * Add a Wiki page details lang/pypy * Fix the test target * Refactor build target (easier to review, edit) * Rename patches to prevent churn [1] Although two are broken upstream and one possibly discontinued [2] My memory limits appear to be too conservative. Set PYPY_IGNORE_MEM for now Reviewed by: Kuro <poyopoyo@puripuri.plala.or.jp>, rm@ Approved by: bdrewery (mentor)
* - Update to 5.0.0sunpoet2013-03-234-31/+93
| | | | | | | | - Add missing CONFLICTS with lang/rakudo - Adjust CONFIGURE_ARGS to allow build with clang/clang++ - Cosmetic change Changes: https://github.com/parrot/parrot/blob/master/ChangeLog
* - update to 0.8.7rm2013-03-233-19/+16
| | | | | PR: 177185 (based on) Submitted by: Brett Estrade <estrabd@gmail.com> (maintainer)
* - Bump PORTREVISION. Freepascal compiler has been updated to 2.6.2acm2013-03-231-1/+1
|
* - Update to 2.6.2acm2013-03-239-49/+35
| | | | - Trim Makefile headers
* fix a recent build failure by temporarily disabling two contribbf2013-03-231-0/+14
| | | | sb-sprof tests that are run during the build proper
* - convert USE_CMAKE to USESmakc2013-03-235-6/+5
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* Fix build with boost 1.52.tijl2013-03-232-6/+55
| | | | | Approved by: crees Obtained from: sdcc revision 8145
* Mk/bsd.kde4.mk:makc2013-03-221-1/+1
| | | | | | | | | | - Don't set CMAKE_BUILD_TYPE for debug builds (cmake.mk already handles it) - Don't set WITH_DEBUG for unstable branch (KDE4_BRANCH) - Remove now useless KDE4_BUILDENV KDE SC ports: - Chase KDE4_BUILDENV removal: replace 'KDE4_BUILDENV= yes' with 'USES= cmake:outsource' and add USE_LDCONFIG if needed
* - Update to 1.5.1madpilot2013-03-222-8/+11
| | | | | | | | - Remove indeterminate article from COMMENT - Convert to new options framework PR: ports/177121 Submitted by: Jens Jahnke <jan0sch@gmx.net> (maintainer)
* Update to version 2.10.1pawel2013-03-222-3/+3
| | | | | PR: ports/177026 Submitted by: maintainer
* - Fix typoacm2013-03-211-1/+1
|
* - Update to 3.0.25pgj2013-03-215-164/+171
| | | | | | | | | - Change license to AL2, not restricted any more - Transfer maintainership to mono - Trim header PR: ports/176018 Submitted by: Jack Pappas <jack.pappas@tidepowerd.com>
* - Update to 4.194tabthorpe2013-03-213-9/+5
| | | | | | | - Trim header while I am here PR: ports/176522 Submitted by: maintainer
* - Update to 05_20130317gahr2013-03-212-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * The FAQ explanations concerning, what kind of programs can be written in Seed7 and the automatic memory management of Seed7, have been improved. * The compiler (s7c) has been improved to use the function strConcatN, when three or more strings are concatenated. * The compiler has been improved to define and use dynamic (virtual) destructors for interface types. The function itfCreate is used as constructor. * In the compiler the function init_string_constants_with_slices has been improved, to store the characters of string constants with more density. * The compiler functions prepare_typed_result, process_itf_cpy, process_itf_to_interface and process_ref_trace have been improved. * In str_rtl.c the functions strIPos2 and strPos2 have been added. This functions use a modified Boyer–Moore string search algorithm. * The performance of the function replace2 (library string.s7i) has been improved. * The example programs tetg.sd7 and tet.sd7 have been changed to abstain from using an outdated language feature. Now this programs can be compiled. * Parameter names have been added to seed7_05.s7i, pixmap_file.s7i, bitset.s7i, dialog.s7i, hash.s7i, console.s7i and string.s7i. * In sctlib.c and itflib.c the functions sct_cpy, sct_create, sct_destr, itf_cpy, itf_cpy2, itf_create, itf_create2, itf_destr and itf_to_interface have been improved to use reference counting (usage_count) for all objects of the category STRUCTOBJECT. * The support for the actions ITF_TO_HEAP and REF_BUILD has been removed from the interpreter. * Support for the action REF_GETREF has been added to interpreter and compiler. * The functions itf_to_heap (in itflib.c) and ref_build (in reflib.c) have been removed. * The function refItftosct (in ref_data.c) has been renamed to refItfToSct. The function ref_itftosct (in reflib.c) and the compiler have been changed to use the new function name. * The types smallpriortype and prior_type have been replaced by prioritytype in common.h, data.h, expr.c, expr.h, findid.h, syntax.c, token.c and token.h. * In itf_rtl.c the function itfCreate has been added and the function itfDestr has been removed. * Usages of the function stri_charpos in analyze.c and prclib.c have been replaced by calls of strChPos. * In executl.c the function crea_struct has been introduced and the function any_var_initialisation has been replaced by the functions sct_elem_initialisation and arr_elem_initialisation. * The function prot_block has been added to traceutl.c.
* Update to 5.4.13 release.ale2013-03-202-3/+3
| | | | | PR: ports/177082 Submitted by: Rustem Alimov <rustem.alimov@gmail.com>
* Various bugfixesromain2013-03-206-4/+231
| | | | | | | | | | | | | While these fixes should have been applied upstream, and new tarballs are available, I am quite out of time ATM so after having successfully tested these changes, push them to FreeBSD and provide appropriate kudos to appropriate People. Updating to more recent lang/mono is in the pipeline, and should reach the ports tree soon. PR: ports/176030 Submitted by: Jack Pappas <jack.pappas@tidepowerd.com>
* Update 2.062 --> 2.063cy2013-03-192-3/+3
|
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.eadler2013-03-195-5/+5
| | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi)
* "aaargh, quoted Makefile variables"eadler2013-03-191-6/+2
| | | | Approved by: portmgr (bapt)
* Update to 5.3.23flo2013-03-192-6/+6
| | | | Security: 1d23109a-9005-11e2-9602-d43d7e0c7c02
* Apply hotfix from upstream.osa2013-03-182-0/+7
| | | | Bump PORTREVISION.
* Update 2.061 --> 2.062cy2013-03-183-3/+5
|
* In categories starting with [h-m], remove empty lines from pkg-plist (anddanfe2013-03-175-20/+0
| | | | purge one empty file).
* Use correct flag for --export-dynamicjohans2013-03-171-5/+4
| | | | | PR: ports/176981 Submitted by: Green Dog <fiziologus@gmail.com>
* - adopt optionsNG and trim historical headersjgh2013-03-144-100/+99
| | | | | | | | | | | | | | | | PR: 176928 PR: 176936 PR: 176937 PR: 176938 PR: 176939 PR: 176940 PR: 176941 PR: 176942 PR: 176943 PR: 176944 PR: 176945 Submitted by: jgh@ Approved by: portmgr (miwi)
* Fix stray file in bin/clang-check.brooks2013-03-132-0/+3
| | | | Reported by: ale, Dominic Fandrey <kamikaze@bsdforen.de>
* Update to the 20130310 snapshot of GCC 4.8.0, approaching release branch.gerald2013-03-132-3/+3
|
* - Update to 4.8.0.3culot2013-03-132-3/+3
| | | | | PR: ports/176881 Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer)
* Suhosin will never reappear, remove commented out code.ale2013-03-122-14/+2
| | | | | | Fix plist when CLI is not selected [1]. Submitted by: Gergely CZUCZY <gergely.czuczy@harmless.hu> [1]
* Upgrade llvm-devel, clang-devel, and dragonegg-devel46 to r174891 (circabrooks2013-03-126-9/+10
| | | | | Feb 27th). Add FileCheck and llvm-lit binaries as some consumers need them.
* Perl 5.x: fix CVE-2013-1667rea2013-03-116-2/+509
| | | | Feature safe: wholeheartedly hope so
* Restore PORTNAMEcrees2013-03-101-0/+1
|
* - update to 20121217rm2013-03-103-10/+7
| | | | | | | | | - fix fetch [1] - remove indefinite article from COMMENT - tab -> space change in pkg-descr:WWW PR: 176702 Reported by: John Marino <draco@marino.st> [1]
* Register conflicts with lang/newlisp-devel.olgeni2013-03-101-0/+3
|
* Add lang/newlisp-devel, tracking development versions of lang/newlisp.olgeni2013-03-1011-0/+419
|
* Add support for the extended FFI, thus enabling the optional useolgeni2013-03-108-27/+86
| | | | | | of the math/gsl interface. Also, cleanup Makefile patches.
* 1: upgrade to 3.17.9.vanilla2013-03-094-5/+30
| | | | 2: add '-Wno-unused-private-field' to CFLAGS when use clang.
* Convert USE_BISON to USES= bisonbapt2013-03-0825-97/+40
| | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichkwm2013-03-089-86/+213
| | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo
* - Fix all new cases of 'No newline at end of file' in the ports treeak2013-03-071-1/+1
| | | | Approved by: portmgr (bapt)
* Upgrade to version 1.9.olgeni2013-03-072-3/+3
|
* - Update to 05_20130303gahr2013-03-073-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * The library editline.s7i has been added. This library defines a file type for linewise editing with history. * The manual chapter describing types, especially the type program, has been improved. * The calc.sd7 example has been improved to allow linewise editing. * The handling of the internal program representation in interpreter and compiler has been improved to free most unused memory. * The handling of the functions prgGlobalObjects, refArrToList, refHshDataToList, refHshKeyToList, refLocalVars and refSctToList in compiler and run-time library has been improved to free unused memory. * The stack trace has been improved to display infix operators better and to write parameter names. * The compiler has been improved to support the action TYP_FUNC. * The functions copy_expression and free_expression in listutl.c have been optimized. * The function substitute_params has been added to match.c . * The functions free_params and free_name_list have been added to name.c . * The function dump_list has been added to objutl.c . * The function copy_params has been added to entutl.c . * The functions prot_float and prot_params have been added to traceutl.c . * The functions free_type and close_type have been added to typeutl.c . * The free list management has been improved to be configurable in config.h. * The memory management in heaputl.h has been improved to work with and without DO_HEAPSIZE_COMPUTATION. * The function free_file and remove_prog_files have been added to infile.c. * The functions itf_cpy and itf_cpy2 in itflib.c have been improved to support assigning forward declared objects to an interface. * The function emptylist and the macro to_empty_list have been renamed to free_list and free_list2. * In prg_comp.c the function prgDeclObjects has been renamed to prgGlobalObjects. * In ref_data.c the functions refArrmaxidx, refArrminidx, refArrtolist, refScttolist and refHshKeyToList have been renamed to refArrMaxIdx, refArrMinIdx, refArrToList, refSctToList and refHshKeysToList. * In ref_data.c the functions refResult, refResini and refSetParams have been improved to raise RANGE_ERROR when the argument is NULL or when it is not a BLOCKOBJECT. * In progs.s7i the functions sys_var, error_count, declared_objects, params, setParams, func_result, func_res_init, local_consts, local_vars, array_to_list, array_min_index, array_max_index, struct_to_list, hash_data_to_list, hash_key_to_list, interface_to_struct, obj_number, type_number and match_obj have been renamed to sysVar errorCount, globalObjects, formalParams, setFormalParams, resultVar, resultInitValue, localConsts, localVars, arrayToList, arrayMinIdx, arrayMaxIdx, structToList, hashDataToList, hashKeysToList, interfaceToStruct, objNumber, typeNumber and typeObject. * In seed7_05.s7i the functions is_func, is_varfunc, result_type and is_derived have been renamed to isFunc, isVarfunc, resultType and isDerived.
* - Please welcome back Chris Petrik as maintainer ofbdrewery2013-03-072-12/+4
| | | | | | | | | | | these ports [1] - Trim headers - Remove indefinite article from COMMENT - Convert tab to space in WWW lines PR: ports/175415 [1] Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1] Discussed with: bapt
* Remove compatibility with FreeBSD 7.Xrene2013-03-071-6/+3
| | | | While here pet Makefile headers.
* - Change the download site for swingex, because the original one has disappearednivit2013-03-071-1/+1
| | | | Pointed out by: Larry Rosenman <ler@lerctr.org> (via private email)