Commit graph

65263 commits

Author SHA1 Message Date
jlam
079bcd0779 Update pkgtools/libnbcompat to 20040809. Changes from version 20040805
include:

   * Re-adding a default value for pkg_use_nbcompat_vis; this was
     causing the configure script to fail on platforms that had funky
     versions of vis().  This should fix reported problems on Solaris 8
     and on IRIX 5.3.

   * Added setgroupent() and setpassent() compatibility functions so
     that pwcache.c will build without complaining about an incompatible
     pointer type assignment.

   * Remove unused tests for <arpa/nameser.h>, <netdb.h>, h_errno and
     hstrerror().  These were originally used to bootstrap lukemftp, but
     tnftp doesn't need libnbcompat to build nowadays, so we don't need
     these anymore.

   * Cleanup: in cases where we test for a function using AC_REPLACE_FUNCS,
     move the function prototype into a nbcompat header that is the
     same name as the NetBSD header that contains that declaration,
     and include that file in place of the original one within
     nbcompat.h.

This version has been tested to build on the following systems:

	FreeBSD-4.8/i386	NetBSD-1.6.2/i386
	FreeBSD-5.2.1/i386	NetBSD-2.0_BETA/i386
	IRIX 6.5		Red Hat Linux 8.0
	MacOS X 10.3.4		Solaris 8
	MacOS X 10.3.5		Solaris 9
2004-08-10 18:47:55 +00:00
schmonz
b6c39ecb23 Define RESOLVE_H_NEEDS_NAMESER8_COMPAT_H for Mac OS X, and include
<nameser8_compat.h> before <resolv.h> if it's defined.

Along with Johnny's recent buildlink3 fixes, this fixes the build
for me on Mac OS X Server 10.3.4. Should address pkg/26584.
2004-08-10 16:49:47 +00:00
shannonjr
b05a15ec40 Add ABI description file for i386-netbsd1.x 2004-08-10 16:20:08 +00:00
jlam
ec2830a96a Reorder the transformations in _BLNK_TRANSFORM so that commands to
remove rpath options come first.  This fixes problems we may encounter
if ${_OPSYS_RPATH_NAME} is something surprising, like "-L".  On Darwin,
this was causing -L/usr/lib to be stripped out of "-Wl,-L/usr/lib",
which left a bare "-Wl," on the command line.
2004-08-10 15:16:29 +00:00
adrianp
eddb564db5 Note update of cvsgraph to 1.4.1 2004-08-10 15:14:16 +00:00
jlam
dda95b6721 In the rpath transformations, also handle -Wl,@_OPSYS_RPATH_NAME@... in
case ${_OPSYS_RPATH_NAME} is something surprising, like "-L".
2004-08-10 15:13:25 +00:00
jlam
1b3922b1bc Set _OPSYS_RPATH_NAME="-L". UnixWare has no rpath, but many packages
pass "-Wl,${RPATH_FLAG}..." to the linker, which can break the build
of these packages.  Using -L essentially makes these arguments a no-op,
and fixes packages which were solely broken by this.
2004-08-10 15:11:58 +00:00
shannonjr
6bf47762a8 Introduce several changes so that package builds successfully on
alpha--netbsd1.6.2:
1) Rename the baseline_symbols.txt files that define abi and implement
   logic in Makefile that uses these according to architecture and
   NetBSD version (1.x versus 2.x)
2) Add several patches that allow code to compile on alpha--netbsd1.6.2
3) Revise Makefile so that libiconv is found under NetBSD 1.6.2
2004-08-10 15:11:14 +00:00
adrianp
7fde6b3e6e - update to v1.4.1
- grab maintainership
- ok'ed wiz@, snj@, schmonz@

Lots of changes, please see http://www.akhphd.au.dk/~bertho/cvsgraph/#changes
for full details.

In brief:

