Commit graph

21 commits

Author SHA1 Message Date
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +00:00
reed
e117eda090 Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
2004-12-28 23:18:15 +00:00
jlam
7c875394e7 Set USE_LANGUAGES properly (uses C++) and remove unnecessary
USE_GCC_SHLIBS setting.
2004-11-15 15:04:08 +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
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
kristerw
62fd4c4b58 Fix a case of bogus extra { and } in array initialization, that makes
gcc 3.3 complain loudly.
2004-05-25 21:13:26 +00:00
snj
e05189ccaa Convert to buildlink3. 2004-05-09 00:45:45 +00:00
jlam
3ac2d4b8aa In the new compiler selection framework, GCC_REQD is appended to, not
overridden.
2004-02-01 01:43:28 +00:00
grant
59daad6697 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:46:42 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
kristerw
27f1404d57 Use GCC_REQD instead of USE_PKGSRC_GCC in order to increase the
likelihood that the aqsis binary and the libraries it depend on
will use the same libstdc++.

This makes this package build and install for NetBSD 1.6.
2003-11-29 03:50:42 +00:00
grant
40614d0b3c get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-17 19:39:58 +00:00
grant
ac2754dcb7 kill all references to gcc.buildlink2.mk and compiler.mk, and define
USE_GCC2 or USE_GCC3 where appropriate.

the functionality of the old gcc.buildlink2.mk has been rolled into
compiler.mk now, which is automatically used.

more changes to come later...
2003-09-12 20:07:06 +00:00
agc
cae1f39ea5 Correct the URL for the aqsis homepage, from Richard Rauch in PR 22176 2003-07-18 11:21:01 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
abs
0de8869fb4 Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3
is accepted. Suggested by Grant.
2003-06-02 14:05:00 +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
cjep
6026aa1499 NetBSD 1.5.* requires gcc 2.95.3 to compile. PR#19193 from Ian Fry. 2003-04-14 10:45:06 +00:00
dmcmahill
28fc43ca12 use a time_t * as the argument to time(3) to let this compile on 64 bit systems.
Fixes recently noted compile problems on alpha.
2003-03-15 12:24:22 +00:00
jschauma
77dbcbc11a Bump PKGREVISION due to upgrade of Mesa and friends.
Only include Mesa/buildlink2.mk if the package requires all three of
MesaLib, glu and glut - else only include the necessary buildlink2s.
2003-03-09 19:10:35 +00:00
agc
08a826d2f4 Initial import of aqsis-0.6.4, a Renderman clone, into the NetBSD Packages
collection.

A RenderMan compliant renderer.  Based on the REYES architecture,
Aqsis is designed for speed and memory efficiency.  Complete
implementation of programmable shading.
2002-10-28 15:12:36 +00:00