Up to [cvs.netbsd.org] / pkgsrc / devel / automake14
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.18.34.1 / (download) - annotate - [select for diffs], Sat Jun 11 05:12:04 2011 UTC (11 months, 1 week ago) by sbd
Branch: pkgsrc-2011Q1
Changes since 1.18: +3 -2
lines
Diff to previous 1.18 (colored) next main 1.19 (colored)
Pullup ticket #3453 - requested by tron devel/automake14 security update Revisions pulled up: - devel/automake14/Makefile 1.19 - devel/automake14/distinfo 1.5 - devel/automake14/patches/patch-ab 1.4 - devel/automake14/patches/patch-ac 1.1 --- Module Name: pkgsrc Committed By: tron Date: Fri Jun 10 09:43:41 UTC 2011 Modified Files: pkgsrc/devel/automake14: Makefile distinfo pkgsrc/devel/automake14/patches: patch-ab Added Files: pkgsrc/devel/automake14/patches: patch-ac Log Message: Add fix for the vulnerability reported in CVE-2009-4029 taken from the automake GIT repository.
Revision 1.19 / (download) - annotate - [select for diffs], Fri Jun 10 09:43:41 2011 UTC (11 months, 2 weeks ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
HEAD
Changes since 1.18: +3 -2
lines
Diff to previous 1.18 (colored)
Add fix for the vulnerability reported in CVE-2009-4029 taken from the automake GIT repository.
Revision 1.18 / (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-2011Q1-base,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
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
Branch point for: pkgsrc-2011Q1
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Drop maintainership.
Revision 1.17 / (download) - annotate - [select for diffs], Sun Nov 5 17:49:33 2006 UTC (5 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.16: +3 -1
lines
Diff to previous 1.16 (colored)
DESTDIR support.
Revision 1.16 / (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.15: +2 -2
lines
Diff to previous 1.15 (colored)
* Honor PKGINFODIR. * List the info files directly in the PLIST.
Revision 1.15 / (download) - annotate - [select for diffs], Sun Mar 5 16:27:24 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.14: +2 -3
lines
Diff to previous 1.14 (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.14 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:02 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Revision 1.13 / (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-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (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.12 / (download) - annotate - [select for diffs], Sun May 22 05:35:32 2005 UTC (7 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.11: +1 -2
lines
Diff to previous 1.11 (colored)
For packages that use GNU configure, don't bother adding "TOOL" variables into CONFIGURE_ENV if the new tools framework already takes care of adding them automatically.
Revision 1.11 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:18 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.10: +1 -2
lines
Diff to previous 1.10 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.10 / (download) - annotate - [select for diffs], Mon May 31 00:25:14 2004 UTC (7 years, 11 months ago) by recht
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Backout pkgviews installation. As pointed out by minskim@ on tech-pkg@: aclocal searches the depot only, and fails to find .m4 files.
Revision 1.9 / (download) - annotate - [select for diffs], Sat May 29 23:45:13 2004 UTC (7 years, 11 months ago) by recht
Branch: MAIN
Changes since 1.8: +3 -1
lines
Diff to previous 1.8 (colored)
Enable pkgviews installation. patch provided by Cesar Catrian C. in PR pkg/25740
Revision 1.8 / (download) - annotate - [select for diffs], Sun Apr 18 19:09:55 2004 UTC (8 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.7: +3 -3
lines
Diff to previous 1.7 (colored)
Convert to bl3.
Revision 1.7 / (download) - annotate - [select for diffs], Sun Oct 19 01:41:59 2003 UTC (8 years, 7 months ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.6: +3 -1
lines
Diff to previous 1.6 (colored)
Add TEST_TARGET
Revision 1.6 / (download) - annotate - [select for diffs], Sat Aug 9 10:44:37 2003 UTC (8 years, 9 months ago) by seb
Branch: MAIN
Changes since 1.5: +1 -2
lines
Diff to previous 1.5 (colored)
USE_NEW_TEXINFO is unnecessary now.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Jul 17 21:29:37 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.4 / (download) - annotate - [select for diffs], Thu Jun 19 23:49:53 2003 UTC (8 years, 11 months ago) by seb
Branch: MAIN
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
Convert to USE_NEW_TEXINFO.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Feb 24 07:40:05 2003 UTC (9 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Take maintainership.
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
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.1: +2 -3
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:26:12 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 automake-1.4, with new name and fixed to not conflict with the to-be committed automake package. Package provided by dillo.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Oct 3 19:26:12 2002 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
Initial revision