aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* lang/gnat: Expire on 1 APR 2014John Marino2014-02-121-0/+3
| | | | | | | | | | | | This compiler is essentially obsolete and only builds on i386. Ports is set up to use lang/gcc-aux to compile Ada and no port depends on lang/gnat. Moreover, its presence can serve to confuse users looking for the latest GNAT compiler. Approved by: maintainer (deischen@) Notes: svn path=/head/; revision=343945
* Massive cleanup of the Perl ports:Mathieu Arnold2014-02-1215-147/+69
| | | | | | | | | | | | | | - Use SUB_FILES instead of own backed version - Have etc/perl5_version in the package instead of generating a static one at install - Move some mkdirs from pkg-install to pkg-plist - Move the bin/perl5 creation from plist to post-install Reviewed by: az Sponsored by: Absolight Notes: svn path=/head/; revision=343921
* lang/gnat-aux: Set to expire on 1 June 2014John Marino2014-02-121-0/+1
| | | | | | | | | After thinking about this, there's no reason to continue to use this over lang/gcc-aux. It is based on a gcc branch that has already reached EOL. Notes: svn path=/head/; revision=343913
* - Stage supportMartin Wilke2014-02-122-4/+1
| | | | Notes: svn path=/head/; revision=343864
* - convert LIB_DEPENDS to modern syntax, that was forgotten in recent commitRuslan Makhmatkhanov2014-02-121-2/+2
| | | | Notes: svn path=/head/; revision=343863
* - update to 0.8.8Ruslan Makhmatkhanov2014-02-125-13/+36
| | | | | | | | | | | | | while here: - fix submission a bit (include back qore-modules) - fix build with clang - support staging PR: 186496 Submitted by: Brett Estrade <estrabd@gmail.com> (maintainer) Notes: svn path=/head/; revision=343854
* Remove all NO_LATEST_LINK, all of them have different PKGNAMEs.Mathieu Arnold2014-02-114-8/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=343737
* Partial restore r343675 (leave some warnings/errors output)Andrej Zverev2014-02-113-0/+15
| | | | | | | | Suggested by: ak@ Reviewed by: ak@ Notes: svn path=/head/; revision=343731
* - Fix build when newer gcc which includes a libffi is installedSteve Wills2014-02-102-2/+8
| | | | | | | | PR: ports/186468 Submitted by: Jim Ohlstein <jim@ohlste.in> Notes: svn path=/head/; revision=343678
* Turn use.perl into silent modeAndrej Zverev2014-02-103-63/+0
| | | | | | | Reviewed by: bapt@, mat@ Notes: svn path=/head/; revision=343675
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-108-0/+19
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Back to the futurBaptiste Daroussin2014-02-104-4/+4
| | | | Notes: svn path=/head/; revision=343630
* Mark as deprecated unmaintained ports for which no public distfiles areBaptiste Daroussin2014-02-104-0/+12
| | | | | | | | | available for part or all the needed distfiles. Reported by: distillator Notes: svn path=/head/; revision=343626
* PERLIOBUF_DEFAULT_BUFSIZ - new knob for controlling PerlIO buffer size.Andrej Zverev2014-02-103-0/+21
| | | | | | | | | | | | Additional information: - http://perl5.git.perl.org/perl.git/commit/b83080de5c4254 This change doesn't affect default perl behavior. Requested by: Anton Yuzhaninov <ayuzhaninov@openstat.ru> Notes: svn path=/head/; revision=343616
* lang/p2c: Restore build on DragonFlyJohn Marino2014-02-091-1/+1
| | | | Notes: svn path=/head/; revision=343545
* - remove reference to /usr/X11R6 in pkg-messageRuslan Makhmatkhanov2014-02-091-1/+0
| | | | | | | | | PR: 185127 Submitted by: crees Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=343521
* Fix stage symlinksAntoine Brodin2014-02-091-0/+5
| | | | Notes: svn path=/head/; revision=343517
* Update dmd2-2.064 --> dmd2-2.064.2Cy Schubert2014-02-093-11/+29
| | | | | | | Submitted by: Cristian Ferretti <cristian_ferretti@yahoo.com> Notes: svn path=/head/; revision=343508
* - Update to 5.5.9 releaseAlex Dupre2014-02-092-6/+5
| | | | | | | | | | | | | | | - Enable FPM by default [2] - Add support to override configure flags [3] To users requesting mod_php package, please read this: https://wiki.apache.org/httpd/PHP-FPM PR: ports/185438 [1], ports/186536 [2] Submitted by: Ilya Bakulin <webmaster@kibab.com> [1], Reinier Schoof <reinier@skoef.nl> [2] Notes: svn path=/head/; revision=343492
* - Update to 5.4.25 release [1]Alex Dupre2014-02-092-6/+5
| | | | | | | | | | | | | | | | - Enable FPM by default [2] - Add support to override configure flags [3] To users requesting mod_php package, please read this: https://wiki.apache.org/httpd/PHP-FPM PR: ports/186564 [1], ports/185437 [2], ports/186536 [3] Submitted by: Rustem Alimov <rustem.alimov@gmail.com> [1], Ilya Bakulin <webmaster@kibab.com> [2], Reinier Schoof <reinier@skoef.nl> [3] Notes: svn path=/head/; revision=343435
* - Stage suppotMartin Wilke2014-02-081-26/+22
| | | | Notes: svn path=/head/; revision=343323
* - Add LICENSESunpoet Po-Chuan Hsieh2014-02-081-3/+6
| | | | | | | | | | | - Fix build for users with python 3.x as default - Simplify shebang fix Submitted by: sunpoet (myself) Approved by: vanilla (maintainer) Notes: svn path=/head/; revision=343316
* - Add LICENSESunpoet Po-Chuan Hsieh2014-02-081-0/+2
| | | | | | | | Submitted by: sunpoet (myself) Approved by: vanilla (maintainer) Notes: svn path=/head/; revision=343315
* Remove patch files that are no longer relevantJohan van Selst2014-02-082-30/+0
| | | | Notes: svn path=/head/; revision=343314
* Mark broken; Fails to configureAntoine Brodin2014-02-081-0/+2
| | | | | | | | | | | | | | | | | | | | | ./configure: tclsh: not found checking for tcl.h... -I/usr/local/include/tcl8.6/generic checking for tclInt.h... -I/usr/local/include/tcl8.6/generic checking for libtcl... no checking for init.tcl... /usr/local/lib/tcl8.6 checking for http.tcl... /usr/local/lib/tcl8.6/http1.0 checking Tcl http.tcl library... yes checking for tclsh... no checking for tclsh... no checking for tclsh... no checking for tclsh8.4... no configure: error: Installation of tcl seems incomplete or can't be found automatically. Reported by: pkg-fallout With hat: portmgr Notes: svn path=/head/; revision=343310
* - Update to Yorick 2.2.02Johan van Selst2014-02-074-11/+17
| | | | | | | - MASTER_SITE has moved to Github Notes: svn path=/head/; revision=343282
* Chase boost and icu bumpBaptiste Daroussin2014-02-075-2/+5
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* lang/ezm3: Set IGNORE for DragonFly as no bootstrap existsJohn Marino2014-02-051-1/+5
| | | | | | | | It's also not needed as lang/modula-3 provides a better cvsup than the one that uses ezm3 to build. Notes: svn path=/head/; revision=342845
* lang/gnustep-guile: Add dragonfly support to configure scriptJohn Marino2014-02-051-0/+36
| | | | Notes: svn path=/head/; revision=342844
* - Enable stage supportJohan van Selst2014-02-052-229/+228
| | | | | | | - Strip installed libraries Notes: svn path=/head/; revision=342841
* Enable stage supportJohan van Selst2014-02-052-174/+164
| | | | Notes: svn path=/head/; revision=342816
* Drop maintainership on those.Mathieu Arnold2014-02-051-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=342799
* - Stage supportMartin Wilke2014-02-051-15/+10
| | | | Notes: svn path=/head/; revision=342703
* - Update to 0.17022Frederic Culot2014-02-052-4/+4
| | | | | | | | | - Rephrase COMMENT Changes: http://search.cpan.org/dist/Error/ChangeLog Notes: svn path=/head/; revision=342647
* - Update to 1.5.0Sahil Tandon2014-02-052-3/+3
| | | | Notes: svn path=/head/; revision=342627
* - Stage supportMartin Wilke2014-02-044-58/+60
| | | | | | | | | Reviewed by: antoine/swills Thanks to: antoine (so testing) Approved by: swills (ruby@) Notes: svn path=/head/; revision=342539
* 1: use compiler.mkVanilla I. Shu2014-02-044-15/+34
| | | | | | | | | | 2: upgrade v8-devel to 3.24.30. PR: ports/186373 [1] Submitted by: mat@ [1] Notes: svn path=/head/; revision=342488
* - Fix distfile (upstream rerolled) [1]Steve Wills2014-02-044-5/+9
| | | | | | | | | | | | | | - Fix patch to work with new distfile [1] - Change patch filenames to be uniform - Fix packaging issue by deleting patch backup files - Bump portrevision so new packages get built PR: ports/186383 [1] Reported by: marino [1] Submitted by: clutton <clutton@zoho.com> [1] Notes: svn path=/head/; revision=342484
* Fix a stage symlinkAntoine Brodin2014-02-031-0/+2
| | | | Notes: svn path=/head/; revision=342474
* - Update to 05_20140202Pietro Cerutti2014-02-032-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * The manual chapter describing the foreign function interface has been improved. * The handling of Unicode in the console has been improved. Cursor positioning and writing Unicode strings to the desired position works now also under Linux. * A strict checking of all strings, that are passed to C functions, has been introduced. Zero bytes and non Unicode characters in the original string raise the exception RANGE_ERROR now. * The performance of several loops in the runtime library has been improved. Now the loops use indices instead of pointer increments and they work downward towards an index of zero. This allows C compilers to do more optimizations (verified with gcc and valgrind). * The enumeration types signedness and endianess have been added to bytedata.s7c. * The conversion functions bytes, bytes2Int and bytes2BigInt have been added to bytedata.s7c. The new function allow conversions to and from signed and unsigned byte strings with big- and little-endian byte order. This functions replace the less flexible functions bytesLe2Int, bytesBe2Int, bytesLe and bytesBe. * The functions bStriBe, bStriLe, bStriBe2BigInt and bStriLe2BigInt have been moved from bytedata.s7c to bstring.s7i. * The performance of the functions int16AsTwoBytesLe, int32AsFourBytesLe, int64AsEightBytesLe int16AsTwoBytesBe, int32AsFourBytesBe and int64AsEightBytesBe has been improved. * Documentation comments have been added or improved in cc_conf.s7i, bytedata.s7i, environment.s7i, sockbase.s7i, actutl.c, big_rtl.c, big_gmp.c, biglib.c cmd_rtl.c, con_inf.c, con_win.c, con_wat.c, int_rtl.c, intlib.c, soc_rtl.c, striutl.c and syvarutl.c. * The program chk_all.sd7 has been improved to check several compiler options and to allow that the output of interpreted and compiled compiler differs. The difference of the generated C code is okay, when the execution of the compiled programs results in the same output. * The compiler (s7c) has been improved to do more optimizations for the action BIG_REM (operator rem). * The compiler has been improved to count inserted and suppressed range checks. * Interpreter, compiler and runtime library have been improved to allow bstrings with slices. This is used by the compiler to reduce the memory used for constant bstrings. * The compiler has been improved to store the data of constant bigIntegers in bstrings. * Checks for div, rem, mdiv and mod have been added to chkbig.sd7. * Checks for float division by zero have been added to chkexc.sd7. * Checks for float parse have been added to chkflt.sd7. * In con_inf.c, con_win.c and con_wat.c the function conText has been replaced by conWrite. ConWrite takes an UTF-32 string and writes it to the console. If stdout is redirected an UTF-8 string is written to the destination file. * The function gen_act_ptr_table has been added to actutl.c. This function creates act_ptr_table and removes double entries from it. * The functions intBytesBe2UInt and intBytesLe2UInt have been added to int_rtl.c. * Interpreter and compiler have been improved to support the new actions INT_BYTES_BE_2_UINT and INT_BYTES_LE_2_UINT. * Checks for the function sigaction() and for integer division and remainder have been added to chkccomp.c. * The configuration values ALLOW_BSTRITYPE_SLICES, CHECK_INT_REM_BY_ZERO and CHECK_INT_REM_ZERO_BY_ZERO have been added to cc_conf.s7i, chkccomp.c, cmd_rtl.c and s7c.sd7. * Several versions of timAwait in tim_unx.c have been improved to restart calls of poll(), ppoll() and select(). * A check for the character '=' in the environment variable name has been added to the function cmdSetenv (in cmd_rtl.c). * In striutl.c the functions stri_compress, stri_export_utf8 and cp_to_cstri8 have been improved and renamed to conv_to_cstri conv_to_cstri8 and stri_to_cstri8 respectively. Interpreter and runtime library have been improved to use the new function names. * The function stri_to_cstri and the macro free_cstri8 have been added to striutl.c. * The functions conv_to_cstri, conv_to_cstri8, stri_to_cstri8 and stri_to_bstri have been improved to use an err_info parameter. Notes: svn path=/head/; revision=342454
* lang/gnatdroid-armv(5,7): Fix build on FreeBSD 10+John Marino2014-02-034-26/+40
| | | | | | | | | | Reported by pkg-fallout Cause: Bad gcc makefile, doesn't properly support cross-compiler build Workaround: duplicate *-cross executables to the base names so that the install target doesn't try to rebuild them Notes: svn path=/head/; revision=342434
* - Stage supportMartin Wilke2014-02-034-7/+4
| | | | Notes: svn path=/head/; revision=342423
* Use regular CC and CXX instead of custom CLANGXX/CLANGBaptiste Daroussin2014-02-031-6/+5
| | | | | | | | | That fixes build after .pre.mk removal as well as simplify the makefile Reported by: tijl Notes: svn path=/head/; revision=342413
* - STAGE-cleanPietro Cerutti2014-02-034-822/+828
| | | | | | | - Fix LICENSE Notes: svn path=/head/; revision=342399
* - STAGE-cleanPietro Cerutti2014-02-034-705/+711
| | | | | | | - Fix LICENSE Notes: svn path=/head/; revision=342396
* - STAGE-cleanPietro Cerutti2014-02-034-613/+619
| | | | | | | - Fix LICENSE Notes: svn path=/head/; revision=342395
* - Stage supportMartin Wilke2014-02-023-5/+3
| | | | Notes: svn path=/head/; revision=342322
* - Stage supportMartin Wilke2014-02-021-3/+4
| | | | Notes: svn path=/head/; revision=342317
* - Stage supportMartin Wilke2014-02-022-2/+2
| | | | | | | - Convert to USES Notes: svn path=/head/; revision=342314
* - Stage supportMartin Wilke2014-02-023-5/+2
| | | | | | | - Convert few ports to USES Notes: svn path=/head/; revision=342300