Up to [cvs.netbsd.org] / pkgsrc / devel / autoconf213
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.22 / (download) - annotate - [select for diffs], Sat Jan 16 23:37:49 2010 UTC (2 years, 4 months ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
HEAD
Changes since 1.21: +2 -1
lines
Diff to previous 1.21 (colored)
Added LICENSE.
Revision 1.21 / (download) - annotate - [select for diffs], Thu Sep 20 22:12:08 2007 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
Drop maintainership.
Revision 1.20 / (download) - annotate - [select for diffs], Thu Feb 22 19:26:20 2007 UTC (5 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
Whitespace cleanup, courtesy of pkglint. Patch provided by Sergey Svishchev in private mail.
Revision 1.19 / (download) - annotate - [select for diffs], Thu Nov 2 18:17:22 2006 UTC (5 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.18: +2 -1
lines
Diff to previous 1.18 (colored)
DESTDIR support.
Revision 1.18 / (download) - annotate - [select for diffs], Thu Mar 30 03:44:42 2006 UTC (6 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.17: +2 -3
lines
Diff to previous 1.17 (colored)
* Honor PKGINFODIR. * List the info files directly in the PLIST.
Revision 1.17 / (download) - annotate - [select for diffs], Sun Mar 5 16:27:23 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.16: +2 -3
lines
Diff to previous 1.16 (colored)
* Teach the tools framework how to supply the pkgsrc version of
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD
when determining whether the native makeinfo can be used.
* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.
* Get rid of all the "split" argument deduction for makeinfo since
the PLIST module already handles varying numbers of split info files
correctly.
NOTE: Platforms that have "makeinfo" in the base system should check
that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
correct.
Revision 1.16 / (download) - annotate - [select for diffs], Sat Jul 16 19:10:38 2005 UTC (6 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.15: +2 -3
lines
Diff to previous 1.15 (colored)
Remove some unnecessarily strong dependencies on perl that resulted from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
Revision 1.15 / (download) - annotate - [select for diffs], Fri Jul 15 20:14:03 2005 UTC (6 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.14: +2 -3
lines
Diff to previous 1.14 (colored)
Drop support for TOOLS_DEPMETHOD.<tool>. The new way to specify a run-time dependency (DEPENDS) on a tool is to append a ":run" modifier to the tool name, e.g., USE_TOOLS+= perl:run Tools without modifiers or with an explicit ":build" modifier will cause build dependencies (BUILD_DEPENDS) on those tools to be added. This makes the notation a bit more compact.
Revision 1.14 / (download) - annotate - [select for diffs], Sun May 22 20:51:45 2005 UTC (7 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.13: +3 -3
lines
Diff to previous 1.13 (colored)
Remove explicit dependencies on the GNU m4 package with USE_TOOLS+=m4 and appropriate TOOLS_DEPMETHOD.gm4 settings.
Revision 1.13 / (download) - annotate - [select for diffs], Fri May 13 16:54:12 2005 UTC (7 years ago) by jlam
Branch: MAIN
Changes since 1.12: +2 -3
lines
Diff to previous 1.12 (colored)
Change references to M4 & YACC into TOOLS_M4 & TOOLS_YACC to simplify transition to new tools framework.
Revision 1.12 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:17 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.11: +1 -2
lines
Diff to previous 1.11 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Mar 24 21:12:52 2005 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.10: +1 -3
lines
Diff to previous 1.10 (colored)
Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be useful.
Revision 1.10 / (download) - annotate - [select for diffs], Fri Dec 31 13:17:31 2004 UTC (7 years, 4 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Remove the redundant PERL="..." setting in CONFIGURE_ENV; it is done in bsd.pkg.mk.
Revision 1.9 / (download) - annotate - [select for diffs], Fri Dec 31 12:41:02 2004 UTC (7 years, 4 months ago) by minskim
Branch: MAIN
Changes since 1.8: +3 -2
lines
Diff to previous 1.8 (colored)
Teach configure a correct path to the perl executable. Bump PKGREVISION.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Jan 5 23:20:29 2004 UTC (8 years, 4 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.7: +6 -4
lines
Diff to previous 1.7 (colored)
bl3ify
Revision 1.7 / (download) - annotate - [select for diffs], Sat Aug 9 10:44:36 2003 UTC (8 years, 9 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.6: +1 -2
lines
Diff to previous 1.6 (colored)
USE_NEW_TEXINFO is unnecessary now.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Jul 17 21:29:35 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.5 / (download) - annotate - [select for diffs], Thu Jun 19 23:38:35 2003 UTC (8 years, 11 months ago) by seb
Branch: MAIN
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
Convert to USE_NEW_TEXINFO.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Feb 24 07:40:03 2003 UTC (9 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Take maintainership.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Dec 23 19:57:52 2002 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Wildcard m4 dependency.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Oct 3 19:40:54 2002 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
COMMEND and DESCR updates.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Oct 3 19:25:04 2002 UTC (9 years, 7 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import of slightly modified autoconf-2.13, with new name and fixed to not conflict with the to-be committed autoconf package. Package provided by dillo.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Oct 3 19:25:04 2002 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
Initial revision