summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-11-25Make curses support completely optional, in response to PR 37173wiz1-2/+2
by David A. Holland.
2007-11-25Updated wm/openbox to 3.4.4nb1wiz1-1/+2
2007-11-25Include xinerama buildlink3.mk. From Brian de Alwis in PR 37382.wiz1-1/+3
Bump PKGREVISION.
2007-11-25+ antiright-8.6, glib2-2.14.4, gnome-keyring-2.20.2, hexedit-1.2.12,wiz1-3/+13
htop-0.7, libprelude-0.9.16.1, py-gnome2-2.20.1, rxvt-unicode-8.6, tkcvs-8.1, tkdiff-4.1.4, tuxpaint-0.9.18, xsane-0.99.5.
2007-11-25Updated editors/beav to 1.40.18wiz1-1/+2
2007-11-25Update to 1.40.18:wiz9-96/+81
beav (1:1.40-18) unstable; urgency=low * Repackaged with the original 1.40 source so that we get a proper diff.gz. * defs.h: + Removed prototypes for malloc and strcpy/strcat (Closes: #262572). -- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sat, 31 Jul 2004 22:42:19 +0200 beav (1:1.40-17) unstable; urgency=low * debian/control: + Set policy to 3.6.1.1. * beav.1: + Fixed documentation location (Closes: #210601). * Fixed warnings everywhere in the code. * main.c: + Added a help string to tell the user how to quit (Closes: #171933). * file.c: + Fixed an overflow in the filename display routine (Closes: #56546). * fileio.c: + Corrected wrong char signedness assumption that caused backup filenames to be mangled (Closes: #46376). -- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Tue, 13 Jul 2004 11:36:18 +0200 beav (1:1.40-16) unstable; urgency=low * New maintainer (Closes: #227774). * debian/control: + Set policy to 3.6.1.0. + Removed caps in the short description. * debian/copyright: + Added the GPL blurb to the copyright file. -- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Tue, 27 Jan 2004 13:22:17 +0100 beav (1:1.40-15) unstable; urgency=low * Include patch from James A Morrison for Hurd support. * Update to standards version 3.5.5. -- Martin Mitchell <martin@debian.org> Sat, 21 Jul 2001 23:37:20 +1000 beav (1:1.40-14) unstable; urgency=low * Update to standards version 3.5.2. (closes: #91113, #91385) * Add build depends. (closes: #70223) -- Martin Mitchell <martin@debian.org> Tue, 27 Mar 2001 00:18:25 +1000 beav (1:1.40-13) unstable; urgency=low * Update to standards version 2.4.1. * Recompile for ncurses4. -- Martin Mitchell <martin@debian.org> Sun, 11 Oct 1998 01:27:50 +1000 beav (1:1.40-12) unstable; urgency=low * Fix missing separator in debian/rules. (#25766) -- Martin Mitchell <martin@debian.org> Sat, 29 Aug 1998 18:27:04 +1000
2007-11-25Update MASTER_SITES/HOMEPAGE, from Zafer Aydogan.wiz6-19/+15
2007-11-25MASTER_SITE updates from Zafer Aydogan.wiz2-4/+4
2007-11-25Needs asprintf, which is missing on Solaris.rillig1-1/+2
2007-11-25Sunpro accepts __attribute__((mode ...)), but ignores it. Fixed therillig3-3/+30
configure test and reported it upstream.
2007-11-24Fix builds on Solaris using the SunPRO compiler. This should fix PR# 36186.adrianp3-4/+79
Also do some pkglintification while we are here.
2007-11-24+snmpadrianp1-0/+2
+libwww-aliases
2007-11-24Add "successor" tags for some removed packages, as a way to convey togdt1-3/+3
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-24Add missing options.mkadrianp1-0/+20
2007-11-24As Darwin can be installed on a case-sensitive file system don't assumeadrianp3-9/+8
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-24Updated chat/ircservices to 5.0.63adrianp1-1/+2
2007-11-24Update to 5.0.63adrianp2-6/+6
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-23The files in flow/gsl/gslglib.* are way too complex, and we have glib2rillig3-1/+32
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-23Make it build on NetBSD-current again: use a private malloc implementationdrochner1-1/+6
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-23Fix builds on Darwin 9.*adrianp1-1/+8
Goes part way to address PR# 37405 See http://net-snmp.sourceforge.net/docs/README.osX.html for hints on this.
2007-11-23sortjnemeth1-2/+2
2007-11-23Updated devel/libgnomeuimm to 2.20.0adam1-1/+2
2007-11-23Changes 2.20.0:adam2-8/+7
* Updated version number to match GNOME version.
2007-11-23DESTDIR support.joerg1-6/+8
2007-11-23Made the package work with sunpro.rillig3-1/+34
2007-11-23+ Updated x11/libxkbui to 1.0.2nb1 [bjs 2007-11-23]bjs1-1/+2
2007-11-23libxkbui does not depend on libXt (as per Matthieu Herrb). Thus,bjs6-5/+101
remove this depedency from Makefile, b3.mk, configure scripts, and xkbui.pc.in. Bump Rev.
2007-11-23+ Updated x11/xterm to 229 [bjs 2007-11-23]bjs1-1/+2
2007-11-23Force ac_cv_lib_pcreposix_pcreposix_regcomp=yes, bump rev.bjs2-6/+13
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-23Made the package build with sunpro.rillig4-1/+64
2007-11-23Updated lang/php5 to 5.2.5adrianp1-1/+2
2007-11-23Update to 5.2.5adrianp5-36/+7
* 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-23Updated databases/php-dba to 5.2.4nb1obache1-1/+2
2007-11-23Enable or optionify some handlers, should fixes PR 37255.obache2-7/+37
Enable cdb, inifile. Enable ndbm if exists. Optionify gdbm, enable default if ndbm doesn't exists. Optionify bdb. Bump PKGREVISION.
2007-11-23added bdb - Berkeley DB option.obache1-0/+1
2007-11-23+ Updated x11/sessreg to 1.0.3 [bjs 2007-11-23]bjs1-1/+2
2007-11-23Update to sessreg-1.0.3. Remove patch-aa, as the portability fixbjs4-24/+34
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-23add recent updates/additionsdrochner1-1/+12
2007-11-23+ Updated x11/xcalc to 1.0.2 [bjs 2007-11-23]bjs1-1/+2
2007-11-23Update to version 1.0.3. Changes include:bjs2-6/+6
- 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+ Updated x11/xconsole to 1.0.3 [bjs 2007-11-23]bjs1-1/+2
2007-11-23update to xconsole-1.0.3. Changes include:bjs2-6/+6
- 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+ Updated x11/xvinfo to 1.0.2 [bjs 2007-11-23]bjs1-1/+2
2007-11-23Update to xvinfo-1.0.2. Some changes include:bjs2-6/+6
- 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+ Updated x11/xload to 1.0.2 [bjs 2007-11-23]bjs1-1/+2
2007-11-23make this build with libsigc++-2.1drochner2-1/+17
2007-11-23update to xload-1.0.2. Fix: check return value of setuid(). Fixesbjs2-6/+6
bug #7116.
2007-11-23The last change didn't receive enough testing. Now it is ok to haverillig1-16/+12
/dev/null as an example file, and the proper file names are checked.
2007-11-23The example configuration file has a different name. PKGREVISION++rillig1-2/+3
2007-11-23After a package is installed, make sure that the example files forrillig1-1/+36
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.