Commit graph

152308 commits

Author SHA1 Message Date
taca
061f9e1e21 Add patches for security problem of webrick.
http://www.ruby-lang.org/en/news/2010/01/10/webrick-escape-sequence-injection/

Bump PKGREVISION.
2010-01-10 15:33:28 +00:00
tron
9254745516 Specify the path to X11 libraries explicitily in the configuration step.
This fixes the build under Solaris with modular X.org and shouldn't
hurt anywhere else (tested under NetBSD/amd64 5.0_STABLE with
native X.org).
2010-01-10 14:32:01 +00:00
tron
6b64ed715c Fix build with Sun Sudio C++ by not including "stdbool.h" in C++ mode. 2010-01-10 09:43:06 +00:00
obache
703e466857 DragonFly BSD also does not have sem_timewait(3).
Noticed by Antonio Huete via PR#42591.
2010-01-10 07:58:05 +00:00
wiz
3f0f7c2c40 Wrap 'cd -P' replacement code in platform ifdefs.
From Steven Drake in PR 42168.
2010-01-10 07:53:10 +00:00
obache
ff56372c11 Need to include "util.h" for strdupCC.
Fixes build failure on DragonFly (and probably on FreeBSD),
noticed by Rumko via PR#42601.
2010-01-10 05:39:29 +00:00
heinz
53e3a9ff69 Fixed building with DESTDIR:
Special permissions for filterctl and courierfilter have to be applied
in an install script at installation time.
Actions for the post-install target forgot to propagate DESTDIR
appropriately as a make parameter.
2010-01-09 22:20:31 +00:00
heinz
5268c6643b Fixed installation by _really_ disabling building of ldapaliasd. Bug
reported upstream (typo in courier/configure.in prevented option
"--without-ldapaliasd" from working).
2010-01-09 22:16:20 +00:00
tron
f242062deb This package needs a C99 compiler (e.g. for "stdbool.h"). 2010-01-09 21:43:26 +00:00
tron
c09dde1c04 Fix build with Sun Studio C++. 2010-01-09 20:36:34 +00:00
tron
40cbb1622d Remove a bogus cast which breaks the build with Sun Studio C.
While here set the license to "gnu-gpl-v2".
2010-01-09 19:44:05 +00:00
dholland
d05697c5ba lha 2010-01-09 19:10:57 +00:00
dholland
041c46bee5 64-bit time_t fixes for NetBSD-current. PKGREVISION++. ok agc 2010-01-09 19:10:46 +00:00
joerg
7c76d61ab3 A pointer makes no good unique id on a lp64 system. 2010-01-09 17:06:19 +00:00
joerg
c330d4d148 Fix a bug in configure that matters 4.5 years later. 2010-01-09 16:55:09 +00:00
joerg
b7aab6337b Also provide TREINCDIR. 2010-01-09 16:34:08 +00:00
joerg
24de409858 Mark as not 64bit safe as shown by the build of sj3-dict. 2010-01-09 16:15:41 +00:00
wiz
5b5d5d6142 Updated devel/scmgit-base to 1.6.4nb1 2010-01-09 15:52:27 +00:00
wiz
ce7507c32c Fix PR 42168:
Remove '-P' argument from cd.

