Commit Graph

35691 Commits

Author SHA1 Message Date
espie
e0e5780e0e allows PREFIX and CATEGORIES to be subpackage dependent 2006-11-20 13:50:16 +00:00
bernd
22a4d810b8 Provide MODGETTEXT_{LIB,RUN}_DEPENDS to help MULTI_PACKAGES.
ok espie@
2006-11-20 13:37:00 +00:00
espie
b75dec414c fix a few obviously wrong dependencies, and remove extra shells in ghc. 2006-11-20 13:07:19 +00:00
bernd
85b2fe8d8a Provide MODLIBICONV_{LIB,RUN}_DEPENDS to help MULTI_PACKAGES.
ok espie@
2006-11-20 12:41:40 +00:00
espie
5cf40c9a72 re-allow BUILD_DEPENDS=nasm::devel/nasm temporarily.
until this gets killed... we haven't used the front part of : for a very
long time now !
2006-11-20 12:34:52 +00:00
espie
9ebaaf908c zap obsolete construct 2006-11-20 12:28:48 +00:00
espie
6c9a06297f convert to new MULTI_PACKAGES 2006-11-20 12:21:04 +00:00
espie
3d0bde7b9b zap duplicate specs 2006-11-20 12:13:43 +00:00
espie
b7c78d5d16 typo 2006-11-20 12:04:40 +00:00
espie
25f136ac46 convert to the new MULTI_PACKAGES setup 2006-11-20 12:02:29 +00:00
espie
15375beded fix NO_SHARED_LIBS case, found out by bernd@ 2006-11-20 11:15:39 +00:00
espie
32322a6cfa clone LIB_DEPENDS${SUBPACKAGE}/WANTLIB${SUBPACKAGE} as expected. 2006-11-20 11:11:38 +00:00
espie
cb87b66c0b let LIB_DEPENDS and WANTLIB depend on the SUBPACKAGE.
Build a special list of _BUILDLIB_DEPENDS, so that separate subpackages
can depend on each other without making an infinite loop...
2006-11-20 10:49:22 +00:00
espie
15be4f88b2 forgot one DEPRUNLIBS 2006-11-20 10:38:31 +00:00
espie
b46318f8f6 distinguish between _BUILDLIB_DEPENDS and LIB_DEPENDS, and _BUILDWANTLIB
and WANTLIB.

Get the rules for the LIBSPECS_COOKIES out of the loop that dictates their
usage.

Introduce *DEP3 variables, to keep *-depends-list compatible with old stuff.

Use _BUILDLIB_DEPENDS and _BUILDWANTLIB everywhere this makes sense.
2006-11-20 10:36:13 +00:00
espie
a0b5fa8262 simplify xxx-dir-depends: only rely on _BUILD_DEP/_RUN_DEP.
Fold _ALWAYS_DEP.
2006-11-20 09:59:11 +00:00
espie
076413b410 remove extra subpackage that crept in 2006-11-20 09:46:56 +00:00
ajacoutot
5251fa1295 Add glpng. 2006-11-20 09:37:25 +00:00
ajacoutot
17f0788a31 Import glpng-1.45.
This is a library for OpenGL to load PNG graphics files as an OpenGL
texture as easily as possible.  It also has a number of options for
generating the alpha channel and mipmaps.

help and ok steven@
2006-11-20 09:35:48 +00:00
robert
9f5687ce06 build the cleanobj flavor of openoffice by default
to reduce the disk space needed for the build
2006-11-20 09:34:56 +00:00
robert
fc3aff654b - add i18n support including 11 languages for now (if you need more, tell us)
- add a pseudo flavor called cleanobj that reduces the disk space needed
to build openoffice by cleaning up all unneeded object directories.
(idea from kurt@)

- do not run checkdeliver.pl because it will fail if we use the cleanobj
flavor because it can't check the object dirs that we remove.
2006-11-20 09:33:02 +00:00
bernd
83cc6b658a Fix build with latest imlib2. 2006-11-20 09:22:24 +00:00
bernd
49900b787e Fix build with updated imlib2. 2006-11-20 09:21:59 +00:00
bernd
c0a214242c Update to imlib2-1.3.0. Initial diffs from 'bsdmaniak at daemon-tips dot org'
and brad@.

This contains security fixes from the imlib2 cvs repository for CVE-2006-4806,
CVE-2006-4807, CVE-2006-4808 and CVE-2006-4809.

