Commit graph

119757 commits

Author SHA1 Message Date
wiz
9db51297ba Update MASTER_SITES/HOMEPAGE, from Zafer Aydogan. 2007-11-25 11:52:44 +00:00
wiz
128239e12f MASTER_SITE updates from Zafer Aydogan. 2007-11-25 11:46:59 +00:00
rillig
7c3d0acc9a Needs asprintf, which is missing on Solaris. 2007-11-25 09:56:35 +00:00
rillig
67778f29d4 Sunpro accepts __attribute__((mode ...)), but ignores it. Fixed the
configure test and reported it upstream.
2007-11-25 08:35:31 +00:00
adrianp
d5faee3467 Fix builds on Solaris using the SunPRO compiler. This should fix PR# 36186.
Also do some pkglintification while we are here.
2007-11-24 17:40:36 +00:00
adrianp
67f1366eeb +snmp
+libwww-aliases
2007-11-24 17:16:54 +00:00
gdt
2bf1d56d91 Add "successor" tags for some removed packages, as a way to convey to
package maintenance systems that the removed package should be
automatically replaced by a particular package.  Discussed on tech-pkg.

The following example shows that gimp24 is removed, and should be
replaced with gimp, enabling users with something like 2.3.31 of
gimp24 to be updated to 2.4.1 of gimp without manual intervention.

	Removed graphics/gimp24 successor graphics/gimp [adam 2007-11-01]
2007-11-24 16:52:33 +00:00
adrianp
ddf790c3a8 Add missing options.mk 2007-11-24 16:18:16 +00:00
adrianp
eb9736db75 As Darwin can be installed on a case-sensitive file system don't assume
that just because the OS is Darwin we don't want aliases.
This adds an options.mk so that if users want to they can install the
aliases on Darwin.
No change in the defaults
2007-11-24 16:17:46 +00:00
adrianp
b3a57f52a8 Updated chat/ircservices to 5.0.63 2007-11-24 00:47:58 +00:00
adrianp
92da5a8ac3 Update to 5.0.63
2007/06/10 .62	Backported 5.1 fix for a bug allowing guest nicknames to be
		linked.
This release fixes two security-related bugs discovered in version 5.1 which
are also present in 5.0.
2007-11-24 00:47:35 +00:00
rillig
65415bce8e The files in flow/gsl/gslglib.* are way too complex, and we have glib2
as a dependency, so only provide the necessary code. This is especially
important for Solaris, since the build failed before because of these
files.

I didn't use patches to save bandwidth and disk space.
2007-11-23 22:05:13 +00:00
drochner
81124eaec9 Make it build on NetBSD-current again: use a private malloc implementation
to avoid jemalloc. The simple allocator used by clisp in the NetBSD
case appears to use some assumptions, like allocations below sbrk(), which
don't hold with jemalloc. We might switch to another allocator later,
but as the code looks this needs more work and testing.
From Aleksej Saushev per PR pkg/37381; the patch is attributed to
Arnaud Degroote.
Should also fix PR pkg/37304 from Yakovetsky Vladimir.
2007-11-23 21:59:44 +00:00
adrianp
e3b2c8ec02 Fix builds on Darwin 9.*
Goes part way to address PR# 37405
See http://net-snmp.sourceforge.net/docs/README.osX.html for hints on this.
2007-11-23 21:29:17 +00:00
jnemeth
b3ebbefb3a sort 2007-11-23 20:42:32 +00:00
adam
5f6f3fd771 Updated devel/libgnomeuimm to 2.20.0 2007-11-23 19:51:29 +00:00
adam
7dcc530e59 Changes 2.20.0:
* Updated version number to match GNOME version.
2007-11-23 19:50:41 +00:00
joerg
fa8f3895e8 DESTDIR support. 2007-11-23 19:12:08 +00:00
rillig
482311f42f Made the package work with sunpro. 2007-11-23 15:37:37 +00:00
bjs
0669911d6f + Updated x11/libxkbui to 1.0.2nb1 [bjs 2007-11-23] 2007-11-23 14:35:22 +00:00
bjs
5547e379ed libxkbui does not depend on libXt (as per Matthieu Herrb). Thus,
remove this depedency from Makefile, b3.mk, configure scripts,
and xkbui.pc.in.  Bump Rev.
2007-11-23 14:34:33 +00:00
bjs
3d85fecc12 + Updated x11/xterm to 229 [bjs 2007-11-23] 2007-11-23 14:24:16 +00:00
bjs
2b90466ca9 Force ac_cv_lib_pcreposix_pcreposix_regcomp=yes, bump rev.
This function does not exist AFAIK in our pcre libraries, and the configure
check was failing.

