Commit graph

21110 commits

Author SHA1 Message Date
abs
8a92fffae2 Shorten comment slightly 2001-06-14 10:32:19 +00:00
kei
707c65edaa added support to fix the path to perl.
It seems that we need more generic way to replace the symbols (e.g. paths)
in the various files.
2001-06-14 06:36:50 +00:00
jlam
e75ef2c87d Mirror changes to the configure script in patch-ab to the appropriate
autoconf input file.
2001-06-13 20:48:01 +00:00
skrll
7d78d9b2e7 Update to 3.3
This closes pkg/12893 from Martti Kuparinen <martti.kuparinen@iki.fi>

Changes are
- data themes
- debugger interaction while the program is running
- support for JDB 1.2
- several bug fixes

More information is available at ftp://ftp.gnu.org/pub/gnu/ddd/NEWS
2001-06-13 20:45:08 +00:00
jlam
2893fabafa Add RCS Id to patch-ab and regen distinfo. 2001-06-13 20:42:37 +00:00
wiz
2399e99ac9 Put FreeBSD patch back, on suggestion by agc. 2001-06-13 20:31:34 +00:00
wiz
eb73b18074 Fix installation if xpkgwedge is used. While here, remove patch-ab which is
only necessary on FreeBSD.
pkg/13193 by John P. Darrow.
2001-06-13 20:15:06 +00:00
soren
c24e330ee1 Update to pchar-1.4: Multi-packet probes, TCP probes, kernel-level timestamps. 2001-06-13 19:18:24 +00:00
jlam
12a54247a1 sort is in either /bin or /usr/bin depending on which Linux you use. 2001-06-13 18:19:52 +00:00
jwise
0867a49fa9 Oh, fer chrissakes...
Re-enable EAPI, allowing this package to build a module which will be stable
with our apache.

People, please:  if you absolutely must update a package without contacting the
package maintainer, please make sure you understand how the maintainer chose to
build the package.  And if you absolutely must replace that build mechanism with
a completely different mechanism, _please_ test your work.  _Please_.

This package clearly had not been tested:  it was left in a state where it compiled
cleanly but produced a module which could not be loaded into apache on any ELF
system, and which, once this problem was resolved, squawked loudly when loaded into
apache that it had been built against the old apache API, and would be unstable
when run against our (EAPI-enabled) apache.

There, now that really is out of my system.  It was a little frustrating to rebuild
apache and then find that a module which I was depending on had been
broken in the meantime...

Now, about that coffee...
2001-06-13 18:16:07 +00:00
jwise
2de67fe37d Fix generated tclConfig.sh by fixing determination of TCL_LIB_SPEC in configure.
Previously, TCL_LIB_SPEC required the including program to explicitly set
${exec_path}.  This means that programs which used autoconf _and_ tclConfig.sh
accidentally worked.  Other programs failed if they depended on the value of
TCL_LIB_SPEC.

One such failing program is ap-dtcl, which was updated to depend on tclConfig.sh
without the package maintainer being contacted.  This update caused mod_dtcl.so
to be built with a bad ELF rpath -- clearly the developer who updated this did
not test it on any ELF platform (if at all).

