Commit graph

43691 commits

Author SHA1 Message Date
tron
e82a63b373 We although need to conflict if "GNU_PROGRAM_PREFIX" is undefined. 2003-06-17 15:10:05 +00:00
agc
a93996d977 Help this package to build by using the pkgsrc libtool, not the one
bundled with the package.
2003-06-17 15:09:59 +00:00
tron
b9c6bb2758 Conflict with "teTeX-bin" package if "GNU_PROGRAM_PREFIX" is "". 2003-06-17 15:08:18 +00:00
abs
57581eddac Update cpuflags to 0.51:
Add galeon to PKG_EXCLUDE_OMIT_FRAME_POINTER.
    This is necessary but not sufficient to build galeon with gcc3
2003-06-17 15:05:25 +00:00
abs
5a5f81aba4 Update cpuflags to 0.51:
Add galeon to PKG_EXCLUDE_OMIT_FRAME_POINTER in optimize_gcc.mk
    This is necessary but not sufficient to build galeon with gcc3
2003-06-17 15:04:49 +00:00
salo
ac56466f59 PKGREVISION++
Sync with the latest nmap.

Changes (from nmap):

- Applied (with a few modifications) a large NmapFE patch from Peter
  Marschall (peter(a)adpm.de).  This patch adds a bunch more scan/ping
  options and cleans up some redundant NmapFE code.
2003-06-17 14:49:48 +00:00
salo
a5abc41ad5 Updated to version 3.28.
Changes:

- Fixed (i hope) an issue that would cause Nmap to print "Serious time
  computation problem in adjust_timeout ..." and quit.  The ultimate
  cause was demonstrated by this --packet_trace snippet that Russel
  Miller (rmiller(a)duskglow.com) sent me:
  SENT (0.0500s) ICMP 0.0.0.0 > 127.0.0.1 Echo request (type=8/code=0) ...
  RCVD (0.0450s) ICMP 127.0.0.1 > 127.0.0.1 Echo reply (type=0/code=0) ...
  As you can see, the ping reply appears to come BEFORE the request
  was sent(!).  This sort of thing happens on at least Linux and
  Windows.  The send time is obtained from gettimeofday(NULL), while
  receive time libpcap packet header.

- For years, Nmap has added -I/usr/local/include and -L/usr/local/lib
  to the compiler line to grab local libraries.  I have removed this
  behavior by default, and added a '--with_localdirs' configure option
  that adds it back.  If Nmap fails to compile now without the above
  option, please let me know.  I can change the default back if this
  change causes more problems than it solves.  People (such as certain
  ports tree packagers) who know they don't want /usr/local should
  specify --without_localdirs rather than relying on that always being
  the default.

