non port: devel/sysconftool/Makefile |
SVNWeb
|
Number of commits found: 32 |
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 22 Mar 2021
|
[ 17:12 madpilot ]
Update sysconftool to 0.18
PR: 254438
Approved by: garrga@ (maintainer)
|
Sun, 21 Jun 2015
|
[ 14:07 bapt ]
Convert to autoreconf
Because it is using autotools, it is a GNU configure, so make the framework
know about it
Remove useless pre-patch because the framework automatically does the same when
for GNU configure
|
Wed, 14 May 2014
|
[ 19:31 garga ]
Move USE_BZIP2 to USES=tar:bzip2
|
Thu, 31 Oct 2013
|
[ 23:33 garga ]
Add LICENSE
|
Fri, 27 Sep 2013
|
[ 14:55 garga ]
Support staging
|
Fri, 20 Sep 2013
|
[ 17:17 bapt ] (Only the first 10 of 623 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
|
Mon, 26 Aug 2013
|
[ 11:00 garga ]
Update to 0.17
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Fri, 5 Oct 2012
|
[ 12:41 garga ] (Only the first 10 of 59 ports in this commit are shown above. )
Change headers of all ports maintained by me to new format
|
Wed, 29 Jun 2011
|
[ 21:11 garga ]
Update to 0.16
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sat, 16 Oct 2010
|
[ 11:52 ade ] (Only the first 10 of 445 ports in this commit are shown above. )
Punt autoconf267->autoconf268
|
Tue, 5 Oct 2010
|
[ 19:57 ade ] (Only the first 10 of 235 ports in this commit are shown above. )
Round one migration of ports from automake{19,110} to automake111
|
Wed, 15 Sep 2010
|
[ 18:35 ade ] (Only the first 10 of 652 ports in this commit are shown above. )
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
Sat, 22 Aug 2009
|
[ 00:18 amdmi3 ] (Only the first 10 of 417 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with D
|
Sat, 28 Mar 2009
|
[ 17:53 garga ] (Only the first 10 of 41 ports in this commit are shown above. )
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
|
Wed, 20 Aug 2008
|
[ 00:57 ade ] (Only the first 10 of 398 ports in this commit are shown above. )
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
|
Sun, 30 Sep 2007
|
[ 04:47 linimon ] (Only the first 10 of 300 ports in this commit are shown above. )
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
|
Sat, 28 Jul 2007
|
[ 06:33 ade ] (Only the first 10 of 154 ports in this commit are shown above. )
Update to the autotools new world order.
Tested by: numerous package build runs
Approved by: portmgr
Thanks to: des, kris, linimon, pav
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
|
Thu, 29 Sep 2005
|
[ 18:57 garga ]
- Update to 0.15
|
Mon, 11 Jul 2005
|
[ 16:47 garga ] (Only the first 10 of 25 ports in this commit are shown above. )
Change MAINTAINER to my @FreeBSD.org account
Approved by: flz (mentor)
|
Wed, 27 Apr 2005
|
[ 12:22 novel ]
- pet portlint(1)
- remove unnecessary ${PERL} -pi
- use autoconf-2.5.9
- pass maintainership to submitter
PR: 80403
Submitted by: Renato Botelho <freebsd@galle.com.br>
|
Fri, 4 Jun 2004
|
[ 17:29 ade ] (Only the first 10 of 149 ports in this commit are shown above. )
Sync with new bsd.autotools.mk
|
Tue, 16 Mar 2004
|
[ 05:54 kris ]
This port doesn't include a copy of config.{guess,sub}, but they're
required by autoconf. Copy them into place from the Templates/ directory.
This fixes the build on amd64
|
Fri, 12 Mar 2004
|
[ 02:48 ade ] (Only the first 10 of 33 ports in this commit are shown above. )
Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
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.
|
Fri, 12 Dec 2003
|
[ 23:26 sergei ]
- Reset maintainer to ports@FreeBSD.org due to lack of response
from maintainer for over a year
|
Mon, 8 Sep 2003
|
[ 08:53 edwin ]
Believe it or not, but this port was entangled in between a discussion
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>
|
Fri, 21 Feb 2003
|
[ 11:23 knu ] (Only the first 10 of 422 ports in this commit are shown above. )
De-pkg-comment.
|
Wed, 27 Nov 2002
|
[ 13:25 alane ]
Fix to use autoconf the right way. Do NOT put *_DEPENDS entries for autoconf.
It's not gonna work anymore, folks! READ bsd.port.mk comments.
Approved by: kris
|
Wed, 30 Jan 2002
|
[ 01:36 pat ]
Add port devel/sysconftool - a development utility that helps to install
application configuration files
|
Number of commits found: 32 |