Commit Graph

39236 Commits

Author SHA1 Message Date
jasper
db94ea8f37 only set MASTER_SITES, if it's not already defined. 2007-06-29 19:35:00 +00:00
jasper
a946a78e35 remove USE_X11 from here, stuff like gnome-backgrounds doesn't use X11, but it does use this module.. 2007-06-29 19:28:06 +00:00
jasper
614a5422f2 add a plain ${VERSION} variable, aids the conversion 2007-06-29 19:23:34 +00:00
espie
c6d073167a drop maintainership, switching to amule... 2007-06-29 19:17:08 +00:00
jasper
a649ac987e simpler do-install, and sync PLIST accordingly (missing items)
with and ok stu at spacehopper.org (MAINTAINER)
2007-06-29 17:49:56 +00:00
kurt
eec8841005 fix an amd64 segfault see while testing the java subpackage (File ->
Wizards -> Fax). patch objtained from OOo bug report:
http://www.openoffice.org/issues/show_bug.cgi?id=71815
okay robert@
2007-06-29 16:04:32 +00:00
mbalmer
51e24cff67 Use ${PACKAGE} instead of $PACKAGE in the MESSAGE file, so the output at
install time makes sense.
cvs: ----------------------------------------------------------------------
2007-06-29 12:15:00 +00:00
kili
1aa7acd27f And bump the PKGNAME. 2007-06-29 11:23:41 +00:00
kili
54fcefd559 Build with nhc98 if no ghc is available. 2007-06-29 11:07:16 +00:00
kili
b7060678ab Update to 1.18.
Take maintainership.

Note that the powerpc problems will be fixed separately.
2007-06-29 11:06:25 +00:00
kili
fbd333f92c Update to 1.4.
Tweak WANTLIB (gmp only required when built with ghc).
Take maintainership.

Not that some regression tests fail. This will be fixed in the next
release.
2007-06-29 10:59:07 +00:00
kili
ac7da55938 Tweak WANTLIB (gmp only needed when built with ghc).
Take maintainership.
2007-06-29 10:57:29 +00:00
espie
07262849b8 add support for FTP_KEEPALIVE.
You need a somewhat current ftp(1) for this to work !!!
2007-06-29 10:24:23 +00:00
espie
1de97ec103 update to 1.4.6, slightly faster wrt sqlite 2007-06-29 10:22:14 +00:00
jakob
20cb8da613 fix broken dependency; from MAINTAINER 2007-06-29 09:13:29 +00:00
jakob
37841b96cb update to version 2.1.1; from Stuart Henderson
change MAINTAINER to Stuart as well
2007-06-29 06:58:22 +00:00
jakemsr
73366c6ce5 - use exact width data types for libfaad interaction
- move libfaad from WANTLIB to LIB_DEPENDS and LIB_DEPEND
  libfaad >= 1.0
- bump PKGNAME

libfaad move from WANTLIB to LIB_DEPENDS OK ajacoutot@ (MAINTAINER)
OK naddy@
2007-06-29 06:19:46 +00:00
jakemsr
e0c0b71afd - use exact width data types for libfaad interaction
- LIB_DEPENDS libfaad >= 1.0
- bump PKGNAME

OK naddy@
2007-06-29 06:15:52 +00:00
jakemsr
468e026756 - use exact width data types for libfaad interaction
- LIB_DEPENDS-faad libfaad >= 1.0
- bump PKGNAME-main and PKGNAME-${PLUGIN}
- remove unused PATCHLEVEL variable
- adjust WANTLIB-main and WANTLIB-gnome as per lib-depends-check
- sync patches with update-patches

OK naddy@
2007-06-29 06:13:44 +00:00
jakemsr
6ff93d9b44 - use exact width data types for libfaad interaction
- LIB_DEPENDS libfaad >= 1.0
- bump PKGNAME

OK naddy@
2007-06-29 06:08:12 +00:00
jakemsr
37d3a8fab0 - use exact width data types for libfaad interaction
- LIB_DEPENDS libfaad >= 1.0
- bump PKGNAME-main

OK naddy@
2007-06-29 06:05:46 +00:00
jakemsr
ad8a707fdf problem:
libfaad uses data types with machine dependent bit width in
prototypes in its public headers, but in the corresponding library
code, machine independent exact width data types are used.

solution:
change libfaad headers to use the same machine independent exact
width data types in the prototypes as in the library.  since the
prototypes in the library headers are changed, users of libfaad
likely need to be modified to use exact width data types as well.

also:
- bump libfaad major version number
- update plugin code to use exact width data types for libfaad
  interaction, as per new prototypes
- bump package version
- sync patches with update-patches


problem discovered by, solution discussed with, reviewed, tested
and OK naddy@
2007-06-29 06:01:42 +00:00
espie
9eb5a6bae5 tweak getpkgpath to display a diagnostic, but not exit 1, in case of
error.

Do the real erroring out through a fatal error in pkgpath.mk (and set
PKGPATH to something less confusing than an empty variable). This
solves PR 5510 for real.
2007-06-28 21:05:47 +00:00
martynas
b1e7eeeafa stick with firefox codebase and manually check out xulrunner update
so that applications which depend on xulrunner won't suffer from
the vulnerabilities which are already fixed.

