Commit Graph

35578 Commits

Author SHA1 Message Date
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
brad
1117051851 upgrade to Dovecot 1.0rc15 2006-11-19 00:40:23 +00:00
alek
543bdf4bb8 Update to 2.2 2006-11-18 22:05:20 +00:00
steven
6aa8e7ab9c changed RUN_DEPENDS, so bump PKGNAME 2006-11-18 21:09:46 +00:00
naddy
69d52b08f2 fix building with libcurl 7.16.0 2006-11-18 19:16:26 +00:00
alek
7fffab7da1 Update to 2.6.14
Fixes CVE-2005-0913 among other things
2006-11-18 17:49:40 +00:00
ajacoutot
dce90a3ee0 - remove VERSION variable
- change MASTER_SITES
- while here, do some indentation cleaning

ok steven@
2006-11-18 17:32:55 +00:00
alek
74ecdba099 Add gaim-guifications 2006-11-18 16:51:27 +00:00
alek
e09401be1d Import gaim-guifications 2.13beta3
Guifications is a Gaim plugin that displays msn style "toaster" popups
in a user defined corner of the screen. It's highly configurable, easy
to use, and has theme support.

From Thomas Wood <grand.edgemaster@gmail.com>
2006-11-18 16:38:17 +00:00
kurt
b1da8f9b5e revert. more is needed to do this right. noticed by robert@ 2006-11-18 16:11:33 +00:00
bernd
f0fed5a60b Security update to libpng-1.2.13. (CVE-2006-3334)
Libpng versions 1.0.6 through 1.2.12 can crash while decoding
the sPLT chunk.  This is due to an incorrect calculation of
the buffer size for storing the palette entries.

ok steven@
2006-11-18 16:06:26 +00:00
mbalmer
7cb12e1520 misc/libutf8 is a build dependency for the ldap flavor. 2006-11-18 11:42:26 +00:00
jasper
6668812a5b - update to 1.18
- use MODULES=cpan
- drop maintainership
2006-11-18 11:23:43 +00:00
steven
0b209562d2 maintainer change = PKGNAME bump ! 2006-11-18 08:24:30 +00:00