Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-12-15 | Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the external | agc | 2 | -3/+3 | |
references of the pkglint package. _PKGSRCDIR is an internal definition in bsd.pkg.mk, and a few packages which would like to refer to other packages in the build tree. It should not be set by users, but neither should it stop a user from building a package if it is defined, so make it obvious that this is the case. | |||||
2001-12-03 | Miscellaneous man page fixes. | wiz | 2 | -11/+11 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 70 | -38/+38 | |
2001-10-21 | Sync with PEACE repositry. | kent | 8 | -65/+135 | |
- Apply stack-protection patch. - Upgrade binutils: 2.9.1 -> 2.11.2. This package does not use cross-binutils-2.9.1 | |||||
2001-10-01 | Remove the advertising clause from my license notice FOR THIS PROGRAM ONLY. | cgd | 2 | -20/+14 | |
The purpose of that modification is to make the license on these files "GPL-compatible," so that mdsetimage may be combined with BFD. (The resulting license is word-for-word identicial to one of the licenses described as being GPL compatible on http://www.gnu.org/licenses/license-list.html.) | |||||
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 4 | -9/+9 | |
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-09-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 2 | -4/+4 | |
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). | |||||
2001-08-27 | Use wildcard dependence on "autoconf" package. | tron | 3 | -7/+7 | |
2001-08-16 | Add autoconf to BUILD_DEPENDS. | kent | 1 | -1/+2 | |
2001-08-05 | Add mipsEEel-netbsd. | kent | 1 | -1/+2 | |
2001-08-05 | New package, cross-compiler for NetBSD/PlayStation2 | kent | 11 | -0/+610 | |
2001-07-04 | update for zoularis-20010704 | christos | 3 | -13/+13 | |
2001-06-11 | CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so | jlam | 2 | -4/+4 | |
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV. | |||||
2001-05-27 | work around a compiler bug (shocked i know) when building the | dmcmahill | 6 | -18/+62 | |
m68k cross assembler on alpha. Without optimization gas gives the same results as on a real m68k box (NetBSD/mac68k). With optimization, gas crashes. | |||||
2001-05-19 | Use ${XARGS} instead of invoking xargs directly. | jlam | 1 | -3/+3 | |
2001-05-16 | Add the "-msoft-float defines _SOFT_FLOAT" change from NetBSD-current. | simonb | 2 | -1/+12 | |
2001-05-14 | Fix paths in MESSAGE, according to pkg/12930 by Katsuomi Hamajima. | wiz | 2 | -6/+6 | |
2001-04-21 | Move to sha1 digests, and add distfile sizes. | skrll | 19 | -82/+145 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 41 | -111/+79 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-04-05 | Standardize patch file names. | wiz | 2 | -3/+3 | |
2001-04-05 | Standardize patch file names, at least a bit. | wiz | 3 | -20/+20 | |
2001-03-28 | Sync with BUILD_DEPENDS semantics change. | toshii | 1 | -2/+2 | |
2001-03-27 | Change BUILD_DEPENDS semantics: | hubertf | 4 | -9/+9 | |
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-23 | Use mktemp instead of tempnam to create the temporary file; addresses | wiz | 2 | -6/+7 | |
pkg/10191 by Richard Earnshaw. Patch provided by Dieter Baron. Bump version to 1.1. | |||||
2001-03-23 | Version 1.15.1: | sakamoto | 2 | -19/+30 | |
Sync with the src version, and Change the version convention to <version_in_src>.<mods_in_pkgsrc>. Patch from cgd@sibyte.com (Chris G. Demetriou). | |||||
2001-03-15 | add some ldscripts, and sort. | wiz | 1 | -6/+16 | |
2001-03-13 | Previous check (for "." being present in PATH) was incorrect in instances | agc | 1 | -3/+9 | |
where "." occurred after the directory containing ld. Rework the check to see which ld executable is actually found. Pointed out by Thomas Klausner. | |||||
2001-03-13 | Add a check for cwd in the $PATH (if "." is present, configuration step | agc | 1 | -1/+7 | |
will fail). Addresses PR 10988 | |||||
2001-03-10 | Purely automatic replacement: SYS_INCLUDE -> CROSS_SYS_INCLUDE. | wiz | 7 | -38/+40 | |
Fixes pkg/7006. | |||||
2001-03-08 | $() -> ${}; remove an empty line. | wiz | 1 | -3/+2 | |
2001-03-02 | Add RCS Id. | minoura | 1 | -0/+2 | |
2001-03-01 | Sync w/ PEACE repository. | minoura | 6 | -36/+50 | |
2001-02-28 | whitespace fix | wiz | 1 | -2/+2 | |
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 2 | -4/+4 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-23 | Try to fix PLIST problem (create lib{c,m}.so.5, remove lib{c,m}.so.5.? | wiz | 2 | -5/+5 | |
from PLIST since whole name is lib{c,m}.5.?.*). | |||||
2001-02-23 | Search and replace fix. | wiz | 1 | -2/+2 | |
2001-02-22 | Trivia: Do YOU know which of our MIPS ports is big endian, and which | hubertf | 2 | -2/+4 | |
is little endian? Price is downloading 3.5MB of useless binary pkgs via a 56k modem. ;-) [Document which of our mips platforms uses which endiannes] | |||||
2001-02-16 | Not needed any more -- COMMENTs are in Makefiles now. | wiz | 1 | -1/+0 | |
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 1 | -22/+24 | |
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.) | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 42 | -42/+42 | |
2001-02-06 | Unify format of MESSAGEs, and include RCS Ids. | wiz | 1 | -1/+2 | |
2001-02-05 | Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make | tron | 5 | -13/+13 | |
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski. | |||||
2001-02-01 | Update depends on cross-binutils to >=2.9.1.1. | wiz | 1 | -1/+1 | |
XXX: Why not use the common cross.mk? | |||||
2001-02-01 | Update depends on cross-binutils to >=2.9.1.1. | wiz | 2 | -4/+4 | |
2001-01-30 | Omission in the previous commit. | minoura | 1 | -0/+2 | |
2001-01-30 | Updated to gcc-2.95.2, from PEACE repository. | minoura | 20 | -98/+1600 | |
http://cvs.kshosen.ac.jp/cvsweb.cgi/peace/pkgsrc/cross/i386-netbsdpe/ | |||||
2001-01-29 | Some more MESSAGE cleanup. | wiz | 1 | -1/+2 | |
2001-01-29 | Add a 'cross-env' script which helps set up the environment for cross | abs | 4 | -5/+77 | |
compiling or similar. Based on various postings and notes from the site. | |||||
2001-01-24 | add and enable m68k-netbsdelf | wiz | 1 | -1/+2 | |
2001-01-24 | add RCS Id | wiz | 1 | -0/+1 | |