There, that's out of my system now.  I'm off for more coffee.
2001-06-13 18:02:13 +00:00
wiz
53de29a8ac Fix installation path if xpkgwedge is used.
pkg/13187 by John P. Darrow.
2001-06-13 17:56:21 +00:00
zuntum
756957814d Xref pkgvi(1) 2001-06-13 17:50:31 +00:00
jlam
bf1d3b79de Use ECHO_MSG instead of ECHO for informational message. 2001-06-13 16:00:52 +00:00
jlam
42cd8b6ec4 Just define POSTGRES_HOME in the environment instead of both
POSTGRES_INCLUDE and POSTGRES_LIB.
2001-06-13 15:51:46 +00:00
tron
cc49f7b2ff - Simplify code to handle detection of what library files (shared, static,
shared library revisions, etc.) were installed.
- Get includes into a sub directorty with OpenWindows.
- Fix package list for OpenWindows systems.
2001-06-13 15:47:28 +00:00
rh
95b98da85c Set POSTGRES_INCLUDE and POSTGRES_LIB to appropriate values for building. 2001-06-13 15:23:14 +00:00
zuntum
68b2bb4bc3 add & enable txt2man 2001-06-13 15:12:32 +00:00
zuntum
9381bceba6 Initial import of txt2man-1.4.1
txt2man  converts the input text into nroff commands using
man(7) macros for man pages. Smart argument processing  is
available  either  for  commands  using "-" sign for flags
(including long options used in GNU tools).  If  ifile  is
omitted,  standard  input  is taken as argument. Result is
displayed on standard output.
2001-06-13 15:12:09 +00:00
zuntum
5fbe0bacda add & enable poppy 2001-06-13 14:54:47 +00:00
zuntum
62432f2272 Initial import of poppy-3.1
Poppy is a small perl script that allows you to perform simple tasks
on a POP3 or IMAP server.  It is of most use in a "limited resources
environment" whether thats low disk space, slow internet connection,
or no graphical environment.

Poppy will individually show the mail headers along with the message's
size of each message on the mail server and then allow you to read,
delete, reply, or perform other tasks on that message.
2001-06-13 14:54:22 +00:00
zuntum
635a09d3b1 No functional changes:
o modify patch-aa to match my current taste:
      don't remove CFLAGS line, just change '=' to '+=' and remove -O switch
  o don't hack install target in ipw's Makefile any longer, it's easier to
    install binary in do-install target in pkg's Makefile (we already have
    the post-install target as it installs README file, so I hope it's ok)
2001-06-13 14:37:32 +00:00
zuntum
2fbea8d4f5 Update awka to 0.7.4
Changelog:

v 0.7.4, June 12 2001

*  Regular expressions that are exact strings will now run much quicker.
*  Tidied up some loose threads in lib/rexp.c.
*  FIELDWIDTHS will no longer be used in calls to the split() function,
   but only with the parsing of $0 into the $1 ... $n fields.
*  Removed the unnecessary VERSION line from configure.
*  Removed the 'longwrds' test's reliance on the sort utility.
*  Dropped the 'nasty' test.  It doesn't accomplish much and fails
   on many systems (as it does for gawk).
*  Altered the test suite so it will always use the static library
   rather than the shared-object one.  This was necessary to allow "make test"
   to work if the package hadn't previously been installed.

v 0.7.3, May 25 2001

*  A shared object version of libawka will be compiled on systems that
   support it.
*  "var=value" without a preceding -v is now supported.
*  awka's "-o filename" will now produce a C file called "filename.c",
   instead of defaulting to awka_out.c as it did previously.
*  awka's -- option now works again, as will --help.
*  The third parameter of Gensub now works if it is a number > 0.
*  "." no longer required in PATH to run the test suite.
*  Array element deletions will no longer leak memory like a sieve.
*  The extended function alength() wasn't accounting for array element
   deletions - now it does.
*  various code cleanups, and better support for C++ compilers.
*  split("",array,whatever) will now return 0 instead of 1.
*  fixed a memory fault that sometimes occurred when arrays created by
   split() were extended.
*  nextfile and next from with a function now supported.
*  The builtin function system() will now fork()/execl() processes, and
   you can define which shell program it uses.  See INSTALL for more details.
   I haven't implemented this for piped input (eg. "sort abc" | getline) yet.
*  Added John Maybury's fix for a problem in the temporary variable stack.
*  Libawka will now compile with SLOW_HASH defined.
*  Eliminated the annoying compile warnings for redefinition of BEGIN and END.
*  SUBSEP wasn't being picked up as an internal variable by the translator!
   This error corrected.
*  Relaxed the temporary variable pool optimisation introduced in 0.7.2, as
   it was occasionally overdoing it & causing buggy behaviour.
