Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
fix the build on amd64.
|
|
on amd64.
|
|
header file #includes <dlfcn.h>, so we need to include
dlopen.buildlink3.mk so that dlfcn.h can be found by packages which
use httpd/os.h.
XXX this is not entirely correct, but works around the problem
XXX sufficiently. the problem is that Darwin (7.7.x) has dlopen() and
XXX friends but does not provide prototypes in dlfcn.h (or anywhere else).
|
|
|
|
anyway, and flat-out don't work with most processors. This should
give audio/muse a better chance of building on non-i386 platforms.
|
|
amd64.
|
|
|
|
library is acceptable on irix 5.3 by Georg Schwarz in PR pkg/28640.
bump PKGREVISION for dependency change.
|
|
build shared libraries. on Darwin with xlc, this fails because of the
way xlc invokes Darwin's in-base libtool to create shared libraries,
meaning that the -all_load argument cannot be used to import all
symbols.
work around this the same way as UnixWare does it, by listing the
archive library contents and linking the object files into the shared
library individually. also remove some other assumed gcc'isms to make
this build on Darwin with xlc.
XXX maybe this pkg should be libtool'ized?
|
|
"reload" command.
|
|
|
|
|
|
|
|
installation needed when including perl5/buildlink3.mk. The only
option currently supported is "threads", which implies that a perl
that supports threads is required. The requirement is checked at
pre-install time using an INSTALL script template by both the package
build and the binary package.
Add PERL5_OPTIONS+=threads to both devel/p5-SDL and graphics/p5-GD
since those modules require a perl that supports threads.
|
|
Darwin.
|
|
Build Perl without threads-support until VAX native threads are known
to work. The hack was added to the Makefile instead of to hacks.mk
since it sets a variable which is used within the package Makefile.
|
|
|
|
|
|
workaround for the problem that g_spawn_sync() in glib2 hangs in
running overnet>=1.0.
|
|
|
|
enabled. Until this is fixed, we'll turn off threading for VAX and m68k.
PowerPC has some other issue, and i386 and SPARC appear to work fine with
threading.
|
|
these packages will pick up -lpthread on NetBSD 1.6.x when linking
applications.
|
|
The wrapper will correctly set the CPP environment variable to a
stat((2)able path to a C preprocessor, then rely on the PATH to
find and invoke the real rpcgen.
Remove NO_EXPORT_CPP in package Makefiles where it was used just to
avoid problems with rpcgen. The build system now just does the right
thing automatically without needing package-specific knowledge.
This fixes PR pkg/27272.
|
|
|
|
nor declaration for "struct option".
fixes build on Darwin.
|
|
|
|
NOT_FOR_COMPILER=xlc.
|
|
xlc).
|
|
ensure there is no whitespace on the command line when passing
-install_name to the linker, as this breaks the build.
this fixes the build of audio/libaudiofile and other packages using
-export-symbols on Darwin with xlc.
bump PKGREVISION.
|
|
|
|
anymore, and this fixed (according to bundled README):
A security patch was applied that solves a problem reported
with malformed mail containing pdf attachments.
|
|
of "des_cblock". This fixes PR pkg/28703.
|
|
|
|
no PKGREVISION bump because it didn't build before.
|
|
|
|
- Darwin has no prototype for poll(), so in glib, do what it already did
for Solaris.
fixes build on Darwin.
bump PKGREVISION for dlcompat dependency.
|
|
PostgreSQL configure/build infrastructure tries very hard to separate
rpath flags from other LDFLAGS, which is completely unnecessary in
pkgsrc since the wrapper scripts are smart enough to deal with it on
their own. In this case, the GNU configure script was stripping out
the rpath to libperl.so when setting perl_embed_ldflags, so modify
the configure script to not do this.
Also re-enable this package since it's possible to load the plperl.so
language module again. I tested this with:
createdb foo
createlang -d foo plperl
|
|
number of blocks in size.
|
|
|
|
sys/types.h.
fixes PR pkg/28632 from Georg Schwarz.
|
|
|
|
fixes part of PR pkg/28615 from Georg Schwarz.
|
|
Darwin.
|
|
fixes PR pkg/28610 from Georg Schwarz.
|
|
be incompatible with sys/types.h.
fixes PR pkg/28545 from Georg Schwarz.
|
|
fixes part of PR pkg/28542 from Georg Schwarz.
|
|
- pass option to configure to emulate getaddrinfo()
- include sys/types.h
fixes PR pkg/28439 from Georg Schwarz.
|
|
|
|
|