Commit graph

91069 commits

Author SHA1 Message Date
joerg
f872924675 Also replace hard-wired /usr/X11R6 with ${X11BASE}. 2006-01-12 21:18:50 +00:00
joerg
d3019b0da3 pkg_chk -S doesn't try to build 64k+ command lines anymore. 2006-01-12 21:18:09 +00:00
joerg
599b02b412 When creating the sorted list of binary packages, "ls -t *.tgz" can
easily overflow the argument space e.g. on DragonFly. Replace this
statement with "ls -t | grep '\.tgz$'" to remove this constraint.
2006-01-12 21:17:16 +00:00
joerg
4f596f7205 /usr/X11R6 => ${X11BASE}, -lossaudio => ${LIBOSSAUDIO}
Add DragonFly support.
2006-01-12 21:05:19 +00:00
adam
b1bca662e1 Updated pico, pine, imap-uw 2006-01-12 21:04:30 +00:00
joerg
3596d241f2 Fix GCC 3.4: __FUNCTION__ works like __func__, it can't be string
concanatted. Add DragonFly.
2006-01-12 21:03:20 +00:00
adam
972d988ad0 Changes 4.64:
* Fixed buffer overflow vulnerability
* Several features added
2006-01-12 21:02:54 +00:00
joerg
fffea9c38c Fix errno. 2006-01-12 21:02:10 +00:00
adam
2099193386 Synchronised with pine-4.64 2006-01-12 21:00:52 +00:00
jdc
a9bdf52c93 We don't need the .else clause in the GCC 3.3 NetBSD/sparc hack.
Pointed out by salo@.
2006-01-12 20:59:56 +00:00
joerg
402af24d35 Use alloca from stdlib.h on DragonFly and FreeBSD. 2006-01-12 20:58:56 +00:00
joerg
448730ef96 Fix errno. Add DragonFly support. 2006-01-12 20:57:25 +00:00
adam
d29c67b2e1 Changes 2004g:
* Bug fix: quoted string handling in the mailbox name parsing routine

Changes 2004f:
* Bug fix: TCP code
* New SSL/TLS routines
2006-01-12 20:53:50 +00:00
jdc
3960c7b1d2 Add a hack to work round an ICE with GCC 3.3 on sparc.
(As per the x11/qt3-tools hack.)
2006-01-12 20:50:01 +00:00
rillig
891f730cbf Fixed pkglint warnings, including a typo: INSTALLATINO => INSTALLATION. 2006-01-12 20:49:17 +00:00
adam
991f3d0085 Updated net/rtorrent to 0.3.6 2006-01-12 20:42:26 +00:00
adam
ad22bff87f Changes 0.3.6:
* Bug fixes
2006-01-12 20:41:37 +00:00
adam
3ddaaa2f58 Updated net/libtorrent to 0.7.6 2006-01-12 20:33:37 +00:00
adam
29979aceee Changes 0.7.6:
* Bug fixes
2006-01-12 20:32:04 +00:00
wiz
c6f8d959e1 Mention ytalk update to 3.3.0 and ytalk-x11 removal. 2006-01-12 20:05:49 +00:00
wiz
0f3e1b1cd0 Merge Makefile.common into Makefile (not needed any longer
now that ytalk-x11 package is gone).
2006-01-12 20:03:52 +00:00
wiz
7703e98e98 x11 support has been deprecated in ytalk-3.3.0 -- remove ytalk-x11. 2006-01-12 19:59:20 +00:00
wiz
a633c00931 Update to 3.3.0:
version 3.3.0
	New features:
	* YTalk now recognizes GNU talk (gtalk)
	* Much improved VT100 support

	Changes:
	* YTalk is now released under the GNU GPL
	* The X11 interface has been removed since no one was using it
	  and it had grown way too outdated
	* Unidentified talk clients are now called "BSD talk",
	  since talk(1) originally appeared in 4.2BSD.
	* Moved to GNU automake
	* Re-indented sources with hard tabs
	* Added a couple of tests (run with 'make check')

	Bug fixes:
	* YTalk now tolerates stacking invite/import requests
	* Fixed a build problem on systems without snprintf()
	* Once again use $HOME when looking for personal ytalkrc

