Commit graph

61727 commits

Author SHA1 Message Date
cjones
0c2db9f78f Changes to this file didn't go through with the last commit; don't know why. 2004-05-18 18:32:28 +00:00
cjones
ea386960f0 Added this patch from FreeBSD
(ports/lang/php4/files/patch-ext::pcre::php_pcre.c).  Fixes a bug
(described at http://bugs.php.net/bug.php?id=27810) which causes
apache2 to dump core on receiving SIGHUP.

This is supposedly fixed in the next release of PHP.
2004-05-18 18:30:39 +00:00
wiz
82457583f1 Fix RCS tag.
+ SDL_gfx-2.0.11, TeXmacs-1.0.3.9, bittorrent-3.4.2, dillo-0.8.1,
  fox-1.2.0, gmp-4.1.3, groff-1.19.1, jikes-1.21, larswm-7.3.6,
  mailman-2.1.5, mhonarc-2.6.10, roundup-0.7.2, scmxx-0.7.1,
  tcpreplay-2.2.0, txt2html-2.24 [wennmach].
2004-05-18 16:07:12 +00:00
drochner
135e9c9d4a fix inverse logics in block->character dev conversion 2004-05-18 15:51:21 +00:00
reed
e713f53091 Mention "NetBSD" in the DESCRiption and in the COMMENT.
(Okayed by mjl@.)

TODO: Maybe someone can make this OPSYS specific
or test on other *BSDs.
2004-05-18 15:30:08 +00:00
wiz
c11ebb98ef Sort directory creation order (though it works either way). 2004-05-18 14:39:03 +00:00
wiz
003f9e79cb Create directories for support files; the
install target in */share does not do this itself.
Noted by Bryan Vyhmeister on tech-pkg.
2004-05-18 13:05:57 +00:00
recht
5c90bf11de Note update of py-Lupy to 0.2.1. 2004-05-18 12:47:23 +00:00
recht
add1fc1507 update to 0.2.1
patch provided by Michal Pasternak in PR pkg/25611

Release 0.2.1

11 May 2004

Minor bugfixes and test improvements.
Release 0.2.0

20 Feb 2004

Reorganized code into modules; converted some iteration constructs to Python
iterators and generators. All text processing internally is now handled as
Unicode. Analyzers are back as generators of tokens.

The changes to the code to make it more pythonic appear to have resulted in
trading time for space: preliminary tests indicate about a 5% speedup on one
dataset in exchange for a 20% increase in memory usage.
2004-05-18 12:44:05 +00:00
recht
acf63b6eee Enable pkgviews installation. 2004-05-18 11:58:04 +00:00
uebayasi
5f40002ddc Enable pkgviews installation. 2004-05-18 11:46:53 +00:00
uebayasi
6f8c4e2d4b Enable pkgviews installation. 2004-05-18 11:27:29 +00:00
markd
e2129112d9 Only try and get Daemon.{png,README} from ${MASTER_SITE_LOCAL} 2004-05-18 11:25:19 +00:00
wiz
07aa9a0d15 Depend on freetype2>=2.1.8, since dependent packages have been adapted to
the new version.
2004-05-18 10:21:16 +00:00
tron
f7fbf20b22 Make this build under NetBSD 2.0E and newer. 2004-05-18 07:05:34 +00:00
tron
e7807b53b2 Make this build under NetBSD 2.0E and newer. 2004-05-18 06:46:08 +00:00
jlam
607a14a4c9 There is no ${PREFIX}/include/kerberosIV directory as part of this package. 2004-05-18 01:03:18 +00:00
snj
2ba4cf6c86 Fix lossage from revision 1.10 of Makefile.common by including
<soundcard.h> instead of <Output/OSS/soundcard.h> in Output/esd/mixer.c.
xmms-esound now builds.  From Peter Bex.
2004-05-17 22:44:37 +00:00
jschauma
24482317ee The Makefile for builtins is not using CFLAGS, but we do need CFLAGS
(for example under IRIX64 using gcc, where it otherwise will produce
32bit object files).  Patch that.
2004-05-17 22:29:30 +00:00
minskim
178120203d Enable pkgviews installation. 2004-05-17 21:54:49 +00:00
minskim
ed36cbe965 statvfs fix. This closes PR pkg/25619. 2004-05-17 21:53:28 +00:00
seb
00cc0486ea Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
2004-05-17 21:32:33 +00:00
reed
de73f6a2cb audit-packages is now version 1.31. (man page now documents:
"If the -v option is specified, audit-packages will warn when the
vulnerabilities file is more than a week old.")
2004-05-17 19:30:35 +00:00
reed
d76aeb8d58 Add explanation of -v switch to man page. (Okay'd by agc@.)
audit-packages version is now 1.31.
2004-05-17 19:28:19 +00:00
minskim
30842fe866 Add and enable eag. 2004-05-17 18:40:51 +00:00
minskim
6795a9d16d Import eag, provided by Jaap Boender in PR pkg/22795 and modified by me.
Extended Affix Grammars (EAG) are an attempt to implement a very
general form of Affix Grammars, with very few restrictions.  EAG can
be used as a specification formalism, specifying in general relations
rather than functions, or as a relational programming language similar
in many respects to PROLOG.
2004-05-17 18:39:05 +00:00
jschauma
4f077d1ac2 install(1) allows for installing /dev/null to create an empty file,
so let's do this here, too.  This should address PR pkg/25313.
2004-05-17 14:54:45 +00:00
grant
3b675ac59e quieten the start of the build, we don't need to see all of MAKE_ENV
being set.
2004-05-17 11:29:34 +00:00
grant
081fa1d06e whitespace/indentation fixes 2004-05-17 11:28:26 +00:00
grant
82e72f9d7f _ULIMIT_CMD ends in ';' so no && needed between ${_ULIMIT_CMD} and
${SETENV}.

XXX should _ULIMIT_CMD even be being used here?
2004-05-17 11:21:10 +00:00
grant
4d758a646d link against libcurses on Darwin. 2004-05-17 11:11:30 +00:00
grant
b4bc5cd882 whitespace fixes 2004-05-17 10:56:17 +00:00
jlam
aa3ba79ac6 Correct the flags passed to the linker when building with libtool and bump
the PKGREVISION.  Also remove the unnecessary -preserve-dup-deps argument
to libtool, rename the configure option to --enable-libtool, and remove
the unnecessary bits to deal with libcrypt/libcrypto (buildlink3 does
this for us automatically).
2004-05-17 10:40:45 +00:00
jlam
9dc812c039 libtool archives don't start with '-', so don't match those, which are
probably options to the compiler.
2004-05-17 10:37:57 +00:00
salo
8146ebe8b0 Better COMMENT, actualy tell something concrete, "A is like B and C" doesn't
really have big information value for those who don't know neither B nor C.

s/minimalistic/minimalist/ in DESCR, the former is not really an english word.
2004-05-17 10:19:27 +00:00
minskim
b0fe683717 Add and enable bitchbot. 2004-05-17 09:29:43 +00:00
minskim
e81ce78f02 Import bitchbot from pkgsrc-wip. Packaged by Adrian Portelli.
Bitchbot is a GPL'ed perl-based IRC bot coded mainly for #gloom on
irc.edgeirc.net.  The bot has a wide variety of useful and useless
features, to name a few:

* factoids (bits of information about things)
* Game server query support for all popular FPS titles
  (using qstat, www.qstat.org)
* Message system for leaving short notes for people who are offline.
* Configurable access list to allow users to manipulate certain features.
* Channel operator commands
  (limited use; bitchbot wasn't designed to be a chanbot)
* Last seen nickname to find out when a user was last on the channel.
* Vote and poll on user defined topics.
* Channel statistics (if your server can handle the horrible memory leaks)
* Support for the cyborgizer and techifier toys from www.brunching.com.
* A ton of other stuff you'll find from looking at the command reference.
2004-05-17 09:27:57 +00:00
salo
4d58623faf Obey CXXFLAGS. 2004-05-17 09:27:22 +00:00
jlam
6bb0a14e5a Check that MABIFLAG is defined before checking that it's non-empty. This
avoids breakage if MABIFLAG isn't defined.
2004-05-17 05:33:08 +00:00
jlam
ffec0a5c18 Add a new package-settable variable, INSTALLATION_PREFIX, as discussed
with gavan@NetBSD.org at pkgsrcCon.

Within the pkgsrc infrastructure, LOCALBASE has two different meanings:

    (1) where the package being built should be installed, and
    (2) where to find previously installed packages.

Most instances of case (2) should be converted to use EVAL_PREFIX,
but there are some cases where this is impossible.  To resolve this,
we preserve LOCALBASE to mean (2) and we create a new variable
INSTALLATION_PREFIX to mean (1).

INSTALLATION_PREFIX is meant to be set some time before bsd.pkg.mk is
included, and provides the value for PREFIX if it's defined, e.g.

	NO_MTREE=               yes
	INSTALLATION_PREFIX=    /

	.include "../../mk/bsd.pkg.mk"

This allows us to remove all cases where PREFIX is explicitly set in
the package Makefile, e.g. Java VM packages, qmail, etc.
2004-05-17 04:44:44 +00:00
snj
234e5c52fd Take maintainership. 2004-05-17 03:15:20 +00:00
jschauma
6f7a52cca0 Allow use of 32bit gcc compiled from pkgsrc on 64bit Irix for a default
ABI of 64.
2004-05-17 03:12:46 +00:00
danw
062c748789 darwin build fixes 2004-05-17 01:17:46 +00:00
danw
7c5b6a0892 make an implicit library dependency explicit to make darwin's linker happy 2004-05-17 00:10:49 +00:00
markd
b8995a9b80 kdelibs3 update. 2004-05-17 00:09:43 +00:00
markd
5e2be45504 Fix some URI handler issues.
Bump PKGREVISION.
2004-05-17 00:03:39 +00:00
grant
ab0aa0be4f Updated p5-SOAP-Lite to 0.60a.
Major changes since 0.55:

  + Merged SOAP::MIME into SOAP::Lite's core
  + Cleaned up the UI for the Makefile.PL script - it now detects and
    indicated whether certain Perl modules have been detected. The
    table displaying installation preferences has been substantially
    cleaned up, the code is much more modular and relies on a simple
    data structure representing potential module dependencies.
  + Made the Makefile.PL script iterative - meaning, the user will be
    continually be presented with their preferences until they
    explicity choose to accept them and continue (bug 747295)
  + Differentiate between xsd:int and xsd:long to fix interoperability
    bug with Java Web services
  ! Fixed MIME interoperability bug with Apache Axis - Axis' MIME
    parser requires that MIME boundaries are terminiated by a CRLF
    character where the MIME::Tools package only outputs a CR
    character. A patch was integrated into the MIME::Tools module
    which allows SOAP::Lite to specify its own MIME Boundary delimiter
  ! SOAP Faultcodes are now properly typed a xsd:QName, whereas
    before they were xsd:string - to be honest, they are left untyped
    so that toolkits can serialize them according to the schema
    (bug 747283)
  ! Fixed documentation error around turning on a trace for multiple
    "channels" (bug 747310)
  ! Disabled SOAPStruct (bug 747316)
  ! Fixed XML::Parser::Expat vulnerability (bug 747265)
  ! Added item in TROUBLESHOOTING section explaining that there is a
    bug in Perl 5.8 that prevents +autodispatch from working properly.
    The workaround is to use dispatch_from instead (bug 747290)
  ! Fixed warning when autodispatched call has no parameters
    (bug 747286)
  ! Fixed warning when empty SOAPAction specified (bug 747278)
  ! Turned off HTTP keep alive patch by default, however users can now
    turn on the patch by setting the constant PATCH_HTTP_KEEPALIVE to
    1 (bug 747281)
  ! Removed dependency on the URI module for non-HTTP transports
    (bug 747306)
2004-05-16 23:17:33 +00:00
heinz
b3f13a649f Unixware 7.1.1 implements RFC 2133 (Basic Socket Interface Extensions for
IPv6) but not the successor RFC 2553. The configure script detects this
and decides that tnftp needs to compile its own version of getaddrinfo().
This produces the error message

  /usr/include/netdb.h:248: `getaddrinfo' previously defined here

because Unixware provides an implementation of getaddrinfo() in netdb.h
instead of a prototype declaration :-/. Since netdb.h cannot be omitted,
we will always get this definition and tnftp's version of getaddrinfo
will always create a conflict.

This ugly preprocessor hack works around the problem. Hints for a better
solution welcome.
2004-05-16 23:14:17 +00:00
danw
51d18c346e Remove some old rpath hacks that aren't needed with modern buildlink3.
Fixes the build on darwin (PR 25326)
2004-05-16 20:27:04 +00:00
minskim
33baa81356 Build python module for zlib unconditionally. This makes
python2[12]{,-pth} build on platforms where zlib.h is not in
/usr/include.
2004-05-16 20:01:59 +00:00