summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade version number in emacs configuration tip.Jimmy Olgeni2005-05-132-2/+2
| | | | Notes: svn path=/head/; revision=135187
* - Fix building on amd64 by adding a post-patch command to remove -BstaticRoman Bogorodskiy2005-05-121-6/+5
| | | | | | | | | | - Pet portlint by quoting BROKEN messages PR: 80903 Submitted by: Johan van Selst <johans@stack.nl> Notes: svn path=/head/; revision=135104
* - Make FPECTL support optional and turn it off by default becauseHye-Shik Chang2005-05-124-4/+40
| | | | | | | | | | | | the feature brings huge overheads for floating point arithmetics and integer divisions. [1] - Fix plist - Bump PORTREVISION Requested by: Ewan Todd <ewan@mathcode.net> [1] Notes: svn path=/head/; revision=135088
* Now files are downloaded from the SourceForge FTP servers.Thierry Thomas2005-05-111-1/+2
| | | | | | | Reported by: Kris via pointyhat Notes: svn path=/head/; revision=135082
* Upgrade to version R10B-5.Jimmy Olgeni2005-05-118-286/+52
| | | | Notes: svn path=/head/; revision=135064
* Silence two portlint warnings.Gerald Pfeifer2005-05-091-2/+2
| | | | Notes: svn path=/head/; revision=134955
* Update to the 20050508 snapshot of GCC 4.1.0. Add the new gjnih41 programGerald Pfeifer2005-05-0927-243/+270
| | | | | | | | and its man page, address some portlint warnings, and resort pkg-plist. Mark conflicts with lang/gcc33 and lang/gcc40. Notes: svn path=/head/; revision=134954
* Update to the 20050507 snapshot of GCC 4.0.1. Add the new gjnih40 programGerald Pfeifer2005-05-084-42/+29
| | | | | | | | | and its man page, address some portlint warnings, and resort pkg-plist. The fix to allow sparc64 bootstraps is upstream and the local patch not needed any longer. Notes: svn path=/head/; revision=134891
* Update to the 20050506 snapshot of GCC 3.4.4. Fix some portlint warningsGerald Pfeifer2005-05-082-15/+15
| | | | | | | as well as the list of FTP sites to check on the way. Notes: svn path=/head/; revision=134873
* BROKEN: Incomplete pkg-plistKris Kennaway2005-05-071-0/+2
| | | | Notes: svn path=/head/; revision=134815
* Mark broken on ia64 (multiple parts fail to build)Sam Lawrance2005-05-071-0/+4
| | | | | | | | Reported by: kris Approved by: clement (mentor) Notes: svn path=/head/; revision=134777
* Add -fPIC to CXXFLAGS for static builds on alpha for 4.x. Should not beGerald Pfeifer2005-05-061-0/+3
| | | | | | | | | necessary in theory, but is, apparently. Submitted by: Idar Tollefsen <idart@performancedesign.no> Notes: svn path=/head/; revision=134728
* Update to 2.47, which consists mostly of small bugfixes.Eric Anholt2005-05-053-25/+3
| | | | Notes: svn path=/head/; revision=134640
* Update to the 20050430 snapshot of GCC 4.0.1. Address some issues pointedGerald Pfeifer2005-05-042-18/+18
| | | | | | | out by portlint and mark conflicts with lang/gcc33 and lang/gcc41. Notes: svn path=/head/; revision=134622
* - Unbreak plistPav Lucistnik2005-05-041-3/+1
| | | | | | | | | PR: ports/80145 Submitted by: Renato Botelho <freebsd@galle.com.br> Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=134589
* - update to 6.2.1Cheng-Lung Sung2005-05-043-16/+3
| | | | Notes: svn path=/head/; revision=134575
* Update to the 20050427 snapshot of GCC 3.3.6. On the way, remove all tracesGerald Pfeifer2005-05-034-74/+22
| | | | | | | | | | of the Java frontend and libgcj which speeds up the build significantly and reduces the number of file conflicts with lang/gcc34 to a minimum (which is, in turn, needed for proper building and testing of the alpha port). Everyone with interest in Java really should use lang/gcc34 or, better, lang/gcc40. Notes: svn path=/head/; revision=134570
* Upgrade to 1.0.6 .Thierry Thomas2005-05-033-10/+10
| | | | | | | Changelog at <http://gambas.sourceforge.net/changelog.html>. Notes: svn path=/head/; revision=134569
* Fix LATEST_LINK issues.Anton Berezin2005-05-037-5/+9
| | | | | | | Nudged by: krion Notes: svn path=/head/; revision=134542
* Mark BROKEN on ia64.Thierry Thomas2005-05-011-2/+2
| | | | | | | | | | Note: the author knowns problems on 64 bits platform, and they will be addressed. Reported by: Kris via pointyhat. Notes: svn path=/head/; revision=134469
* Update to the 20050501 snapshot of GCC 4.1.0. This contains a patch IGerald Pfeifer2005-05-0118-153/+117
| | | | | | | | had applied upstream to address the sparc64 bootstrap failure, so remove the BROKEN entry. Notes: svn path=/head/; revision=134463
* Mark broken on ia64Sam Lawrance2005-05-011-1/+7
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=134450
* Upgrade to version R10B-4.Jimmy Olgeni2005-05-013-171/+170
| | | | Notes: svn path=/head/; revision=134434
* Upgrade to version R10B-4.Jimmy Olgeni2005-05-0114-140/+288
| | | | Notes: svn path=/head/; revision=134433
* Disable the build on alpha.[1] Address some complaints by portlint.Gerald Pfeifer2005-04-309-27/+27
| | | | | | | Discussed with: kris [1] Notes: svn path=/head/; revision=134420
* Unbreak sparc64.Gerald Pfeifer2005-04-302-4/+15
| | | | | | | Submitted by: Eric Botcazou (via upstream Bugzilla) Notes: svn path=/head/; revision=134417
* Update to the 20050429 snapshot of GCC 3.4.4.Gerald Pfeifer2005-04-302-13/+13
| | | | Notes: svn path=/head/; revision=134413
* Unbreak on -current where _types.h got a new prerequisite (sys/cdefs.h)Alexander Leidinger2005-04-301-1/+2
| | | | | | | | | | | | | | by me. Unfortunately we don't have a __FreeBSD_Version for this, so the change isn't limited to -current, it's for >= 500039. Famous last words: it shouldn't hurt. Requested by: portmgr (kris) Notes: svn path=/head/; revision=134406
* Update to 8.1.030.Alexander Leidinger2005-04-303-6/+3
| | | | Notes: svn path=/head/; revision=134405
* - Update to 0.9.14 [1]Jean-Yves Lefort2005-04-304-16/+15
| | | | | | | | | | | - Fix the packing list when NOPORTDOCS is defined - Use SUB_FILES=pkg-message PR: ports/80467 [1] Submitted by: maintainer Notes: svn path=/head/; revision=134397
* Now builds on 4.xKris Kennaway2005-04-301-7/+1
| | | | Notes: svn path=/head/; revision=134390
* BROKEN: Does not buildKris Kennaway2005-04-301-0/+2
| | | | Notes: svn path=/head/; revision=134376
* Complete the repocopy of gcc40 to gcc41 and update to the 20050424Gerald Pfeifer2005-04-261-0/+1
| | | | | | | | | snapshot of GCC 4.1.0. PR: 80306 Notes: svn path=/head/; revision=134204
* - Update to 20050425Jean-Yves Lefort2005-04-253-5/+5
| | | | | | | | | | - Fix pkg-plist PR: ports/80336 Submitted by: maintainer Notes: svn path=/head/; revision=134156
* Fix build on amd64, ia64 and alpha.Jean-Yves Lefort2005-04-251-0/+11
| | | | | | | | Reported by: pointyhat Approved by: maintainer Notes: svn path=/head/; revision=134151
* Fix @setfilename in info-fileVolker Stolz2005-04-251-2/+1
| | | | | | | | PR: ports/80319 Submitted by: NIIMI Satoshi Notes: svn path=/head/; revision=134150
* Complete the repocopy of gcc40 to gcc41 and update to the 20050424Gerald Pfeifer2005-04-2536-396/+396
| | | | | | | | | snapshot of GCC 4.1.0. PR: 80306 Notes: svn path=/head/; revision=134147
* Update to 3.56.Sergey A. Osokin2005-04-252-3/+3
| | | | Notes: svn path=/head/; revision=134126
* GCC 4.0.0 has been release. Update to the first snapshot of GCC 4.0.1,Gerald Pfeifer2005-04-2420-140/+140
| | | | | | | which is basically identical with the 4.0.0 release. Notes: svn path=/head/; revision=134079
* Don't use autoconf213Tilman Keskinoz2005-04-241-1/+2
| | | | Notes: svn path=/head/; revision=134070
* Update to the 20050422 snapshot of GCC 3.4.4.Gerald Pfeifer2005-04-242-13/+13
| | | | Notes: svn path=/head/; revision=134068
* Bump PORTREVISION for previous update which modified the plist to aid inVolker Stolz2005-04-241-0/+1
| | | | | | | package-building. Notes: svn path=/head/; revision=134041
* - Fix plist: delete .bak files after REINPLACE_CMD so they don't get installedPav Lucistnik2005-04-231-0/+1
| | | | | | | later Notes: svn path=/head/; revision=133998
* - Update lang/munger to 4.53 [1]Sam Lawrance2005-04-234-20/+9
| | | | | | | | | | | | | - Remove some no-ops in the way of !PACKAGE_BUILDING wrapped OPTIONS and setting NOPORTDOCS - Shuffle a little to pacify portlinT PR: ports/79247 [1] Submitted by: James Bailie <jimmy@jamesbailie.com> (maintainer) Approved by: clement (mentor) Notes: svn path=/head/; revision=133988
* o Update to 3.08.3Mario Sergio Fujikawa Ferreira2005-04-236-233/+288
| | | | | | | | | o Uphold both CFLAGS and INSTALL_* permission safeness o Both sort and update PLIST o Tested against net/mldonkey-devel for 24 hours Notes: svn path=/head/; revision=133975
* - Fix PLIST. Unbreak.Sergey Matveychuk2005-04-222-3/+1
| | | | | | | | | | | - Remove blank line in Makefile. PR: ports/79300 Submitted by: IWATSUKI Hiroyuki <don@na.rim.or.jp> Approved by: knu timeout Notes: svn path=/head/; revision=133961
* Mark as BROKEN: Not compatible with latest GHC yetVolker Stolz2005-04-221-0/+2
| | | | Notes: svn path=/head/; revision=133912
* Fix return value of local timezone methods such as getHours().Jean-Yves Lefort2005-04-212-1/+27
| | | | | | | | | PR: ports/80198 Submitted by: Simun Mikecin <sime@logos.hr> (maintainer) Approved by: adamw (mentor, implicit) Notes: svn path=/head/; revision=133886
* - Use MAKE_ARGS & INFOVolker Stolz2005-04-204-30/+17
| | | | | | | | | - Track dependent port Approved by: yoichi@ Notes: svn path=/head/; revision=133768
* Update to 1.0.3Volker Stolz2005-04-202-7/+3
| | | | | | | | PR: ports/80131 Submitted by: maintainer Notes: svn path=/head/; revision=133765