MFSA 2007-17; MFSA 2007-16; MFSA 2007-14; MFSA 2007-13; MFSA 2007-12;
MFSA 2007-11; MFSA 2007-09; MFSA 2007-08; MFSA 2007-07; MFSA 2007-06;
MFSA 2007-05; MFSA 2007-04; MFSA 2007-03; MFSA 2007-02; MFSA 2007-01;
MFSA 2006-76; MFSA 2006-75; MFSA 2006-73; MFSA 2006-72; MFSA 2006-71;
MFSA 2006-70; MFSA 2006-69; MFSA 2006-68; MFSA 2006-67; MFSA 2006-66;
MFSA 2006-65; MFSA 2006-64; MFSA 2006-62; MFSA 2006-61; MFSA 2006-60;
MFSA 2006-59; MFSA 2006-58; MFSA 2006-57; MFSA 2006-56; MFSA 2006-55;
MFSA 2006-54; MFSA 2006-53; MFSA 2006-52; MFSA 2006-51; MFSA 2006-50;
MFSA 2006-48; MFSA 2006-47; MFSA 2006-46; MFSA 2006-45; MFSA 2006-44.

(these are for firefox 1_8_0_4 -> 1_8_1_4)

ok kurt@
2007-06-28 19:50:04 +00:00
martynas
a7e36d47a1 make audio files play by default under gnome by updating desktop
database; "of course!" jasper@
2007-06-28 16:30:09 +00:00
jasper
5ea00bceec add liferea 2007-06-28 16:22:41 +00:00
jasper
84d42b6b05 import liferea 1.2.17
Liferea is an aggregator for online news feeds. There are many other
news readers available, but these others are not available for Unix or
require many extra libraries to be installed. Liferea tries to fill this
gap by creating a fast, easy to use, easy to install news aggregator for
GTK/GNOME.

joint work with Wiktor Izdebski <vicviq at gmail.com>
ok martynas@
2007-06-28 16:20:42 +00:00
espie
a514f42cbb update documentation as well (still beta2 for now) 2007-06-28 16:03:49 +00:00
simon
021beb9ae4 add gtetrinet 2007-06-28 15:38:25 +00:00
simon
263101c4b0 import gtetrinet 0.7.11
GTetrinet is a client program for the popular Tetrinet game, a multiplayer
tetris game that is played over the internet.
(If you don't know what Tetrinet is, check out tetrinet.org)

feedback & ok jasper@
2007-06-28 15:38:16 +00:00
espie
f75e591c6a digikam 0.9.2, bundles the basic plugins now.
new feature: a light table, and several new plugins.
2007-06-28 15:10:34 +00:00
espie
fc77a9524b new version, minor changes, required by new digikam 2007-06-28 15:08:59 +00:00
espie
223ec8d7c3 +libkdcraw 2007-06-28 15:08:23 +00:00
espie
40d85de993 glue around dcraw for use in kde programs, dependency of digikam 0.9.2 2007-06-28 15:07:44 +00:00
ajacoutot
9dcbac16f6 - minor update to ldapvi-1.7 2007-06-28 14:39:14 +00:00
kili
3809a7a2a1 Unbreak -gpsmap for 64 bit archs. Found by steven@. 2007-06-28 12:43:32 +00:00
ajacoutot
e894fa5536 - include the wrapmark page unconditionally (and remove the corresponding
FLAVOR)
FYI, wrapmark = static word wrap marker

discussed with mbalmer@, ok jasper@
2007-06-28 12:32:19 +00:00
steven
b88c9fa1eb fix plist 2007-06-28 08:03:06 +00:00
ian
614ac9a90a Better url in FETCH_MANUALLY, ok kurt@ 2007-06-28 03:20:20 +00:00
kurt
f343bad171 - Update to 0.5.33 from maintainer Carlos Valiente <yo@virutass.net>. 2007-06-27 22:47:29 +00:00
kurt
450f231ad4 - update port to be based of Sun's 1.5.0 Update 11 src which includes many
bug fixes since the initial release of the 1.5 jdk. I'm sure some of the
fixes are security related but I wasn't able to find a concise list. All
the bugs fixes listed here from update 11 and lower should be fixed by
this update: http://java.sun.com/j2se/1.5.0/ReleaseNotes.html#150_11
- NOTE: License change: used to be SCSL, now is JRL (Java Research
License). Still no packages with this license but at least we get the bug
fixes and security fixes now: https://tiger.dev.java.net/
- enable version scripts on libjvm which fixes a symbol conflict with
recent xulrunner which is used by eclipse's internal swt-browser.
2007-06-27 21:51:09 +00:00
rui
5eb306f35e update multitail to 5.0.5
ok simon@
2007-06-27 21:49:52 +00:00
kurt
01ba206cd1 expand BUILD_DEPENDS to allow building ports with jdk-1.5.0 update 11 2007-06-27 21:33:33 +00:00
steven
1cbf991a04 forgot a piece 2007-06-27 21:09:48 +00:00
steven
107ab5068c find locale under share/locale. discussed with author a while ago. 2007-06-27 20:33:14 +00:00
naddy
23b0d3e329 maintenance update to 2.2.35 2007-06-27 20:13:14 +00:00
rui
88109ad0b2 update base64 to 1.5
ok ajacoutot@
2007-06-27 19:15:50 +00:00
simon
f70692debe ascii vs. binary file transfer on mirror,
regen distinfo and adjust patch now master site is reachable

ok ajacoutot@
2007-06-27 18:57:48 +00:00
simon
661c3114e0 update to version 0.603
ok jasper@
2007-06-27 18:30:40 +00:00
ajacoutot
adbdb46c21 - give it a chance to build on !i386 (fix WANTLIB) 2007-06-27 13:54:56 +00:00