Age | Commit message (Collapse) | Author | Files | Lines |
|
previous version (0.51.2) doesn't work with net/ed2k-gtk-gui.
Approved by the maintainer.
Changes:
- Better support for other protocols.
- Fake file detection.
- Lower CPU load.
- Now downloads first and last chunk first
- Improved zlib server support
- RAM buffered uploads/downloads
- Unicode support
- Many internal changes to share code with kdrive
- Fixed looping download
- Upload ratio changed. Now your upload must be set to at least
20KB/s to get unlimited download.
- You can now fix the number of upload slots instead of letting it
dynamically determine.
- Creates less load on the servers.
- Lots of smaller improvements
- zlib Server support
- vq command changed, new options
|
|
libssl without linking also libcrypto, which fails on 2.0 since libssl
doesn't have recorded the libcrypto dependency; fix by disabling
the checkLibrary() call when QC_WITH_OPENSSL_LIB is supplied
PR: 28576
|
|
"-u PyMac_Error" when linking the shared library.
|
|
|
|
- ignore poll()
- needs dlopen.buildlink3.mk
- pass -fPIC -fno-common to CC for objects being linked into a shared
library
|
|
poll.h or provide the required #defines elsewhere.
|
|
integer types. This allows this to build on amd64, although it now
warns of passing around pointers of incompatible type.
|
|
|
|
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.
|