- Fixed (I hope) a problem that led to the error message "Assertion
  `tqi->sockets[probe_port_num][seq] == -1' failed".

- Fixed a problem that would cause Nmap on Windows to send ICMP ping
  packets from 0.0.0.0 instead of the appropriate source IP.  Thanks
  to Yeti (boxed(a)blueyonder.co.uk) for the report.

- Applied some changes from Solar Designer (solar(a)openwall.com)
  which fix some typos and also suggest safer /tmp/ behavior in the
  HACKING file and Lithuanian man page.  These changes are for the
  Nmap package of his Openwall GNU/*/Linux (Owl) distribution.
  [ http://www.openwall.com/Owl/ ]

- For Solaris, I now define NET_SIZE_T to size_t rather than socklen_t
  in nmap.h.  Isn't that exciting?!!!  Hopefully this will help
  compilation on Solaris 2.6 (and perhaps earlier).  If any Solaris
  users notice new compilation problems, please let me know.  Thanks to
  Al Smith (Al.Smith(a)aeschi.ch.eu.org) for reporting the issue.

- Removed an errant getopt() prototype in nbase/getopt.h which should
  hopefully improve compilation on certain Solaris boxes and BSD
  variants.

- SCO operating systems are no longer supported due to their recent
  (and absurd) attacks against Linux and IBM.  Bug reports relating to
  UnixWare will be ignored, or possibly even laughed at derisively.
  Note that I have no reason to believe anyone has ever used Nmap on
  SCO systems.  Unixware sucks.

- Fixed a problem with small --max_parallism values when non-root ping
  scanning that would cause Nmap to say "sendconnecttcpquery: Could
  not scavenge a free socket!" and quit.  Problem was reported by
  Justin A (justin(a)bouncybouncy.net) as Debian Bug #195463.

- Changed many single-quotes (') into double quotes (") in the man
  page due to a disagreement over whether to represent them as (') or
  (\') in nroff.

- Included --packet_trace support for Explicit Congestion Notification
  (rfc 2481/3168) flags thanks to a patch sent in by Maik Pfeil
  (root(a)bundesspionageministerium.de)

- Included --packet_trace support for a few (unusual) ICMP types in
  case Nmap receives them.  The patch was also sent by Maik Pfeil.

- Fixed a problem with redirecting XML/Grep/Machine output to stdout
  on Windows (e.g. -oX - ).  Problem was reported by Wei Jiang
  (Wei.Jiang(a)bindview.com)

- Made "-g -Wall" compiler flags dependent on availability of gcc/g++
  sine some other compilers do not support them.
2003-06-17 14:48:04 +00:00
agc
c710890041 Update 9menu to version 1.7, prompted by PR 21873.
Changes since 1.6 are the incorporation of patch from Bauer into the
main distribution.

        Code added to allow up and down arrow keys to go up
        and down menu and RETURN to select an item.
        Matthias Bauer
        bauerm@immd1.informatik.uni-erlangen.de
        June 2003
2003-06-17 14:35:39 +00:00
abs
6d2172ee27 Change uptodate-digest check from excluding digest on 'digest-* | pkgchk-*)'
to excluding when ! -f ${DISTINFO_FILE}.
Now packages without distinfo do not need to build digest before installing
(such as cpuflags)
2003-06-17 14:33:17 +00:00
agc
5b515cc10d Update 9menu to version 1.7, prompted by PR 21873.
Changes since 1.6 are the incorporation of patch from Bauer into the
main distribution.

	Code added to allow up and down arrow keys to go up
	and down menu and RETURN to select an item.
	Matthias Bauer
	bauerm@immd1.informatik.uni-erlangen.de
	June 2003
2003-06-17 14:31:36 +00:00
agc
9d7edcdedf The main package has changed on the distribution site by the following
change:

--- gkermit.h 1999-12-26 21:25:52.000000000 +0000
+++ gkermit.h   2003-05-27 16:30:13.000000000 +0100
@@ -233,7 +233,11 @@

 /* Externs */

+#ifdef ERRNO_H
+#include <errno.h>
+#else
 extern int errno;
+#endif /* ERRNO_H */
 #ifndef _GKERMIT_C
 extern int debug;
 #endif /* _GKERMIT_C */

but unfortunately without a corresponding version number bump. so do the
dance we usually do with unnumbered distributions, and put the distfile
locally into a (numbered) DIST_SUBDIR directory.

Bump package revision number, regen distinfo file, and one cosmetic
change to make the WRKSRC definition appear in a more suitable place in
the package Makefile.
2003-06-17 14:16:33 +00:00
wiz
bd622949fa p5-Compress-Zlib-1.21, p5-Archive-Tar-1.02 updates. 2003-06-17 13:34:29 +00:00
wiz
1872095674 Update to 1.02, from Quentin Garnier in PR 21919.
Changes:

* important changes in version 1.02 12/6/2003:

This release holds some bugfixes over the 1.01 release, mainly these:
-   Silly thinko fix in File.pm
-   Quell some warnings if files are empty
-   The cache of previously added files was not being emtpied

Also, some new features are added:

-   Archive::Tar::File objects now have a C<has_content> method.

* important changes in version 1.01 5/6/2003:

This release holds some bugfixes over the 1.00 release, mainly these:

-   Silence some warnings when writing directories to disk.
-   A { } inside a map was interpreted as a block rather than a hashref
    constructor -- now fixed.
-   Fix write() to work again as advertised when passed no arguments.
-   This also means glob support to write is now definately not
    available.
-   Silly thinko of where splitpath() instead of splitdir() was used.

Some new features/changes:

-   Add a new method 'has_content' to Archive::Tar::File.
-   Cygwin's tests will now also use the 'short' files, since cygwin
    is built on top of an Win32 filesystem.

* important changes in version 1.00 31/5/2003:

This release marks the new development track as 'stable'. Version got
upped to '1.00'. Not many changes, merely lots of succesfull test
reports constitute this version. However, a tiny fix regarding the
reserved string 'VERSION' has been applied, as well as a few more FAQ
entries have been added.

* important changes in version 0.99_06 5/5/2003:

This release only entails a bug fix on 0.99_05 -- C<extract_archive>
was dealing wrongly with special files such as hardlinks etc. This
is now fixed.

* important changes in version 0.99_05 30/4/2003:

Apparently windows has some issues with long path names.
This version introduces an adapted test suite for Win32 machines.

* important changes in version 0.99_04 28/4/2003:

Make Archive::Tar work happily on perl 5.005_03

* important changes in version 0.99_03 28/4/2003:

This release only has bug fixes on 0.99_02.

Fixed handling of long file names when extracting with
C<extract_archive>

Fixed handling of prefixes in tar headers that contain regex meta-
characters.

Fixed a few spurious warnings about comparing non-numbers.

Expanded the test cases accordingly.


* important changes in version 0.99_02 26/3/2003:

Added options to be passed to read, namely:
	- extract (to extract while reading)
	- limit (to limit the amount of files read from the archive)

Implemented the '././@LongLink' support, which is GNU's way of
dealing with filenames that are longer than 255 chars.

Added a global variable $WARN which controls whether warnings get
printed or just stored.

Fixed a few small bugs that considered files named '0' or '' to not
really be files and refuse to package them.

* important changes in version 0.99_01 16/3/2003:

Total rewrite from the ground up. Removed as many as the nasty
bits (no pun intended) as possible and tucked them away.
No code from the old distribution remains.

Cleaned up the API, introduced clean error handling and just
generally removed a lot of cruft.

Note that Archive::Tar now requires perl version 5.005_03 or higher
to run.

Introduced 2 new submodules:
Archive::Tar::Constant
    Simply holds all constants, like block length, tar headers etc

Archive::Tar::File
    Object class for all files in a tar archive, to make for easier
    manipulataion of the archive in-memory.
    See perldoc Archive::Tar::File after installation.

Added a few features:
write() now takes an optional 3rd paramater (prefix) which will allow
you to tuck away all files in that sub directory.

rename() is introduced, allowing for easy renaming of files in the
archive.

get_files() returns a file of all Archive::Tar::File objects in the
current read-in archive.

* important changes in version 0.23, 21/1/2003:

Bundled 0.072 and 0.22 to be able to work on Win32 and non-Win32
platforms. Since the previous version is almost 3 years old, bundling
seemed like the quickest way to get a working solution again.

Archive::Tar now transparently Does The Right Thing depending what
platform you are on -- Win32 users, read the Archive::Tar::Win32
documentation!

I also suppose this makes me the new maintainer...
2003-06-17 13:33:26 +00:00
wiz
2b9af52f55 Update to 1.21, from Quentin Garnier in PR 21918.
Changes:
  1.21 - 28 April 2003

      * Tests 148 & 150 from t/02zlib.t were failing on redhat 9.

      * Added a few words about the problems with Mac OS X to the README file.

  1.20 - 4 April 2003

      * Fixed bug in gzopen where $gzerrno wasn't being set correctly.
        The symptom was $gzerrno was set to Z_MEM_ERROR although the file
	was opened ok. If gzopen failed, $gzerrno was being set correctly.
	This problem wasn't spotted before because the typical test
	to determine whether gzopen passed or failed was to check its
	return value.

  1.19 - 31 October 2002

      * fixed a problem with t/02zlib.t that was failing with redhat 8.

  1.18 - 24 October 2002

      * fixed a Win32 problem in t/02zlib.t by changing sysread to read.

      * zlib 1.0.5 & older doesn't have gzsetparams & gzeof. Added a new
        variable to config.in to flag an old version of zlib. Split
        out the tests for gzsetparams into t/05gzsetp.t

  1.17 - 22 October 2002

      * Moved the test to check the versions of libz & zlib.h into a separate
        file and added troubleshooting notes to README.

      * In gzopen, only attempt to call "tell" for normal files.

      * Broke changes out of README into Changes file.

      * Replaced internal use of Z_PARTIAL_FLUSH symbol with Z_SYNC_FLUSH.
        zlib.h says  /* will be removed, use Z_SYNC_FLUSH instead */

      * Added support for zlib functions inflateSync and deflateParams.

      * Added support for zlib functions gzeof and gzsetparams.

      * Added support for access to adler, total_in & total_out

      * The compress function can now take an optional parameter that
        allows the compression level to be specified. This mirrors the
        compress2 function available in zlib.

      * memGzip doesn't work properly with perl 5.8.0 when it is given
        UTF-8 data. Bug spotted by Andreas J. Koenig.

      * Added note about Linux zlib-devel RPM to README.

      * Fixed recursive build problem on win32 machines.

      * Fixed problem with the test harness on Mac OS X.
        Thanks to Carl Johan Berglund for reporting the problem and
        helping track it down.
2003-06-17 13:17:28 +00:00
agc
d967817238 Set the correct version of mhash to depend upon properly, so that we don't
end up with multiple version dependencies.
2003-06-17 13:05:37 +00:00
wiz
18ada5d595 arch-1.0.0.25 update done. 2003-06-17 08:20:11 +00:00
wiz
05be0690cc Update to 1.0pre25, provided by Quentin Garnier in PR 20776.
Changes: hm, good question. More stuff converted to C code, I guess.
libftp removed.
2003-06-17 08:18:37 +00:00
wiz
3a6f0a7bd0 Note gqview-devel-1.3.2 update. 2003-06-17 07:57:45 +00:00
wiz
93e4b5d671 Update to 1.3.2:
Added EXIF sidebar to main window (ctrl+e to toggle display).
Added sort manager for quickly sorting images into directories (ctrl+s).
Added bg and id translations.
Updated es and nl translations.
Added bookmarks to file dialogs.
Displayed Image now refreshes when file is updated.
Fix EXIF reader file descriptor leak.
Fix EXIF exposure display.
Fix Solaris compile.
2003-06-17 07:57:02 +00:00
itojun
8b067d083c net/nsd 2003-06-17 07:51:41 +00:00
itojun
894bf24a52 upgrade to 1.1
1.1
=============
FEATURES:
	- ANSI C
	- autoconf/configure
	- new parser
	- support for various RR types in zonec
	- support for UNKN RR types
BUG FIXES:
	- lots of zone parsing errors eliminated
	- empty node matching bug gives NXDOMAIN
1.0.3
=============
This release is a bug fix release and does not add any new features.
BUG FIXES:
        - Ignore SIGPIPE errors (bug #43).
        - Keep track of TCP child servers and restart if necessary.
          (bug #55)
        - Handle database reload failures correctly.
        - Close UDP sockets in TCP child servers.
        - Handle escaped characters (besides \.) in labels.
        - Preserve the query's RD flag in the answer.
1.0.2
=============
FEATURES:
	- -DBIND8_STATS to enable bind8 like [NX]STATS
	- -t flag to make nsd chroot to a certain directory
	- -s flag to make nsd produce statistics every s seconds
	- /etc/nsd/nsdc.conf to overwrite default variables
	  for nsdc.sh
	- less loggin and more radical tcp connection (mis)handling
	- prefork -n processes to handle tcp connections
	- multiple -a flags
CHANGES:
	- named.stats file functionality is removed
BUG FIXES:
	- couple of pedantic fixes in C code
	- last zone in database axfr bug fixed
	- nsdc update wont update bug fixed
2003-06-17 07:50:44 +00:00
abs
7fff8b1ded Remove '#ifdef __linux__' around '#include <math.h>'. Fixes build under gcc3. 2003-06-17 07:35:43 +00:00
grant
b015e18fd1 only do the USE_BINUTILS tests if we're on NetBSD.
unbreaks this on Solaris and other non-GNU binutils platforms.
2003-06-17 06:18:28 +00:00
jmc
2aac24d780 Evidently the idea of a version is fluid here as changes appear to be made over
time to the same release (as evidence'd by changing dist files and the HISTORY
file in the distribution).

Updated to the current file as of 05/27/03
2003-06-16 22:12:31 +00:00
jmc
5c9b1be6c2 Make this work non-interactively by adding the user directly in pre-build.
Also set PKG_USERS so the package will note the userids for you when you
remove it.
2003-06-16 21:40:21 +00:00
abs
6fd36a636f Correctly build with gcc3 - no change to already compiled package configurations 2003-06-16 19:53:16 +00:00
jmc
e1c3e7683d regen 2003-06-16 18:49:30 +00:00
jmc
48e4ad724d Redefine the e* routines so this works with the latest giblib 2003-06-16 18:49:18 +00:00
jmc
8127ba8ce1 Oops. make sure the patch can actually apply 2003-06-16 16:57:02 +00:00
jmc
91387f952f Patch so this works correctly with db4 4.1 now 2003-06-16 16:54:03 +00:00
drochner
bff8e49ca0 Don't check for socket() in libnet.* - this will give a false hit
if pkgsrc/devel/libnet is installed.
Should fix PR pkg/21876 by Jeremy C. Reed.
2003-06-16 16:33:34 +00:00
seb
4f5d385691 Redde Caesari quae sunt Caesaris... 2003-06-16 16:11:35 +00:00
atatat
49758757d0 A function that is declared to return an int *really ought to do do*.
I expect that since all possible code paths through this function did,
as their last step, an assignment of what was to be the return value,
that the registers somehow ended up nicely arranged after we fell out
of the bottom of the function.

But it's still better just to return a value.
2003-06-16 13:35:22 +00:00
markd
9d330e06c2 misc/kdeutils3 no longer provides an efax, no longer conflicts with
comms/efax. Noted by Stoned Elipot in PR 21884.
2003-06-16 13:31:44 +00:00
abs
f8b71ff456 Update cpuflags to 0.50:
mozilla and phoenix still need PKG_EXCLUDE_OMIT_FRAME_POINTER with gcc3.3.
2003-06-16 13:01:13 +00:00
abs
c4ea061b5c Update cpuflags to 0.50:
mozilla and phoenix still need PKG_EXCLUDE_OMIT_FRAME_POINTER with gcc3.3.
    (galeon has its own set of issues with this file - still looking into)
2003-06-16 13:00:40 +00:00
martti
f9e713cc15 Updated doxygen to 1.3.2 2003-06-16 12:07:58 +00:00
martti
2fe33d5af3 Updated doxygen to 1.3.2
* Lots of bug fixes
* Language updates
2003-06-16 12:07:18 +00:00
abs
d4ad1db230 Update pkgchk to 1.37:
Run 'make update' with 'CLEANDEPENDS=yes' to clean up after us as we go
2003-06-16 11:52:52 +00:00
martti
792d0d66fa Updated distcc to 2.7 2003-06-16 10:24:23 +00:00
martti
174470ad1a Updated distcc to 2.7
* New program distccmon-text shows the state of any distcc
  processes run by the current user.  It can be run by hand or
  read by a shell script.  Should be popular with vmstat fans.

* The standalone daemon now "preforks" before accepting
  connections to reduce per-request overhead.  Can be disabled by
  --no-prefork, which restores the standard Unix behaviour.

* Bug fixes

* And much more..
2003-06-16 10:24:13 +00:00
grant
bb72256326 -postfix (thanks, martti) 2003-06-16 10:14:59 +00:00
martti
595b9c9b75 Updated postfix to 2.0.12 2003-06-16 08:29:26 +00:00
martti
49e5da662f Updated postfix to 2.0.12
- Stricter smtpd input checks rejected invalid addresses starting with @.

- Stricter postdrop input checks broke "sendmail -bs".

- New "postcat -q" (search the queue for the named file) support
  from snapshot release because I can no longer see people suffer.

- Allow <@site,@site:address> route addresses in SMTP commands.
  This address form was deprecated years ago.

- "sendmail -q<time>" without -bd option now exits immediately,
  instead of waiting for input and screwing up system boot sequences.

- The Postfix LMTP client used the wrong service name, causing
  trouble with SASL 2.1.13.

- Turned off non-blocking write to pipe because too many systems
  gave an unexpected write() result, causing partial delivery of
  messages to commands like procmail.
2003-06-16 08:29:22 +00:00
itojun
dd0c70f1cc mail/cue 2003-06-16 04:56:18 +00:00
itojun
bb84020c08 upgrade to 20030616. MIME header decoding is more robuset against broken
encodings.
2003-06-16 04:55:26 +00:00
kim
06aeff37ea Added privoxy-3.0.2 2003-06-16 03:04:24 +00:00
kim
6da870f3d7 privoxy-3.0.2 (stable)
Privoxy is a web proxy with advanced filtering capabilities for protecting
privacy, filtering web page content, managing cookies, controlling access,
and removing ads, banners, pop-ups and other obnoxious Internet junk.
Privoxy has a very flexible configuration and can be customized to suit
individual needs and tastes. Privoxy has application for both stand-alone
systems and multi-user networks.
2003-06-16 03:02:04 +00:00
chris
25149c107d Enable support for jpilot to sylpheed. Enabled by setting USE_JPILOT=YES.
Only compile tested, sylpheed still runs with it enabled.

Patch supplied by tom (surname unknown)
2003-06-15 23:33:09 +00:00
abs
d8c9e53760 Update pkglint to 3.55:
- Check for invalid PKGREVISION, and handle PKGREVISION=0
2003-06-15 22:20:36 +00:00