aboutsummaryrefslogtreecommitdiff
path: root/devel/flux/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN: does not compile on 5.xKris Kennaway2002-12-011-1/+7
| | | | Notes: svn path=/head/; revision=71282
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-101-2/+0
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-061-0/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* find->${FIND},xargs->${XARGS}Ying-Chieh Liao2002-09-291-2/+2
| | | | | | | | PR: 40791 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> Notes: svn path=/head/; revision=67236
* Replace ${PERL} with ${REINPLACE_CMD}Ying-Chieh Liao2002-06-251-5/+6
| | | | | | | | PR: 39842 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=61964
* Additional regexes to tweak the behavior of this port. It will now workWill Andrews2002-01-071-0/+17
| | | | | | | correctly even in the presence of newer auto*. Notes: svn path=/head/; revision=52692
* Correct typo to fix automake version usage.Will Andrews2002-01-071-1/+1
| | | | Notes: svn path=/head/; revision=52691
* First round of auto* cleanups:Will Andrews2002-01-061-1/+1
| | | | | | | | | | | | | | | | - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/ Notes: svn path=/head/; revision=52646
* Fix MASTER_SITES.Kevin Lo2000-11-211-1/+1
| | | | | | | | PR: 22988 Submitted by: Ports Fury Notes: svn path=/head/; revision=35314
* Update WWW and MASTER_SITES.Maxim Sobolev2000-11-011-1/+2
| | | | Notes: svn path=/head/; revision=34529
* - Update to version 0.4.1Kevin Lo2000-07-221-15/+9
| | | | | | | | PR: 20098 Submitted by: Ports Fury Notes: svn path=/head/; revision=30955
* Unleash all of these ports upon the people. I no longer have any interestWill Andrews2000-06-221-1/+1
| | | | | | | | in any of them, but will be happy to assign MAINTAINER to others and commit updates for them. Notes: svn path=/head/; revision=29763
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-161-0/+1
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-2/+2
| | | | Notes: svn path=/head/; revision=27452
* Finish moving MAINTAINER for my ports.Will Andrews2000-03-221-1/+1
| | | | | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami Notes: svn path=/head/; revision=26946
* Adding flux version 0.3.0.Steve Price2000-01-291-0/+37
Flux is intended to be a general-use high-level C library that supports various purposes, from CGI to IRC to sockets, ... It's sort of an addendum to the standard C libraries. PR: 15799 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=25203