minskim
5a577d09f1
USE_TOOLS+=lex yacc
2006-06-09 15:50:03 +00:00
jlam
9c8b5ede43
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
...
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-03-04 21:28:51 +00:00
joerg
94b2596867
Use pkgsrc version of config.guess and config.sub.
2006-02-26 16:04:23 +00:00
rillig
b72bed36b3
Fixed pkglint warnings.
2006-01-23 00:06:39 +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
jlam
3e474a90d8
Get rid of USE_PERL5. The new way to express needing the Perl executable
...
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
jlam
bf9129c41e
Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
...
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +00:00
jlam
585534220c
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
...
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
2005-05-22 20:07:36 +00:00
jlam
e70b376fa4
Note that tar is required by this package.
2005-05-16 01:32:22 +00:00
agc
2ac6df6686
Add RMD160 digests
2005-02-24 10:16:52 +00:00
jlam
1a280185e1
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
...
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
kent
c6ee42f606
Update MinGW to 3.2 with gcc-3.3.3, binutils-2.15.90, and w32api-2.5.
...
Fixes PR pkg/19167
2004-03-11 18:07:09 +00:00
grant
ef741f8a1a
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
2004-01-22 07:49:20 +00:00
agc
dc52048e01
Move WRKSRC definition away from the first paragraph in a Makefile.
2004-01-20 12:07:06 +00:00
cjep
1b39677b6e
Remove unnecessary blank lines.
2004-01-12 09:46:04 +00:00
cjep
86f2e5f133
Whitespace fix
2003-12-30 17:39:21 +00:00
reed
0b23d02793
Fix typo (CONFIUGRE_ENV).
2003-12-12 07:28:23 +00:00
seb
6ff6b9f00b
Fix build on NetBSD 1.6.2_RC1: avoid building info files, they are not
...
installed anyway.
XXX it does not build on -current.
2003-11-05 23:03:54 +00:00
grant
91f00f1cbc
s/netbsd.org/NetBSD.org/
2003-07-17 21:21:03 +00:00
jschauma
e366d0c694
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
...
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jlam
e1be891dbc
Change explicit build dependencies on perl into "USE_PERL5=build". This
...
makes these packages build correctly on Darwin where perl>=5.8.0 is
required.
2002-07-24 19:45:22 +00:00
abs
2b325a79cd
prdownloads.sourceforge.net is no longer any use.
...
Switch to MASTER_SITE_SOURCEFORGE.
2002-05-12 10:16:44 +00:00
kent
0af2fb0982
Make `dllwrap' (pkg/16156)
...
Bump PKGREVISION to 3.
2002-04-05 18:55:26 +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
2154b94af8
New package: cross-i386-mingw32, which enables to produce Win32
...
EXE/DLL files on NetBSD.
2002-01-22 12:16:19 +00:00