dholland
ae79b29b1e
Work around header naming conflict with harfbuzz. Fixes build.
2012-12-21 05:33:47 +00:00
dholland
ef54a9a0b3
This package installs stuff in the vendor_perl directory and knows
...
about the Perl version. Instead of baking the version number into the
PLIST, control it from the Makefile. Also, depend on the current
major/minor version of Perl. Ideally this version should come from
something in lang/perl5, but there isn't any obvious way to do that.
But at least now this only has to be updated in one place when Perl
changes.
Bump PKGREVISION because of the depends changes.
2012-12-21 04:55:10 +00:00
dholland
ad900ee7ac
Fix broken build with gcc 4.5. While here, fix usage of tolower().
...
PKGREVISION -> 1.
2012-12-21 04:23:45 +00:00
dholland
00e1ab533d
Recognize i486-netbsd as well as i386-netbsd.
2012-12-21 04:06:45 +00:00
dholland
d56abd6f5b
Fix LP64 build.
2012-12-21 02:59:04 +00:00
dholland
31e85bb589
Silence extensive const warnings that were obscuring everything else.
2012-12-21 02:58:55 +00:00
dholland
38e65fbf35
Add missing linkage to own library. May fix the build failures seen
...
on some platforms. I have no idea why this would fail in a machine-
dependent way.
2012-12-21 02:33:08 +00:00
dholland
30623b4acd
Don't use share/doc/html. Clean up a lot of additional pkglint.
...
PKGREVISION -> 2.
2012-12-21 01:26:34 +00:00
dholland
742f602090
Fix "libtool: unable to infer tagged configuration" breakage.
2012-12-21 01:16:50 +00:00
schnoebe
0424776a51
Add two new patches:
...
* handle building with NetBSD 6's 64bit time_t on a 32 bit platform
* reorder src/utf8/checked.h to define the append() function
before using it later on in the same file.
Also updated the MASTER_SITES to reference the new download site.
2012-12-21 00:10:59 +00:00
dholland
742d836b86
Update PLIST after base package update.
2012-12-20 23:02:17 +00:00
joerg
f40075eae8
Revert, the real issue was in cyrus-sasl.
2012-12-20 23:00:06 +00:00
joerg
c4c98aa1ba
Clang warns about non-literal format strings, but we don't want this to
...
be fatal for now.
2012-12-20 22:53:54 +00:00
joerg
188cebae62
Disable Clang's stricter non-literal format string warning.
2012-12-20 22:53:11 +00:00
joerg
71c9ae45d2
sasl.h needs stddef.h to be self-contained. Bump revision.
2012-12-20 22:52:37 +00:00
dholland
73016acc7e
Fix previous revision, which accidentally threw away BUILDLINK_TREE+= -tk,
...
causing the build of math/R to break mysteriously.
2012-12-20 22:17:23 +00:00
joerg
a1e99ef06d
Add patchsum for patch-polsys.c
2012-12-20 22:12:59 +00:00
joerg
df314a7a74
-R is a linker flag, so prefix with -Wl.
2012-12-20 22:07:57 +00:00
joerg
ba037875cf
Add some void love.
2012-12-20 22:05:05 +00:00
joerg
48b297afca
Add missing prototypes for functions that should really be void.
2012-12-20 22:04:14 +00:00
joerg
ea2712439c
Fix use of nested functions. Bump revision.
2012-12-20 22:03:01 +00:00
joerg
7b5265dace
Fix C99 inline misuse.
2012-12-20 22:02:13 +00:00
joerg
d229d1cf15
Fix inline usage.
2012-12-20 22:01:22 +00:00
joerg
28d72cd28d
Using long as modifier for typedef'd names is invalid C.
2012-12-20 22:00:42 +00:00
joerg
a2672dcf92
Define prototypes to avoid conflicting implicit declarations.
2012-12-20 22:00:06 +00:00
joerg
0af926220a
Fix inline usage.
2012-12-20 21:59:20 +00:00
joerg
784b995adc
Always return a value from non-void functions. Add missing system
...
header.
2012-12-20 21:57:52 +00:00
joerg
0858fa48a9
Return NULL from thread start function.
2012-12-20 21:55:29 +00:00
joerg
1e86b54dd7
Include config.h to ensure that HAVE_UNISTD_H exists. Fix inline usage.
2012-12-20 21:54:24 +00:00
joerg
a5dcfd54e7
Fix inline usage.
2012-12-20 21:53:20 +00:00
joerg
0ad2b50cab
Consistently use void.
2012-12-20 21:52:28 +00:00
joerg
bb9434e9c4
Use void for xx.
2012-12-20 21:51:38 +00:00
joerg
7629197de8
Fix up function definitions to match implementation use of return
...
values.
2012-12-20 21:50:47 +00:00
joerg
8ad6546868
Consistently return a value in non-void functions.
2012-12-20 21:49:06 +00:00
joerg
5d1275f9d1
Fix template look up.
2012-12-20 21:48:15 +00:00
joerg
3805364b61
To be a friend, you have to know the other function. Make sure that the
...
ordinal.h header is include guarded. Fix main prototype.
2012-12-20 21:47:31 +00:00
joerg
749e7bb2c5
Stop clang from caring about return usage, this is way too messy to fix up.
2012-12-20 21:46:16 +00:00
joerg
4f28348b9b
Fix void functions to be declared as such.
2012-12-20 21:44:51 +00:00
joerg
08fac17e20
Create user and group before installation starts.
2012-12-20 21:42:46 +00:00
joerg
43de6faef0
Always include termios.h, libutil.h no longer does it.
2012-12-20 21:42:06 +00:00
joerg
e788b35788
Don't force -ansi by really honouring the user CFLAGS.
2012-12-20 21:39:28 +00:00
joerg
65299f0f53
Uses libtool
2012-12-20 21:38:46 +00:00
joerg
cd6eb3b267
Fix return type of function to match the (missing) return values.
2012-12-20 21:37:37 +00:00
joerg
d0f99da9f1
Consistently return a value in non-void functions.
2012-12-20 21:36:03 +00:00
joerg
b86486ee6f
Consistently return a value.
2012-12-20 21:33:57 +00:00
joerg
621fa48748
Fix kputchar prototype. Merge patch-af into patch-ae.
2012-12-20 21:33:06 +00:00
jnemeth
41e5ff631a
add details about what to do if you don't have mailwrapper
2012-12-20 20:38:46 +00:00
gdt
3b7080360f
Replace comment about volunteers to test language bindings.
...
(This is a comment-only change.)
I used to maintain the subversion packages, but am no longer actively
doing so. I basically removed my name from the comment soliciting
volunteers to test the language binding part of updates, and updated
the text.
2012-12-20 18:39:14 +00:00
jperkin
f36f06f3bc
Add missing xineplug_inp_vcdo.* to Solaris PLIST.
2012-12-20 18:22:05 +00:00
prlw1
5ee9c225a7
Fix build of octave on systems with fltk installed (PR47216)
...
"Native graphics" = opengl + fltk, so switching off opengl also switches
off fltk.
2012-12-20 15:11:15 +00:00