ok brad@, steven@
2006-11-20 09:21:09 +00:00
steven
b58292acd3 USE_X11 2006-11-20 08:07:40 +00:00
msf
351aca8f00 +p5-Perl-Critic 2006-11-20 06:51:26 +00:00
jolan
999dcef842 update to 0.7.2, from maintainer 2006-11-20 04:06:41 +00:00
jolan
388742d0c4 update to 2.4.7 2006-11-20 03:15:36 +00:00
niallo
c0205aab4f - update to version 2.2
tested on i386, amd64 and sparc64.
2006-11-20 01:14:11 +00:00
aanriot
feeb6169cb - MODULES=cpan.
- drop maintainership.
- bump PKGNAME.

"sure" espie@
2006-11-19 21:40:57 +00:00
jakob
7f02bde1fa fix PKGNAME for snapshots 2006-11-19 21:17:45 +00:00
sturm
50a78e8f73 add sh to NO_SHARED_ARCHS for now 2006-11-19 19:52:03 +00:00
jasper
8d296c6dd5 - update to 1.20
- use MODULES=cpan
2006-11-19 18:43:30 +00:00
espie
2238471bc2 rephrase dependency evaluation without $$dep.
Also, more error checking, check specifically for which dependency targets
are allowed.
2006-11-19 18:20:01 +00:00
espie
6d0da43bdc Now that all dependencies are evaluated in the same way, build the cookies
in one single loop, based on _DEPLIST.

Extract dependencies off the loop.
2006-11-19 18:07:38 +00:00
espie
eb86c17946 remove confusing FAKE=lib scaffolding that's not finished, and that won't
work in that way in any case...
2006-11-19 18:01:44 +00:00
espie
2b06f42b4a avoid redefining the same dependency cookie twice 2006-11-19 17:52:32 +00:00
espie
b7ae3ba7bb simplify dep cookies names. Since we no longer use the dep part, let
it vanish completely.

Also, stop converting . to -, as it's useless and makes for less readable
names.
2006-11-19 17:48:14 +00:00
espie
299af1fa5b also defaults to stem-* for build depends, thus simplifying code a bit... 2006-11-19 17:40:35 +00:00
espie
2d34234cec oops typo. make sure lib depends are done 2006-11-19 17:39:15 +00:00
espie
37bfbe6e97 start making a big distinction between lib depends evaluated at build time
and at `run(packaging)' time.
2006-11-19 16:39:41 +00:00
ajacoutot
2f033bb05e Add aqsis. 2006-11-19 14:30:28 +00:00
ajacoutot
df9793f192 Import aqsis-1.0.1.
Aqsis is a high quality, photorealistic, 3D rendering solution. It
complies with the RenderMan interface standard defined by Pixar.
Aqsis comprises a command line rendering tool, a tool for compiling
shaders in the RSL language, a tool for preparing textures for optimal
use, and various developer libraries to enable integration with third
party tools.

ok steven@
2006-11-19 14:29:22 +00:00
espie
c5bed01d12 also use RUN_DEPENDS${SUBPACKAGE} in the simple parts. 2006-11-19 12:37:55 +00:00
espie
13a468ef7b add an extra level of indirection for dependency lists: _xxx_DEPLIST.
allows us to get rid of some NO_DEPENDS tests later, also allows for
RUN_DEPENDS to become indexed on SUBPACKAGE.

LIB_DEPENDS and WANTLIB are going to need more surgery, since they need
to be checked during build and packaging...
2006-11-19 12:32:53 +00:00
espie
138ff85a86 rename more internal stuff to make it less visually confusing:
_DEPlibs_COOKIE => _DEPWANTLIB_COOKIE
_DEPlibs_COOKIES => _DEPLIBSPECS_COOKIES
2006-11-19 12:11:30 +00:00
espie
cde96256b8 rename some internal variables: _DEPlib_COOKIES -> _DEPLIB_COOKIES.
simplify some
.if defined(A)
.  for i in $A
      ...
.  endfor
.endfor

into

.for i in $A
      ...
.  endfor
.endfor

since empty loops work just fine.
2006-11-19 12:05:10 +00:00
msf
0f7703305c unbreak no_x11 flavor. spotted by Jason LaRiviere. 2006-11-19 11:54:44 +00:00
grange
27d1a03b9e Tweak COMMENT so that it mentions SuperH per author's suggestion.
Bump PKGNAME.
2006-11-19 10:03:02 +00:00
steven
7d7f2aceaa bump PKGNAME after maintainer change... 2006-11-19 07:12:10 +00:00