A segment of nm output reads:

/usr/pkg/lib/libpcreposix.so:00000a06 T regcomp
/usr/pkg/lib/libpcreposix.so:00000abf T regerror
/usr/pkg/lib/libpcreposix.so:000007a8 T regexec
/usr/pkg/lib/libpcreposix.so:00000780 T regfree

These symbols will override those in libc:


/usr/lib/libc.so:00031be8 T _regcomp
/usr/lib/libc.so:0002fbf8 T _regerror
/usr/lib/libc.so:0002e9c2 T _regexec
/usr/lib/libc.so:0006336c T _regfree
/usr/lib/libc.so:00031be8 W regcomp
/usr/lib/libc.so:0002fbf8 W regerror
/usr/lib/libc.so:0002e9c2 W regexec
/usr/lib/libc.so:0006336c W regfree
2007-11-23 14:23:34 +00:00
rillig
d782c41e3e Made the package build with sunpro. 2007-11-23 13:48:19 +00:00
adrianp
3daecd6189 Updated lang/php5 to 5.2.5 2007-11-23 13:20:23 +00:00
adrianp
393b3d656c Update to 5.2.5
* Security Enhancements and Fixes in PHP 5.2.5:
Fixed dl() to only accept filenames. Reported by Laurent Gaffie.
Fixed dl() to limit argument size to MAXPATHLEN (CVE-2007-4887). Reported by Laurent Gaffie.
Fixed htmlentities/htmlspecialchars not to accept partial multibyte sequences. Reported by Rasmus Lerdorf
Fixed possible triggering of buffer overflows inside glibc implementations of the fnmatch(), setlocale() and glob() functions. Reported by Laurent Gaffie.
Fixed "mail.force_extra_parameters" php.ini directive not to be modifiable in .htaccess due to the security implications. Reported by SecurityReason.
Fixed bug 42869 (automatic session id insertion adds sessions id to non-local forms).
Fixed bug 41561 (Values set with php_admin_* in httpd.conf can be overwritten with ini_set()).

* Key enhancements in PHP 5.2.5 include:
Upgraded PCRE to version 7.3
Updated timezone database to version 2007.9
Added ability to control memory consumption between request using ZEND_MM_COMPACT environment variable.
Improved speed of array_intersect_key(), array_intersect_assoc(), array_uintersect_assoc(), array_diff_key(), array_diff_assoc() and array_udiff_assoc() functions
Fixed bug 43139 (PDO ignores ATTR_DEFAULT_FETCH_MODE in some cases with fetchAll())
Fixed bug 42785 (json_encode() formats doubles according to locale rather then following standard syntax)
Fixed bug 42549 (ext/mysql failed to compile with libmysql 3.23)
Over 60 bug fixes.

For all the details see:
	http://www.php.net/ChangeLog-5.php#5.2.5
2007-11-23 13:20:00 +00:00
obache
32c031733f Updated databases/php-dba to 5.2.4nb1 2007-11-23 12:47:02 +00:00
obache
a467ab841e Enable or optionify some handlers, should fixes PR 37255.
Enable cdb, inifile.
Enable ndbm if exists.
Optionify gdbm, enable default if ndbm doesn't exists.
Optionify bdb.

Bump PKGREVISION.
2007-11-23 12:34:29 +00:00
obache
7e743957c1 added bdb - Berkeley DB option. 2007-11-23 12:25:14 +00:00
bjs
b75c6861e3 + Updated x11/sessreg to 1.0.3 [bjs 2007-11-23] 2007-11-23 12:24:23 +00:00
bjs
c4ba4d9545 Update to sessreg-1.0.3. Remove patch-aa, as the portability fix
is integrated.  Also, replace per-OS preprocessor directives
for #define NO_UTMP in sessreg.h with NO_COLON_ZERO_IN_UTMP.
Please see Makefile and patch-ab for clarification.  While here,
add CONFIGURE_ARGS+=--localstatedir=${VARBASE:Q} and BUILD_DEFS+=VARBASE,
as this package definitely uses it.

