summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-10-31This needs libgetopt on some systems.tv1-1/+2
2005-10-314.1.0nb1: Interix has no sync(2). Use fsync(2) there instead.tv3-3/+55
While there, use fsync(2) on all hosts. Without this, the fstime benchmark will be disproportionately biased toward OS's and hardware that buffer larger amounts of data in memory before [background] syncing.
2005-10-31NOT_FOR_PLATFORM Interix (only 32-bit off_t).tv1-1/+3
2005-10-31Use esound on Interix too. (However, still depends on XShm, which Interixtv1-5/+4
lacks, so doesn't build yet.)
2005-10-31NOT_FOR_PLATFORM Interix.tv1-1/+2
2005-10-31NOT_FOR_PLATFORM Interix; make sure to include ossaudio.buildlink3.mk.tv1-1/+4
2005-10-31NOT_FOR_PLATFORM Interix.tv1-1/+3
2005-10-31Use esound on Interix for audio output.tv1-2/+10
2005-10-31NOT_FOR_PLATFORM Interix; make sure to include ossaudio.buildlink3.mk.tv2-2/+8
2005-10-31NOT_FOR_PLATFORM Interix.tv1-3/+4
2005-10-31NOT_FOR_PLATFORM Interix.tv5-5/+15
2005-10-31No need to include <getopt.h> as getsubopt/getopt_long is not needed.tv2-1/+15
2005-10-31+sysexitstv1-1/+2
2005-10-31Include devel/sysexits to get <sysexits.h>.tv1-1/+2
2005-10-31+sysexitstv1-1/+2
2005-10-31sysexits-1.0: Package for a <sysexits.h> header, which is a common BSD-ismtv7-0/+207
but not included on all OS's.
2005-10-31NOT_FOR_PLATFORM Interix.tv1-1/+3
2005-10-31NOT_FOR_PLATFORM Interix.tv3-4/+10
2005-10-31Only include <inttypes.h> if configure said it exists. Add <stdlib.h> totv3-1/+34
one place where uintptr_t is needed, for Interix.
2005-10-31Interix has neither mlock(2) nor socklen_t.tv3-1/+25
2005-10-31Fix .mo files generation problem, as in libkexif and libkipitonio3-1/+125
2005-10-31Fix build on Interix (u_int64_t, not uint64_t).tv2-1/+19
2005-10-31NOT_FOR_PLATFORM Interix.tv2-4/+8
2005-10-31Get useful definitions of unalz_le*toh() on Interix.tv2-6/+13
2005-10-31Fix build on Interix; it seems % has special meaning in Configure now.tv2-4/+4
2005-10-31Fix build on Interix by including <stdlib.h> to get [u]intptr_t.tv2-6/+7
(Actually in stddef.h, but that would require yet another autoconf check.)
2005-10-31Fix build on Interix (u_int64_t, but no uint64_t).tv2-1/+17
2005-10-31Updated graphics/gimp to 2.2.9adam2-3/+3
2005-10-31Changes 2.2.9:adam3-8/+15
- fixed minor problem in JPEG plug-in - allow to disable build of gtkhtml2, svg, and lcms features - fixed bug in Imagemap plug-in - handle PSD files with untitled channels - fixed build of MMX/SSE assembly code on gcc 4.0 - fixed crash in image preview code - fixed redraw of previews in Rotate Colormap plug-in - fixed redraw of previews in Filterpack plug-in - cross-compilation fixes and build fixes for Cygwin - fixed character placement in Text Circle script - made GIMP more robust against strange characters in directory names - fixed minor issue in Dicom plug-in - deal with API change in librsvg >= 2.11.0 - fixed bug in ellipse selection - fixed build issue on Cygwin - fixed problem in ellipse selection - ease closing of iscissors outline - fixed handling of Tab key if NumLock is active - fixed problem with random number generator in QBist plug-in - raise palettes grid instead of creating a new one - fixed problem with environment maps in Lighting plug-in - fixed Gaussian Blur for small radii - fixed Select By Color tool on grayscale layers
2005-10-31Bump revision for possible change of the linkage in sysutils/fam.joerg1-1/+2
2005-10-31patch-bc can change the linkage, especially for static linking, so bumpjoerg1-2/+2
the revision.
2005-10-31Add DIST_SUBDIR=${PKGNAME_NOREV} to change distfile path, as checksum wastonio2-5/+6
updated. Thanks Min Sik Kim for pointing the problem
2005-10-31Bumped PKGREVISION of databases/freetds. Added the proper --mandir argumentrillig1-1/+2
to the configure script.
2005-10-31Mention bacula update and new bacula-client package.wiz1-1/+3
2005-10-31Added the proper --mandir argument to the configure script. Bumpedrillig2-3/+4
PKGREVISION.
2005-10-31Note update of www/squid package to 2.5.12nb2.taca1-1/+2
2005-10-31Use official patch instead of temporary one.taca3-29/+9
2005-10-26 20:31 (Minor) fails to compile with undefined reference to setenv Bump PKGREVISION.
2005-10-31Patch from Geert Hendrickx for ideas from Sergey Svishchev:wiz1-4/+3
Change BACULA_PIDDIR from /var/run/bacula to /var/run. Add CONFIGURE_ARGS+=--with-sbin-perm=0755. Remove tcp_wrappers bl3.mk, configure doesn't check for it, and even if explicitly enabled, build breaks. Ride recent PKGREVISION bump.
2005-10-31Changed back the default values for GNU_CONFIGURE_{INFO,MAN}DIR to whatrillig1-3/+3
they had been before my last change. I had thought it would be more intuitive if they were based on GNU_CONFIGURE_PREFIX instead of PREFIX, but this might break some packages.
2005-10-31Add and enable bacula-client.wiz1-1/+2
2005-10-31Regenerate to fix dependency problemsmartti1-10/+10
2005-10-31New bacula-client package, conflicting with bacula. Providedwiz3-0/+45
by Geert Hendrickx. Bacula is a set of computer programs that permit you (or the system administrator) to manage backup, recovery, and verification of computer data across a network of computers of different kinds. In technical terms, it is a network client/server based backup program. Bacula is relatively easy to use and efficient, while offering many advanced storage management features that make it easy to find and recover lost or damaged files. Bacula source code has been released under the GPL version 2 license. This package provides a client-only setup (the bacula file daemon and console). For a complete setup (including the bacula director and storage daemon) you should install the bacula package.
2005-10-31Split off more stuff into Makefile.common, for bacula-client.wiz4-48/+55
Add group argument to bacula-fd script. From Geert Hendrickx.
2005-10-31Added two new variables, GNU_CONFIGURE_INFODIR and GNU_CONFIGURE_MANDIR.rillig1-9/+11
Up to now, a package that wanted to use a different location for --mandir had to first define CONFIGURE_HAS_MANDIR=no and then CONFIGURE_ARGS+=--mandir=${...}, which looks weird. Now it only has to set GNU_CONFIGURE_MANDIR.
2005-10-31+ gkrellm1-snmp-0.22.wiz1-2/+2
2005-10-31Add mysql5 support.xtraeme1-3/+9
2005-10-31Added databases/mysql5-{client,server}xtraeme2-2/+6
2005-10-31Initial import of mysql5-server-5.0.15.xtraeme19-0/+1777
MySQL is a SQL (Structured Query Language) database server. SQL is the most popular database language in the world. MySQL is a client-server implementation that consists of a server daemon `mysqld' and many different client programs/libraries. The main goals of MySQL are speed and robustness. The base upon which MySQL is built is a set of routines that have been used in a highly demanding production environment for many years. While MySQL is still in development it already offers a rich and highly useful function set. The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL). This package contains the MySQL server programs and libraries.
2005-10-31Initial import of mysql5-client-5.0.15.xtraeme17-0/+499
MySQL is a SQL (Structured Query Language) database server. SQL is the most popular database language in the world. MySQL is a client-server implementation that consists of a server daemon `mysqld' and many different client programs/libraries. The main goals of MySQL are speed and robustness. The base upon which MySQL is built is a set of routines that have been used in a highly demanding production environment for many years. While MySQL is still in development it already offers a rich and highly useful function set. The official way to pronounce 'MySQL' is 'My Ess Que Ell' (Not MY-SEQUEL). This package contains the MySQL client programs and libraries.
2005-10-31Bumped PKGREVISION for chat/irssi. The Perl modules are now included inrillig1-1/+2
the binary package.