summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - update to 0.6Dirk Meyer2007-08-082-5/+5
| | | | Notes: svn path=/head/; revision=197346
* Update to the 20070806 snapshot of GCC 4.1.3.Gerald Pfeifer2007-08-072-16/+16
| | | | Notes: svn path=/head/; revision=197306
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-0417-27/+27
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - mark BROKENCheng-Lung Sung2007-08-031-0/+1
| | | | | | | - will try to fix in current revision (pugs) Notes: svn path=/head/; revision=197003
* Fix build on 64bit platformsTilman Keskinoz2007-08-022-0/+22
| | | | Notes: svn path=/head/; revision=196958
* Remove fsf-funding.7, gfdl.7 and gpl.7 manpages (as all other gcc* ports do).Max Khon2007-08-011-1/+2
| | | | Notes: svn path=/head/; revision=196905
* Force use of libcrypto.so. This will fix the build on amd64 (tested on sledge).Jimmy Olgeni2007-07-312-2/+20
| | | | | | | | PR: ports/114022 Submitted by: benno Notes: svn path=/head/; revision=196861
* - Add USE_XORG=xextMartin Matuska2007-07-311-2/+4
| | | | | | | | | | - Add xorg-related CONFIGURE_ARGS - Bump PORTREVISION Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=196858
* Fix build on 64bit platformsTilman Keskinoz2007-07-311-0/+11
| | | | Notes: svn path=/head/; revision=196845
* - use PORTUPGRADE_CMD instead of PORTUPGRADE so as not to confict with theAlexander Botero-Lowry2007-07-311-5/+5
| | | | | | | | | portupgrade env variable Pointed out by: Miroslav Lachman <000.fbsd@quip.cz> Notes: svn path=/head/; revision=196840
* Mark DEPRECATED and set an EXPIRATION_DATETilman Keskinoz2007-07-311-0/+3
| | | | | | | | PR: 115061 Submitted by: Karel Miklav <karel@lovetemple.net> Notes: svn path=/head/; revision=196817
* - Package man pagesPav Lucistnik2007-07-311-0/+3
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=196808
* - Update to 2.1.2Andrew Pantyukhin2007-07-312-4/+4
| | | | Notes: svn path=/head/; revision=196796
* - Cleanup docsdirPav Lucistnik2007-07-301-0/+1
| | | | | | | | Reported by: pointyhat Pointy hat to: nemoliu Notes: svn path=/head/; revision=196751
* - Unbreak by removing check for unused X11/Intrinsic.hMartin Matuska2007-07-301-4/+7
| | | | | | | | | - Reorganize post-patch for better readability Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=196723
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-3029-121/+356
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* BROKEN: Segfault during buildKris Kennaway2007-07-281-0/+2
| | | | Notes: svn path=/head/; revision=196516
* Update to the 20070727 snapshot of GCC 4.3.0.Gerald Pfeifer2007-07-2814-133/+133
| | | | Notes: svn path=/head/; revision=196477
* Update to 0.1.2Michael Johnson2007-07-283-8/+23
| | | | Notes: svn path=/head/; revision=196474
* Update to the autotools new world order.Ade Lovett2007-07-286-9/+9
| | | | | | | | | Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav Notes: svn path=/head/; revision=196437
* make fetchable, update WWWOliver Braun2007-07-272-2/+2
| | | | | | | | PR: ports/114637 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Notes: svn path=/head/; revision=196429
* - Update to 1.0.8Martin Wilke2007-07-262-4/+4
| | | | | | | | PR: 114909 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer) Notes: svn path=/head/; revision=196309
* Reorder CATEGORIES so that PKGORIGIN is generated correctly.Max Khon2007-07-261-1/+1
| | | | Notes: svn path=/head/; revision=196295
* Fix build on EMT64T: add --disable-shared for this platform as recommendedMax Khon2007-07-251-1/+1
| | | | | | | in README.LLVM. Notes: svn path=/head/; revision=196284
* - Add missing dependency on llvmMax Khon2007-07-251-1/+2
| | | | | | | - Remove debugging garbage Notes: svn path=/head/; revision=196282
* New port: llvm-gcc4Max Khon2007-07-255-0/+111
| | | | | | | | | | | | | | | | | | lvm-gcc is the LLVM C front end. It is a modified version of gcc that compiles C/C++/ObjC programs into native objects, LLVM bitcode or LLVM assembly language, depending upon the options. By default, llvm-gcc compiles to native objects just like GCC does. If the -emit-llvm option is given then it will generate LLVM bitcode files instead. If -S (assembly) is also given, then it will generate LLVM assembly. Being derived from the GNU Compiler Collection, llvm-gcc has many of gcc's features and accepts most of gcc's options. It handles a number of gcc's extensions to the C programming language. Notes: svn path=/head/; revision=196280
* - Fix typo IA32_BINART_PORT -> IA32_BINARY_PORTPav Lucistnik2007-07-251-1/+1
| | | | | | | Spotted by: Scot Hetzel <swhetzel@gmail.com> Notes: svn path=/head/; revision=196256
* Add support for firebird2 in pdo_firebird extension.Alex Dupre2007-07-252-4/+2
| | | | Notes: svn path=/head/; revision=196252
* Switch firebird dependency from hardcoding to USE_FIREBIRD. This switchesMark Linimon2007-07-251-1/+1
| | | | | | | | | the default to v2 and thus fixes some packages on pointyhat. Hat: portmgr Notes: svn path=/head/; revision=196248
* - update to 1.0Tong LIU2007-07-253-47/+1308
| | | | | | | Approved by: delphij (mentor) Notes: svn path=/head/; revision=196240
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-2325-45/+20
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Announce --mandir and --infodir in configure --help so it won't failRong-En Fan2007-07-231-0/+11
| | | | | | | | | | | when we pass them for GNU_CONFIGURE PR: ports/111470 Approved by: portmgr Tested by: pointyhat exp run Notes: svn path=/head/; revision=196108
* - Mark jdk11 / jdk12 ports for removal in 1 monthPav Lucistnik2007-07-221-0/+3
| | | | | | | | Inspired by: glewis With hat: portmgr Notes: svn path=/head/; revision=196029
* Update to the 20070709 snapshot of GCC 4.1.3 and remove optional supportGerald Pfeifer2007-07-224-37/+17
| | | | | | | for the Fortran frontend (and thus the obsolete WITH_FORTRAN option). Notes: svn path=/head/; revision=196024
* Update to the 20070720 snapshot of GCC 4.3.0.Gerald Pfeifer2007-07-2114-133/+133
| | | | Notes: svn path=/head/; revision=196000
* Start the deorbit burn of emacs20 and dependent files. They are antiquated.Mark Linimon2007-07-191-0/+3
| | | | | | | | Discussed with: various emacs maintainers Hat: portmgr Notes: svn path=/head/; revision=195880
* Source tarball was replaced by author.Lev A. Serebryakov2007-07-182-4/+4
| | | | | | | Changes are: new makedepend.sh, some clean-ups in makefiles. Notes: svn path=/head/; revision=195836
* Upgrade to 1.0.19.Thierry Thomas2007-07-172-4/+4
| | | | | | | Changelog at <http://gambas.sourceforge.net/changelog.html>. Notes: svn path=/head/; revision=195812
* Make EMACS_PORT_NAME overridable.MANTANI Nobutaka2007-07-161-1/+1
| | | | Notes: svn path=/head/; revision=195718
* Pass the maintainership to M. L. Dodson.Maho Nakata2007-07-161-1/+1
| | | | Notes: svn path=/head/; revision=195698
* Fix the OSVERSION check so it will actually be defined.Wes Peters2007-07-161-4/+4
| | | | | | | Submitted by: Pav Lucistnik <pav@FreeBSD.org> Notes: svn path=/head/; revision=195697
* Cram deprecation of this port down the throats of 7.x users.Wes Peters2007-07-151-0/+4
| | | | Notes: svn path=/head/; revision=195675
* - Delete rb_thread_status prototype from public header, since it causesStanislav Sedov2007-07-151-5/+2
| | | | | | | | | | problems with some extensions. This also had been fixed in upsteam CVS. - Bump portrevision. Reported by: many Notes: svn path=/head/; revision=195645
* Update to the 20070713 snapshot of GCC 4.3.0.Gerald Pfeifer2007-07-1514-133/+133
| | | | Notes: svn path=/head/; revision=195640
* Update to the 20070712 snapshot of GCC 4.2.1 which also is the second RCGerald Pfeifer2007-07-152-19/+19
| | | | | | | for the GCC 4.2.1 release. Notes: svn path=/head/; revision=195638
* - Mark BROKEN: does not buildPav Lucistnik2007-07-151-0/+2
| | | | Notes: svn path=/head/; revision=195637
* - Fix build on 32-bit platformsAndrew Pantyukhin2007-07-141-0/+2
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=195584
* - Add port lang/squirrelAndrew Pantyukhin2007-07-144-0/+65
| | | | | | | | | | | | | | | | | | | | | - Register conflicts with archivers/squsq Squirrel is a high level imperative/OO programming language, designed to be a powerful scripting tool that fits in the size, memory bandwidth, and real-time requirements of applications like games. However Squirrel offers a wide range of features like dynamic typing, delegation, classes & inheritance, higher order functions, generators, coroutines, tail recursion, exception handling, automatic memory management, weak references, etc. Squirrel is inspired by languages like Python, Javascript and especially Lua. The API is very similar and the table code is based on the Lua one. WWW: http://squirrel-lang.org/ Author: Alberto Demichelis <alberto@ademichelis.com> Notes: svn path=/head/; revision=195571
* Get out of my time machine and use share/gnome insted of share/Michael Johnson2007-07-132-20/+21
| | | | | | | Reported by: mezz Notes: svn path=/head/; revision=195528
* Update to 0.1.1Michael Johnson2007-07-133-5/+6
| | | | Notes: svn path=/head/; revision=195523