summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-12-19Update "analog" package to version 6.0. Changes since version 5.32:tron4-17/+21
- Added Palm OS and Symbian OS to the Operating System Report. - ISO 8601 extended date format available in language files. - Another style sheet from James Reeves added to the examples directory. - Analog is now distributed under the GNU General Public License. - Fix problems building unzip.c on some platforms. - Fix invalid XHTML output in non-European languages. - The DNSTIMEOUT command is now off by default, because it breaks DNS lookups on many platforms. - Recognises Firebird and Firefox as browsers. - msnbot recognised as a robot in the default configuration. - Patches for Mac. - New Makefiles for Windows and RISC OS. - Corrections to Finnish and Japanese language files. - Reads zip and bzip2 logfiles without the need for an UNCOMPRESS command. - Automatically strips ;params section from URLs (for example, jsessionid's). - Recognises Windows Server 2003 in the Operating System Report. - First user-contributed style sheets added to examples/css directory. - Computer-readable output style now forces English output. - More corrections to XML output style. - Patches for OpenVMS and RISC OS. - Basque language files. - Country code .cs, formerly Czechoslovakia, is now Serbia and Montenegro. (Changed in English, French and German domains files, and removed from other domains files). - Corrections to Swedish and Ukrainian language files, and to German domains files. - Internal Search reports now work properly on case-insensitive file systems. - Various bug fixes and improvements to XHTML and XML output styles. - New command CSSPREFIX to add a prefix to the CSS class names used in the XHTML output. - XML DTD distributed with the program. - Language files for Simplified Chinese. - This is the first beta test for version 6. - Output code completely rewritten, to permit more output formats. - New output formats XHTML and XML. (Thanks to Per Jessen for XML, and to Jeremy Wadsack for help with XHTML). - XHTML is now the default output style. - The barcharts are now made from png's not gif's by default. - New command LOGOURL.
2004-12-19Add space (between option and argument) for Irix.wiz1-2/+2
From Georg Schwarz in PR 28715.
2004-12-19Add back ONLY_FOR_PLATFORM that was removed by mistake when the packagekristerw1-1/+3
was updated in r1.17.
2004-12-19Add more missing dependencies: gettext-lib, zlib, and intltool.minskim1-1/+4
2004-12-19Honor LIBOWN and LIBGRP.minskim1-1/+3
2004-12-19Add missing dependencies. Buildlinking pkgconfig revealed the problem.minskim1-1/+3
2004-12-19Move buildlink3.mk files ahead of make targets as per doc/Makefile-example.jlam1-21/+21
2004-12-19Do not remove write permission of installed files with CHMOD; settingminskim1-2/+1
their permission to SHAREOWN:SHAREGRP is enough.
2004-12-19Add build dependency on pkgconfig, which is used by configure.minskim1-1/+2
2004-12-19+ dhisd-5.1 [pkg/28704], efax-gtk-2.2.14, gimp-2.2.0, p7zip-4.13.wiz1-3/+5
2004-12-19Update speedtouch to 1.2-beta2nb3abs1-2/+8
- Fix pppoa2 path in sample ppp.conf to be based on ${PREFIX} not /usr/local
2004-12-19s,PHP4,PHP, in COMMENT - this package doesn't specifically require PHP4jdolecek2-4/+4
2004-12-19Note update of overnet to 1.0.1.minskim1-1/+2
2004-12-19Update overnet to 1.0.1. This is updated during freeze because theminskim4-25/+19
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
2004-12-19Fix build on NetBSD 2.0 - configure script tried to link program withjdolecek3-2/+21
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
2004-12-19fix missed from previous: Darwin 7.x doesn't appear to want thegrant2-8/+20
"-u PyMac_Error" when linking the shared library.
2004-12-19all of these use dlopen().grant4-4/+8
2004-12-19Darwin build fixes:grant3-14/+25
- ignore poll() - needs dlopen.buildlink3.mk - pass -fPIC -fno-common to CC for objects being linked into a shared library
2004-12-19explicitly ignore poll() on Darwin because newer Darwin does not havegrant1-1/+6
poll.h or provide the required #defines elsewhere.
2004-12-19Use types defined by <sys/types.h> to define some chmlib fixed-widthjlam2-2/+23
integer types. This allows this to build on amd64, although it now warns of passing around pointers of incompatible type.
2004-12-19Wrap this a bit better.jlam1-8/+7
2004-12-19Ensure that we build the shared library using PIC objects. This shouldjlam1-3/+6
fix the build on amd64.
2004-12-19Ensure that we link PIC code to create systray.so. This should fix buildsjlam1-1/+4
on amd64.
2004-12-19when Apache is built with dlcompat present, the installed httpd/os.hgrant1-1/+5
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).
2004-12-19fix an incorrect test for __ppc__, unbreaking this package on Darwin.grant2-1/+18
2004-12-19Disable the auto-added processor optimizations, which are all GCC-specificjlam1-1/+2
anyway, and flat-out don't work with most processors. This should give audio/muse a better chance of building on non-i386 platforms.
2004-12-19Fix code that assumed that sizeof(long) == 32. This fixes the build onjlam2-1/+35
amd64.
2004-12-19note PKGREVISION bump of ja-less (drop pcre dependency).grant1-1/+2
2004-12-19drop unnecessary dependency on pcre. confirmed that the posix regexgrant1-2/+2
library is acceptable on irix 5.3 by Georg Schwarz in PR pkg/28640. bump PKGREVISION for dependency change.
2004-12-19ick: openssl builds PIC static libraries and then later uses them togrant2-6/+23
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?
2004-12-19qpopper supports reloading config files with SIGHUP, so enable thegrant1-1/+2
"reload" command.
2004-12-19fix MASTER_SITE_GNOME .au example.grant1-2/+2
2004-12-19transform -fPIC to -qnocommon and clarify the related comment.grant1-3/+4
2004-12-19this won't build with xlc without some work, mark it as such.grant2-2/+6
2004-12-19Create a modifier PERL5_OPTIONS that specifies properties of the perljlam4-4/+38
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.
2004-12-18add hack for missing socklen_t typedef handling. fixes build ongrant3-5/+24
Darwin.
2004-12-18Native threading on VAX isn't ready for primetime in NetBSD>=2.0.jlam1-1/+12
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.
2004-12-18Note PKGREVISION bump of ed2k-gtk-gui.minskim1-1/+2
2004-12-18Bump PKGREVISION for the change in spawning overnet.minskim1-1/+2
2004-12-18Do not try to read from pipes after spawning overnet. This is aminskim2-1/+15
workaround for the problem that g_spawn_sync() in glib2 hangs in running overnet>=1.0.
2004-12-18minor whitespace nit.jlam1-2/+2
2004-12-18BIND 9.3.0 dies right after launch on VAX and m68k when threading isjklos1-2/+4
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.
2004-12-18Auto-add the PTHREAD_* variables to CFLAGS, LDFLAGS, and LIBS so thatjlam4-5/+9
these packages will pick up -lpthread on NetBSD 1.6.x when linking applications.
2004-12-18Always create a ${TOOLS_DIR}/bin/rpcgen to wrap the real rpcgen.jlam7-13/+28
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.
2004-12-18Add (unsigned char) casts to ctype function arguments.minskim7-1/+287
2004-12-18ignore getopt_long() on Darwin because there is no prototype for it,grant1-1/+10
nor declaration for "struct option". fixes build on Darwin.
2004-12-18comment which file causes the ICE.grant1-2/+2
2004-12-18silc-toolkit causes xlc to bomb with an ICE, so mark this pkggrant1-1/+4
NOT_FOR_COMPILER=xlc.
2004-12-18note PKGREVISION bump of libtool (-export-symbols fix for Darwin withgrant1-1/+2
xlc).
2004-12-18in the command run when -export-symbols is used on Darwin with xlc,grant3-6/+42
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.