- Implement new option to generate proper maps for different levels of HTML.
- Lots of bug fixes
- Implemented folding of empty branches
- Implemented logentry expansions using %l and %L
- You can now instruct CvsGraph to ommit all revisions that are not tagged
- Configuration no longer requires a configuration file
2004-08-10 15:10:50 +00:00
taya
15bf86dbc5 add note update of thunderbird & thunderbird-gtk2 to 0.7.3
remove them from TODO
2004-08-10 14:30:06 +00:00
taya
44b1537252 forgot to add at privous commit 2004-08-10 14:28:14 +00:00
taya
aece601972 Update thunderbird & thunderbird-gtk2 to 0.7.3
thunderbird 0.7.3 is a security fix release.
Fixed bugs are:

- lock icon and certificate spoof with onunload document.write (Bugzilla#253121)
- Malicious certificates can permanently break HTTPS/SSL (Bugzilla#249004)

See the page below.
http://www.mozilla.org/projects/security/known-vulnerabilities.html#mozilla1.7.2
2004-08-10 14:27:17 +00:00
ben
15bc1b22c1 Make note of cfengine2 update. 2004-08-10 14:23:19 +00:00
ben
a580647bf1 Correct PLIST for update to 2.1.9. Addresses PR#26608. 2004-08-10 14:20:57 +00:00
ben
6693e8c82f Update cfengine to 2.1.9, addresses PR#26608. 2004-08-10 14:18:44 +00:00
taya
7f9616e1e5 add note update of firefox & firefox-gtk2 to 0.9.3
remove mozilla-1.7.2 & firefox-0.9.3 from TODO
2004-08-10 14:09:19 +00:00
taya
a15e73bfe9 Update firefox & firefox-gtk2 to 0.9.3
firefox 0.9.3 is a security fix release.
Fixed bugs are:

- lock icon and certificate spoof with onunload document.write (Bugzilla#253121)
- Malicious certificates can permanently break HTTPS/SSL (Bugzilla#249004)

See the page below.
http://www.mozilla.org/projects/security/known-vulnerabilities.html#mozilla1.7.2
2004-08-10 14:04:01 +00:00
agc
f2f4a37349 Update molden to version 4.0 - the old distfile has gone away from the
master site, and this package has an interactive fetch stage.

Changes between version 3.8 and 4.0:

        Many bug fixes
        Better support for Mac OS
        Molden format files can now be concatenated into one file
        Molden now fully supports 5D and 7F orbitals
        Added a feature to display an interactive spectrum
2004-08-10 12:11:48 +00:00
agc
090be87dc0 Update molden to version 4.0 - the old distfile has gone away from the
master site, and this package has an interactive fetch stage.

Changes between version 3.8 and 4.0:

	Many bug fixes
	Better support for Mac OS
	Molden format files can now be concatenated into one file
	Molden now fully supports 5D and 7F orbitals
	Added a feature to display an interactive spectrum
2004-08-10 12:11:02 +00:00
drochner
c2f0450629 fix stack overflow, see http://www.open-security.org/advisories/6
(patch from xine CVS)
bump PKGREVISION
2004-08-10 11:24:46 +00:00
wiz
a22c2cf461 Another refactoring patch from Roland Illig applied. 2004-08-10 10:07:20 +00:00
sketch
dd4c6c9f4f Regenerate patch using '-U 2' to avoid the CVS id. Before, Solaris' gpatch
was unable to read it.  Fixes PR #25082.
2004-08-10 09:20:34 +00:00
minskim
f6c758dcfd Add and enable moss. 2004-08-10 06:50:29 +00:00
minskim
af756b7097 Initial import of moss-0.1.2. Packaged by Yongbin Yu.
MOSS (MP3/OGG Streaming Server) is an HTTP-based streaming server
written in Python.  It supports the web mode where you browse and
select songs, and the live mode which supports real-time broadcast.
2004-08-10 06:48:21 +00:00
schmonz
c2164cca0e ezmlm-idx's options have moved to its options.mk. 2004-08-10 05:59:45 +00:00
schmonz
1db34ac072 Convert to bsd.options.mk. 2004-08-10 05:59:01 +00:00
schmonz
ed6f9f8369 Fix spell-o. 2004-08-10 05:33:05 +00:00
schmonz
46ab44f29a Cosmetic increase in whitespace (no functional change). 2004-08-10 05:20:54 +00:00
schmonz
9580d47ca9 Note getmail update. 2004-08-10 05:19:41 +00:00
schmonz
6ad389a0fc Update to 4.0.9. From the changelog:
-fix cosmetic error for IMAP mailboxes with 0 messages in them.
  -change method of obtaining uidvalidity from IMAP server and remove wrapper.
  -previously, connecting to an IMAP-SSL server could fail if a non-SSL
  IMAP connection were attempted immediately before.  This was due to
  the Python bug discussed here:
  http://sourceforge.net/tracker/index.php?func=detail&aid=945642&group_id=5470&atid=305470
  Implemented a workaround for getmail.  Thanks: Payal Rathod.
2004-08-10 05:18:58 +00:00
lukem
b5f87421c3 tnftpd 20040810 2004-08-10 02:01:04 +00:00
lukem
e1fdf88edd Update to tnftpd 20040810. Notable changes:
* remove use of setjmp/longjmp
* improve safety of signal handlers
* fix minor memory leaks
* improve portability to BSD/OS 3.0
2004-08-10 01:58:11 +00:00
seb
888e93aac7 Use bsd.options.mk framework for flow-tools package. 2004-08-09 22:37:34 +00:00
cube
4baa5f7718 Note update of bwbasic to 2.20pl2. 2004-08-09 21:42:28 +00:00
cube
20d7a113cb Update to version 2.20pl2, as hinted by Roland Illig in PR 26577. While
here, find a new fetch site since the previous one didn't work any more.

Patch1:

bwb_cnd.c
   Moved init routine for bwb_while so that it would be initialized regardless
   of expression value, not just if TRUE.  This was causing some segmentation
   faults in WHILE-WEND loops.

bwb_elx.c
   Plugged gaping memory leak.  Temp variable space for expression evaluation
   was being allocated but not freed when done (oops!).

bwb_fnc.c
   Added check for NULL return from getenv to prevent segmentation faults.

Patch2:

bwb_cmd.c
   Fixed calling stack level logic in RETURN statement to prevent erroneous
   "RETURN without GOSUB" messages.

bwb_cnd.c
bwb_stc.c

   Changed continuation condition for WHILE, ELSEIF, and LOOP UNTIL
   to be != FALSE, not == TRUE.  More in line with common commercial
   BASIC implementations.

bwb_mth.c
   Fixed initialization in VAL function so that old results are not later
   returned as values.

bwb_var.c
   Added parenthesis level checking to dim_getparams. Using multi-level
   expressions as array subscripts was causing the program to bomb.

bwx_iqc.c
bwx_tty.c
bwb_mes.h
   Added second copyright notice.

bwb_dio.c
bwb_str.c
   Added support for strings longer than 255 characters.

bwb_prn.c
   Disabled tab expansion and print width checks when not printing to a file.

bwb_inp.c
   Fixed LINE INPUT file reads to accommodate strings of length MAXSTRINGSIZE.

bwx_ncu.h
bwx_ncu.c
   New files.  Code for UNIX ncurses interface, compliments of L.C. Benschop,
   Eindhoven, The Netherlands.

Makefile.ncu
   New files.  Sample makefile for ncurses implementation.

bwbasic.h
   Revised defines for MININTSIZE and MAXINTSIZE from 16-bit to 32-bit limits.
   Revised define for MAXSTRINGSIZE from 255 to 5000 characters.
   Changed string length from unsigned char to unsigned int to support strings
   longer than 255 characters.
   Added support for new ncurses package.
   Revised VERSION define to reflect above changes.
2004-08-09 21:41:23 +00:00
cube
c51c07464d Note new pkg_tarup version. 2004-08-09 21:14:59 +00:00
cube
1a5d6acbd1 Gross hack to prevent quoting errors when root's shell is the unfamous csh.
Should hopefully fix PR 26551, but if anyone has a better solution, or is
willing to do the necessary work to allow pkg_tarup to be run by any user,
ideas are welcomed.

Say hi to version 1.6.2.
2004-08-09 21:13:37 +00:00
schmonz
ee0a9bedca Note update of memtester to 4.0.2. 2004-08-09 20:40:56 +00:00
schmonz
583ebd7011 Update to 4.0.2. From the README:
The version 4 rewrite was mainly to accomplish three things:

    (1) the previous code was basically a hack, and was ugly.
    (2) to make the code more portable.  The previous version required some
        hackery to compile on some systems.
    (3) to make the code fully 64-bit aware.  The previous version worked
        on 64-bit systems, but did not fully stress the memory subsystems
        on them -- this version should be better at stress-testing 64-bit
        systems.

pkgsrc changes:
* Use the gzipped tarball (the bzipped one is no more).
* Tweak COMMENT.
* GNU make is no longer needed.
2004-08-09 20:39:53 +00:00
jlam
c03c270fac Avoid calling mkdir() with a trailing slash, as some systems don't
support it.  DSPAM now correctly creates per-user statistics files on
NetBSD 1.6.2.  Bump PKGREVISION.
2004-08-09 20:14:21 +00:00
recht
57c9afd30e note update of uulib to 0.5.20nb1 2004-08-09 19:03:03 +00:00
recht
04e9f90036 There's no need to rename uudeview.h to uu.h -- we rather stick to
the original name.

bump PKGREVISION to 1 for new header name
2004-08-09 19:00:55 +00:00
minskim
b1a1adb0b1 Update alee-ttf to 1.1. Patch submitted by Yi Min-Cheol, the maintainer.
Changes since 0.4:
  * Fix some glyphs.
  * Change PFM family and Panose data.
2004-08-09 16:48:19 +00:00
tv
ec67d6f031 Fix PLIST. 2004-08-09 16:16:03 +00:00
schmonz
3eb528f057 I'll take the memtester update. 2004-08-09 15:23:30 +00:00
taya
7fcb186b6a note update of mozilla & mozilla-gtk2 to 1.7.2 2004-08-09 14:20:28 +00:00
wiz
b0d15251b7 + efax-gtk-2.2.9a, galeon-1.3.17, libnids-1.19, memtester-4.0.0,
raine-0.40.5.
2004-08-09 14:20:04 +00:00
taya
d3e11e710d Update mozilla & mozilla-gtk2 to 1.7.2
mozilla 1.7.2 is a security fix release.
Fixed bugs are:

- lock icon and certificate spoof with onunload document.write (Bugzilla#253121)
- Malicious certificates can permanently break HTTPS/SSL (Bugzilla#249004)

See the page below.
http://www.mozilla.org/projects/security/known-vulnerabilities.html#mozilla1.7.2
2004-08-09 14:19:20 +00:00
adam
261f188ad5 Updated ImageMagick to 6.0.4-3 2004-08-09 11:51:13 +00:00
adam
ed6a617d82 Changes 6.0.4-3
* PNG vulnerability fix.
  * Added YCbCr coder for raw Y, Cb, and Cr samples.
  * Fixed the -fx option operator precendence problem (+ and - should be the
    same precendence).
  * Rare memory corruption due to a JPEG comment (bug report by
    brundlefly76@hotma...).
  * The PerlMagick Evaluate() method no longer fails with an assertion error.
  * Restore -dSAFER for a more secure Ghostscript invocation.  The downside is
    we must copy the Postscript file to a temporary file otherwise we get a
    the ocassional invalidfileaccess fom Ghostscript.
  * Do not report image depth unless the -verbose or -format %z option is used
    with the identify program.
  * Center gravity now works when cropping by percent (e.g. -crop 75%).
  * Small memory leak on exception in the ImageToBlob() method.
  * %@ returns the image bounding box (e.g. identify -format %@ logo:).
  * Sync pixel cache when cloning an image-- just in case someone clones
    an image clone and accesses pixels with AcquireImagePixel() instead of
    GetImagePixels().
2004-08-09 11:50:08 +00:00