summaryrefslogtreecommitdiff
path: root/devel/sysconftool (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This port doesn't include a copy of config.{guess,sub}, but they'reKris Kennaway2004-03-161-1/+2
| | | | | required by autoconf. Copy them into place from the Templates/ directory. This fixes the build on amd64
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withAde Lovett2004-03-121-1/+1
| | | | | | | | the USE_<x> equivalents. In the current scheme of things, the WANT_ variables in this case are synonymous with the USE_ ones, and thus need to be exterminated. First in a series of major autotools cleanups.
* SIZEify.Trevor Johnson2004-01-291-0/+1
|
* - Reset maintainer to ports@FreeBSD.org due to lack of responseSergei Kolobov2003-12-121-1/+1
| | | | from maintainer for over a year
* Believe it or not, but this port was entangled in between a discussionEdwin Groothuis2003-09-083-4/+5
| | | | | | | | | in ports/55750, which is an update for mail/courier. This patch also include the update of sysconftool to 0.14. PR: ports/55750 Submitted by: Shizuka Kudo <shizukakudo_99@yahoo.com>
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
|
* fix build due to borked plist; approved by krisAlan Eldridge2002-12-201-1/+1
|
* Fix to use autoconf the right way. Do NOT put *_DEPENDS entries for autoconf.Alan Eldridge2002-11-271-4/+1
| | | | | | It's not gonna work anymore, folks! READ bsd.port.mk comments. Approved by: kris
* Add port devel/sysconftool - a development utility that helps to installPatrick Li2002-01-305-0/+55
application configuration files PR: 31475 Submitted by: Yarema <yds@CoolRat.org>