summaryrefslogtreecommitdiff
path: root/cross/bfd-crunchide
AgeCommit message (Collapse)AuthorFilesLines
2016-06-19Bump version for USE_CROSSBASE removal.wiz1-1/+2
2016-06-19Move remaining users of USE_CROSSBASE to just install into ${PREFIX}/cross.wiz2-8/+9
To simplify infrastructure. Ok joerg@ XXX: nios2-gcc3 loops endlessly during build, before and after change, so untested. XXX: nios2-gcc does not build on -current, in the same way before and after the change, so untested.
2015-12-26Set missing USE_BSD_MAKEFILE. Not sure if this is causing the builddholland1-1/+2
failure seen in Joerg's build (or what would be), but it's wrong and should be fixed anyway.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg1-3/+1
2008-06-16Fix DESTDIR installation.joerg1-4/+3
2008-06-12Add DESTDIR support.joerg1-1/+3
2006-10-22Needs BSD_MAKE_ENV.rillig1-1/+2
2006-10-02Don't strip a leading underscore. From PR 15141.joerg2-7/+4
Bump to version 1.2.
2006-09-03Reset maintainer for people who lost their commit bit.wiz1-2/+2
2006-08-24Make this build with cross/binutils 2.17.0.0, and bump PKGREVISION forkristerw2-6/+6
ABI change in the new binutils.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
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-04-05Convert to bl3, untested. Improve COMMENT.wiz1-3/+4
2004-08-02Make this package build after the cross/binutils update.kristerw2-10/+8
Bump PKGREVISION.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-2/+5
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2001-12-03Miscellaneous man page fixes.wiz1-7/+7
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+2
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-03-23Use mktemp instead of tempnam to create the temporary file; addresseswiz2-6/+7
pkg/10191 by Richard Earnshaw. Patch provided by Dieter Baron. Bump version to 1.1.
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-01Update depends on cross-binutils to >=2.9.1.1.wiz1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-20Don't try to copy files/CVS.soren1-3/+4
1999-12-20Initial import of bfd-crunchide-1.0sakamoto7-0/+590
crunchide using libbfd. Used for cross-building distributions.