aboutsummaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* - Update devel/libffi to 3.0.11.jkim2013-01-296-6/+6
| | | | | | | - Reset maintainership for libffi. See ports/164941. PR: ports/171768 Submitted by: Takefu <takefu@airport.fm>
* Update master_sitebapt2013-01-281-7/+3
| | | | Submitted by: "Julian H. Stacey" <jhs@berklix.com> (maintainer)
* Convert Makefile headers to the new format in my ports (round #2).olgeni2013-01-261-1/+0
|
* Convert Makefile headers to the new format in my ports.olgeni2013-01-261-5/+0
|
* Use the new lang/gcc-ecj45 port when building the Java frontendgerald2013-01-263-17/+9
| | | | | | | | | | | | instead of including a pre-built version of the Eclipse Java Compiler (ECJ) ourselves. [1] Replace the use of DISTFILES by DISTNAME, since we are now down to one in all cases. On the way, update to the 20130125 of GCC 4.6.4. PR: 175072 [1]
* Remove stray entry from packaging list.gerald2013-01-261-1/+0
| | | | Reported by: Paul Reynold <preynold@redcom.com>
* - Update to 0.9.9.38ak2013-01-253-1550/+1583
| | | | | PR: ports/175548 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer)
* Add i386 to supported arch.jlaffaye2013-01-251-1/+1
|
* - Update to 0.2.9ak2013-01-245-27/+20
| | | | | | | | - Convert Makefile headers to new style - Remove indefinite article from COMMENT PR: ports/175539 Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
* Update to 5.3.21flo2013-01-232-6/+6
|
* - Fix configure flags for the bootstrap compiler, so now it works forpgj2013-01-222-6/+7
| | | | | | | | | | | clang-only base systems too [1] - Allow to use GCC 4.6 and later (requested by: gerald) - Add USE_NCURSES, so now it can pick up ports ncurses when installed - Fix COMMENT to comply with the Porter's Handbook PR: ports/161356 [1] Submitted by: David Marker <dmarker@freedave.net> (reworked by: ashish) [1] Obtained from: FreeBSD Haskell
* Update to 5.4.11 release.ale2013-01-222-3/+3
|
* Fix build by depending on the llvm31 port, not just the packagebrooks2013-01-221-2/+2
| | | | Reported by: pgj
* - Update to 05_20130120gahr2013-01-224-13/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * Interpreter and compiler have been improved to support the option *l. This option allows adding a directory to the include library search path (e.g.: -l ../lib). * The compiler (s7c) has been improved to support the option -b. With -b the directory of the Seed7 runtime libraries can be specified (e.g.: -b ../bin). * The target s7c in the makefiles has been changed to take advantage of the options -l and -b. Now packages can compile the Seed7 compiler without a post install step. * Additional function variants of parseFile, parseStri and execute have been added to the library progs.s7i. The new functions allow a detailed specification of parse and execution options. * The library gzip.s7c has been improved to decode also blocks with fixed Huffman codes. This type of block is almost never used since dynamic Huffman codes compress better. * The parsing of bigInteger literals has been improved to support literals with bases other than 10 (e.g.: 16#FEDCBA98765434210_). * The integer and bigInteger functions str (conversion to string) have been changed to use lower case characters for digits larger than 9. Now str(48879, 16) returns "beef" instead of "BEEF". * The program make7.sd7 and the library make.s7i have been improved to support multiple targets and the option -C. * The Seed7 compiler has been improved to generate special inline code for the case that the C floating point division by zero does not result in Infinity, -Infinity or NaN (not a number). * The functions chkLiteral and chkBitLength as well as checks for shifts with negative shift count have been added to the program chkbig.sd7. * The function check_division as well as has checks for the operator /:= (in check_nan) have been added to the program chkflt.sd7. * The function check_str in chkint.sd7 has been improved to check the new behaviour of the function str with a give base. * The makefile mk_clang.mak has been added to support compilation with the clang C compiler. * The explanations of possible compilation errors in src/read_me.txt have been improved. * The functions interpreterPath and callOwnProgram have been removed from the libraries environment.s7i respectively shell.s7i. This functions were not used in any example program. * The support for the interpreter option -m (use less memory during the analyzing phase) has been removed. On many systems it was a noop anyway. * Result variables have been renamed in various libraries and example programs. * The functions find_include_file, print_lib_path, append_to_lib_path and init_lib_path have been moved from infile.c to the new file libpath.c. * The function gen_rtl_array has been defined in the new file arrutl.c. The function is used in the files cmdlib.c (functions cmd_pipe2, cmd_pty, cmd_start_process) and prglib.c (functions prg_exec, prg_fil_parse, prg_str_parse). * The interpreter/compiler improvements (option -l) and the new function variants in progs.s7i have been realized with changes in prg_comp.c, analyze.c, data.h, infile.c, infile.h, info.c, option.h and s7.c. * The functions prgExec, prgFilParse and prgStrParse in prg_comp.c have been improved to support additional parse and execution options. * The function interpr has been renamed to interpret and moved from exec.c to prg_comp.c. * The function copy_args has been moved from prclib.c to prg_comp.c. * In traceutl.c the function set_trace has been changed and the function set_trace2 has been removed. The functions mapTraceFlags, mapTraceFlags2 and set_protfile_name have been added. * The functions uBigMultiplyAndAdd and bigParseBased have been added to big_rtl.c: * In big_gmp.c the functions bigBitLength, bigLShift, bigRShift, bigLShiftAssign, bigRShiftAssign, bigParse, and bigToInt32 have been improved and bigParseBased has been added. * To support bigInteger literals with base the file numlit.c has been
* - Update to 0.9.9.28madpilot2013-01-214-127/+1447
| | | | | PR: ports/175115 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer)
* Use the new lang/gcc-ecj45 port when building the Java frontendgerald2013-01-212-15/+8
| | | | | | | | | instead of including a pre-built version of the Eclipse Java Compiler (ECJ) ourselves. [1] On the way, update to the 20130119 snapshot of GCC 4.7.3. PR: 175072 [1]
* Use the new lang/gcc-ecj45 port when building the Java frontendgerald2013-01-213-16/+8
| | | | | | | | | instead of including a pre-built version of the Eclipse Java Compiler (ECJ) ourselves. [1] On the way, update to the 20130113 snapshot of GCC 4.8.0. PR: 175072
* Welcome gcc-ecj45, a new port that provides a pre-built version of thegerald2013-01-204-0/+27
| | | | | | | | | | | Eclipse Java Compiler (ECJ) used to build and support the Java frontend of GCC, the GNU Compiler Collection. This is not new code to us, but breaks out what we have been manually (and redundantly) carrying in our four GCC 4.6, 4.7 and 4.8 ports lang/gcc, lang/gcc46, lang/gcc47 and lang/gcc48. PR: 175072
* Update to 4.8.0.1zeising2013-01-193-4/+5
| | | | | | | | Changelog: http://code.call-cc.org/releases/4.8.0/NEWS PR: ports/175413 Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer) Approved by: kwm, miwi (mentors, implicit)
* - Update to my new FreeBSD addressdbn2013-01-171-1/+1
| | | | | | | - Trim header - Add myself as creator of devel/svn2git (see r272261) Approved by: eadler|bdrewery (mentor)
* Update to 2.10.0 release.ale2013-01-172-3/+3
|
* Update to 2.10.0 release.ale2013-01-173-188/+32
| | | | | PR: ports/175342 Submitted by: maintainer
* - Update EFL to 1.7.5gblach2013-01-162-4/+4
| | | | | | - Change master site to download.enlightenment.fr Approved by: tabthorpe (mentor)
* - Fix ONLY_FOR_ARCHS [1];romain2013-01-151-2/+2
| | | | | | | - While here, pet portlint(1). PR: ports/174864 [1] Submitted by: jhibbits [1]
* - Upgrade to 1.8.1.kuriyama2013-01-153-10/+26
|
* - Fix the -OPT:Olimit=X detection for clang, which could pollute themva2013-01-152-1/+14
| | | | | | | output of python27-config --cflags PR: ports/172859 ports/161494 ports/174525 Submitted by: Oleg Nauman <oleg.nauman@gmail.com>
* Upgrade to version 9.1.1, with amd64 support.olgeni2013-01-138-17/+217
| | | | | | | The configure script is not able to detect some functions from fenv.h, possibly because it does not use "#pragma STDC FENV_ACCESS ON", which is used in the actual code. If you know of a way to make configure work without hacking config.h.in, suggestions are welcome.
* - update remaining ruby@ maintained ports to new options frameworkjgh2013-01-122-12/+15
| | | | | | - trim historical header where applicable Reviewed by: swills@ (ruby@)
* Update to the 20130106 snapshot of GCC 4.8.0.gerald2013-01-112-5/+7
| | | | | This brings a new merge with upstream libffi and a new info document (libffi.info) as well as a new man page.
* Update to 3.0.3.romain2013-01-113-9/+66
|
* - fix options dialogrm2013-01-111-0/+1
|
* Now that I've committed a dragonegg port give llvm-gcc4 and llvm29 threebrooks2013-01-111-1/+1
| | | | last weeks to live.
* Add a port of the 3.2 release of the dragonegg GCC plugin.brooks2013-01-116-0/+159
|
* Update the develoment version of the llvm, clang and dragonegg ports tobrooks2013-01-118-55/+101
| | | | 3.3.r172076.
* Upgrade llvm and clang to the 3.2 release.brooks2013-01-118-83/+145
|
* Depend on llvm31/clang31 ports to avoid breakage when I updatebrooks2013-01-112-5/+5
| | | | llvm/clang to 3.2.
* In preparation for updating llvm and clang to 3.2, create temporarybrooks2013-01-1112-0/+827
| | | | ports of 3.1 so ports that don't yet work with 3.2 continue to work.
* Fix a couple of issues, using patches from erlang-patches:olgeni2013-01-104-1/+435
| | | | | | | | | | - When using an async thread pool, terminating a process that uses the file:open/2 that specify the "compressed" option causes a crash. (by Filipe David Manana) - Due to a bug in ssl_manager:clean_cert_db, very time a tcp connection was upgraded the certificates would be leaked and never removed from the 'ssl_otp_cacertificate_db' table. (by Daniel Barney)
* - Update to 2012.11culot2013-01-103-4/+6
| | | | | | Changes: http://rakudo.org/2012/11/28/rakudo-star-2012-11-released/ PR: ports/173983 Submitted by: Aliaksandr Zahatski <zahatski@gmail.com>
* Restore mistakenly removed PORTREVISION?=flo2013-01-101-0/+1
|
* Update to 5.3.20flo2013-01-102-4/+3
|
* - Update to 05_20130105gahr2013-01-104-20/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * The Seed7 interpreter was renamed. The new name of the Seed7 interpreter is s7. * Manual, FAQ, read_me files and several example programs were updated to use the new name of the Seed7 interpreter (s7). * The build process of a package can compile interpreter and compiler with (xx and yy must be replaced with a path): $ make S7_LIB_DIR=xx SEED7_LIBRARY=yy depend s7 s7c * The function drwOpen in drw_win.c was improved to hide the console window, when the program was not started from a console. * Descriptions of the operators 'sci' and 'exp' were added to the manual. * Documentation comments were added to clib_file.s7i. * In pixmap_file.s7i the functions for pixmapFontFiles were improved. * Interpreter and compiler were improved to allow using winmain as main function. * In cmd_win.c the function prepareCommandLine was improved and in the function cmdStartProcess the flag wShowWindow was changed to 1. * The file hi.c was renamed to s7.c. * In striutl.c the function escape_command was changed to quote commands with special characters under windows. * In striutl.c the function cp_to_command was improved to do a quoting under windows, even when there are no parameters. * Parameter names were added to null_file.s7i, osfiles.s7i, time.s7i, pixmapfont.s7i, progs.s7i, reference.s7i, seed7_05.s7i, shell.s7i, stritext.s7i, text.s7i, rever.sd7 and snake.sd7.
* - Update to 3.14.1gahr2013-01-083-13/+10
| | | | | | PR: 174089 Submitted by: gahr Approved by: maintainer (timeout > 1 month)
* - update to 3.2.5rm2013-01-074-17/+21
| | | | | | | | | | | | | | | - trim Makefile header - convert to optionsng while here: - remove indefinite article - fix fetch - limit to python 2.x only (except/print) - whitespace fix in pkg-descr - fix pkg-plist PR: 175056 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
* - Update to 0.5lwhsu2013-01-076-43/+71
| | | | | PR: ports/174670 Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
* Fix typo in MAINTAINER address (was also in the submitted .shar).mandree2013-01-071-1/+1
|
* Add new port lang/lua52.mandree2013-01-068-0/+239
| | | | | | | | | | | | | | | | | | | | | | | | | | | Lua is a programming language originally designed for extending applications, but also frequently used as a general-purpose, stand-alone language. Lua combines simple procedural syntax (similar to Pascal) with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, interpreted from bytecodes, and has automatic memory management with garbage collection, making it ideal for configuration, scripting, and rapid prototyping. A fundamental concept in the design of Lua is to provide meta-mechanisms for implementing features, instead of providing a host of features directly in the language. For example, although Lua is not a pure object-oriented language, it does provide meta-mechanisms for implementing classes and inheritance. Lua's meta-mechanisms bring an economy of concepts and keep the language small, while allowing the semantics to be extended in unconventional ways. Extensible semantics is a distinguishing feature of Lua. Lua is implemented as a small library of C functions, written in ANSI C, and compiles unmodified in all known platforms. The implementation goals are simplicity, efficiency, portability, and low embedding cost. WWW: http://www.lua.org/ PR: ports/174437 Submitted by: Green Dog <fiziologus@gmail.com>
* Bugfix:mandree2013-01-061-8/+7
| | | | | | | | | | | | - Record liblua's dependency on libm.so explicitly. [1] Assorted lint removals: - Convert to Options NG - Reduce old-style Makefile header - USE_GNOME=pkgconfig -> USE_PKGCONFIG=yes PR: ports/174964 Submitted by: Matthew X. Economou
* update lang/sbcl to 1.1.3 and adjust dependent portsbf2013-01-054-7/+31
|
* Update to 0.12.tobez2013-01-042-8/+4
| | | | Changes: http://search.cpan.org/dist/Try-Tiny/Changes
* Update (and soften) DEPRECATED statement.gerald2013-01-031-2/+6
| | | | | | Mark BROKEN on FreeBSD 10.0 and later. Reported by: erwin
* - update to 2012.1rm2013-01-034-5347/+5469
| | | | | | | | | | while here: - trim Makefile header - convert to optionsng (PORTDOCS case) - add WWW PR: 174909 Submitted by: Hannes Mehnert <hannes@mehnert.org> (maintainer)
* Remove the created by me and update those header at the same time. I nevermezz2013-01-011-5/+0
| | | | | care about those header, so you even can claim that those were created by you instead of me.
* Update docs for ocaml 3.12.1johans2012-12-312-18/+18
|
* - Force use of modern GCC (4.6+) on FreeBSD 8.x and olderjohans2012-12-311-6/+9
| | | | | | | | Otherwise, an unusable binary would be produced - Bump PR PR: ports/174837 Submitted by: Klaus Aehlig <aehlig@linta.de>
* - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8beat2012-12-301-0/+3
| | | | | | | | was released in 2007 and KDE 3.5.10 in 2008 and both are no longer maintained upstream nor in our tree. - Set EXPIRATION_DATE to 2013-07-01 Discussed with: bapt, tabthorpe
* Update to 1.27.tobez2012-12-292-3/+3
| | | | Changes: http://search.cpan.org/dist/Scalar-List-Utils/Changes
* - Update to version 2.0.5 [1]pawel2012-12-293-13/+12
| | | | | | | | | - Convert to OptionsNG - Remove tab from WWW: line PR: ports/174510 [1] Submitted by: Radim Kolar <hsn@sendmail.cz> Approved by: Mitchell Smith <mjsotn@gmail.com> (maintainer)
* - Make dependency on base-system ncurses explicit -- this fixes potentialpgj2012-12-291-1/+2
| | | | | | | | build errors when devel/ncurses is also installed PR: ports/174703 Reported by: Finn <bash.org@gmail.com> Obtained from: FreeBSD Haskell
* Reset maintainership per maintainer requestbapt2012-12-281-9/+4
| | | | | | | While here: - trim headers - Remove shlib number - Small cleanup up
* Update gawk to 4.0.2johans2012-12-273-4/+5
|
* - Remove "first-installed-win" logic for automatically settinglwhsu2012-12-2410-69/+100
| | | | | | | | | | | | | | | | | ${PYTHON_DEFAULT_VERSION}, this generates conflicting packages. - Create symbolic links as PEP 394 [1] suggests. ${PYTHON_DEFAULT_VERSION} will create python and python${MAJOR_VERSION} links. In current default, lang/python27 will create: python -> python2 -> python2.7 - Introduce ${PYTHON3_DEFAULT_VERSION}, which will handle bin/python3 link. At this point, lang/python33 will create python3 -> python3.3 - Minor cleanups * Trim Makefile headers * Remove ${OSVERSION} detection for xz, whihc is done by USE_XZ [1] http://www.python.org/dev/peps/pep-0394/
* - Remove unneeded patchesgblach2012-12-231-11/+0
| | | | Approved by: crees (mentor)
* - Update Enlightenment to 0.17.0gblach2012-12-234-6/+22
| | | | | | | - Update EFL to 1.7.4 - Convert to OptionsNG Approved by: crees (mentor)
* - Remove test and regression-test targets for now - they pollute themva2012-12-221-5/+0
| | | | | | installation on tinderboxes causing leftovers Discussed with: Kubilay Kocak <koobs.freebsd@gmail.com>
* Create python2 symlink for the latest version of python2.X executable anddemon2012-12-214-1/+16
| | | | | | | | | python3 symlink for the latest version of python3.X executable. People who really want to use older python version for both python branches should specify explicit version number in interpreter invocation. Discussed on python@ long ago.
* Update to 5.4.10 release.ale2012-12-213-34/+30
|
* Add python33.demon2012-12-201-0/+1
|
* - Respect user's CFLAGSgahr2012-12-201-1/+1
|
* Port for python version 3.3.demon2012-12-208-0/+5273
| | | | Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com>
* - Update The Glorious Glasgow Haskell Compiler to version 7.4.2pgj2012-12-2022-288/+328
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update Haskell Platform to version 2012.4.0.0 - Update Gtk2Hs to 0.12.4 - Transfer maintainership of math/hs-math-functions to haskell@ [1] Please note that port revisions for all the Haskell ports without version changes are bumped. Some further highlights of the update: - Trim Makefile headers - Enable dynamic libraries and dynamic linking by default - Enable bootstrapping by versions of GHC and HsColour already installed - Use GCC and binutils from ports New ports (32): devel/hs-List 0.5.1 devel/hs-ReadArgs 1.2.1 devel/hs-SafeSemaphore 0.9.0 devel/hs-activehs-base 0.3.0.2 devel/hs-async 2.0.1.3 devel/hs-basic-prelude 0.3.1.0 devel/hs-classy-prelude 0.4.1 devel/hs-classy-prelude-conduit 0.4.1 devel/hs-data-pprint 0.2.1.4 devel/hs-date-cache 0.3.0 devel/hs-fsnotify 0.0.4 devel/hs-hinotify 0.3.5 devel/hs-hspec-expectations 0.3.0.3 devel/hs-kqueue 0.1.2.4 devel/hs-monad-logger 0.2.3 devel/hs-optparse-applicative 0.4.2 devel/hs-project-template 0.1.0.1 devel/hs-setenv 0.1.0 devel/hs-simple-reflect 0.2 devel/hs-threads 0.5.0.1 devel/hs-time-compat 0.1.0.2 devel/hs-unix-time 0.1.4 devel/hs-word8 0.0.2 graphics/hs-dia-base 0.1.1.2 graphics/hs-dia-functions 0.2.1.3 mail/hs-mime-types 0.1.0.0 net/hs-network-info 0.2.0.3 net/hs-network-multicast 0.0.7 security/hs-cipher-aes 0.1.5 textproc/hs-hexpat 0.20.3 www/hs-activehs 0.3.0.1 www/hs-http-reverse-proxy 0.1.0.6 Updated ports (211): archivers/hs-tar 0.4.0.0_1 --> 0.4.0.1 archivers/hs-zip-archive 0.1.1.8_1 --> 0.1.2.1 archivers/hs-zlib 0.5.3.3_1 --> 0.5.4.0 archivers/hs-zlib-bindings 0.1.0.1_1 --> 0.1.1.2 archivers/hs-zlib-conduit 0.4.0.2 --> 0.5.0.3 archivers/hs-zlib-enum 0.2.2.1_1 --> 0.2.3 audio/hs-libmpd 0.8.0_1 --> 0.8.0.1 benchmarks/hs-criterion 0.6.0.1_2 --> 0.6.2.0 converters/hs-dataenc 0.14.0.3_2 --> 0.14.0.4 converters/hs-json 0.5_1 --> 0.7 databases/hs-persistent 0.9.0.4_1 --> 1.0.2.2 databases/hs-persistent-sqlite 0.9.0.2_1 --> 1.0.1 databases/hs-persistent-template 0.9.0.2_1 --> 1.0.0.2 devel/hs-Boolean 0.0.1_5 --> 0.1.1 devel/hs-DeepArrow 0.3.5_2 --> 0.3.7 devel/hs-HUnit 1.2.4.2_2 --> 1.2.5.1 devel/hs-MemoTrie 0.5_1 --> 0.6.1 devel/hs-MissingH 1.1.1.0_2 --> 1.2.0.0 devel/hs-MonadCatchIO-mtl 0.3.0.4_3 --> 0.3.0.5 devel/hs-QuickCheck 2.4.2_1 --> 2.5.1.1 devel/hs-Stream 0.4.6_2 --> 0.4.6.1 devel/hs-TypeCompose 0.9.1_2 --> 0.9.7 devel/hs-abstract-deque 0.1.5_1 --> 0.1.6 devel/hs-alex 3.0.1_1 --> 3.0.2 devel/hs-arrows 0.4.4.0_4 --> 0.4.4.1 devel/hs-asn1-data 0.6.1.3_1 --> 0.7.1 devel/hs-base-unicode-symbols 0.2.2.3_2 --> 0.2.2.4 devel/hs-base64-bytestring 0.1.2.0 --> 1.0.0.0 devel/hs-blaze-builder-conduit 0.4.0.2_1 --> 0.5.0.3 devel/hs-blaze-builder-enumerator 0.2.0.4_1 --> 0.2.0.5 devel/hs-blaze-textual 0.2.0.6_2 --> 0.2.0.8 devel/hs-bytestring-nums 0.3.5_2 --> 0.3.6 devel/hs-c2hs 0.16.3_3 --> 0.16.4 devel/hs-cmdargs 0.9.5_1 --> 0.10.1 devel/hs-conduit 0.4.2_1 --> 0.5.5 devel/hs-configurator 0.2.0.0_2 --> 0.2.0.1 devel/hs-cpphs 1.14 --> 1.15 devel/hs-darcs 2.8.1_1 --> 2.8.3 devel/hs-data-default 0.4.0_1 --> 0.5.0 devel/hs-directory-tree 0.10.1 --> 0.11.0 devel/hs-edit-distance 0.2.1_1 --> 0.2.1.1 devel/hs-fast-logger 0.0.2_2 --> 0.3.1 devel/hs-file-embed 0.0.4.4_1 --> 0.0.4.6 devel/hs-filemanip 0.3.5.2_6 --> 0.3.6.2 devel/hs-filestore 0.5_1 --> 0.5.0.1 devel/hs-filesystem-conduit 0.4.0_1 --> 0.5.0.2 devel/hs-gconf 0.12.1_3 --> 0.12.1.1 devel/hs-ghc-events 0.4.0.0_2 --> 0.4.2.0 devel/hs-ghc-mtl 1.0.1.1_2 --> 1.0.1.2 devel/hs-gio 0.12.3_1 --> 0.12.4 devel/hs-git-annex 3.20120807 --> 3.20121211 devel/hs-glib 0.12.3.1_1 --> 0.12.4 devel/hs-gtk2hs-buildtools 0.12.3.1_1 --> 0.12.4 devel/hs-haddock 2.10.0_1 --> 2.11.0 devel/hs-happy 1.18.9_1 --> 1.18.10 devel/hs-hashable 1.1.2.3_1 --> 1.1.2.5 devel/hs-hashed-storage 0.5.9_2 --> 0.5.10 devel/hs-hashtables 1.0.1.6_1 --> 1.0.1.8 devel/hs-haskell-src-exts 1.13.3_1 --> 1.13.5 devel/hs-hastache 0.4.1 --> 0.4.2 devel/hs-hint 0.3.3.4_1 --> 0.3.3.5 devel/hs-hlint 1.8.30 --> 1.8.39 devel/hs-hoogle 4.2.11_1 --> 4.2.14 devel/hs-hslogger 1.1.5_2 --> 1.2.1 devel/hs-hspec 1.2.0.1 --> 1.4.2 devel/hs-language-javascript 0.5.4_1 --> 0.5.7 devel/hs-largeword 1.0.1_2 --> 1.0.3 devel/hs-lifted-base 0.1.1_1 --> 0.2 devel/hs-logict 0.5.0.1_1 --> 0.5.0.2 devel/hs-monad-control 0.3.1.3_1 --> 0.3.1.4 devel/hs-mtl 2.1.1_1 --> 2.1.2 devel/hs-murmur-hash 0.1.0.5_2 --> 0.1.0.6 devel/hs-parallel 3.2.0.2_1 --> 3.2.0.3 devel/hs-pool-conduit 0.1.0.2_1 --> 0.1.0.3 devel/hs-primitive 0.4.1_2 --> 0.5.0.1 devel/hs-resource-pool 0.2.1.0_1 --> 0.2.1.1 devel/hs-resourcet 0.3.3.1 --> 0.4.4 devel/hs-silently 1.2.0.2 --> 1.2.4 devel/hs-split 0.1.4.3 --> 0.2.1.1 devel/hs-stm 2.3_1 --> 2.4 devel/hs-syb 0.3.6.1_1 --> 0.3.7 devel/hs-syb-with-class 0.6.1.3_2 --> 0.6.1.4 devel/hs-system-fileio 0.3.8 --> 0.3.10 devel/hs-system-filepath 0.4.6_1 --> 0.4.7 devel/hs-tagged 0.4.2.1_1 --> 0.4.4 devel/hs-temporary 1.1.2.3_1 --> 1.1.2.4 devel/hs-terminfo 0.3.2.4 --> 0.3.2.5 devel/hs-test-framework 0.6_1 --> 0.8 devel/hs-test-framework-hunit 0.2.7_2 --> 0.3.0 devel/hs-test-framework-quickcheck2 0.2.12.2_1 --> 0.3.0.1 devel/hs-text 0.11.2.0_1 --> 0.11.2.3 devel/hs-threadscope 0.2.1_3 --> 0.2.2 devel/hs-uniplate 1.6.7_1 --> 1.6.10 devel/hs-unix-compat 0.3.0.1_1 --> 0.4.0.0 devel/hs-unordered-containers 0.2.1.0_1 --> 0.2.2.1 devel/hs-uuagc 0.9.40.3_1 --> 0.9.42.2 devel/hs-uuagc-cabal 1.0.2.0_2 --> 1.0.4.0 devel/hs-vault 0.2.0.0_1 --> 0.2.0.1 devel/hs-vector 0.9.1_2 --> 0.10.0.1 devel/hs-vector-algorithms 0.5.4_1 --> 0.5.4.2 devel/hs-void 0.5.6 --> 0.5.8 ftp/hs-curl 1.3.7_3 --> 1.3.8 graphics/hs-cairo 0.12.3.1_1 --> 0.12.4 lang/hs-unlambda 0.1_6 --> 0.1.3 mail/hs-email-validate 0.2.8_1 --> 0.3.2 mail/hs-mime 0.3.3.2 --> 0.3.4 mail/hs-mime-mail 0.4.1.1_2 --> 0.4.1.2 math/hs-categories 1.0.3_1 --> 1.0.4 math/hs-comonad 1.1.1.6_1 --> 3.0.0.2 math/hs-comonad-transformers 2.1.2 --> 3.0 math/hs-data-lens 2.10.0_1 --> 2.10.2 math/hs-data-lens-template 2.1.5_1 --> 2.1.7 math/hs-math-functions 0.1.1.1_2 --> 0.1.1.2 [1] math/hs-mwc-random 0.12.0.0_1 --> 0.12.0.1 math/hs-pointed 2.1.0.2_1 --> 3.0.1 math/hs-semigroupoids 1.3.4 --> 3.0.0.1 math/hs-semigroups 0.8.3.2_1 --> 0.8.4.1 math/hs-statistics 0.10.1.0_1 --> 0.10.2.0 math/hs-vector-space 0.8.2 --> 0.8.6 multimedia/hs-gstreamer 0.12.1.1_1 --> 0.12.1.2 net/hs-network 2.3.0.13_1 --> 2.3.1.0 net/hs-network-conduit 0.4.0.1_1 --> 0.6.1.1 net/hs-pcap 0.4.5.1_4 --> 0.4.5.2 net/hs-sendfile 0.7.6_1 --> 0.7.8 net/hs-simple-sendfile 0.2.4 --> 0.2.8 net/hs-socks 0.4.1_1 --> 0.4.2 print/hs-hscolour 1.20.2,1 --> 1.20.3,1 security/hs-Crypto 4.2.5_1 --> 4.2.5.1 security/hs-HsOpenSSL 0.10.3.2 --> 0.10.3.3 security/hs-RSA 1.2.1.0_1 --> 1.2.2.0 security/hs-SHA 1.5.0.1_1 --> 1.6.1 security/hs-certificate 1.2.3_1 --> 1.3.3 security/hs-clientsession 0.7.5_1 --> 0.8.0.1 security/hs-cprng-aes 0.2.3_2 --> 0.2.4 security/hs-crypto-conduit 0.3.2_1 --> 0.4.1 security/hs-crypto-pubkey-types 0.1.1_1 --> 0.2.0 security/hs-cryptocipher 0.3.5 --> 0.3.6 security/hs-cryptohash 0.7.5_1 --> 0.7.9 security/hs-digest 0.0.1.1_1 --> 0.0.1.2 security/hs-monadcryptorandom 0.4.1_1 --> 0.5 security/hs-pureMD5 2.1.0.3_2 --> 2.1.2.1 security/hs-pwstore-fast 2.2_2 --> 2.3 security/hs-skein 0.1.0.7_1 --> 0.1.0.10 security/hs-tls 0.9.5_1 --> 1.0.2 security/hs-tls-extra 0.4.6_1 --> 0.5.0 sysutils/hs-angel 0.3.2_1 --> 0.3.3 textproc/hs-HStringTemplate 0.6.8_2 --> 0.6.12 textproc/hs-attoparsec-conduit 0.4.0.1_1 --> 0.5.0.3 textproc/hs-attoparsec-enumerator 0.3_2 --> 0.3.1 textproc/hs-blaze-html 0.5.0.0 --> 0.5.1.1 textproc/hs-blaze-markup 0.5.1.0_1 --> 0.5.1.2 textproc/hs-case-insensitive 0.4.0.1_2 --> 0.4.0.3 textproc/hs-citeproc-hs 0.3.4_1 --> 0.3.6 textproc/hs-double-conversion 0.2.0.4_2 --> 0.2.0.5 textproc/hs-highlighting-kate 0.5.1_1 --> 0.5.3.3 textproc/hs-hs-bibutils 4.12_4 --> 4.15 textproc/hs-html-conduit 0.0.1_1 --> 0.1.0.4 textproc/hs-hxt 9.2.2_1 --> 9.3.1.1 textproc/hs-lhs2tex 1.17_4 --> 1.18.1 textproc/hs-pandoc 1.9.4.2 --> 1.9.4.5 textproc/hs-parsec 3.1.2_1 --> 3.1.3 textproc/hs-regex-pcre-builtin 0.94.2.1.7.7_4 --> 0.94.4.3.8.31 textproc/hs-regex-posix 0.95.1_2 --> 0.95.2 textproc/hs-stringsearch 0.3.6.3_2 --> 0.3.6.4 textproc/hs-tagsoup 0.12.6_2 --> 0.12.8 textproc/hs-tagstream-conduit 0.3.2_1 --> 0.5.3 textproc/hs-texmath 0.6.0.6_1 --> 0.6.1.1 textproc/hs-xml-conduit 0.7.0.3_1 --> 1.0.3.3 textproc/hs-xml-types 0.3.2 --> 0.3.3 textproc/hs-xmlhtml 0.2.0.2 --> 0.2.0.3 textproc/hs-yaml 0.7.0.3 --> 0.8.1.1 www/hs-HTTP 4000.2.3_1 --> 4000.2.5 www/hs-authenticate 1.2.1.1_1 --> 1.3.2 www/hs-cookie 0.4.0_1 --> 0.4.0.1 www/hs-gitit 0.10.0.1 --> 0.10.0.2 www/hs-hamlet 1.0.1.4 --> 1.1.1.1 www/hs-happstack 7.0.0_1 --> 7.0.1 www/hs-happstack-server 7.0.3 --> 7.1.1 www/hs-heist 0.8.1.1 --> 0.8.2 www/hs-hjsmin 0.1.2_1 --> 0.1.3 www/hs-http-conduit 1.4.1.10 --> 1.8.4.3 www/hs-http-date 0.0.2_1 --> 0.0.3 www/hs-http-server 1_5 --> 1.0.1 www/hs-http-types 0.6.11_1 --> 0.7.3.0.1 www/hs-path-pieces 0.1.1_1 --> 0.1.2 www/hs-shakespeare 1.0.0.2_1 --> 1.0.2 www/hs-shakespeare-css 1.0.1.2_1 --> 1.0.2 www/hs-shakespeare-js 1.0.0.3_1 --> 1.1.0 www/hs-shakespeare-text 1.0.0.2_1 --> 1.0.0.5 www/hs-snap 0.9.0.1 --> 0.9.2.2 www/hs-snap-core 0.9.0 --> 0.9.2.2 www/hs-snap-server 0.9.0 --> 0.9.2.4 www/hs-wai 1.2.0.3 --> 1.3.0.1 www/hs-wai-app-static 1.2.0.4 --> 1.3.0.4 www/hs-wai-extra 1.2.0.5 --> 1.3.0.4 www/hs-wai-logger 0.1.4_1 --> 0.3.0 www/hs-wai-test 1.2.0.2_1 --> 1.3.0 www/hs-warp 1.2.2 --> 1.3.5 www/hs-yesod 1.0.1.6_1 --> 1.1.4.1 www/hs-yesod-auth 1.0.2.1_1 --> 1.1.2 www/hs-yesod-core 1.0.1.2_1 --> 1.1.6.1 www/hs-yesod-default 1.0.1.1_1 --> 1.1.2 www/hs-yesod-form 1.0.0.4_1 --> 1.2.0.1 www/hs-yesod-json 1.0.0.1_1 --> 1.1.2 www/hs-yesod-persistent 1.0.0.1_1 --> 1.1.0 www/hs-yesod-platform 1.0.5 --> 1.1.5 www/hs-yesod-routes 1.0.1.2_1 --> 1.1.1.1 www/hs-yesod-static 1.0.0.3_1 --> 1.1.1.1 www/hs-yesod-test 0.2.1 --> 0.3.1.1 x11-toolkits/hs-gtk 0.12.3.1 --> 0.12.4 x11-toolkits/hs-pango 0.12.3_1 --> 0.12.4 Removed ports (1): textproc/hs-xml2html 0.1.2.3_1 Approved by: wen (maintainer) [1] Obtained from: FreeBSD Haskell
* Chase icu, graphite2 and libexttextcat bumpbapt2012-12-193-22/+14
|
* - Use double-precision floating point numbersgahr2012-12-181-0/+1
|
* - Update to 05_20121212gahr2012-12-183-259/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * The Seed7 compiler was renamed. The new name of the Seed7 compiler is s7c. * Manual, FAQ, read_me files and several example programs were updated to use the new name of the Seed7 compiler (s7c). * A description of ltrim and rtrim and some links were added to the manual. * The library make.s7i and the example program make7.sd7 were improved to execute make commands with predefined macros. * The library makedata.s7i was improved to support dependencies which contain a space. * The library make.s7i was improved to support the command cp -a. * A variant of the function popen, with the parameters 'command' and 'parameters', was added to shell.s7i. * An explanation, why & and <& are defined for string concatenation, was added to the FAQ. * The program tar7.sd7 was improved to accept also DOS paths for all file arguments. * Documentation comments were added to progs.s7i and reference.s7i. * The files drw_win.c, drw_x11.c and gkb_x11.c were improved to exit a program when the close button (X) is pressed. * The functions refFile, refLine, refParams and refSetParams in ref_data.c were improved to raise RANGE_ERROR, when they are called with NULL. * The function ref_params in reflib.c was improved to call refParams. * The makefiles were improved such that 'make s7c' generates an executable of the Seed7 compiler. * The makefile mk_mingc.mak, which supports the compilation of the self extracting version of Seed7, was improved. * The support for the unused action REF_NAME was removed. - Reorganize installed files structure as per author's request (see http://seed7.sourceforge.net/faq.htm#seed7_package) - Remove article from COMMENT
* Reintroduce, adjusted to current upstream changes, my hack to getgerald2012-12-183-3/+23
| | | | | | | | to the unwinder interface to get FreeBSD/ia64 build. [1] Update to the 20121216 snapshot of GCC 4.8.0. Submitted by: Anton Shterenlikht <mexas@bristol.ac.uk> [1]
* - Update to version 1.70.03 [1]pawel2012-12-182-9/+5
| | | | | | | - Convert to OptionsNG PR: ports/174486 [1] Submitted by: Aldis Berjoza <graudeejs@gmail.com> (maintainer)
* Cleanup supporting perl version 5.8 and 5.10,az2012-12-171-7/+1
| | | | lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
* Update to 1.26.tobez2012-12-172-8/+4
| | | | Changes: http://search.cpan.org/dist/Scalar-List-Utils/Changes
* - Set default perl version for ports which currently usingaz2012-12-166-6/+5
| | | | | | (5.x+ and x < 12) scheme. Approved by: bapt@ (portmgr@)
* update sbcl to 1.1.2 and maxima to 5.29.1; adjust dependent portsbf2012-12-164-6/+24
|
* Fix build.vanilla2012-12-141-1/+3
| | | | Submitted by: Akihiko HAYASHI <hayashi at totalware.gifu.gifu.jp>
* - Support USE_READLINE.araujo2012-12-141-21/+20
| | | | | | | - Add MAKE_JOBS_UNSAFE. PR: ports/172027 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Support USE_READLINE.araujo2012-12-141-10/+2
| | | | | | | - Trim header. PR: ports/172028 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 1.13gahr2012-12-142-8/+10
| | | | | | Changes: http://www.gnu.org/software/kawa/news.html - Add LICENSE (MIT) - Add regression-test target
* - Chase graphics/ImageMagick updatebdrewery2012-12-131-7/+3
| | | | | - Remove ABI version from MagickWand - Trim header
* - Add devel/fpc-fcl-extra portacm2012-12-131-8/+9
| | | | - Bump PORTREVISION
* Update to the 20121208 snapshot of GCC 4.7.3.gerald2012-12-132-3/+3
|
* Make binutils a build dependency as well (not just a run-time dependency).gerald2012-12-132-3/+4
| | | | | | Without this, the libiberty build fails locating ar. Also update to the 20121209 snapshot of 4.8.0.
* - Update devel/tbb to 4.1.1 and bump dependent port's PORTREVISIONsmartymac2012-12-121-1/+1
| | | | | | | - Remove hardcoded dependency on gcc [1] PR: ports/171297 [1] Submitted by: Christian Mangin <christian.mangin@gmail.com> [1]
* Upgrade to 3.15.10.vanilla2012-12-122-23/+8
|
* added a patchdaichi2012-12-111-0/+11
| | | | PR: ozawa@ongs.co.jp
* Update PCRE to 8.32mm2012-12-1119-21/+27
| | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports
* Update to 5.4.9 release.ale2012-12-102-3/+3
|
* Decommissioning java 1.5 (EOLed since October 2009):bapt2012-12-1015-86/+29
| | | | suppress any reference to JAVA_VERSION= 1.5+ (part2)
* - Update to 0.8.6.2jhale2012-12-103-76/+95
| | | | | | | | | - Install pkgconf file in correct location - Trim Makefile header - Sort pkg-plist PR: ports/173302 (based on) Submitted by: Brett Estrade <estrabd@gmail.com> (maintainer)
* Upgrade to version R15B03-1, which contains a few minor improvementsolgeni2012-12-084-27/+12
| | | | | | | | | over R15B03: - Official fix for the ssl:ssl_accept/2 timeout issue. - Revert erl_crash.dump creation behavior back to R15B02. Feature safe: yes
* drop PORTREVISIONdaichi2012-12-061-1/+0
| | | | | Pointedout by: danfe Feature safe: yes
* Update to 1.8.2daichi2012-12-062-4/+4
| | | | | Submitted by: ozawa@ongs.co.jp Feature safe: yes
* Update to the 20121125 snapshot of GCC 4.8.0.gerald2012-12-052-3/+3
| | | | | | | This enables support for libbacktrace and thus nicer backtraces should the compiler fail on FreeBSD. Feature safe: yes
* - Add missing closing > on Created by linegahr2012-12-051-1/+1
| | | | Feature safe: yes
* - Chase 82+ not being a valid Tcl/Tk version anymoregahr2012-12-042-3/+3
| | | | | Feature safe: yes Reported by: beat, bapt
* - Reassign to the heap at maintainer's requesttabthorpe2012-12-041-6/+2
| | | | Feature safe: yes
* - Retire Tcl/Tk 8.2 now that the last consumer (deskutils/abacus) has gonegahr2012-12-049-850/+0
| | | | | | - Fix typo in previous commit in MOVED Feature safe: yes
* - Fix build with clanggahr2012-12-033-5/+51
| | | | | | - Trim Makefile header Feature safe: yes
* - Update to Tcl/Tk 8.5.13gahr2012-12-035-81/+71
| | | | | | | | Release notes: http://sf.net/mailarchive/message.php?msg_id=30090852 PR: ports/173753 (based on) Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Feature safe: yes
* Make binutils a build dependency as well (not just a run-time dependency).gerald2012-12-022-3/+4
| | | | | | | | Without this, the libiberty build fails locating ar. Also update to the 20121124 snapshot of 4.7.3. Feature safe: yes
* Re-add ecj-4.5.jar to distinfo.gerald2012-12-011-0/+2
| | | | | Reported by: andy@neu.net Feature safe: yes
* Make binutils a build dependency as well (not just a run-time dependency).gerald2012-12-012-5/+4
| | | | | | | | Without this, the libiberty build fails locating ar. Also update to the 20121123 snapshot of 4.6.4. Feature safe: yes
* - Fix build with clanggahr2012-11-301-0/+1
| | | | Feature safe: yes
* Fix timeout issue in ssl_connection.erl.olgeni2012-11-302-0/+17
| | | | | | | | Due to a missing function clause to handle the ssl:ssl_accept-timeout, it was treated as a canceled timeout. Submitted by: Ingela Anderton Andin on erlang-bugs Feature safe: yes
* Update pkg-descrpawel2012-11-291-1/+1
| | | | | | | PR: ports/173833 Submitted by: poyopoyo@puripuri.plala.or.jp Approved by: maintainer Feature safe: yes
* Upgrade to version R15B03.olgeni2012-11-294-23/+24
| | | | Feature safe: yes
* - Update to 05_20121125gahr2012-11-284-24/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 20121125: - The makefiles and the file setpaths.c were improved to accept the macros S7_LIB_DIR (Directory with static Seed7 object libraries) and SEED7_LIBRARY (Directory with the Seed7 include libraries). Now the build process of a package can call make e.g. with: make S7_LIB_DIR=/abc/seed7/bin SEED7_LIBRARY=/abc/seed7/lib depend This way the two paths are defined in version.h. This defines them as default paths in the interpreter executable and in the compiler. - An explanation, what a binary Seed7 package should install, was added to the FAQ. This can be used as guideline for Seed7 packages. - The description of the times-operator in the manual and in array.s7i was improved. - A description of the function name(PROGRAM), file(PROGRAM) and 'environment' was added to the manual. - The new library environment.s7i was added. Most of the contents of this library was extracted from "seed7_05.sd7". The new library is included from "seed7_05.s7i", so no change in existing programs is necessary. - A documentation comment for getSearchPath was added to shell.s7i. - The functions ltrim and rtrim were added to the library string.s7i. - Testcases for ltrim and rtrim were added to chkstr.sd7. - The function getProgramName in arr_rtl.c was improved to do the comparison with EXECUTABLE_FILE_EXTENSION correctly. - The program tar7.sd7 was improved to accept also DOS paths for the file specified with -f. - The function homeDir was improved to work with DJGPP (either $HOME or C:\ is used). - The function prc_cpy in prclib.c was improved. - The files executl.c, hshlib.c, ref_data.c, reflib.c and sctlib.c were improved to copy the descriptor union with memcpy and to copy the posinfo flag with SET_ANY_FLAG, when necessary. 20121104: - The new function homeDir was added to the library osfiles.s7i. Interpreter and compiler were improved to support homeDir. - The libraries makedata.s7i and make.s7i were improved to support replacement macros. - A check for division by zero with /:= was added to chkflt.sd7. - The compiler (comp.sd7) was improved to use definitions of NOT_A_NUMBER, POSITIVE_INFINITY and NEGATIVE_INFINITY. - The program chkccomp.c was improved. Now it manages the macros likely, unlikely, UNISTD_H_PRESENT, POPEN_MISSING, os_utime_orig, os_utime, USE_ALTERNATE_UTIME, INCLUDE_SYS_UTIME, USE_LOCALTIME_R, USE_LOCALTIME_S, FLOAT_ZERO_DIV_ERROR, CHECK_FLOAT_DIV_BY_ZERO, ISNAN_WITH_UNDERLINE and HOME_DIR_ENV_VAR. Additionally chkccomp.c does not depend on the definitions of long_long_EXISTS, long_long_SUFFIX_LL, __int64_EXISTS, __int64_SUFFIX_LL and USE_BUILTIN_EXPECT in chkccomp.h. - The functions flt_div and flt_div_assign in fltlib.c were improved to work correctly when CHECK_FLOAT_DIV_BY_ZERO is defined. - Several #defines were ommitted from the makefiles. - Explanations of several version.h #defines were added to read_me.txt Feature safe: yes
* 2012-11-27 java/jmp: Java 1.5 is EOLedbapt2012-11-284-59/+0
| | | | | | | | | | | | | | | | 2012-11-26 irc/tr-ircd: No more public distfiles 2012-11-26 lang/imp-interpreter: No more public distfiles 2012-11-26 games/xquarto: No more public distfiles 2012-11-26 games/six: No more public distfiles 2012-11-26 finance/gfp: No more public distfiles 2012-11-26 games/44bsd-hunt: No more public distfiles 2012-11-26 graphics/ale: No more public distfiles 2012-11-26 german/digibux: No more public distfiles 2012-11-26 java/eclipse-clay-core: No more public distfiles 2012-11-26 games/xbloody: No more public distfiles 2012-11-26 dns/sqldjbdns: No more public distfiles Feature safe: yes
* - Update to 0.17019culot2012-11-282-8/+4
| | | | | Changes: http://search.cpan.org/dist/Error/ChangeLog Feature safe: yes
* - Update to 0.9.9.17bdrewery2012-11-284-7/+31
| | | | | | PR: ports/173845 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer) Feature safe: yes
* Fix crash when a table viewer in the observer application attemptsolgeni2012-11-282-1/+15
| | | | | | | to refresh an ETS table which no longer exists. Submitted by: Peti Gomori on erlang-patches Feature safe: yes
* - Update maintainership of my Tcl/Tk ports to tcltk@gahr2012-11-271-1/+1
| | | | | | - Trim Makefile headers Feature safe: yes
* Update to 5.3.19flo2012-11-272-3/+3
| | | | Feature safe: yes
* consolidate under (lower-case) tcltk@bf2012-11-279-9/+9
| | | | | PR: 173753 , 173767 Feature safe: yes
* - reassign ports to TclTk@FreeBSD.orggahr2012-11-276-11/+7
| | | | | | | | | - while at it, trim Makefile headers in lang/tcl-modules PR: ports/173939 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (previous maintainer) Approved by: mm@ (previous maintainer of lang/tcl-modules) Feature safe: yes
* - mark as deprecated, they're going to be killed as soon as last consumergahr2012-11-261-1/+4
| | | | | | | (deskutils/abacus) has gone. This will be 2012-12-01 - assign to TclTk@ in the meanwhile Feature safe: yes
* - Update backports patch to 20121114flo2012-11-252-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION Changes: - CVE-2006-7243 PHP before 5.3.4 accepts the \0 character in a pathname, which might allow context-dependent attackers to bypass intended access restrictions by placing a safe file extension after this character, as demonstrated by .php\0.jpg at the end of the argument to the file_exists function Secuity 3761df02-0f9c-11e0-becc-0022156e8794 fixed by check in fopen functions for strlen(filename) != filename_len - CVE-2012-4388 The sapi_header_op function in main/SAPI.c does not properly determine a pointer during checks for %0D sequences (aka carriage return characters), which allows remote attackers to bypass an HTTP response-splitting protection mechanism via a crafted URL, this vulnerability exists because of an incorrect fix for CVE-2011-1398. - Timezone database updated to version 2012.9 (2012i) PR: ports/173685 Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> Approved by: maintainer Feature safe: yes
* New ISP, no need to redirect HTTP traffic to port 8080 any longer.rene2012-11-241-1/+1
| | | | Feature safe: yes
* Upgrade to version 10.4.5.olgeni2012-11-224-11/+11
| | | | Feature safe: yes
* Update to 0.07.tobez2012-11-152-9/+4
| | | | | | Changes: http://cpansearch.perl.org/src/KAPPA/signatures-0.07/Changes Feature safe: yes
* Finally update from 2.0.0-rc3 to 2.0.0 release.osa2012-11-142-5/+5
| | | | | | ChangeLog: http://luajit.org/changes.html Feature safe: yes
* - Remove DEPRECATEDpawel2012-11-102-12/+13
| | | | | | | | | - Add LICENSE - Update MASTER_SITES and WWW: line PR: ports/172026 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* - Update MASTER_SITESpawel2012-11-105-214/+221
| | | | | | | | | | | - Support NO_WRKSUBDIR - Support COPYTREE_SHARE - Support PORTEXAMPLES - Add MAKE_JOBS_SAFE PR: ports/172025 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
* - Update lang/ruby19 to 1.9.3p327swills2012-11-101-2/+2
| | | | | | | - Document security issue in earlier versions Security: 5e647ca3-2aea-11e2-b745-001fd0af1a4c Feature safe: yes
* - Update to 2.77bdrewery2012-11-102-8/+4
| | | | | | - Trim header Feature safe: yes
* - Update to 2.60bdrewery2012-11-102-8/+4
| | | | | | - Trim header Feature safe: yes
* Update to 3.2.1.2012.11.01makc2012-11-095-168/+93
| | | | | | PR: ports/173333 Submitted by: Tijl Coosemans (maintainer) Feature safe: yes
* Update from 2.0.0-rc2 to 2.0.0-rc3.osa2012-11-092-5/+5
| | | | | | ChangeLog: http://luajit.org/changes.html Feature safe: yes
* Upgrade to version 5.3.1.olgeni2012-11-083-82/+488
| | | | Feature safe: yes
* Upgrade to version 5.3.1.olgeni2012-11-083-46/+181
| | | | Feature safe: yes
* - Fix build by removing AM_C_PROTOTYPES from configure.actdb2012-11-076-6/+56
| | | | Feature safe: yes
* Update from 2.0.0-rc1 to 2.0.0-rc2.osa2012-11-072-5/+5
| | | | Feature safe: yes.
* Update to 0.9.9.13.rakuco2012-11-064-15/+9
| | | | | | PR: ports/173401 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer) Feature safe: yes
* Fix 64-bit bug in odbcserver application:olgeni2012-11-052-0/+15
| | | | | | | - encode_out_params should perform cast using SQL_INTEGER* rather than long*. Submitted by: Joseph Wayne Norton <norton@lovely.email.ne.jp> on erlang-bugs Feature safe: yes
* Update to the 20121103 snapshot of GCC 4.7.3.gerald2012-11-052-3/+3
| | | | Feature safe: yes
* Given how stable the GCC 4.6 branch is these days, like with lang/gccgerald2012-11-052-5/+5
| | | | | | | | | | | | | | just build, do not bootstrap, when building this port. This speeds up a full port/package test cycle by 31% on a 4-core system; a simple build/install will benefit even more. (This may impact compile time by this compiler a bit, depending on how well the system compiler optimizes this codebase. And we only should do this for stable, established versions of GCC.) On the way, update to the 20121102 snapshot of GCC 4.6.4. Feature safe: yes
* - Change my email address to gblach@FreeBSD.orggblach2012-11-041-6/+2
| | | | | | - Change Makefile headers to shorter form Feature safe: yes
* Update to 5.16.2az2012-11-044-7/+13
| | | | | | | | Changes: http://search.cpan.org/~rjbs/perl-5.16.2/pod/perldelta.pod Approved by: maintainer (implicit via email) With hat: perl@ Feature safe: yes
* Upgrade to version 10.4.4.olgeni2012-11-044-29/+30
| | | | Feature safe: yes
* Update to the 20121026 snapshot of GCC 4.6.4. Bring a comment in linegerald2012-11-032-4/+4
| | | | | | with related ports. Feature safe: yes
* - Update to 1.8.7 p371swills2012-11-021-2/+2
| | | | | Security: 2a093853-2495-11e2-b0c7-000d601460a4 Feature safe: yes
* Update to the 20121027 snapshot of GCC 4.7.3.gerald2012-11-022-3/+3
| | | | Feature safe: yes
* Forward port inclusion and use of the Eclipse Java compiler. [1]gerald2012-11-023-4/+16
| | | | | | | Update to the 20121014 snapshot of GCC 4.8.0. Submitted by: jkim [1] Feature safe: yes
* Update from 2.0.0-beta11 to 2.0.0-rc1.osa2012-11-024-32/+30
| | | | | | ChangeLog: http://luajit.org/changes.html Feature safe: yes
* - Mark as BROKEN: distinfo is out of datebeat2012-11-011-0/+2
| | | | | Reported by: pointyhat Feature safe: yes
* - Fix a packaging issue (no package change so no portrevision bump)swills2012-11-012-10/+0
| | | | Feature safe: yes
* Rename the suhosin patch to suhosin-patch-5.3.x-0.9.10.1.patch.gz to preventflo2012-11-012-5/+5
| | | | | | | | | | | | | | | | | SHA256 and SIZE mismatches with the previous version. This is required as in php 5.3.18 2 copyright notices were updated with the current Year numbers, this prevents the stock suhosin patch to apply. Temporarily add my public_html on freefall to PATCH_SITES, as the MASTER_SITE_LOCAL sync does not seem to work currently. The diff between the latest available stock suhosin patch and the patch we apply to our port can be found here: http://people.freebsd.org/~flo/suhosin.diff Reported by: bdrewery Feature safe: yes
* - Update lang/ruby19 to 1.9.3.286swills2012-11-014-18/+3
| | | | | | | - Don't try to cleanup dir created by ruby-gems - Trim headers while here Feature safe: yes
* add the mailheader patch back to the distinfo which was removed by mistakeflo2012-10-311-0/+2
| | | | Feature safe: yes
* Update to 5.3.18flo2012-10-312-13/+7
| | | | Feature safe: yes
* Make sure the default options (DOCS, EXAMPLES, IPV6, NLS) are alwaysrene2012-10-292-0/+4
| | | | | | defined. Feature safe: yes
* - Update to 05_20121021gahr2012-10-293-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - The library vecfont10.s7i, which defines the standard vector font with capital height 10, was added. Now mahjong.sd7 and shisen.sd7 use vecfont10.s7i. - The programs mahjong.sd7, pairs.sd7, shisen.sd7 and sokoban.sd7 were improved to fit into a screen with a resolution of 1024 x 768. - The library make.s7i was improved: The parsing of command parameters (used by the Unix version of the echo command), was improved. The processing of pattern rules was improved (The rule with the shortest stem value is used, when several rules match). - Functions to read a makefile were moved from make.s7i to the new library makedata.s7i. - The reading of makefiles was improved: The processing of the gmake directives 'ifeq' and 'ifneq' was improved to allow else clauses. The processing of the nmake directive 'if' was added. Merging of dependencies for rules with the same target was improved. - The parse function for time values (library time.s7i) was improved to allow fractions of a second. - The functions getSubNodes and getContent and a for-loop for xmlNode values were defined in the library xmldom.s7i. - The compiler was improved to initialize bstring literals correctly, when pointers are 64-bit and integers are 32-bit. - The font libraries cronos16.s7i, cronos27.s7i, modern27.s7i and vecfont18.s7i were improved to include vectorfont.s7i. - The font libraries stdfont10.s7i, stdfont12.s7i, stdfont14.s7i, stdfont16.s7i, stdfont18.s7i, stdfont20.s7i and stdfont24.s7i were improved to include bitmapfont.s7i. - The program dnafight.sd7 was improved to limit the speed of the animation. - The program make7.sd7 was improved to recognize the options correctly. Additionally make7 inherits also all improvements of makedata.s7i and make.s7i. - The program ftp7.sd7 was improved to accept the option -?. - The graphic libraries drw_x11.c and drw_win.c were improved to draw the background of maximized windows with the color of the last clear command. Feature safe: yes
* Update to version 4.10.2pawel2012-10-276-12/+72
| | | | | | PR: ports/173132 Submitted by: Takeshi MUTOH <mutoh@openedu.org> (maintainer) Feature safe: yes
* - drop maintainershipdinoex2012-10-271-2/+2
| | | | Feature safe: yes
* Deprecate a bunch of ports that are either abandonware and/or for which no morebapt2012-10-262-10/+8
| | | | | | | public distfiles are available, or for which are -devel version with a more recent stable version for long Feature safe: yes
* 2012-10-20 lang/ironpython: No more public distfilesbapt2012-10-2616-280/+0
| | | | | | | | | | | | | | | | | 2012-10-20 lang/cu-prolog: No more public distfiles 2012-10-20 japanese/stardict-dict-ja: No more public distfiles 2012-10-20 japanese/otojiro-fpw: No more public distfiles 2012-10-20 japanese/hex: No more public distfiles 2012-10-20 japanese/gxditview: No more public distfiles 2012-10-20 graphics/view3ds: No more public distfiles 2012-10-20 graphics/photoclip: No more public distfiles 2012-10-20 graphics/multivideo: Abandonware, no more upstream, depends on the deprecated wxGTK 2.4 2012-10-20 graphics/kphotoalbum: No more public distfiles 2012-10-20 graphics/jpegpixi: No more public distfiles 2012-10-20 graphics/gimp-manual-pdf: No more public distfiles 2012-10-20 graphics/exifprobe: No more public distfiles Feature safe: yes
* - Update to 1.4.1jhale2012-10-252-15/+14
| | | | | | | | | | | | | | - Trim Makefile header While here: - Remove indefinite article from COMMENT - Convert to new options framework PR: ports/172180 Submitted by: wen@ Approved by: maintainer timeout (25 days) makc, avilla (mentors, implicit) Feature safe: yes
* Use optionsNG syntax for NOPORTDOCSrene2012-10-241-1/+3
| | | | Feature safe: yes
* Use optionsNG syntax for NOPORTDOCSrene2012-10-241-1/+3
| | | | Feature safe: yes
* Upgrade to 3.14.5.vanilla2012-10-245-25/+5
| | | | Feature safe: yes
* The documentation for the Scala standard library.ale2012-10-234-0/+36
| | | | | | WWW: http://www.scala-lang.org/ Feature safe: yes
* - set new MAINTAINERdinoex2012-10-221-1/+1
| | | | | | PR: 172861 Submitted by: Chris Petrik Feature safe: yes
* Forward port inclusion and use of the Eclipse Java compiler. [1]gerald2012-10-223-4/+16
| | | | | | | Update to the 20121013 snapshot of GCC 4.7.3. Submitted by: jkim [1] Feature safe: yes
* - drop maintainershipdinoex2012-10-221-5/+1
| | | | Feature safe: yes
* Remove stale pkg-descr, as pointed out by Tijl.rakuco2012-10-211-0/+0
| | | | Feature safe: yes
* Sync with lang/sdcc and update to 3.2.1.2012.10.18.rakuco2012-10-219-814/+1256
| | | | | | PR: ports/172907 Submitted by: Tijl Coosemans <tijl@coosemans.org> (maintainer) Feature safe: yes
* - Upgrade to 1.7.0.kuriyama2012-10-203-18/+3
| | | | Feature safe: yes
* - Change license to GPLv3madpilot2012-10-192-4/+555
| | | | | | | | | | - Fix clang build - Fix ia64 build [1] PR: ports/172789 Submitted by: Tijl Coosemans <tijl@coosemans.org> (maintainer) Reported by: Anton Shterenlikht <mexas@bristol.ac.uk> [1] Feature safe: yes
* - drop maintainershipdinoex2012-10-191-6/+2
| | | | Feature safe: yes
* - drop maintainershipdinoex2012-10-191-1/+1
| | | | Feature safe: yes
* Update from 2.0.0-beta10 to 2.0.0-beta11.osa2012-10-195-38/+50
| | | | | | | | Remove needless patch. ChangeLog: http://luajit.org/changes.html Feature safe: yes
* - Update to 05_20121007gahr2012-10-183-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: 20121007: - An error message, that could occur when the Seed7 interpreter is compiled, is explained in the FAQ and to 'src/read_me.txt'. - A description of the for-step-statement was added to the manual. - The library make.s7i was improved. Now makefile dependencies can contain colons (:) and equal signs (=). The parameters of the echo command are parsed better now. Calls of the function callOwnProgram are also avoided now. This way the library works correctly, when it is used by programs other than make7.sd7. - The library tar.s7i was improved to set the file mode, when an archive is extracted. - Testcases for a variant of the @:= operator, which copies a string to another, were added to the program chkstr.sd7. - Interpreter and compiler were improved to support the situation, when source and destination of the @:= operator (action STR_POSCPY) are identical. - The compiler was improved to support the action ITF_DESTR. - The compiler was improved, to call C compiler and linker with specific options, such that unneeded functions are ommited (when the linker and executable file format support this feature). - The compiler was improved to remove debug symbols, unless called with -g (some makefiles now define LINKER_OPT_NO_DEBUG_INFO). - The function name(PROGRAM) was improved, to return the program name without following symbolic links. - The function path(PROGRAM) was improved, to follow symbolic links (see function followLink in cmd_rtl.c). Consequently dir(PROGRAM) also follows symbolic links. - The function CommandLineToArgvW in cmd_win.c was improved. - The files itf_rtl.c and itf_rtl.h, which contain interface functions, were added. - The makefile mk_mingc.mak was added to support compilation of the self extracting version of Seed7. 20120923: - Experimental support for automatic memory management with reference counting was added to the interpreter. - The libraries external_file.s7i, field.s7i, stritext.s7i, gzip.s7i, listener.s7i, pixmap_file.s7i, shell.s7i, socket.s7i, strifile.s7i, dir.s7i, utf16.s7i, utf8.s7i and xmldom.s7i were improved to use the function toInterface. - The function name(PROGRAM) was improved, to return the name of the program without extension and without path. - The interpreter was improved to support the action ITF_DESTR. Feature safe: yes
* Upgrade to 0.4.vanilla2012-10-188-49/+121
| | | | | | PR: ports/172791 Submitted by: maintainer Feature safe: yes
* Add a symlink for libmozjs185.so.1 so adding mozjs185 to LIB_DEPENDS works.kwm2012-10-172-0/+5
| | | | | Approved by: koobs (maintainer) Feature safe: yes
* Spidermonkey is the JavaScript interpreter from the Mozilla project.tj2012-10-175-0/+276
| | | | | | | | | | | | | WWW: http://www.mozilla.org/js/spidermonkey/ Feature safe: yes PR: ports/172710 PR: ports/170768 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> Submitted by: Anton Afanasyev <aasoft@gmail.com> Submitted by: avg Reviewed by: kwm, flo Approved by: eadler (mentor)
* - Fix the ZLIB license now that it is standard in bsd.licenses.db.mktabthorpe2012-10-171-3/+0
| | | | | | Approved by: cy (maintainer) Pointyhat to: tabthorpe Feature safe: yes
* Connect dragonegg-devel46 to the build.brooks2012-10-161-0/+1
| | | | | | Reported by: beat Point hat to: brooks Feature safe: yes
* Replace the use of _GCC_BUILD_DEPENDS (which was never meant to begerald2012-10-141-6/+3
| | | | | | | | | | | | | used outside of Mk/bsd.gcc.mk) by _GCC_RUNTIME. This is still not ideal, but at least a documented stopgap, and it avoids the manual construction of the directory to be added to rpath. Remove -rpath= from _CFLAGS and _LDFLAGS since CFLAGS and LDFLAGS already have -Wl,-rpath= (and -rpath= itself is not even accepted by current versions of GCC). Approved by: maintainer timeout (6 weeks) Feature safe: yes
* - cleanup commentsdinoex2012-10-132-10/+0
| | | | Feature safe: yes
* Convert to new options.wxs2012-10-131-4/+5
| | | | | | PR: ports/172419 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer) Feature safe: yes
* For releases, libquadmath.info is always installed, even ongerald2012-10-121-5/+8
| | | | | | | | | | | | | | architectures where the library is not supported. [1] Revamp the handling of different languages (frontends, run-times) by GCC to allow for orthogonal setting them in the future. [2] Print the list of languages being built as part of pre-everything and shorten the output of operating system and version there. Reported by: linimon [1] Inspired by: jkim [2] Feature safe: yes
* - Avoid creating unused empty directories when installing tcl-modulesgahr2012-10-122-2/+1
| | | | | Approved by: portmgr (bapt) Feature safe: yes
* - Remove quotes from options stringjhale2012-10-121-6/+2
| | | | | | | | | | | While here: - Trim Makefile header PR: ports/172603 Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer) Approved by: makc, avilla (mentors, implicit) Reported by: Riccardo Torrini Feature safe: yes
* Add a port of the development version of DragonEgg.brooks2012-10-124-0/+174
| | | | | | | | | | DragonEgg is a gcc plugin that replaces GCC's optimizers and code generators with those from the LLVM project. It works with gcc-4.5 or gcc-4.6, can target the x86-32/x86-64 and ARM processor families. It fully supports Ada, C, C++ and Fortran. It has partial support for Go, Java, Obj-C and Obj-C++. Feature safe: yes
* - update to 0.9.9.1rm2012-10-125-36/+45
| | | | | | | | | | | | | | | | | - add build dependencies on bison and flex while here: - trim Makefile header - remove redundant tabs in Makefile - use SF shortcut in MASTER_SITES - remove indefinite article from COMMENT - remove exclicit dependency on qmake, since it is already defined in USE_QT4 - change BUILD_DEPENDS usage to more common - remove trailing whitespace in pkg-descr PR: 172583 Submitted by: Fernando <fernando.apesteguia at gmail dot com> (maintainer) Feature safe: yes
* - Remove double quotes from *_DESCmadpilot2012-10-111-1/+1
| | | | | | | Requested by: Zhihao Yuan <lichray@gmail.com> (maintainer, via email) Noticed by: Riccardo Torrini <riccardo@torrini.org> Feature safe: yes
* Do not try to delete a directory where nothing is being added by the package andbapt2012-10-111-1/+0
| | | | | | | | not created by the package. This fix tcl86 building on pointyhat with pkgng. Approved by: c.petrik.sosa@gmail.com (maintainer)
* remove trainling " from MYSQLND_DESCflo2012-10-101-2/+2
| | | | Submitted by: Riccardo Torrini <riccardo@torrini.org>
* Force numerous ports that fail to build with clang over to instead alwayslinimon2012-10-108-0/+8
| | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings.
* - Fix PERL_VERSION_REGEX to match actual perl version (5.16).az2012-10-091-1/+1
| | | | | | Repoted by: kib@ Reviewed by: tobez@ With Hat: perl@
* Fix typo in MYSQLND_DESC.ale2012-10-091-3/+3
| | | | Submitted by: riccardo@torrini.org
* - Do not create DATADIR when building threaded versiongahr2012-10-081-1/+1
| | | | Reported by: PH (via linimon)
* Convert to OptionsNG; sort DISTNAME according to portlint.olgeni2012-10-071-8/+4
|
* Convert to OptionsNG.olgeni2012-10-071-22/+15
|
* Cleanup Makefile headers of my ports.rene2012-10-073-15/+4
| | | | Just use my login for ports I originally created myself.
* Deprecate and set expiration dateaz2012-10-072-0/+6
| | | | | | PR: ports/170602, ports/170603 Submitted by: az Approved by: maintainer (timeout)
* - Update to version 2012-10-05cs2012-10-073-7/+8
| | | | | | | | - Remove indefinite article from COMMENT - Improve pkg-descr PR: ports/172381 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)
* Don't try to tidy up user-created directories.kwm2012-10-062-2/+0
| | | | Approved by: crees (python@)
* Update to 5.4.7 release.ale2012-10-042-3/+3
|
* Convert to new options frameworkbapt2012-10-041-10/+8
|
* - Update to 2011.09.12gahr2012-10-046-1670/+3128
| | | | | - Convert to OptionsNG - Put addons that have dependencies into OPTIONS
* - Add pkgng supportsbz2012-10-031-2/+10
|
* - do not hardcode distfile extension for lang/python ports in bsd.python.mkrm2012-10-038-8/+12
| | | | | | | | | (PYTHON_DISTFILE variable) - switch lang/python ports (and it's slaves) to tar.xz I compared all the four pairs .tgz/.tar.xz and they have no content differences. Discussed on: python@
* - Fix plistjlaffaye2012-10-031-3/+0
|
* - Update to 2012.09culot2012-10-013-11/+181
| | | | | | Changelog: http://rakudo.org/2012/09/30/rakudo-star-2012-09-released/ PR: ports/172203 Submitted by: Aliaksandr Zahatski <zahatski@gmail.com>
* Forward port revision 282369 [1] which carried the following description:gerald2012-10-013-17/+20
| | | | | | | | | | On the way rename %%GCC_VER%% in pkg-plist to %%GCC_VERSION%% and make the Makefile machinery a bit more generic to minimize differences between lang/gcc ports based on releases and those based on snapshots. On the way, update to the 20120930 snapshot of GCC 4.8.0. Submitted by: jkim [1]
* Revamp the handling of different languages (frontends, run-times)gerald2012-10-012-6/+8
| | | | | | | | | by GCC to allow for orthogonal setting them in the future. [1] Print the list of languages being built as part of pre-everything and shorten the output of operating system and version there. Inspired by: jkim [1]
* Forward port revision 282369 [1] which carried the following description:gerald2012-09-303-17/+20
| | | | | | | | | | On the way rename %%GCC_VER%% in pkg-plist to %%GCC_VERSION%% and make the Makefile machinery a bit more generic to minimize differences between lang/gcc ports based on releases and those based on snapshots. On the way, update to the 20120929 snapshot of GCC 4.7.3. Submitted by: jkim [1]
* - pass maintainership to new volonteerrm2012-09-304-26/+8
| | | | | | | | | | while here: - trim Makefile header - remove indifenite article from COMMENT - remove deprecated attribution in pkg-descr PR: 172163 Submitted by: Chris Petrik <c.petrik.sosa at gmail dot com>
* - Remove DOCS option to prevent dialog being displayedjase2012-09-301-2/+0
| | | | | Requested by: Vitaly Magerya <vmagerya@gmail.com> (maintainer, via email) Approved by: flo, culot (mentors, implicit)
* - Fix editors/fpc-ideacm2012-09-302-3/+8
|
* Upgrade to version 0.17.1.olgeni2012-09-302-3/+3
| | | | | | PR: ports/172158 Submitted by: olgeni Approved by: maintainer (private mail)
* - Update to 4.8.0 [1]jase2012-09-304-17/+33
| | | | | | | | | | | | - Convert to OPTIONSng, add DOCS option - Convert to new format Makefile header - Tidy up PORTDOCS handling Changes: http://code.call-cc.org/releases/4.8.0/NEWS PR: ports/171926 [1] Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer) Approved by: flo, culot (mentors, implicit)
* - fix runtime error by using correct SqueakV41 imagerm2012-09-302-10/+8
| | | | | | PR: 171291 Submitted by: Takeshi MUTOH <mutoh at openedu dot org> (maintainer) Reported by: Patrick Dudjalija <patrick.dudjalija at gmail dot com>
* Update to the 20120909 snapshot of GCC 4.8.0. (Later versions havegerald2012-09-292-12/+8
| | | | | | | | | | | | | | an issue that is being in the works right now.) Cut down the comments at the top of Makefile per recent guidance. Revamp the handling of different languages (frontends, run-times) by GCC to allow for orthogonal setting them in the future. [1] Print the list of languages being built as part of pre-everything and shorten the output of operating system and version there. Inspired by: jkim [1]
* Update to the 20120922 snapshot of GCC 4.7.3, which is pretty closegerald2012-09-282-12/+8
| | | | | | | | | | | | | | | to the GCC 4.7.2 release. It also fixes an ABI problem introduced with earlier GCC 4.7 releases. Cut down the comments at the top of Makefile per recent guidance. Revamp the handling of different languages (frontends, run-times) by GCC to allow for orthogonal setting them in the future. [1] Print the list of languages being built as part of pre-everything and shorten the output of operating system and version there. Inspired by: jkim [1]
* - Speed up upgrade-site-packages [1]sbz2012-09-271-22/+15
| | | | | | | | - Use make modifiers [2] PR: ports/155970 Submitted by: Julien Laffaye <kimelto at gmail.com> [1], sbz (myself) [2] Exp-run by: beat
* Set LICENSE=MIT per <http://www.lua.org/license.html>mandree2012-09-271-0/+2
|
* - Marked FORBIDDEN due to severe unfixed vulnerabilityglarkin2012-09-271-0/+1
| | | | Requested by: eadler
* - Document remote code execution in ePerl (all versions)glarkin2012-09-261-0/+3
| | | | | | | | | - Deprecate and schedule removal in month - no upstream fix available and no active development since 1998 Security: 73efb1b7-07ec-11e2-a391-000c29033c32 Security: CVE-2001-0733 Security: http://www.shmoo.com/mail/bugtraq/jun01/msg00286.shtml
* Fix pkg-plist.romain2012-09-261-0/+20
| | | | Reported by: redports QAT, PointyHat (via beat@)
* - Fix PLISTgahr2012-09-262-2/+1
| | | | Reported by: PH (via beat@)
* - Update to 1.0.3jlaffaye2012-09-263-25/+21
| | | | - Switch to new Makefile header style
* Update to 2.11.4.romain2012-09-255-48/+3
|
* - fix patch / install in tcl86-threads after update of tcl86gahr2012-09-251-4/+5
| | | | Reported by: PH (via beat@)
* - update to 05_20120909gahr2012-09-242-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: 20120909: - The chapters about predefined statements and the foreign function interface in the manual, were improved. - An explanation, why the div operator is used for integer divisions, was added to the FAQ. - The FAQ about garbage collection was improved. - Links to EBNF syntax descriptions and exceptions were added to the HTML version of the manual. - EBNF syntax descriptions in the manual were improved. - Interpreter and compiler were improved to support the actions CMD_ENVIRONMENT and CMD_GET_SEARCH_PATH. - The library shell.s7i was improved to define the functions getSearchPath and environment. - The function path(PROGRAM) was improved to return the accurate value under all circumstances. - Several preprocessor defines were moved from "common.h to the new include file "config.h". - In cmdlib.c the function toArraytype() was introduced and used in cmd_environment() and cmd_getSearchPath(). - In cmd_rtl.c the functions add_stri_to_array() and complete_stri_array() were introduced and used in read_dir(), getSearchPath() and cmdEnvironment(). - Parameter names in drw_win.c, drw_x11.c and drw_dos.c were changed to fit to the names used in graph.s7i. - Parameter names in clib_file.s7i, keybd.s7i, sockbase.s7i, socket.s7i, utf8.s7i, fil_rtl.c, gkb_rtl.c, kbd_rtl.c, soc_dos.c, soc_rtl.c and ut8_rtl.c were changed to fit to each other. - The function conv_from_os_stri() was added to striutl.c . - The function concat_path in str_rtl.c was improved to work correctly, when the relative path contains "..". - In several makefiles defines for SEARCH_PATH_DELIMITER and os_environ were added and defines for MAP_ABSOLUTE_PATH_TO_DRIVE_LETTERS were replaced with defines for OS_PATH_HAS_DRIVE_LETTERS. - A description of several C preprocessor macros used in "version.h" and "config.h" was added to the file "src/read_me.txt". - Parameter names were added to function definitions in various libraries. - Documentation comments were added or improved in the files "clib_file.s7i", "external_file.s7i", "socket.s7i", "fil_rtl.c" and "striutl.c". - The function determineEnvironDefines was added to "chkccomp.c". 20120826: - A chapter, which explains the foreign function interface, was added to the manual. - Syntax descriptions, code examples and tables in the HTML version of the manual were improved. - Documentation comments were added to the file "striutl.c". - A description of several C preprocessor macros used in "version.h" was added to the file "src/read_me.txt".
* Of course, files/patch-* should not be in EXTRA_PATCHES.crees2012-09-231-1/+0
| | | | | I've tested this change properly now, and I'll sit quietly in the corner for a while.
* My turn for the pointyhatcrees2012-09-231-1/+1
|
* Restore files/patch-uk-locale that was removed from tcl86/filescrees2012-09-232-1/+16
| | | | | | | Although gahr removed the file, the pointyhat really belongs to mi for putting such a nasty surprise into an unrelated Makefile... Noticed by: David Wolfskill
* - Reassign to the heap at maintainer's requesttabthorpe2012-09-221-6/+2
|
* - Fix memory leakswills2012-09-221-0/+10
| | | | | PR: ports/171807 Submitted by: stas
* Deprecated a bunch a ports with no more public distfiles (thanks ehaupt'sbapt2012-09-212-0/+6
| | | | distilator
* Update to match current ocaml versionjohans2012-09-212-7/+7
| | | | In the future, this may be included in lang/ocaml instead
* fix package list (depending on architecture)johans2012-09-212-3/+1
|
* - Update php52 backports patch to 20120911bdrewery2012-09-202-4/+4
| | | | | | | | | | | | | | | | | | | | | - Add and update relevant vuxml entries Changes: - CVE-2011-1398 - The sapi_header_op function in main/SAPI.c in PHP before 5.3.11 does not properly handle %0D sequences - CVE-2012-0789 - Memory leak in the timezone functionality in PHP before 5.3.9 allows remote attackers to cause a denial of service (memory consumption) by triggering many strtotime function calls, which are not properly handled by the php_date_parse_tzfile cache. - CVE-2012-3365 - The SQLite functionality in PHP before 5.3.15 allows remote attackers to bypass the open_basedir protection mechanism via unspecified vectors - Timezone database updated to version 2012.5 (2012e) (from 2011.13 (2011m)) - Minor improvements (CVE-2012-2688, compilation issues with old GCC) PR: ports/171583 Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> Approved by: Alex Keda <admin@lissyara.su> (maintainer)
* Update to 5.3.17flo2012-09-202-3/+3
|
* - Update to 8.6.b.3gahr2012-09-196-75/+77
| | | | | Release notes: http://sf.net/projects/tcl/files/Tcl/8.6b3/tcltk-release-notes-8.6b3.txt/view
* - Fix build with clangswills2012-09-191-2/+3
| | | | Submitted by: dim
* Convert to optionsNGeadler2012-09-191-57/+62
| | | | Reviewed by: crees
* - Fix build against Tcl 8.6gahr2012-09-181-3/+14
| | | | | | PR: 171208 Submitted by: gahr Approved by: maintainer (timeout > 15 days)
* Upgrade to svn rev r163622. Several fixes to FreeBSD support for -pie andbrooks2012-09-153-221/+27
| | | | mips as well as reported improvements to the MIPS backend.
* Upgrade to 3.13.7.vanilla2012-09-142-3/+3
|
* - put GDBM and QDBM options into an OPTIONS_SINGLE, the cannot be usedflo2012-09-141-2/+4
| | | | | | | | | | simultaneously (affects databases/php53-dba) [1] - fix a typo introduced in r300957 that prevents mail/php53-imap from building [2] PR: ports/171636 [2] Submitted by: <freebsd@nagilum.org> [2] Reported by: Shahin Qurbanov <shahin.b.qurbanov@gmail.com> [1]
* update lang/sbcl to 1.0.58 and switch to the new options format;bf2012-09-132-34/+31
| | | | adjust dependent ports