wiz
d7e0da9fa7
Remove extra qualification to fix build with gcc-4.1.
2006-07-05 20:29:29 +00:00
minskim
d7f97df94c
USE_TOOLS+=lex.
2006-06-08 15:52:49 +00:00
joerg
d5a176c669
Uses C++.
2006-05-11 13:55:38 +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
5911def816
Recursive revision bump / recommended bump for gettext ABI change.
2006-02-05 23:08:03 +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
joerg
8a567a235f
Remove left hand side casts, they are useless and a GCC extension not
...
supported with GCC 3.4+.
2005-12-01 19:43:23 +00:00
jlam
83147ffa68
Remove some unnecessarily strong dependencies on perl that resulted
...
from including perl5/buildlink3.mk. These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16 19:10:37 +00:00
jlam
6a6cd5f01f
Replace explicit build dependencies on bison and manipulations on the
...
YACC variable with USE_TOOLS+=bison.
2005-05-22 20:28:47 +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
tv
f816d81489
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
2005-04-11 21:44:48 +00:00
wiz
b8e0eb28f4
Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
...
useful.
2005-03-24 21:12:50 +00:00
agc
4a3d2f7ce2
Add RMD160 digests.
2005-02-23 22:24:08 +00:00
wiz
6e02d7ee41
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
...
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
tv
c487cb967a
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
...
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
ca70938428
Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,
...
which are the full option names used to set rpath directives for the
linker and the compiler, respectively. In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath. The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use. They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-27 06:29:06 +00:00
recht
47fbd93ebd
bump PKGREVISIONs for last boehm-gc update
...
(BUILDLINKS_DEPENDS change)
2004-07-18 10:49:49 +00:00
xtraeme
ec7f6dd06d
Remove a patch forgotten in previous commit.
2004-06-07 00:19:02 +00:00
xtraeme
4f62e10d50
Update devel/sdcc to 2.4.0.
...
Too many changes to list here, please review the Changelog file.
Mostly they were bugfixes.
The patch to update to this version was sent via private email
by Sergio Jimenez <tripledes at eslack dot org>.
2004-06-07 00:16:58 +00:00
snj
2d9db0f3f1
Convert to buildlink3 and shut pkglint up.
2004-04-21 03:50:07 +00:00
grant
f49bdea710
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
2004-01-22 08:24:28 +00:00
agc
dc52048e01
Move WRKSRC definition away from the first paragraph in a Makefile.
2004-01-20 12:07:06 +00:00
grant
4083b24390
s/netbsd.org/NetBSD.org/
2003-07-17 21:31:04 +00:00
jmc
13fd36d91e
Restructure PKGNAME so WRKSRC gets picked up correctly
2003-06-06 16:22:49 +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
jmmv
ea556403d5
Bump PKGREVISION due to boehm-gc update to 6.2alpha5. This version fixes
...
a problem introduced in the 6.2alpha4 package.
2003-05-22 16:48:28 +00:00
jmmv
f1446ddf2b
Drop trailing whitespace. Ok'ed by wiz.
2003-05-06 17:40:18 +00:00
jmmv
0916498c1b
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
2003-03-29 12:40:00 +00:00
jmc
bcdbfdcf2f
Instead of a base -R in the link line use _OPSYS_RPATH_NAME instead
2003-03-10 04:08:21 +00:00
jmc
4172cf6d8b
Update Makefile.in patch to include -Wl directives if using libgc from $PREFIX
2003-03-06 23:03:22 +00:00
wiz
bb5c962797
buildlink1 -> buildlink2.
2002-10-09 18:58:49 +00:00
jlam
96c562f02f
Buildlinkify.
2001-11-28 04:49:01 +00:00
zuntum
c72c1cf5f9
Move pkg/ files into package's toplevel directory
2001-11-01 00:57:41 +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
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
tron
e3969c468c
Fix build problem under NetBSD-current.
2001-05-12 06:36:42 +00:00
dmcmahill
6048b53973
fix for powerpc.
2001-05-03 22:03:31 +00:00
dmcmahill
328ccc70c6
add missing USE_PERL5 (called by one of the scripts)
2001-05-03 15:35:44 +00:00
dmcmahill
3ecef7be86
use the boehm-gc package instead of the one included with sdcc.
...
this fixes sdcc on alpha, and probably sparc and others.
also include a slew of missing headers.
2001-04-29 16:15:15 +00:00
wulf
5816ca558c
Updated checksum file
2001-04-23 17:56:01 +00:00
wulf
f5967e7d9b
Updated sdcc to 2.2.1: bugfixes and support for new processor
...
Fixed build problem that was caused by a suspected bug in yacc
2001-04-23 17:46:32 +00:00
wulf
f0e1e8c947
Updated sdcc to 2.2.1: bugfixes and support for new processor
...
Fixed build problem that was caused by a suspected bug in yacc
2001-04-23 17:33:05 +00:00
wiz
dfb2d5edc6
Move to sha1 digests, and/or add distfile sizes.
2001-04-21 00:44:09 +00:00
agc
d7d36b3561
+ 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:57:56 +00:00
wiz
94dc65fbec
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
2001-02-16 14:38:16 +00:00
wiz
370165aac9
Add some files.
2000-12-17 12:51:48 +00:00
tron
ea18d8969e
Remove a bunch of library files which are not built on my systems
...
any more. The build process of this software is really strange.
2000-09-26 07:37:45 +00:00
wulf
623a19f195
Added documentation files and directory to the list
2000-09-25 16:01:03 +00:00
wulf
311c4b381b
Added macros to install documentation
2000-09-25 15:59:59 +00:00
tron
4873d8e544
Adapt this package to NetBSD and use a better master site with a
...
distribution file with correct compression.
2000-08-25 21:49:28 +00:00