*  Fixed a bug that caused getline to sometimes fail to set the value of $0.

v 0.7.2, August 26 2000

*  Added to the test suite about a dozen or so new scripts borrowed from
   gawk-3.0.6.
*  Corrected awka's handling of code like b += b++, the problem being that
   AWK's handling of post & pre increment and decrement operators is actually
   different from how C does it, which isn't what I expected.
*  Optimised the size of the temporary-variable pools, so that it doesn't
   create more variables than your program needs.  This reduces memory
   requirements, and can significantly improve performance.

v 0.7.1, August 15 2000

*  Introduced a structure containing names & pointers to user-defined
   functions, for potential use in extended library code.
*  Found and fixed some memory leaks stemming from how the new dfa library
   was integrated with awka.
*  Some code cleanup to make gcc -Wall a bit happier (but still not
   warning-free).
2001-06-13 14:23:15 +00:00
zuntum
ad35b676fd Update colorize to 0.3.0
* README update
  * HTML title change (s/colorize /colorize.pl /)
  * *fix* device and script name in colorize-fifo.sh
  * *fix* the init.d scripts (restart looks bad)
  * *fix* apache log format catch
    (when user is set in access.log), thanks jamie
  * user catch moved later in catch list

  * *changed* --convertdate switch to --convert-date

  * !new! procmail log format (feature req. from Anh Lai)
  * !new! facility remove switch (feature req. from Mw3 and [drewie])
