Commit graph

86974 commits

Author SHA1 Message Date
tv
0f630eb326 NOT_FOR_PLATFORM Interix. 2005-10-31 15:06:19 +00:00
tv
75aaf50cb7 Get useful definitions of unalz_le*toh() on Interix. 2005-10-31 15:04:17 +00:00
tv
8e896553eb Fix build on Interix; it seems % has special meaning in Configure now. 2005-10-31 14:59:30 +00:00
tv
1a7f282c3f Fix build on Interix by including <stdlib.h> to get [u]intptr_t.
(Actually in stddef.h, but that would require yet another autoconf check.)
2005-10-31 14:36:08 +00:00
tv
cd4c1493af Fix build on Interix (u_int64_t, but no uint64_t). 2005-10-31 14:31:47 +00:00
adam
ddc2dc567e Updated graphics/gimp to 2.2.9 2005-10-31 13:09:51 +00:00
adam
68e54d449b Changes 2.2.9:
- 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-31 13:07:02 +00:00
joerg
565cb7582d Bump revision for possible change of the linkage in sysutils/fam. 2005-10-31 13:04:23 +00:00
joerg
b4d1971cc1 patch-bc can change the linkage, especially for static linking, so bump
the revision.
2005-10-31 13:03:32 +00:00
tonio
31c762435f Add DIST_SUBDIR=${PKGNAME_NOREV} to change distfile path, as checksum was
updated.
Thanks Min Sik Kim for pointing the problem
2005-10-31 11:25:14 +00:00
rillig
c0ecbafb31 Bumped PKGREVISION of databases/freetds. Added the proper --mandir argument
to the configure script.
2005-10-31 09:57:07 +00:00
wiz
72a04cf22d Mention bacula update and new bacula-client package. 2005-10-31 09:56:00 +00:00
rillig
bbaf142087 Added the proper --mandir argument to the configure script. Bumped
PKGREVISION.
2005-10-31 09:55:28 +00:00
taca
e5304fc339 Note update of www/squid package to 2.5.12nb2. 2005-10-31 09:55:23 +00:00
taca
5b3c9817ff Use official patch instead of temporary one.
2005-10-26 20:31 (Minor) fails to compile with undefined reference to setenv

Bump PKGREVISION.
2005-10-31 09:53:41 +00:00
wiz
c03963bdea Patch from Geert Hendrickx for ideas from Sergey Svishchev:
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-31 09:52:22 +00:00
rillig
c6348f404b Changed back the default values for GNU_CONFIGURE_{INFO,MAN}DIR to what
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-31 09:50:44 +00:00
wiz
d2895f7e83 Add and enable bacula-client. 2005-10-31 09:47:30 +00:00
martti
7afc0fffd9 Regenerate to fix dependency problems 2005-10-31 09:46:43 +00:00
wiz
9aacd396bf New bacula-client package, conflicting with bacula. Provided
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-31 09:46:38 +00:00
wiz
226cd83607 Split off more stuff into Makefile.common, for bacula-client.
Add group argument to bacula-fd script.
From Geert Hendrickx.
2005-10-31 09:45:47 +00:00
rillig
1b6c14947f Added two new variables, GNU_CONFIGURE_INFODIR and GNU_CONFIGURE_MANDIR.
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 09:42:19 +00:00
wiz
cc9c3b9367 + gkrellm1-snmp-0.22. 2005-10-31 09:38:54 +00:00
xtraeme
bc772c28f4 Add mysql5 support. 2005-10-31 09:25:00 +00:00
xtraeme
b26ca0b30c Added databases/mysql5-{client,server} 2005-10-31 09:24:34 +00:00
xtraeme
32384a6653 Initial import of mysql5-server-5.0.15.
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-31 09:22:26 +00:00
xtraeme
b807afcc11 Initial import of mysql5-client-5.0.15.
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-31 09:21:40 +00:00
rillig
f8f80fa3ae Bumped PKGREVISION for chat/irssi. The Perl modules are now included in
the binary package.
2005-10-31 09:19:40 +00:00
rillig
ea4d07864b .include "../../lang/perl5/packlist.mk". This fixes PR 31948. Bumped
PKGREVISION.
2005-10-31 09:18:45 +00:00
adam
67b5d9e65d Updated games/scummvm to 0.8.0 2005-10-31 09:06:14 +00:00
adam
99341f05eb Changes 0.8.0:
New Games:
   - Added SAGA engine (for the games "I Have No Mouth and I Must Scream"
     and "Inherit the Earth").
   - Added Gob engine (for the Goblins series). Currently, only the first of
     the Goblins games is supported.

 New Ports:
   - Added PlayStation 2 port.
   - Added PlayStation Portable (PSP) port.
   - Added AmigaOS 4 port.
   - Added EPOC/SymbianOS port.
   - Added fixes for OS/2 port.

 General:
   - Reworked cursor handling in SDL backend. Now cursors can have their own
     palette and scaling. This is used by Humongous Entertainment games now.
   - Added FluidSynth MIDI driver.
   - Added GUI for the "soundfont" setting. (Currently only used by the
     CoreAudio and FluidSynth MIDI drivers.)
   - The MPEG player could hang if the sound ended prematurely.
   - Improved autoscaling GUI, which takes full advantage of your screen.
   - Fixes for GCC 4.

 SCUMM:
   - Added support for Mac Humongous Entertainment titles.
   - Added support for multiple filenames/versions using a single target.
   - Implemented CGA and Hercules render modes in early LEC titles.
   - Added dialogs which are shown when you modify the talkspeed or music
     volume using hotkeys.
   - Added support for NES version of Maniac Mansion.
   - Added thumbnail support for savegames.
   - Broke compatibility with HE savegame (HE v71 and upwards only).
   - Added possibility to disable building of HE and SCUMM v7 & v8 games
     support.
   - Fixed the last few known music glitches in Sam & Max. (There are still
     some - probably - minor missing features though.)
   - Added support for Commodore64 version of Zak McKracken
   - Eliminated all demos targets and platform-specific targets. Config file
     is autoupdated.

 Sword2:
   - Made the resource manager expire resources more intelligently.
   - Improved performance when playing the game from CD instead of hard disk.
   - Simplified sound effects handling. Again.
   - Code cleanups and restructuring.
   - Fixed long-standing bug in decompressing sounds from the speech/music CLU
     files. It was generating one sample too many, which could be heard as a
     very slight popping noise at the end of some sounds. Files that have been
     compressed with older versions of compress_sword2 will, of course, still
     have the same error. You may want to regenerate them.
