Commit graph

227 commits

Author SHA1 Message Date
kent
0af2fb0982 Make `dllwrap' (pkg/16156)
Bump PKGREVISION to 3.
2002-04-05 18:55:26 +00:00
kent
a7bcc8844b Pass "--disable-nls" to configure to compile with NetBSD 1.5.x. 2002-03-20 13:22:12 +00:00
kent
bea8bf8d02 Sync with PEACE repositry.
http://cvs.kshosen.ac.jp/cvsweb.cgi/peace/pkgsrc/cross/i386-netbsdpe/
Change in 1.3.0
  - Update binutils to 2.11.92-20011113 to support forwarder RVA
2002-03-18 03:04:40 +00:00
abs
47db7fa605 quote $@ 2002-03-13 10:41:57 +00:00
skrll
d14c1f4726 Fix typo. 2002-03-05 23:31:59 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
kent
0739e290b8 Use INSTALL_DATA for a DLL instead of INSTALL_PROGRAM. 2002-01-24 16:10:35 +00:00
kent
6bb80eb5d6 Disable NLS. 2002-01-24 11:36:10 +00:00
kent
8dacc9be64 Correct instllation of libstdc++.a.2.10.0.
Define PKGREVISION.
2002-01-24 04:56:30 +00:00
kent
3e57c103a3 Correct BUILD_DEPENDS for perl: perl-* -> perl-[0-9]* 2002-01-22 14:01:11 +00:00
kent
e5b3a6564d Add perl to BUILD_DEPENDS. It is used for compiling binutils.
Version number comes from mingw-runtime istead of gcc.
2002-01-22 13:14:58 +00:00
kent
bc073fc632 Add i386-mingw32. 2002-01-22 12:17:44 +00:00
kent
2154b94af8 New package: cross-i386-mingw32, which enables to produce Win32
EXE/DLL files on NetBSD.
2002-01-22 12:16:19 +00:00
agc
ccff9099bc Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the external
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-15 20:25:34 +00:00
wiz
b4f0a668fa Miscellaneous man page fixes. 2001-12-03 19:03:19 +00:00
zuntum
d3db18607d Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
kent
cbeea2b88c Sync with PEACE repositry.
- Apply stack-protection patch.
 - Upgrade binutils: 2.9.1 -> 2.11.2.
   This package does not use cross-binutils-2.9.1
2001-10-21 12:24:15 +00:00
cgd
f825ee4f34 Remove the advertising clause from my license notice FOR THIS PROGRAM ONLY.
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-10-01 23:39:25 +00:00
jlam
f79573370a 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.
2001-09-27 23:17:41 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
tron
a68a277b43 Use wildcard dependence on "autoconf" package. 2001-08-27 14:35:04 +00:00
kent
1c05002494 Add autoconf to BUILD_DEPENDS. 2001-08-16 07:28:48 +00:00
kent
2dd004de47 Add mipsEEel-netbsd. 2001-08-05 15:30:22 +00:00
kent
e235fc8a70 New package, cross-compiler for NetBSD/PlayStation2 2001-08-05 15:28:41 +00:00
christos
c2c3998a2b update for zoularis-20010704 2001-07-04 21:05:03 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
dmcmahill
9146feb515 work around a compiler bug (shocked i know) when building the
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-27 15:17:36 +00:00
jlam
dc6eadbf21 Use ${XARGS} instead of invoking xargs directly. 2001-05-19 03:56:23 +00:00
simonb
8d4299ab39 Add the "-msoft-float defines _SOFT_FLOAT" change from NetBSD-current. 2001-05-16 18:43:16 +00:00
wiz
eb2bc15fd7 Fix paths in MESSAGE, according to pkg/12930 by Katsuomi Hamajima. 2001-05-14 09:08:23 +00:00
skrll
e80c28e4bf Move to sha1 digests, and add distfile sizes. 2001-04-21 09:36:23 +00:00
agc
268ad0352c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:33:37 +00:00
wiz
14eaa771de Standardize patch file names. 2001-04-05 15:35:43 +00:00
wiz
3057d0e514 Standardize patch file names, at least a bit. 2001-04-05 15:27:24 +00:00
toshii
882553447c Sync with BUILD_DEPENDS semantics change. 2001-03-28 06:28:16 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
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-27 03:19:43 +00:00
wiz
1e3fe5aeb3 Use mktemp instead of tempnam to create the temporary file; addresses
pkg/10191 by Richard Earnshaw.
Patch provided by Dieter Baron.
Bump version to 1.1.
2001-03-23 13:36:17 +00:00
sakamoto
69af9f98b4 Version 1.15.1:
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-23 13:02:39 +00:00
wiz
4fbf587cde add some ldscripts, and sort. 2001-03-15 18:28:43 +00:00
agc
f8c0b800dd Previous check (for "." being present in PATH) was incorrect in instances
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 12:01:43 +00:00
agc
ecc1cfcf5c Add a check for cwd in the $PATH (if "." is present, configuration step
will fail).

Addresses PR 10988
2001-03-13 11:30:28 +00:00
wiz
d43a634d60 Purely automatic replacement: SYS_INCLUDE -> CROSS_SYS_INCLUDE.
Fixes pkg/7006.
2001-03-10 21:15:26 +00:00
wiz
fc019bd129 $() -> ${}; remove an empty line. 2001-03-08 10:17:11 +00:00
minoura
50b3c9dd47 Add RCS Id. 2001-03-02 09:38:06 +00:00
minoura
9c94158fe7 Sync w/ PEACE repository. 2001-03-01 05:59:46 +00:00
wiz
b9858de684 whitespace fix 2001-02-28 10:47:47 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
e8350d1dfb Try to fix PLIST problem (create lib{c,m}.so.5, remove lib{c,m}.so.5.?
from PLIST since whole name is lib{c,m}.5.?.*).
2001-02-23 12:29:06 +00:00
wiz
62b3ef90db Search and replace fix. 2001-02-23 12:14:16 +00:00
hubertf
85bd347a03 Trivia: Do YOU know which of our MIPS ports is big endian, and which
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-22 03:22:10 +00:00