2001-06-13 14:02:50 +00:00
bouyer
0113ff36d2 Regen for new/changed patches. 2001-06-13 12:41:55 +00:00
bouyer
e28cc06623 Add patch from Nick Hudson to detect util.h and getrawpartition() in libutil.
Chnage patch to cddata.cpp to use getrawpartition(), and enclose
NetBSD-specific changes in #ifdef __NetBSD/#endif so that it's easier
to send back to KDE folks.
2001-06-13 12:41:09 +00:00
jlam
f03bc9d638 Add patches to Makefile.am and configure.in that mirror patches to
Makefile.in and configure.
2001-06-13 07:55:06 +00:00
jlam
850064cf9e Fix typo...LIBS gets added to CONFIGURE_ENV, not CONFIGURE. 2001-06-13 07:09:33 +00:00
explorer
79b0f5f360 enable sockets in php4. 2001-06-13 06:20:28 +00:00
itojun
724440704a upgrade to 9.2.0a2.
--- 9.2.0a2 released ---

 899.	[bug]		lib/dns/soa.c failed to compile on many platforms
			due to inappropriate use of a void value.
			[RT #1372, #1373, #1386, #1387, #1395]

 898.	[bug]		"dig" failed to set a nonzero exit status
			on UDP query timeout. [RT #1323]

 897.	[bug]		A config.guess update changed the system identification
			string of UnixWare systems; configure now recognizes
			the new string.

 896.	[bug]		If a configuration file is set on named's command line
			and it has a relative pathname, the current directory
			(after any possible jailing resulting from named -t)
			will be prepended to it so that reloading works
			properly even when a directory option is present.

 895.	[func]		New function, isc_dir_current(), akin to POSIX's
			getcwd().

 894.	[bug]		When using the DNSSEC tools, a message intended to warn
			when the keyboard was being used because of the lack
			of a suitable random device was not being printed.

 893.	[func]		Removed isc_file_test() and added isc_file_exists()
			for the basic functionality that was being added
			with isc_file_test().

 892.	[placeholder]

 891.	[bug]		Return an error when a SIG(0) signed response to
			an unsigned query is seen.  This should actually
			do the verification, but it's not currently
			possible. [RT #1391]

 890.	[cleanup]	The man pages no longer require the mandoc macros
			and should now format cleanly using most versions of
			nroff, and HTML versions of the man pages have been
			added.	Both are generated from DocBook source.

 889.	[port]		Eliminated blank lines before .TH in nroff man
			pages since they cause problems with some versions
			of nroff. [RT #1390]

 888.	[bug]		Don't die when using TKEY to delete a nonexistent
			TSIG key. [RT #1392]

 887.	[port]		Detect broken compilers that can't call static
			functions from inline functions.  [RT #1212]

 866.	[func]		Close debug only file channels when debug is set to
			zero. [RT #1246]

 865.	[bug]		The new configuration parser did not allow
			the optional debug level in a "severity debug"
			clause of a logging channel to be omitted.
			This is now allowed and treated as "severity
			debug 1;" like it does in BIND 8.2.4, not as
			"severity debug 0;" like it did in BIND 9.1.
			[RT #1367]

 864.	[cleanup]	Multithreading is now enabled by default on
			OSF1, Solaris 2.7 and newer, AIX, IRIX, and HP-UX.

 863.	[bug]		If an error occurred while an outgoing zone transfer
			was starting up, the server could access a domain
			name that had already been freed when logging a
			message saying that the transfer was starting.
			[RT #1383]

 862.	[bug]		Use after realloc(), non portable pointer arithmetic in
			grmerge().

 861.	[port]		Add support for Mac OS X, by making it equivalent
			to Darwin.  This was derived from the config.guess
			file shipped with Mac OS X. [RT #1355]

 860.	[func]		Drop cross class glue in zone transfers.

 859.	[bug]		Cache cleaning now won't swamp the CPU if there
			is a persistent overlimit condition.

 858.	[func]		isc_mem_setwater() no longer requires that when the
			callback function is non-NULL then its hi_water
			argument must be greater than its lo_water argument
			(they can now be equal) or that they be non-zero.

 857.	[cleanup]	Use ISC_MAGIC() to define all magic numbers for
			structs, for our friends in EBCDIC-land.

 856.	[func]		Allow partial rdatasets to be returned in answer and
			authority sections to help non-TCP capable clients
			recover from truncation.  [RT #1301]

 855.	[bug]		Stop spurious "using RFC 1035 TTL semantics" warnings.

 854.	[bug]		The config parser didn't properly handle config
			options that were specified in units of time other
			than seconds.  [RT #1372]

 853.	[bug]		configure_view_acl() failed to detach existing acls.
			[RT #1374]

 852.	[bug]		Handle responses from servers which do not know
			about IXFR.

 851.	[cleanup]	The obsolete support-ixfr option was not properly
			ignored.
2001-06-13 01:39:29 +00:00
simonb
4194d59791 Update to antiword 0.31. ChangeLog:
Changes 0.30-0.31
-----------------
Bug fixes:
- Bug in the "Show hidden (by Word) text" feature fixed
- Bug reported by David Aspinwall <aspinwall@timesten.com> fixed
- Bug reported by Robert Steinmetz <rob@steinmetznet.com> fixed
Old features:
- The -g and -c options are no longer supported. The -c option was default
  and is now used automatically (Unix only)
New features:
- Ability to show part of the images.
- Ability to use landscape mode (Unix only; PostScript version only)
- Support for all ISO-8859 character sets plus KOI8 and some code pages
  (Unix only; text version only)
- Antiword will now give a warning if the given Postscript papersize is
  unsupported. Thanks to Greg Robinson <Greg.Robinson@dsto.defence.gov.au>
- Moved from Postscript version 1 to version 2
- Antiword now returns 1 if no Word document is found among the files given
  on the command-line. As suggested by Jens Schleusener
  <Jens.Schleusener@dlr.de>
- Takes the right margin into account.
- The PostScript part now supports the AvantGarde, Bookman, Helvetica-Narrow,
  NewCenturySchlbk and Palatino font (Unix only)
- More accurate fontnames translation table
2001-06-13 00:12:10 +00:00
jtb
b008e0862b Add astrolog-license. 2001-06-12 23:21:05 +00:00
jtb
f3dd0e7832 Add amiwm-license as option to ACCEPTABLE_LICENSES.
Closes PR pkg/13180 by John Darrow <John.P.Darrow@wheaton.edu>.
2001-06-12 23:08:16 +00:00
taca
0104e9ae09 Update Jcode to 0.73. Changes from HISTORY are below:
0.73    2001/06/13
       * euc -> jis conversion fails when it encounters
         consecutive hankaku kana then zenkaku kana
         (Mikage Sawatari<mikage@mikage.to>)
2001-06-12 22:19:20 +00:00
jlam
0d141af71a Split XMKMF into XMKMF_CMD and XMKMF_FLAGS and set XMKMF_CMD conditionally
base on whether we use xpkgwedge or not.
2001-06-12 20:39:13 +00:00
jlam
328a35f96f LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-12 20:33:00 +00:00
jlam
8848ee6991 If GNU_CONFIGURE is defined, then pass LIBS to the GNU configure script.
There are 40 packages in pkgsrc that do this.
2001-06-12 20:30:09 +00:00
jlam
9eb4042def Fix inclusion of defs.*.mk files so that it works from anywhere in the
pkgsrc tree that contains a Makefile.
2001-06-12 18:58:42 +00:00
skrll
50458a545b Update to 1.3.1
Changes can be viewed at http://java.sun.com/j2se/1.3/relnotes.html
2001-06-12 16:31:45 +00:00
jlam
c5b999b208 Use ${SORT} and ${WC} instead of sort and wc. Also some minor whitespace
fixes.
2001-06-12 13:17:01 +00:00
jlam
06b0937eb4 Add SORT and WC. Linux and Solaris ones might not be right...someone in
the know should check the pathnames.
2001-06-12 13:16:09 +00:00
zuntum
9247463776 Update p5-Test-Cmd to 1.03
Changelog

1.03    Sat Jun  9 16:57:16 CDT 2001

        - Make specification of an 'interpreter' to the run() method
          independent of whether a 'prog' has been specified.

        - Actually store the absolute path to a workdir specified as a
          relative path, as advertised.
          (Thanks to Jonathan Ross <Jonathan.C.Ross@fmr.com> for
          finding this bug and contributing a patch.)

1.02

        - Small fix to make match() backwards compatible to Perl 5.003.

        - Add diff_exact() and diff_regex() methods for returning
          UNIX diff(1)-like output from file comparisons.

        - Accomodate $TMPDIR specifications that vary from Cwd::cwd()
          due to symbolic links or omission of NT drive letters.
2001-06-12 13:01:43 +00:00
jlam
28c0882df0 Migrate some OS-specific variable definitions into OS-specific files.
Include it in bsd.prefs.mk to allow their use much earlier in Makefiles,
and try to use the variable references instead of directly invoking the
programs in bsd.prefs.mk and bsd.pkg.mk where possible.
2001-06-12 12:49:55 +00:00
abs
8416210ac4 shuffle the order of the linux check to ensure suse_x11 picked up on NetBSD 2001-06-12 11:18:49 +00:00
tron
60ffab8ff2 Work arround for build problems under NetBSD-current. This fixes
PR pkg/13171 by myself.
2001-06-12 10:40:39 +00:00
wiz
415609af69 Add y2k fix by Jarle Greipsland from pkg/13175. 2001-06-12 10:35:05 +00:00
tron
f8499c9775 Use wildcard dependence on "uulib" package. 2001-06-12 06:56:35 +00:00
kei
fbd4fdebc4 Make this package happy with xpkgwedge; Since mkfontdir is a part of standard
X distribution, it's always in /usr/X11R6/bin even if xpkgwedge is installed.
2001-06-12 05:25:38 +00:00
jlam
69c767d74c Mirror changes to lang/gcc/Makefile:
Install info file into "${PREFIX}/info" so that they get found.
2001-06-12 03:02:59 +00:00
jtb
1fd2d21485 Add dependence on boehm-gc. Noted from John Darrow's i386 bulk build
results.
2001-06-11 22:52:10 +00:00