version 3.2.0
	New features:
	* Added far-right "stomping", fixes procps top(1) among other things
	* Separated handling of CR and LF, makes a lot of programs work better
	* Added support for 'G' escape sequence used by Gentoo's init scripts
	* Added "escape-yesno" patch from FreeBSD that optionally requires
	  that you press <escape> before answering yes/no questions
	* Added a "YTALK_VERSION" environment variable to subshells

	Changes:
	* --with-x is now --enable-x

	Bug fixes:
	* Fixed an endless loop in curses titlebar code
	* We now use snprintf() instead of sprintf() if available
	* Restored limit on auto-invite hostnames from 16 to 64 characters

version 3.1.6
	Changes:
	* Don't even build pty allocation code if system has openpty()
	* Made all debugging code strictly optional, add --enable-debug
	  to ./configure if you want it

	Bug fixes:
	* Fixed a crash when resizing YTalk in an XTerm
	* Fixed a remote-crash format string bug in auto-invite daemon
	* Fixed build problems on SunOS
	* Fixed --with-x on X.org (broken since 3.1.2)

version 3.1.5
	New features:
	* We now use openpty() if available to securely allocate ptys
	* Added the prompt-quit patch from Debian again (oops, lost in 3.1.3)

	Bug fixes:
	* Fixed a problem with the configure script on Slackware
	* Added a missing part of VT100 scrolling support
	* Fixed a small memory leak in terminal tab handling
	* Small documentation fixes and updates

