rillig
c3058a1934
Fixed pkglint warnings.
2006-07-06 17:04:42 +00:00
wiz
b42a2003cc
Fix path on mastersite.
2006-07-04 20:05:22 +00:00
kent
ce132784db
Update gcc from 3.3.3 to 3.3.6, and binutils from 2.15.90-20040222
...
to 2.16.91-20060119 to build with gcc-4
2006-07-03 04:23:38 +00:00
jlam
792529759b
* Honor PKGINFODIR.
...
* List the info files directly in the PLIST.
2006-03-30 03:44:41 +00:00
jlam
6e0c050321
* Teach the tools framework how to supply the pkgsrc version of
...
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-05 16:27:22 +00:00
wiz
6d55cf0999
Add missing INFO file, and remove lib/gcc-lib if possible,
...
for CHECK_FILES builds. Bump PKGREVISION.
2006-02-16 18:12:58 +00:00
rillig
b71a1d488b
Fixed pkglint warnings. The warnings are mostly quoting issues, for
...
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-12-05 20:49:47 +00:00
rillig
6860d9d908
Replaced USE_GMAKE=yes with USE_TOOLS+=gmake.
2005-10-24 19:29:57 +00:00
agc
2ac6df6686
Add RMD160 digests
2005-02-24 10:16:52 +00:00
kent
0c5b9bca97
update MASTER_SITES.
...
PR#28801
2005-01-27 04:15:10 +00:00
kent
855cbfdeac
update sum for patches
2004-03-11 10:20:52 +00:00
kent
f36b17368a
update based gcc and binutils.
...
- gcc 2.95.2 -> 3.3.3
- binutils 030425 -> 2.15.90 (20040222)
2004-03-09 12:19:12 +00:00
grant
f756387c6c
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
2004-01-25 02:36:11 +00:00
wiz
1185ea307d
Fix relative path to mk dir.
2003-09-21 20:44:13 +00:00
seb
7cf5ddacaf
Indent a bit and comment the '.if.*'.
2003-09-05 13:06:34 +00:00
seb
7a88ff7cda
Bring back gcc's all target usage but add USE_MAKEINFO if USE_CROSS_GCC
...
is defined (one of the dependency already has USE_MAKEINFO anyway).
2003-09-05 10:54:06 +00:00
kent
77a7719c8d
Avoid a build problem on -current.
...
PR: pkg/22670
2003-09-04 07:16:15 +00:00
kent
496702412d
Conflicts with pth to make sure that libgcc does not
...
refer /usr/pkg/include/pthread.h
2003-08-25 05:47:12 +00:00
kent
5aae654db5
Update to 1.4.0
...
- update binutils: 3.13 -> 030425 snapshot
- use native pthread.h instead of unproven-pthread
2003-04-27 13:50:09 +00:00
grant
dc40bcec01
make usage of pax more consistent, use -O to bomb on broken archives
...
(suggested by lukem), group z, r and f flags.
some whitespace cleanup.
2003-04-10 20:10:15 +00:00
kent
84fe9acdc8
Fix build error when devel/autoheader is not installed.
2002-10-16 05:11:00 +00:00
wiz
0d28b5c6f9
Use autoconf.mk.
2002-10-03 14:26:44 +00:00
wiz
2317688735
Standardize.
2002-09-12 17:12:36 +00:00
kent
e49eb5d56b
Sync with PEACE repositry
...
http://cvs.kshosen.ac.jp/cvsweb.cgi/peace/pkgsrc/cross/i386-netbsdpe/
- Update binutils to 2.13
- Remove f77/objcc stuff
2002-08-21 12:42:44 +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
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
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
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
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
6c0ff6d279
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
2001-02-16 14:04:52 +00:00
tron
f2d262e0be
Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
...
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-05 09:00:54 +00:00
wiz
7ca950f2f6
Update depends on cross-binutils to >=2.9.1.1.
...
XXX: Why not use the common cross.mk?
2001-02-01 14:25:00 +00:00
minoura
277936bb97
Omission in the previous commit.
2001-01-30 03:11:28 +00:00
minoura
203e39306f
Updated to gcc-2.95.2, from PEACE repository.
...
http://cvs.kshosen.ac.jp/cvsweb.cgi/peace/pkgsrc/cross/i386-netbsdpe/
2001-01-30 03:08:56 +00:00
minoura
7dbeca8ee8
Fix RCS Id.
2000-11-06 05:30:05 +00:00
minoura
547b08b9e6
Import cross-i386-netbsdpe, cross compile environment for PEACE/i386.
...
This package obsoletes broken cross-i386-cygwin32.
From the PEACE repository,
http://cvs.kshosen.ac.jp/cvsweb.cgi/peace/pkgsrc/cross/i386-netbsdpe/
2000-11-06 03:15:14 +00:00