summaryrefslogtreecommitdiff
path: root/cross/i386-linux
AgeCommit message (Collapse)AuthorFilesLines
2009-08-25Remove BROKEN_IN variable. It was no maintained, and there was nowiz1-3/+1
defined workflow for setting it, removing it, or removing packages depending on it.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-15/+1
2007-01-31Mark as BROKEN_IN pkgsrc-2006Q4, based onwiz1-1/+3
ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html (latest 3.1/i386 bulk build of 2006Q4). Feel free to fix them...
2006-06-13Fix build on DragonFly, don't bother with texinfo build, sincejoerg3-5/+6
it won't be used anyway.
2006-05-22Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk wherejlam1-2/+2
it will live with other "check" targets run after package installation. Get rid of SHLIB_HANDLING, whose meaning had mutated over the years from one thing to another. Currently, it is used to basically note whether the system's "ldd" command can be usefully run on the package's binaries and libraries. Rename this variable to CHECK_SHLIBS_SUPPORTED for more clarity. CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf to note whether the check for missing run-time search paths is performed after a package is installed. It defaults to "no" unless PKG_DEVELOPER is set.
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
2006-02-02Use ${LOCALBASE}/bin/rpm2cpio instead of the plain rpm2cpio. It could notrillig1-2/+2
be found before unless ${LOCALBASE}/bin was in the PATH.
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-18Remove MASTER_SITES entry which does not have the files any longer.wiz1-2/+2
2005-04-18Make build on 2.0.wiz2-1/+16
2005-02-24Add RMD160 digestsagc1-1/+7
2004-07-09Adjust after update of cross/binutils, and bump PKGREVISIONkristerw2-4/+5
for the packages depending on it.
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-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.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-10-03Remove autoconf build dependency (already pulled in via COMMON/cross.mk.wiz1-2/+1
2002-07-16Fix up a couple symlinks that were pointing to non-existent targets.fredb1-1/+6
2002-07-16Revert last change. I'll fix up the installed files, instead.fredb1-1/+3
2002-07-16Update PLIST to reflect reality.fredb1-3/+1
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-2/+2
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-2/+2
2001-04-21Move to sha1 digests, and add distfile sizes.skrll1-7/+13
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-3/+3
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-10Purely automatic replacement: SYS_INCLUDE -> CROSS_SYS_INCLUDE.wiz1-5/+5
Fixes pkg/7006.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-2/+2
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2000-09-13Don't try to run check-shlibs over linux binaries.fredb1-1/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-10-26Update checksums.fredb2-2/+6
1999-03-28add autoconf (-> autoheader) as BUILD_DEPENDhubertf1-2/+3
1999-01-04The correct LDEMULATION value is `elf_i386'.tv1-2/+2
1999-01-04Major `cross' category overhaul. Clean up the shared Makefiles; move alltv3-10/+28
binutils stuff (except gas) to a shared, multiple-target binutils build; reduce extract and compile times by being more specific with files and targets; update to egcs 1.1.1 with a diffball from NetBSD's src/gnu/dist tree; add 4.4BSD a.out archive support to binutils.
1998-08-23Set default MAINTAINER.frueauf1-2/+4
1998-08-23Add missing $NetBSD$ comment.frueauf1-0/+1
1998-08-14Cross-compiler for x86 Linux, libc v6 aka glibc v2 (RedHat 5.x, fortv6-0/+754
instance).