Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Add SHA256 | Pav Lucistnik | 2005-11-24 | 1 | -0/+1 |
| | |||||
* | Mass-conversion to the USE_AUTOTOOLS New World Order. The code present | Ade Lovett | 2005-11-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. | ||||
* | Add another set of quotes around the value of DEPRECATED. | Bill Fenner | 2005-10-13 | 1 | -1/+1 |
| | | | | I sure do love them frech-fried quoteaters, mmm-hmm | ||||
* | Reset bouncing maintainer address; mark broken since it does not fetch. | Mark Linimon | 2005-10-10 | 2 | -4/+6 |
| | | | | Source: distfile survey | ||||
* | BROKEN on 5.x: Does not compile | Kris Kennaway | 2004-09-18 | 1 | -1/+7 |
| | | | | Approved by: portmgr (self) | ||||
* | Fix patching after the recent locale dir changes to bsd.gnome.mk. | Joe Marcus Clarke | 2004-07-01 | 1 | -3/+3 |
| | | | | Reported by: pointyhat via kris | ||||
* | SIZEify (maintainer timeout) | Trevor Johnson | 2004-03-31 | 1 | -0/+1 |
| | |||||
* | Whoa there, boy, that's a mighty big commit y'all have there... | Ade Lovett | 2004-03-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. | ||||
* | Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. | Joe Marcus Clarke | 2004-02-04 | 1 | -0/+1 |
| | | | | (Part 2) | ||||
* | Define USE_PERL5_BUILD, not erroneous USE_PERL. | Trevor Johnson | 2003-11-20 | 1 | -1/+1 |
| | | | | Submitted by: Oliver Eikemeier | ||||
* | Define USE_PERL to make Perl available for (mostly deprecated) | Trevor Johnson | 2003-11-20 | 1 | -0/+1 |
| | | | | "perl -pi -e" construction. | ||||
* | Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. | Trevor Johnson | 2003-11-13 | 1 | -1/+1 |
| | |||||
* | De-pkg-comment. | Akinori MUSHA | 2003-02-21 | 2 | -1/+1 |
| | |||||
* | Style police: remove trailing space in WWW tag | Mario Sergio Fujikawa Ferreira | 2001-11-20 | 1 | -1/+1 |
| | |||||
* | -pthread --> ${PTHREAD_LIBS} | Maxim Sobolev | 2001-03-29 | 1 | -1/+1 |
| | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. | ||||
* | Fix my breakage. Install files in the right places, and use regex style | Jeremy Lea | 2000-10-13 | 2 | -2/+9 |
| | | | | patching. | ||||
* | Implement USE_GNOME, part 2. | Jeremy Lea | 2000-10-05 | 1 | -14/+5 |
| | |||||
* | Japanized version of mail/balsa. | Yukihiro Nakai | 2000-07-18 | 11 | -0/+206 |
PR: ports/18497 Submitted by: Yoichi ASAI <yatt@msc.biglobe.ne.jp> |