Bump PKGREVISION.
2010-01-09 15:52:19 +00:00
joerg
b1fad6d503 Add a PRINT_PLIST_AWK fragment matching the PLIST_SUBST and update the
common base value. Reflect that change in the PLIST files.
2010-01-09 15:33:07 +00:00
schwarz
522df83954 streamlined syntax, using ${SETENV} instead of env. 2010-01-09 14:42:04 +00:00
obache
0238b5e819 Add patch-ac to avoid conflict with getline(3) defined in IEEE Std 1003.1-2008.
PR#42595.
2010-01-09 12:25:20 +00:00
obache
4faabe0e0d Add patch-a{b,c} to avoid conflict with getline(3) defined in IEEE Std 1003.1-2008.
PR#42595.
2010-01-09 12:03:03 +00:00
obache
773ec82af4 Add user-destdir support. 2010-01-09 11:55:35 +00:00
obache
90f8a35649 Add patch-ac to avoid conflict with getline(3) in IEEE Std 1003.1-2008.
PR#42595.
2010-01-09 11:50:36 +00:00
obache
751d0b6196 Marked as destdir ready. 2010-01-09 11:37:10 +00:00
tnn
cc6c0d63d6 Use pkgsrc's libbz2.so on Solaris.
The native one doesn't export BZ2_crc32Table for some reason.
2010-01-09 00:04:08 +00:00
tnn
77003df913 Fix build on Tru64. Closes PR pkg/42538. 2010-01-08 22:45:58 +00:00
joerg
9d6f18f26d Fix bash reference. Bump revision. 2010-01-08 18:53:12 +00:00
joerg
934917b8fb Fix LP64 build. 2010-01-08 18:46:48 +00:00
joerg
92c5273c3b Not for 64bit platforms: pointer casts. 2010-01-08 18:12:11 +00:00
joerg
c5ef83211e Fix build. 2010-01-08 18:10:53 +00:00
joerg
89469c5c46 Fix installation. Add DESTDIR support. 2010-01-08 17:49:01 +00:00
joerg
c95ffb4a83 Has a hidden bash invocation, so depend on it. 2010-01-08 17:33:24 +00:00
joerg
3229cc161b Use the modern DES API. 2010-01-08 17:21:19 +00:00
joerg
e5ffc4a3dc Too ancient a source for amd64. 2010-01-08 17:03:16 +00:00
joerg
d4fdfc53f1 Improve portability by using standard types. 2010-01-08 17:02:42 +00:00
joerg
0ed5200b6b Add LIBOSSAUDIO to LDFLAGS, otherwise it won't get picked up correctly. 2010-01-08 16:56:31 +00:00
joerg
242b729dcf Use the cmake infrastructure. Makes it work in bulk builds. 2010-01-08 16:19:18 +00:00
drochner
9ee4fcb783 reduce unnecessary probing by "configure", in particular for the
gstreamer "soup" plugin
should fix build error seen in bulk build
2010-01-08 15:50:56 +00:00
sno
30da99788d Updated net/p5-eBay-API to 0.25nb2 2010-01-08 13:02:44 +00:00
sno
e4ea74c139 Fixing broken data type API generation. See
http://ftp.netbsd.org/pub/pkgsrc/misc/joerg/20100104.1900/p5-eBay-API-0.25nb1/install.log
2010-01-08 12:57:17 +00:00
joerg
3d55b7c661 Fix path to wish. Bump revision. 2010-01-08 12:47:44 +00:00
joerg
21e223d865 Mark as broken: doesn't build with Xorg server 1.7.x. 2010-01-08 12:40:34 +00:00
drochner
d6cdc97d35 ass patches from webkit CVS to fix security problems
(CVE-2009-2816, CVE-2009-3384), bump PKGREVISION
2010-01-08 09:56:09 +00:00
is
8fed0e6644 xpilot (mostly) builds on Solaris - 4.5.4nb3. 2010-01-07 15:31:16 +00:00
is
e4663da84b The author assumes defined(__STDC__) && defined(__sun__) results in no
<stdarg.h> available... this is not the case with even vaguely recent
gcc on Solaris.
Build fixed, Man page installation stays broken on Solaris as it is a
different (and more general) problem.
2010-01-07 15:22:49 +00:00
joerg
b260948c30 Fix build on DragonFly. From Peter Avalos. 2010-01-07 15:00:35 +00:00
joerg
727857d341 Fix mutt-smtp text. 2010-01-07 14:57:39 +00:00
is
13bf83cebc back out last change - broke on NetBSD after all, test build was in wrong
directory.
2010-01-07 13:58:53 +00:00