summaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Update to the latest snapshot.ale2004-02-1315-43/+69
| | | | | | | Add new SOAP and SPL extensions. (The distfile may be unreachable for a few hours) Approved by: nork (mentor/implicitly)
* Update to 2004-02-06; added pre-compiled image; added a few new functionslinimon2004-02-134-5/+15
| | | | | | | | (HYPER; DEPTH; EVENP; ODDP; APPLY); lowercased much of the lib code; bugfixes. PR: ports/62630 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)
* Fix build on sparc64.linimon2004-02-134-1/+67
| | | | | PR: ports/61912 Submitted by: Andy Newman <atrn@zeta.org.au> (maintainer)
* Update to the 2004-02-11 snapshot of GCC 3.4.gerald2004-02-1226-286/+312
| | | | | | Port the following two fixes from the lang/gcc33 port: 2004/02/08: Fix build on systems without a decent version of Perl. 2004/01/30: The Fortran frontend binary is called g77, not f77.
* Use PTHREAD_LIBS only if OSVERSION >= 500016.ale2004-02-123-18/+21
| | | | | | | | This fixes compilation of mod_php with apache2-worker on -stable. PR: ports/62729 Submitted by: Maxim Maximov <mcsi@portpc-design.spb.ru> Approved by: nork (mentor/implicitly)
* Update to 1.33. Numerous bugfixes and minor new features. Seelinimon2004-02-123-13/+7
| | | | | | | doc/ChangeLog for complete details. PR: ports/62328 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
* mat@FreeBSD.org reports no response from this maintainer for severallinimon2004-02-111-2/+2
| | | | | | | months about his other ports, so reset this one too. His last approved update was 16 months ago. Maintainer, if this is in error, please contact me directly.
* - Add missed dependency on makedepend (unbreak build)pav2004-02-111-0/+2
| | | | | PR: ports/62624 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* Move lang/g95 -> lang/gfortranmaho2004-02-117-170/+1
| | | | | | | | change to appropriate name Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu> PR : 62287 (repocopy request) Thanks to : joe, adam
* Move to httpd.h for apache2 autodetection (as in bsd.php.mk, forgot in myale2004-02-103-3/+3
| | | | | | | previous commit). Noticed by: kuriyama Approved by: nork (mentor/implicitly)
* Remove lang/php4/bsd.php.mk and switch every ports depending on PHP toale2004-02-091-152/+0
| | | | | | use Mk/bsd.php.mk. Approved by: nork (mentor/implicitly)
* Fix PTHREAD_LIBS and adapt it to apache2 way.ale2004-02-093-6/+15
| | | | | Submitted by: Xin Li Approved by: nork (mentor/implicitly)
* - Use process scope threads instead of system scope to enable largeperky2004-02-0915-27/+291
| | | | | | | | | | | | | amount of threads on -CURRENT libpthread by default. [1] - Merge bugfixes from python 2.3 maintenance branch: [2] o weakref object's garbage collection problem. o save unnecessary startup-time memory allocation of 100KB+ from intobject. - SIZEify. - Bump PORTREVISION subsequently. Advised by: eischen, julian [1] Obtained from: Python CVS [2]
* a) Unbreak for i386 archmaho2004-02-094-13/+1
| | | | | | b) cleanup (info files are inappropreately registered) PR: kris via bento
* Fix build on systems without a decent version of Perl.gerald2004-02-081-6/+8
| | | | PR: 62397
* Schedule broken port for removal on April 7kris2004-02-071-0/+1
|
* Freshmeat blurb:leeym2004-02-073-12/+25
| | | | | | | | | | | | | | | This release adds support for SRFI-5, -7, -16, -29, and -38, adds text.gettext and www.cgi-test modules, improves performance and robustness, and fixes several bugs. 0.7.4.1 was a minor bugfix to 0.7.4 released the day after, an issue with binary fsdbm compatability with older versions databases/gauche-gdbm must be updated at the same time, since it uses a common src file and build dir... PR: 62383 Submitted by: Erik Greenwald <erik@smluc.org>
* BROKEN on 5.x: broken pkg-plistkris2004-02-072-0/+8
|
* BROKEN on 5.x: install failskris2004-02-071-0/+4
|
* - Update to version 1.10krion2004-02-062-4/+3
| | | | | PR: ports/62429 Submitted by: Ports Fury
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-068-4/+4
|
* Update to the 2004-02-02 snapshot of GCC 3.3. (Add distinfo part.)gerald2004-02-061-12/+12
| | | | PR: 62409
* BROKEN on 5.x: configure failskris2004-02-051-1/+7
|
* BROKEN on 5.x: Configure failskris2004-02-051-1/+7
|
* Update to the 2004-02-02 snapshot of GCC 3.3.gerald2004-02-051-1/+1
|
* BROKEN on 5.x: does not compilekris2004-02-051-0/+4
|
* Use PLIST_FILES.trevor2004-02-056-3/+3
| | | | Reviewed by: marcus
* Set PKGMESSAGE to a bogus file on recent versions of -CURRENT where Perl 5.8marcus2004-02-055-0/+20
| | | | | | is the default. Obtained from: lang/perl5
* Use the correct pkg-message on recent versions of -CURRENT.marcus2004-02-052-2/+2
| | | | Reported by: bento via kris
* Remove a test which was meant to fail, but succeeds when run as root.des2004-02-052-3/+17
|
* Don't run use.perl port by default on recent versions of -CURRENT.marcus2004-02-042-2/+2
|
* Run use.perl port by default from the port as well as the package.marcus2004-02-045-0/+20
|
* Don't run use.perl port by default on recent versions of -CURRENT.marcus2004-02-042-2/+2
|
* Update the pkg-install script to run use.perl port after install on recentmarcus2004-02-0410-5/+50
| | | | | | versions of -CURRENT. Reported by: kris
* SIZEfy my ports.osa2004-02-041-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-04110-25/+110
| | | | (Part 2)
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-0410-22/+25
| | | | | Submitted by: trevor Tested by: bento
* Remove this one. The contents is not true for the current port version.obraun2004-02-031-10/+0
|
* Add warning that this compiler is still alpha stage.maho2004-02-032-0/+6
| | | | Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
* still g95 is in pkg-plist. removed.maho2004-02-032-3/+1
|
* a) add --disable-libmudflap since this port doesn't use libmudflapmaho2004-02-022-10/+4
| | | | | | | b) remove g95 as far as possible this confuses too much. I've already fill the PR #62287 Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
* Remove andy's site from pkg-descr.maho2004-02-022-10/+6
| | | | g95 and tree-ssa are developed separately.
* --disable-libmudflap to the configure arguments.maho2004-02-022-36/+0
| | | | | | | gfortran does not use libmudflap Former commit I added --disable-libmudflap in configure... Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
* Use ${MASTER_SITE_LOCAL}maho2004-02-022-2/+6
| | | | Submitted by: sf
* Fix build on IA64, while I am here.arved2004-02-021-4/+14
|
* Fix build on AMD64arved2004-02-021-2/+10
| | | | Submitted by: stephane via maintainer
* Add a missing conflictarved2004-02-021-1/+1
|
* Add conflictsarved2004-02-021-0/+1
| | | | | PR: 62103 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
* This port only works on sparc64 and i386. ELF gurus who want to fixmarkm2004-02-021-0/+2
| | | | | this are welcome to take a look. The problem is in the undump() arena.
* Add New port lang/g95 GNU Fortran 90/95 Compilermaho2004-02-0113-0/+379
| | | | | | | | from GCC's tree-ssa-20020619-branch and still this is alpha stage. you can invoke Fortran by typing gfortran or g95, Note: gcc-3.5 will include this effort.
OpenPOWER on IntegriCloud