summaryrefslogtreecommitdiff
path: root/cross/mipsEEel-netbsd
AgeCommit message (Collapse)AuthorFilesLines
2007-06-15Use tools framework for bzcat.joerg1-9/+2
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam1-3/+2
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.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
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
2005-06-14Set WRKSRC=${WRKDIR} to prevent "cd: can't cd to [...]" error whenkristerw1-1/+3
"Unwrapping files-to-be-installed".
2005-06-01Remove mk/autoconf.mk and mk/automake.mk and replace their usage withjlam1-2/+3
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.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-18Make it compile on newer (heh!) NetBSD versions.martin4-0/+58
2005-02-24Add RMD160 digestsagc1-1/+7
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-3/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-03-02USE_MAKEINFO=yeskristerw1-1/+2
2004-01-22don't assume the base system has bzcat, test for it and depend ongrant1-2/+8
archivers/bzip2 if we don't have it.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-4/+4
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-10-03Use autoconf.mk.wiz1-6/+3
2002-05-18fix typojdolecek1-1/+1
2002-05-15pkg/16475: Update to the compiler of PlayStation Linux 1.0kent6-42/+84
- 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.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-3/+3
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.
2001-08-27Use wildcard dependence on "autoconf" package.tron1-3/+3
2001-08-16Add autoconf to BUILD_DEPENDS.kent1-1/+2
2001-08-05New package, cross-compiler for NetBSD/PlayStation2kent11-0/+610