version 3.1.4
	New features:
	* Added "rering all" to main menu (requested by Matthew Vernon in '99)
	* Added --with-curses=DIR option to configure script

	Bug fixes:
	* Fixed detection of `socklen_t' type on OpenBSD
	* Fixed a minor problem with the no-beep mode
	* Fixed a minor signed/unsigned issue
	* Cleaned up the configure script a bit

version 3.1.3
	New features:
	* Added support for job control on BSD systems
	* Added terminal tab handling
	* Added terminal keypad modes
	* Added "ignorebreak" mode (^C is ignored unless a shell is running)
	* Added "beeps" to the ytalkrc flags (applies to all beeps)
	* Added internal memory management and tracking

	Changes:
	* Maintainer change to Andreas Kling
	* Dropped getlogin() in favor of getpwuid()
	* Removed "debug" logging code

	Bug fixes:
	* Fixed the shell on Tru64 UNIX
	* restored compatibility with old talk daemons (broken in 3.1.2)
	* restored command line parsing (broken on many systems in 3.1.2)
	* Removed debug code that broke terminal raw mode in 3.1.2

version 3.1.2
	New features:
	* Debug logger added
	* Now optionally prompts user before quitting (when using -q),
	  patch from Colin Watson
	* Added parsing of long options
	* Fixed maximum username length to 11 instead of 8

	Changes:
	* Maintainer change to Jessica Peterson
	* X support isn't compiled as default anymore
	* -x command line switch now enables X11 mode instead of disabling it.
	* Scrolling is enabled by default
	* Upgraded to autoconf 2.59

	Bug fixes:
	* Fixed a possible buffer overflow regarding a oversized $HOME
	  when loading the configuration file
	* Reset handling of SIGCHLD for shells - patch from P. Maragakis
	  following hints by Jason Gunthorpe
2006-01-12 19:57:00 +00:00
joerg
8c7adeb14e Fix glib.h's NULL definition for C++: it MUST be 0 there, not (void *)0.
Bump revision.
2006-01-12 19:49:15 +00:00
joerg
d58d287c3d Fix errno. Don't define strerror on BSDs, they have it. Uses bdftopcf
and mkfontdir.
2006-01-12 19:48:02 +00:00
joerg
de50e238f7 Remove manual app-default parameter again, now that the underlaying
issue has been solved. No package change, no revision bump.
2006-01-12 19:37:44 +00:00
rillig
fc29d27d4f Bumped PKGREVISION of comms/asterisk because of a script interpreter fix. 2006-01-12 19:31:17 +00:00
rillig
734218ea9a The script interpreter of libdata/asterisk/agi-bin/agi-test.agi had been
/usr/bin/perl -- added the file to REPLACE_PERL. Because the binary
package changed, bump PKGREVISION.
2006-01-12 19:30:15 +00:00
jlam
7a25bc452c Fix a typo that was causing imake, mkdirhier and xmkmf to not be created
as tools in the tools directory.
2006-01-12 19:26:02 +00:00
rillig
2ca458613c Fixed a whole lot of pkglint warnings regarding the use of backslashes
in double quoted strings, variable definition alignments, variable names
starting with an underscore and other quoting issues.
2006-01-12 19:11:55 +00:00
joerg
f4cdad8942 xpkgwedge now requires imake and xmkmf, which fixes certain packages
in bulk builds with non-native X11.
2006-01-12 19:05:56 +00:00
joerg
bebc25606c Require xpkgwedge 1.15. 2006-01-12 19:05:06 +00:00
joerg
ae610a4540 Add runtime dependency of xpkgwedge on imake and xmkmf.
When using non-native X11, xpkgwedge could be installed before imake
and host.def en up with just the xpkgwedge.def include. This means
that ProjectRoot as set by xorg's host.def is not used and wrong
path names are used. This run time dependency is the easiest way to
ensure proper order, but isn't perfect. Just providing a fixed host.def
and a secondary include file for Lesstif to modify breaks with
USE_XPKGWEDGE=NO, so keep the old approach.

Discussed with jlam@
2006-01-12 19:02:34 +00:00
jlam
9acbdab507 Don't ever depend on xpkgwedge if we're building xpkgwedge. 2006-01-12 18:39:13 +00:00
joerg
786c435834 gnustep framework support for DragonFly. 2006-01-12 18:36:52 +00:00
joerg
66c15d6d30 Add DragonFly support. Bump revision. 2006-01-12 18:36:22 +00:00
rillig
9ffb698d5d Removed the unused, misplaced definition of PKGREVISION. 2006-01-12 18:30:23 +00:00
jlam
3c30c2b533 Re-implement some code that was lost in revision 1.144 so that IMAKE may
be overridden to point to the path of the imake binary to use.
2006-01-12 18:29:03 +00:00
rillig
a4f03da9ba Moved the misplaced definition of PKGREVISION to the package Makefiles. 2006-01-12 18:27:53 +00:00
salo
f9c9cd979e The license dialog is case-sensitive.. and the file included is all lowercase.
Duh.
2006-01-12 18:17:19 +00:00
rillig
0b966a542d Moved the misplaced definition of PKGREVISION from Makefile.common to
Makefile. No other package seems to use this Makefile.common.
2006-01-12 18:16:34 +00:00
rillig
2b32748b95 Removed the misplaced definition of PKGREVISION. All packages that use this
file already override this, so no other changes are needed.
2006-01-12 18:10:03 +00:00
rillig
bd0472f316 Moved the definition of PKGREVISION from cvsup/Makefile.common into the
individual package Makefiles, where they belong.
2006-01-12 18:01:15 +00:00
rillig
8c2be9db36 Fixed the pkglint warnings about quoting. 2006-01-12 17:41:35 +00:00
rillig
6453c1f90d Converted this package to using the PKGINSTALL framework.
Bumped PKGREVISION.
2006-01-12 17:37:17 +00:00
joerg
83e14808f1 Fix PLIST for update of qdbm. 2006-01-12 17:37:04 +00:00
wiz
6e5b3a8f49 Remove swig13, it has been moved to swig. 2006-01-12 17:36:31 +00:00
wiz
9f0ebef4c8 Use devel/swig instead of devel/swig13, now the latter has been
moved to the former.
2006-01-12 17:36:01 +00:00
wiz
7407ea09fc Update to 1.3.24 with contents of devel/swig13. 2006-01-12 17:35:15 +00:00
wiz
adafa1c625 Note gnucash PKGREVISION bump. 2006-01-12 17:32:29 +00:00