aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Replace VERSIONSTRING by DISTVERSION.Gerald Pfeifer2013-08-251-6/+5
| | | | | | | Replace USE_GMAKE by USES=gmake. Notes: svn path=/head/; revision=325341
* Update to the 20130818 snapshot of GCC 4.9.0.Gerald Pfeifer2013-08-252-5/+4
| | | | | | | Replace USE_GMAKE by USES=gmake. Notes: svn path=/head/; revision=325336
* - Update to 0.9.9.64Veniamin Gvozdikov2013-08-253-3/+19
| | | | | | | | | PR: ports/181094 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer) Approved by: eadler (mentor) Notes: svn path=/head/; revision=325334
* Introduce a new option BOOTSTRAP that allows switching between aGerald Pfeifer2013-08-252-4/+11
| | | | | | | | | | | | | | full bootstrap of GCC and just running a simple build. Bootstrapping is the default upstream, and for very stable and old flavors of GCC we disable this by default since that is a huge win in terms of build time of the port. No change in default behavior for this port -- for the time being we continue to bootstrap. Update to the 20130822 snapshot of GCC 4.8.2. Notes: svn path=/head/; revision=325321
* Replace VERSIONSTRING by DISTVERSION.Gerald Pfeifer2013-08-241-6/+5
| | | | | | | Replace USE_GMAKE by USES=gmake. Notes: svn path=/head/; revision=325319
* Couple of minor, non-functional changes forgotten in the previous commits.Alexey Dokuchaev2013-08-241-1/+1
| | | | Notes: svn path=/head/; revision=325302
* - Hopefully fix parallel (-jX) builds; unfortunately, had to use GNU make(1)Alexey Dokuchaev2013-08-243-33/+67
| | | | | | | | | | | because of order-only prerequisites - Drop indefinite article from the COMMENT line - Respect CC and CFLAGS (passed via MAKE_ARGS) - Convert to OptionsNG; minor miscellaneous fixes - Update port description text while I am here Notes: svn path=/head/; revision=325293
* Upgrade to version 10.5.3.Jimmy Olgeni2013-08-243-6/+4
| | | | Notes: svn path=/head/; revision=325292
* Update to 1.31.Anton Berezin2013-08-222-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Scalar-List-Utils/Changes Notes: svn path=/head/; revision=325222
* - Sort CONFLICTSSunpoet Po-Chuan Hsieh2013-08-221-2/+2
| | | | Notes: svn path=/head/; revision=325216
* - Cleanup Makefile headerSunpoet Po-Chuan Hsieh2013-08-211-5/+1
| | | | Notes: svn path=/head/; revision=325163
* - Use RUN_DEPENDS:=BUILD_DEPENDSSunpoet Po-Chuan Hsieh2013-08-211-2/+1
| | | | | | | | - Add BUILD_DEPENDS - Cosmetic change Notes: svn path=/head/; revision=325148
* - Convert to new perl frameworkSunpoet Po-Chuan Hsieh2013-08-214-4/+8
| | | | Notes: svn path=/head/; revision=325134
* - Fix parallel (-jX) builds, drop ugly MAKE_JOBS_UNSAFEAlexey Dokuchaev2013-08-212-9/+76
| | | | | | | | | | | - Since patch is now required, remove post-patch target - Drop an article from COMMENT, optimize away .for loop Reported by: marino Approved by: miwi, bapt (portmgr, implicit) Notes: svn path=/head/; revision=325108
* Maintainer has relinquished these ports.Mark Linimon2013-08-202-2/+2
| | | | | | | | PR: ports/181404 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer) Notes: svn path=/head/; revision=325025
* - Avoid circular dependencies due to the previous bsd.python.mk changeMarcus von Appen2013-08-183-0/+7
| | | | Notes: svn path=/head/; revision=324925
* - Add missing RUN_DEPENDSSunpoet Po-Chuan Hsieh2013-08-181-8/+5
| | | | | | | | | - Add LICENSE - Cleanup Makefile header - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=324917
* - Add LICENSESunpoet Po-Chuan Hsieh2013-08-181-6/+3
| | | | | | | - Cleanup Makefile header Notes: svn path=/head/; revision=324916
* Replace USE_GMAKE by USES=gmake.Gerald Pfeifer2013-08-182-5/+4
| | | | | | | Update to the 20130817 snapshot of GCC 4.7.4. Notes: svn path=/head/; revision=324896
* - Update lang/Makefile to include the new lang/python2 and lang/python3 portsMarcus von Appen2013-08-171-0/+2
| | | | | | | Noticed by: cperciva Notes: svn path=/head/; revision=324867
* Replace USE_GMAKE by USES=gmake.Gerald Pfeifer2013-08-172-5/+4
| | | | | | | Update to the 20130815 snapshot of GCC 4.8.2. Notes: svn path=/head/; revision=324866
* - Move the symlink magic for the default python version into lang/pythonMarcus von Appen2013-08-1715-188/+153
| | | | | | | | | | | | | | and lang/python2 and lang/python3. This change brings us closer to the goal of making Python ports usable with different Python versions at the same time. - Add a new lang/python2 port to handle the symlinks for bin/python2, bin/idle2, bin/pydoc2 and so on. - Add a new lang/python3 port to handle the symlinks for bin/python3, bin/idle3, bin/pydoc3 and so on. - Bump the PORTREVISION on all lang/python* ports. Notes: svn path=/head/; revision=324864
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-176-21/+21
| | | | | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324851
* - Fix lang/gcc-aux broken in r324744 [1]Alex Kozlov2013-08-151-3/+4
| | | | | | | | | | - Convert spaces to tab to pacify portlint Submitted by: marino (maintainer) [1] Pointyhat to: ak Notes: svn path=/head/; revision=324771
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-1447-47/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Update to 3.2.1.Romain Tartière2013-08-146-73/+53
| | | | | | | | | | | | This update include a patch for sgen which avoids an assertion failure (condition `info->doing_handshake' not met) that will be part of 3.2.2. Because our mono version is unstable due to this, we decided not to wait for 3.2.2 to be out and update to 3.2.1, cherry-picking the appropriate fix. Many thanks to Charles Randall for reporting and helping. Notes: svn path=/head/; revision=324730
* lang/ats: Fix typo on previous commitJohn Marino2013-08-141-1/+1
| | | | | | | Approved by: bapt (mentor) Notes: svn path=/head/; revision=324708
* lang/pcc: Mark jobs unsafeJohn Marino2013-08-142-10/+5
| | | | | | | | | | | | | - Trim header - Remove redundant PORTREVISION - Remove redundant DISTNAME - Replace USE_GMAKE - Fix WWW indent Approved by: bapt/culot (mentors, implicit) Notes: svn path=/head/; revision=324707
* lang/mmix: Mark jobs unsafeJohn Marino2013-08-141-5/+3
| | | | | | | | | Also trim header to please portlint. Approved by: bapt/culot (mentors, implicit) Notes: svn path=/head/; revision=324706
* lang/ats: Mark jobs unsafeJohn Marino2013-08-141-1/+3
| | | | | | | | | Also replace USE_GMAKE Approved by: bapt/culot (mentors, implicit) Notes: svn path=/head/; revision=324703
* - Update to 1.1.2Julien Laffaye2013-08-133-3/+12
| | | | Notes: svn path=/head/; revision=324679
* Introduce Perl 5.18.1Mathieu Arnold2013-08-1315-3/+3781
| | | | | | | | Changes: http://search.cpan.org/dist/perl-5.18.0/pod/perldelta.pod Changes: http://search.cpan.org/dist/perl-5.18.1/pod/perldelta.pod Notes: svn path=/head/; revision=324662
* Fix the pypy ports.David Naylor2013-08-123-5/+8
| | | | | | | | | | | | | | | Be more aggresive in cleaning up temporary directories that pypy leaves behind in the copied directories (files and directories in __pycache__). Only .so and .pyc should be left behind in those __pycache__ directories and no subdirectories. Also remove the manual requirement for building lang/pypy. Redports successfully built lang/pypy3-devel (with leftovers) in 19 hours. Reported by: Redports Notes: svn path=/head/; revision=324639
* Add php-cgi.1 manpage.Alex Dupre2013-08-121-0/+1
| | | | Notes: svn path=/head/; revision=324629
* Update to 5.5.1 release. [1]Alex Dupre2013-08-122-4/+9
| | | | | | | | | | Add an OPTION to force ZTS build. PR: ports/180931 Submitted by: Rustem Alimov <rustem.alimov@gmail.com> Notes: svn path=/head/; revision=324627
* Add an OPTION to force ZTS build.Alex Dupre2013-08-121-1/+6
| | | | | | | | PR: ports/180125 Submitted by: r4721@tormail.org Notes: svn path=/head/; revision=324626
* The AngelCode Scripting Library, or AngelScript as it is also known, is anVeniamin Gvozdikov2013-08-124-0/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | extremely flexible cross-platform scripting library designed to allow applications to extend their functionality through external scripts. It has been designed from the beginning to be an easy to use component, both for the application programmer and the script writer. Efforts have been made to let it call standard C functions and C++ methods with little to no need for proxy functions. The application simply registers the functions, objects, and methods that the scripts should be able to work with and nothing more has to be done with your code. The same functions used by the application internally can also be used by the scripting engine, which eliminates the need to duplicate functionality. For the script writer the scripting language follows the widely known syntax of C/C++, but without the need to worry about pointers and memory leaks. Contrary to most scripting languages, AngelScript uses the common C/C++ datatypes for more efficient communication with the host application. WWW: http://www.angelcode.com/angelscript/ PR: ports/178078 Submitted by: vg Approved by: osa (mentor) Notes: svn path=/head/; revision=324616
* Backport and fix-up lang/pypy* ports.David Naylor2013-08-115-6/+34
| | | | | | | | | | | | | | | | | | pypy: - fix sysconfig.py's include path - bump PORTREVISION due to above fix pypy-devel: - remove duplicate '-e' when creating pkg-plist - ancillary port functionality (thus no PORTREVISION bump) pypy3-devel: - add missing patch - fix pkg-plist - build fails without above patch (thus no PORTREVISION bump) Notes: svn path=/head/; revision=324604
* Introducing lang/pypy3-devel version 2.1.b1.David Naylor2013-08-1115-0/+3636
| | | | | | | | | | Highlights - The first release of PyPy3: support for Python 3, targetting CPython 3.2.3! - There are some known issues including performance regressions (issues #1540 & #1541) slated to be resolved before the final release. Notes: svn path=/head/; revision=324602
* Add lang/pypy-devel for non-stable releases of PyPy.David Naylor2013-08-1116-0/+4430
| | | | | | | | | | | | | | | | pypy-devel is intended as a staging ground for beta releases and - while no beta releases are available - snapshots of pypy default branch. While introducing pypy-devel to build logic has been reworked to better accomodate pypy3. The lib-python/2.7 and lib_pypy folders are not renamed after extraction (with only symbolic links used to emulate the structure). PyPy still expects the standard structure and the symbolic links satisfy this change. The devel port was requested by mva@ to better support commercial clients. Notes: svn path=/head/; revision=324601
* Upgrade to the 20130808 snapshot of GCC 4.8.2.Gerald Pfeifer2013-08-112-10/+11
| | | | | | | | | | | | | | | Adjust the scheme used for PORTVERSION such that snapshots compare less than the actual release (and no EPOCH bump becomes necessary at end of life of a release series). [1] Rename VERSIONSTRING to the standard DISTVERSION. [2] Add more notes on the various variables carrying version information. Suggested by: tijl [1], crees [2] Notes: svn path=/head/; revision=324592
* Update to the 20130810 snapshot of GCC 4.7.4.Gerald Pfeifer2013-08-112-9/+10
| | | | | | | | | | | | Rename VERSIONSTRING to the standard DISTVERSION. [1] Add more notes on the various variables carrying version information. Suggested by: crees [1] ~ Notes: svn path=/head/; revision=324583
* Remove expired ports:Rene Ladan2013-08-117-345/+0
| | | | | | | | | 2013-08-10 lang/q: Q-Lang is no longer supported. See lang/pure instead 2013-08-10 audio/q-audio: Q-Lang is no longer supported. See lang/pure instead 2013-08-10 graphics/q-graph: Q-Lang is no longer supported. See lang/pure instead Notes: svn path=/head/; revision=324582
* Update to the 20130804 snapshot of GCC 4.9.0.Gerald Pfeifer2013-08-112-9/+10
| | | | | | | | | | | Rename VERSIONSTRING to the standard DISTVERSION. [1] Add more notes on the various variables carrying version information. Suggested by: crees [1] Notes: svn path=/head/; revision=324580
* lang/ocaml-nox11: Fix package originJohn Marino2013-08-101-0/+2
| | | | | | | | | | | | | | lang/ocaml-nox11 port produces a package with the exact same name as lang/ocaml because they have a common Makefile. However, by defining the SFX variable before including it, ocaml-nox11 package name will receive a suffix. This fixes an origin conflict seen on poudriere. The new base package name will be ocaml-nox11 Approved by: bapt/culot (mentors, implicit), maintainer timeout Notes: svn path=/head/; revision=324560
* Minor last-minute changes missed in recent previous commits.Alexey Dokuchaev2013-08-092-2/+2
| | | | Notes: svn path=/head/; revision=324440
* - update libdg to 2.1.0Dirk Meyer2013-08-091-1/+1
| | | | Notes: svn path=/head/; revision=324437
* - Trim the article from the COMMENT lineAlexey Dokuchaev2013-08-092-21/+19
| | | | | | | | | | | - Switch to new LIB_DEPENDS syntax (per r322328) - Move pkgconfig from USE_GNOME to USES - Drop MAKE_JOBS_SAFE, does nothing these days - Avoid using escaped shell globs; pad pkg-message output - Fix a few whitespace and markup bugs, wrap very long line Notes: svn path=/head/; revision=324436
* - Update to 05_20130805aPietro Cerutti2013-08-085-13/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 20130805: * The functions hashCode in complex.s7i, duration.s7i, rational.s7i and time.s7i have been improved to avoid an integer overflow. Thanks to Pietro Cerutti, for reporting this problem. * The description of the Seed7 installation in doc/install.txt has been improved. * The new library sha1.s7i, which defines a message digest with the SHA-1 secure hash algorithm, has been added. * Definitions of the operators &:= and |:= have been added to bin32.s7i. * The functions int64AsBytesBytesLe, int64AsEightBytesBe and bytesBeAsInt have been added to bytedata.s7i. * Interpreter and compiler have been improved to support the actions INT_AND_ASSIGN and INT_OR_ASSIGN. * A bug in the function conText (file con_win.c) has been fixed. * Debug code has been added to kbd_inf.c and kbd_poll.c. * The makefile mk_cygw.mak has been improved to avoid problems with the console keyboard. 20130722: * Spelling errors in chlog.txt, faq.htm and faq.txt have been fixed. * The function conText (in con_win.c) has been improved to work correctly for long strings. The underlying function WriteConsoleW fails for string lengths above some limit between 26000 to 32000. * The functions find_window, remove_window, gkbGetc, gkbKeyPressed, gkbButtonPressed, gkbRawGetc, gkbWindow, gkbButtonXpos and gkbButtonYpos have been moved from drw_win.c to the new file gkb_win.c. * In the functions drwPCircle, drwPFCircle, drwPFEllipse and drwFPolyLine (file drw_win.c) wrong usages of inIntRange have been replaced with better code. * In con_win.c the table map_key has been improved such that kbdGetc recognizes the key F12. * In gkb_x11.c the functions find_window, enter_window and remove_window have been improved. * The makefiles mk_bcc32.mak, mk_bccv5.mak, mk_mingc.mak, mk_mingw.mak, mk_msvc.mak, mk_msys.mak and mk_nmake.mak have been changed to use the new file gkb_win.c. * The program chk_all.sd7 has been improved to call chkhsh.sd7. * The program chkhsh.sd7 has been improved. * The compiler has been improved to generate compare functions with the correct prototype. * The functions bitSize and process_generic_cmp_declaration have been added to s7c.sd7. * In flt_rtl.c the function fltCpy has been renamed to fltCpyGeneric. * The functions dump_hash and dump_helem have been added to hsh_rtl.c. * The function new_type in typeutl.c has been changed to add the new type to the parameter owningProg instead of the global prog. Notes: svn path=/head/; revision=324394
* lang/fasm: update to 1.71.12William Grzybowski2013-08-082-3/+3
| | | | | | | | | | - Update to 1.71.12 PR: ports/181122 Submitted by: Aldis Berjoza <graudeejs gmail.com> (maintainer) Notes: svn path=/head/; revision=324389