Up to [cvs.NetBSD.org] / pkgsrc / cross / mipsEEel-netbsd
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.22, Mon Dec 7 10:07:44 2009 UTC (14 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
HEAD
Changes since 1.21: +1 -1
lines
FILE REMOVED
Remove broken package containing toolchain for now-removed NetBSD/playstation2 port.
Revision 1.21 / (download) - annotate - [select for diffs], Sat Dec 5 15:21:29 2009 UTC (14 years ago) by pooka
Branch: MAIN
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
USE_TOOLS+= patch
Revision 1.20 / (download) - annotate - [select for diffs], Sun Oct 11 08:59:58 2009 UTC (14 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.19: +2 -1
lines
Diff to previous 1.19 (colored)
Add explicit master site for gcc.
Revision 1.19 / (download) - annotate - [select for diffs], Fri Jun 15 17:09:45 2007 UTC (16 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: 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,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.18: +2 -9
lines
Diff to previous 1.18 (colored)
Use tools framework for bzcat.
Revision 1.18 / (download) - annotate - [select for diffs], Sun Mar 5 16:27:23 2006 UTC (17 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.17: +2 -3
lines
Diff to previous 1.17 (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.17 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:07 2006 UTC (17 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
Revision 1.16 / (download) - annotate - [select for diffs], Sun Feb 5 23:08:30 2006 UTC (17 years, 10 months ago) by joerg
Branch: MAIN
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.15 / (download) - annotate - [select for diffs], Mon Dec 5 20:49:56 2005 UTC (18 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.14: +3 -3
lines
Diff to previous 1.14 (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.14 / (download) - annotate - [select for diffs], Tue Jun 14 22:25:15 2005 UTC (18 years, 5 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.13: +3 -1
lines
Diff to previous 1.13 (colored)
Set WRKSRC=${WRKDIR} to prevent "cd: can't cd to [...]" error when "Unwrapping files-to-be-installed".
Revision 1.13 / (download) - annotate - [select for diffs], Wed Jun 1 20:08:00 2005 UTC (18 years, 6 months ago) by jlam
Branch: MAIN
Changes since 1.12: +3 -2
lines
Diff to previous 1.12 (colored)
Remove mk/autoconf.mk and mk/automake.mk and replace their usage with USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc.
Revision 1.12 / (download) - annotate - [select for diffs], Sun May 22 20:07:45 2005 UTC (18 years, 6 months ago) by jlam
Branch: MAIN
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
Revision 1.11 / (download) - annotate - [select for diffs], Tue Mar 2 20:49:04 2004 UTC (19 years, 9 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored)
USE_MAKEINFO=yes
Revision 1.10 / (download) - annotate - [select for diffs], Thu Jan 22 07:57:11 2004 UTC (19 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.9: +8 -2
lines
Diff to previous 1.9 (colored)
don't assume the base system has bzcat, test for it and depend on archivers/bzip2 if we don't have it.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Jan 22 07:54:07 2004 UTC (19 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Revision 1.8 / (download) - annotate - [select for diffs], Thu Jul 17 21:27:59 2003 UTC (20 years, 4 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.7: +4 -4
lines
Diff to previous 1.7 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.7 / (download) - annotate - [select for diffs], Mon Jun 2 01:21:10 2003 UTC (20 years, 6 months ago) by jschauma
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Oct 3 18:47:14 2002 UTC (21 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.5: +3 -6
lines
Diff to previous 1.5 (colored)
Use autoconf.mk.
Revision 1.4.2.1 / (download) - annotate - [select for diffs], Sun Jun 23 18:43:01 2002 UTC (21 years, 5 months ago) by jlam
Branch: buildlink2
Changes since 1.4: +19 -19
lines
Diff to previous 1.4 (colored) next main 1.5 (colored)
Merge from pkgsrc-current to buildlink2 branch.
Revision 1.5 / (download) - annotate - [select for diffs], Wed May 15 14:03:27 2002 UTC (21 years, 6 months ago) by kent
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
buildlink2-base
Changes since 1.4: +19 -19
lines
Diff to previous 1.4 (colored)
pkg/16475: Update to the compiler of PlayStation Linux 1.0 - gcc: Add -fsingle-precision-constant option - gcc: Apply franken-gcc patch of Mozilla.org - ld: Add -fgc-dynstr As for pkgsrc, C++ compiler is removed because it is not used for kernel compilation.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Sep 27 23:17:52 2001 UTC (22 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Branch point for: buildlink2
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
Mechanical changes to 375 files to change dependency patterns of the form foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Aug 27 14:35:06 2001 UTC (22 years, 3 months ago) by tron
Branch: MAIN
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
Use wildcard dependence on "autoconf" package.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Aug 16 07:28:48 2001 UTC (22 years, 3 months ago) by kent
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Add autoconf to BUILD_DEPENDS.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Aug 5 15:28:41 2001 UTC (22 years, 4 months ago) by kent
Branch: MAIN
New package, cross-compiler for NetBSD/PlayStation2