Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-10 | Move to httpd.h for apache2 autodetection (as in bsd.php.mk, forgot in my | Alex Dupre | |
previous commit). Noticed by: kuriyama Approved by: nork (mentor/implicitly) | |||
2004-02-09 | Remove lang/php4/bsd.php.mk and switch every ports depending on PHP to | Alex Dupre | |
use Mk/bsd.php.mk. Approved by: nork (mentor/implicitly) | |||
2004-02-09 | Fix PTHREAD_LIBS and adapt it to apache2 way. | Alex Dupre | |
Submitted by: Xin Li Approved by: nork (mentor/implicitly) | |||
2004-02-09 | - Use process scope threads instead of system scope to enable large | Hye-Shik Chang | |
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] | |||
2004-02-09 | a) Unbreak for i386 arch | Maho Nakata | |
b) cleanup (info files are inappropreately registered) PR: kris via bento | |||
2004-02-08 | Fix build on systems without a decent version of Perl. | Gerald Pfeifer | |
PR: 62397 | |||
2004-02-07 | Schedule broken port for removal on April 7 | Kris Kennaway | |
2004-02-07 | Freshmeat blurb: | Yen-Ming Lee | |
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> | |||
2004-02-07 | BROKEN on 5.x: broken pkg-plist | Kris Kennaway | |
2004-02-07 | BROKEN on 5.x: install fails | Kris Kennaway | |
2004-02-06 | - Update to version 1.10 | Kirill Ponomarev | |
PR: ports/62429 Submitted by: Ports Fury | |||
2004-02-06 | Use PLIST_FILES (bento-tested, marcus-reviewed). | Trevor Johnson | |
2004-02-06 | Update to the 2004-02-02 snapshot of GCC 3.3. (Add distinfo part.) | Gerald Pfeifer | |
PR: 62409 | |||
2004-02-05 | BROKEN on 5.x: configure fails | Kris Kennaway | |
2004-02-05 | BROKEN on 5.x: Configure fails | Kris Kennaway | |
2004-02-05 | Update to the 2004-02-02 snapshot of GCC 3.3. | Gerald Pfeifer | |
2004-02-05 | BROKEN on 5.x: does not compile | Kris Kennaway | |
2004-02-05 | Use PLIST_FILES. | Trevor Johnson | |
Reviewed by: marcus | |||
2004-02-05 | Set PKGMESSAGE to a bogus file on recent versions of -CURRENT where Perl 5.8 | Joe Marcus Clarke | |
is the default. Obtained from: lang/perl5 | |||
2004-02-05 | Use the correct pkg-message on recent versions of -CURRENT. | Joe Marcus Clarke | |
Reported by: bento via kris | |||
2004-02-05 | Remove a test which was meant to fail, but succeeds when run as root. | Dag-Erling Smørgrav | |
2004-02-04 | Don't run use.perl port by default on recent versions of -CURRENT. | Joe Marcus Clarke | |
2004-02-04 | Run use.perl port by default from the port as well as the package. | Joe Marcus Clarke | |
2004-02-04 | Don't run use.perl port by default on recent versions of -CURRENT. | Joe Marcus Clarke | |
2004-02-04 | Update the pkg-install script to run use.perl port after install on recent | Joe Marcus Clarke | |
versions of -CURRENT. Reported by: kris | |||
2004-02-04 | SIZEfy my ports. | Sergey A. Osokin | |
2004-02-04 | Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. | Joe Marcus Clarke | |
(Part 2) | |||
2004-02-04 | Add USE_GETTEXT and bump PORTREVISION. | Joe Marcus Clarke | |
Submitted by: trevor Tested by: bento | |||
2004-02-03 | Remove this one. The contents is not true for the current port version. | Oliver Braun | |
2004-02-03 | Add warning that this compiler is still alpha stage. | Maho Nakata | |
Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu> | |||
2004-02-03 | still g95 is in pkg-plist. removed. | Maho Nakata | |
2004-02-02 | a) add --disable-libmudflap since this port doesn't use libmudflap | Maho Nakata | |
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> | |||
2004-02-02 | Remove andy's site from pkg-descr. | Maho Nakata | |
g95 and tree-ssa are developed separately. | |||
2004-02-02 | --disable-libmudflap to the configure arguments. | Maho Nakata | |
gfortran does not use libmudflap Former commit I added --disable-libmudflap in configure... Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu> | |||
2004-02-02 | Use ${MASTER_SITE_LOCAL} | Maho Nakata | |
Submitted by: sf | |||
2004-02-02 | Fix build on IA64, while I am here. | Tilman Keskinoz | |
2004-02-02 | Fix build on AMD64 | Tilman Keskinoz | |
Submitted by: stephane via maintainer | |||
2004-02-02 | Add a missing conflict | Tilman Keskinoz | |
2004-02-02 | Add conflicts | Tilman Keskinoz | |
PR: 62103 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> | |||
2004-02-02 | This port only works on sparc64 and i386. ELF gurus who want to fix | Mark Murray | |
this are welcome to take a look. The problem is in the undump() arena. | |||
2004-02-01 | Add New port lang/g95 GNU Fortran 90/95 Compiler | Maho Nakata | |
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. | |||
2004-02-01 | Consider another instance of the man pages not being generated if Perl 5.6 | Gerald Pfeifer | |
is not installed and move/adjust the previous hack. Reported by: bento Lee Harr <missive@hotmail.com> AMAKAWA Shuhei <sa264@cam.ac.uk> | |||
2004-02-01 | - Update to 5.0.1 | Pav Lucistnik | |
PR: ports/62224 Submitted by: Richard Kiss <him@richardkiss.com> (maintainer) | |||
2004-02-01 | - Update to 2.6 | Pav Lucistnik | |
PR: ports/62205 Submitted by: Christopher Rued <c.rued@xsb.com> (maintainer) | |||
2004-02-01 | - Portlint | Pav Lucistnik | |
2004-02-01 | - Add CONFLICTS between lang/rexx-imc and lang/rexx-regina | Pav Lucistnik | |
PR: ports/62200 Submitted by: parv <parv@pair.com> | |||
2004-02-01 | icc & icc7: | Alexander Leidinger | |
- correct the use of ECHO_CMD and ECHO (swap them) [1] icc: - fix the DISTFILE handling, it's automatically available after bsd.port.post.mk, not after bsd.port.pre.mk, so set it explicitly to be able to use it in the check for the IGNORE message [1] icc7: - don't extract the Intel debugger, it's not usable without a threads debugging lib - USE_SIZE Noticed after: reading the commit log/diff of the ifc port [1] Submitted indirectly by: maho, hrs [1] | |||
2004-02-01 | Update the portname (ifc->ifc7) | Maho Nakata | |
Suggested by: netchild | |||
2004-01-31 | [1] ${IGNORE} in the Makefile did not work properly | Maho Nakata | |
and ${ECHO} was misused. ${DISTFILES} should be defined before it is used. [2] fix build (cxa_finalize.c is gone for now) Submitted by: hrs [1] | |||
2004-01-31 | Use the CPIO macro defined in bsd.port.mk. | Maho Nakata | |
Submitted by: trevor |