aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Require lang/perl5.8Sergey Skvortsov2005-04-201-1/+8
| | | | Notes: svn path=/head/; revision=133736
* - Upgrade to 1.0.5Thierry Thomas2005-04-194-8/+25
| | | | | | | | | | | | | | Changelog at <http://gambas.sourceforge.net/changelog.html> - Make the dependency on mysql-client optional [1] - Permit the IDE to display the example projects in the initial startup dialog [1] Suggested by: Neil Darlow <neil (at) darlow.co.uk> [1] Notes: svn path=/head/; revision=133704
* Don't need a patch for setting CFLAGSVolker Stolz2005-04-192-16/+1
| | | | Notes: svn path=/head/; revision=133702
* - Use PLIST_FILES/PORTDOCSVolker Stolz2005-04-193-25/+5
| | | | | | | - Minimize Makefile-patch Notes: svn path=/head/; revision=133701
* - Use PLIST_* & PORTDOCSVolker Stolz2005-04-193-65/+4
| | | | | | | - Use MAKE_ARGS instead of Makefile-patch Notes: svn path=/head/; revision=133696
* Fix some declarations, allowing programs to link against libsee.Jean-Yves Lefort2005-04-182-0/+15
| | | | | | | | Submitted by: Simun Mikecin <sime@logos.hr> Approved by: adamw (mentor) Notes: svn path=/head/; revision=133592
* - update to 1.10.3Dirk Meyer2005-04-182-3/+3
| | | | Notes: svn path=/head/; revision=133556
* Update to the 20050415 snapshot of GCC 3.4.4.Gerald Pfeifer2005-04-172-13/+13
| | | | Notes: svn path=/head/; revision=133535
* Update to the 20050416 snapshot of GCC 4.0.0.Gerald Pfeifer2005-04-1720-130/+130
| | | | Notes: svn path=/head/; revision=133533
* Warn about potential of program to unplannedly reveal the contentSam Lawrance2005-04-171-0/+9
| | | | | | | | | | | of various CGI files. PR: ports/25272 Submitted by: Ariff Abdullah <skywizard@time.net.my> Approved by: clement (mentor) Notes: svn path=/head/; revision=133522
* Add a development version of SDCC, Small Devices C Compiler.Pav Lucistnik2005-04-178-113/+323
| | | | | | | | PR: ports/79803 Submitted by: Tijl Coosemans <tijl@ulyssis.org> Notes: svn path=/head/; revision=133517
* Library that provides an ECMAScript (JavaScript) run-time environment.Jean-Yves Lefort2005-04-155-0/+93
| | | | | | | | | PR: ports/72055 Submitted by: Simun Mikecin <sime@logos.hr> Approved by: adamw (mentor) Notes: svn path=/head/; revision=133435
* Add parrot 0.1.2, parrot - virtual machine for dynamic languages.Sergey Skvortsov2005-04-155-0/+454
| | | | Notes: svn path=/head/; revision=133434
* Make zlib.output_compression working again.Alex Dupre2005-04-153-0/+60
| | | | | | | | | PR: ports/76331 Submitted by: Martin Portmann <map@infinitum.ch> Patch by: Vasil Dimov <vd@datamax.bg> Notes: svn path=/head/; revision=133397
* Fix definitely pear package deinstallation.Alex Dupre2005-04-156-15/+21
| | | | | | | | PR: ports/79830 Submitted by: leeym Notes: svn path=/head/; revision=133394
* - Update to 0.62.Florent Thoumie2005-04-146-36/+27
| | | | | | | | | | | - Replace db2 with db3. - Restore --with-readline in CONFIGURE_ARGS. PR: ports/79923 Submitted by: Johan van Selst <johans@stack.nl> Notes: svn path=/head/; revision=133353
* USE_LIBTOOL instead of local patchVolker Stolz2005-04-132-36/+1
| | | | Notes: svn path=/head/; revision=133259
* . Update to 8.1.024.Greg Lewis2005-04-134-30/+10
| | | | | | | | Update also mentioned by: otton@enstimac.fr Approved by: maho (maintainer) Notes: svn path=/head/; revision=133246
* reset maintainer to ports@FreeBSD.orgOliver Lehmann2005-04-131-1/+1
| | | | | | | | PR: ports/79727 Approved by: maintainer Notes: svn path=/head/; revision=133242
* - update to 6.2.0Cheng-Lung Sung2005-04-133-8/+16
| | | | | | | | - Changes see [ url: http://search.cpan.org/src/AUTRIJUS/Perl6-Pugs-6.2.0/ChangeLog ] Notes: svn path=/head/; revision=133237
* * enabling build of pic16 librariesPav Lucistnik2005-04-138-1132/+858
| | | | | | | | | | | | * a couple Makefile/pkg-plist changes * only pull in dependencies when actually necessary depending on chosen options PR: ports/79801 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) Notes: svn path=/head/; revision=133213
* - Update to 20050327Pav Lucistnik2005-04-122-3/+3
| | | | | | | | PR: ports/79299 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer) Notes: svn path=/head/; revision=133187
* - Create ${PREFIX}/lib/chicken.Florent Thoumie2005-04-122-0/+4
| | | | | | | | PR: ports/79778 Submitted by: Juan Felipe Alvarez Saldarriaga <neb@gigax.org> Notes: svn path=/head/; revision=133134
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-1232-35/+39
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* - Chase freetds shlib bumpPav Lucistnik2005-04-113-6/+6
| | | | Notes: svn path=/head/; revision=133084
* Unbreak: I couldn't find a sane way of disabling X11-detection if it's notVolker Stolz2005-04-112-146/+148
| | | | | | | | | | desired but already installed, so make X11 mandatory for the time being. Our CONFIGURE-handling is broken atm, too :/ Noticed by: krisbot Notes: svn path=/head/; revision=133034
* Add new checksums for 2.4.1 and unbreak port.Hye-Shik Chang2005-04-112-2/+5
| | | | | | | Submitted by: olgeni Notes: svn path=/head/; revision=133028
* Create empty directory on pkg_add (forgotten in previous commit).Alex Dupre2005-04-113-0/+3
| | | | | | | Reminded by: kris Notes: svn path=/head/; revision=133012
* Create directory and touch files that "pear" creates when dealingAlex Dupre2005-04-116-12/+27
| | | | | | | | | with pear modules and the port will later delete. Suggested by: kris Notes: svn path=/head/; revision=133002
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-1132-39/+35
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* BROKEN: Incorrect distinfoKris Kennaway2005-04-101-0/+2
| | | | Notes: svn path=/head/; revision=132978
* BROKEN: Does not buildKris Kennaway2005-04-101-0/+2
| | | | Notes: svn path=/head/; revision=132961