2005-10-31 09:05:34 +00:00
minskim
0abaf828e8 Regen to make GNU patch happy. 2005-10-31 05:41:41 +00:00
minskim
c77b5124f5 Make this package build on Darwin.
- Do not declare a static variable as non-static.
  - Build a Unix-style binary.
2005-10-31 05:34:07 +00:00
minskim
989ff25df4 Make this package build on platforms with setxattr(2) (e.g., Linux and
Darwin).
2005-10-31 05:11:41 +00:00
minskim
04e846475f Do not declare static variables as non-static. This makes the package
build with gcc-4.
2005-10-31 04:42:38 +00:00
minskim
cf09c08e45 Regen patch-ad to make GNU patch happy. 2005-10-31 04:32:10 +00:00
dbj
ace19a071c bump PKGSREVISION for root inode search bugfix in patch-as 2005-10-31 02:02:16 +00:00
dbj
8a109c96e1 fix logic error when searching for the root inode 2005-10-31 01:52:36 +00:00
rillig
acabbaacb5 Added a patch for ISO C90 compatibility. 2005-10-30 23:17:35 +00:00
rillig
6b5a2446b0 Updated pkglint to 4.31.2.
Added the expected and actual checksums to the diagnostics if they
differ for patches.
2005-10-30 23:09:40 +00:00
rillig
6e9dde0fd4 Added three methods insert_before(), insert_after() and delete() to a
Pkglint::FileUtil::Line, which will be used for the --autofix option.
No user-visible changes.
2005-10-30 23:03:41 +00:00
rillig
41fe22047c When checking Makefiles, get rid of the "physical" lines as soon as
possible and base all other checks on the logical lines. The physical
source lines are saved literally to make implementing the --autofix
option easier.
2005-10-30 22:11:38 +00:00
joerg
10e0f1226c Fixed hang in ftpio of pkg_install. 2005-10-30 21:54:52 +00:00
joerg
cb701234ba Treat FTP error 450 like 550, otherwise pkg_add from a proftpd server
can hang.

Submitted-by: Eirik Nygaard
2005-10-30 21:27:47 +00:00
agc
43a4166e11 Note addition of intel-iscsi-20040115 2005-10-30 21:05:50 +00:00
agc
303acf9604 Add and enable intel-iscsi 2005-10-30 21:04:13 +00:00
agc
634b15bc68 Initial import of Intel's reference implementation of an iSCSI target (with
a userlevel iSCSI test-quality initiator).

	This project is Intel Lab's software reference implementation of
	iSCSI.  It has been tested to interoperate with the Cisco initiator,
	and conforms to RFC 3720.

	There are 3 forms of the iSCSI target that are produced:

		ufsdisk - standard iSCSI target
		ufsdisk_mmap - an mmap(2)-based iSCSI target
		uramdisk - a ramdisk iSCSI target

	and a testing-quality user-level iSCSI initiator called utest, which
	can exercise the targets above.
2005-10-30 21:02:57 +00:00
jdolecek
7ea966db7a claim MAINTAINER 2005-10-30 20:30:34 +00:00
adrianp
d4323a7356 Note hylafax security bump 2005-10-30 20:16:19 +00:00
adrianp
83cf29c540 Security fixes for SA16906 (CAN-2005-3069 and CAN-2005-3070) from hylafax CVS
Remove obsolete patches to make this build again on NetBSD (x86)
2005-10-30 20:14:07 +00:00