Upstream change:

 -  X.Org Bug #9887: sessreg should include sys/types.h on FreeBSD
    X.Org Bugzilla #9887: <https://bugs.freedesktop.org/show_bug.cgi?id=9887>
2007-11-23 12:23:39 +00:00
drochner
f4324a5375 add recent updates/additions 2007-11-23 12:15:50 +00:00
bjs
d283d0d3f5 + Updated x11/xcalc to 1.0.2 [bjs 2007-11-23] 2007-11-23 12:10:36 +00:00
bjs
4766987101 Update to version 1.0.3. Changes include:
-  Change xcalc_CFLAGS to AM_CFLAGS to make automake-1.10 happier

  -  Bug #4914: Add HP mode resources to XCalc-color app-defaults
2007-11-23 12:09:53 +00:00
bjs
31e2183ffc + Updated x11/xconsole to 1.0.3 [bjs 2007-11-23] 2007-11-23 12:04:31 +00:00
bjs
d8ba52243a update to xconsole-1.0.3. Changes include:
- Replace xconsole_CFLAGS with AM_CFLAGS to make automake-1.10 happier

 - Check if openpty() is available and use it if it is.
2007-11-23 12:04:03 +00:00
bjs
e372c1b98b + Updated x11/xvinfo to 1.0.2 [bjs 2007-11-23] 2007-11-23 12:01:48 +00:00
bjs
d3daa44837 Update to xvinfo-1.0.2. Some changes include:
-  Change xvinfo_CFLAGS to AM_CFLAGS to make automake-1.10 happier

 -  Makefile.am:27: compiling `xvinfo.c' with per-target flags requires
    `AM_PROG_CC_C_O' in `configure.ac'

 -  Fix typo in man page (accesible)

 -  X.Org bug #10616: Add all the X info commands to See Also in man page
2007-11-23 12:01:19 +00:00
bjs
83e8b93304 + Updated x11/xload to 1.0.2 [bjs 2007-11-23] 2007-11-23 11:56:43 +00:00
drochner
5345e7fb79 make this build with libsigc++-2.1 2007-11-23 11:56:14 +00:00
bjs
7e4d7a3c5e update to xload-1.0.2. Fix: check return value of setuid(). Fixes
bug #7116.
2007-11-23 11:56:02 +00:00
rillig
8589bb73de The last change didn't receive enough testing. Now it is ok to have
/dev/null as an example file, and the proper file names are checked.
2007-11-23 11:50:19 +00:00
rillig
e7132cb17f The example configuration file has a different name. PKGREVISION++ 2007-11-23 11:48:56 +00:00
rillig
42b63489d3 After a package is installed, make sure that the example files for
CONF_FILES and similar exist, since the pkginstall framework skips them
silently, which is not a good idea.

For example I just installed dovecot, and there was neither a
configuration file installed nor a message that a configuration file
exists at all.
2007-11-23 11:36:19 +00:00
tron
813d7e3271 Note updates of "libtorrent" and "rtorrent" packages. 2007-11-23 09:51:38 +00:00
tron
24eb420373 Update "libtorrent" package to version 0.11.9 and "rtorrent" package
to version 0.7.9. Changes since 0.11.8 respectively 0.7.8:
- Improved detection of unnecessary handshakes to decrease the load when
  using PEX.
- Limit the number of PEX connections to 8 per download.
- Fixed several bugs in PEX.
- Fixed several sigc++ 2.1 compile errors.
- Print to the log when close_on_diskspace gets triggered.

This is not a stable version. The update was however necessary after
the premature update of the "libsigc++" package which broke the build
of these packages.
2007-11-23 09:49:04 +00:00
tron
0a05041d1c Note update of the "p5-libwww" package to version 5.808nb3. 2007-11-23 08:46:48 +00:00
tron
0168d01108 Don't install aliases "GET", "HEAD" and "POST" under Mac OS X.
At least "HEAD" causes problems on a case-insensitive filesystem because
it will be confused with "/usr/bin/head". Bump package revision.
2007-11-23 08:46:32 +00:00
dsainty
9b3751e63e The official site HTTP download URL has changed, catch up to it. 2007-11-23 08:38:05 +00:00
bjs
ac2b57f8a3 - o mksh-32 2007-11-23 08:01:13 +00:00