Commit graph

4814 commits

Author SHA1 Message Date
xtraeme
559a737f1b Update to 2.12.1
Changes:

BUG FIXES:

    * When checking if a process exists, accept EPERM as indicating it
      exists but isn't ours.  This allows watching the directory of a
      different user, subject only to filesystem permissions.
      Reported by Ernst Bachmann.

    * Correct a bug introduced in 2.12 that made distccd fail to start
      when run by root because setgid failed.  Fix from Wayne Davison.

    * --without-gnome, --without-gtk now turn those options off rather
      than on.

  DOCUMENTATION:

    * New man page for distccmon-text, by Shri Shrikumar and Martin
      Pool.
2004-01-16 07:09:28 +00:00
xtraeme
89690b798d oops, fix typo in previous. 2004-01-16 03:47:06 +00:00
xtraeme
edd3d438bd Fix DEPENDS. 2004-01-16 03:45:48 +00:00
tron
1c3192189f Don't use "-Wl" on platforms which define "_USE_RPATH" to "no". This
fixes build problems under Darwin.
2004-01-15 23:04:00 +00:00
markd
479c909406 Update to KDE 3.1.5.
Changes:
* kbabel: Fixed freeze during spellcheck
* kompare: Several fixes
2004-01-15 10:33:55 +00:00
markd
abdd6560a4 Remove bogus "done". 2004-01-15 09:07:31 +00:00
wiz
2d5dbcefbf Remove some more (not yet even buildlinked) KDE1 packages,
since KDE1 has been removed.
Noted by agc.
2004-01-14 15:03:53 +00:00
epg
15d8468686 Update to Version 0.36.0 [Beta Interim 1]
(branching 13 January 2004, from /branches/1.0-stabilization)
http://svn.collab.net/repos/svn/tags/0.36.0

 User-visible changes:
 * add cancellation suport to svnadmin and svnlook (r8222)
 * runtime 'store-password' option renamed to 'store-auth-creds' (r8014)
 * 'svn blame' changes:
    - now shows correct revision info (r8035-6)
    - responds to cancellation better (r8129)
 * svnserve changes:
    - added '--inetd' option;  now required to speak with stdin/stdout (r8205)
    - added '--listen-port' and '--listen-host' options  (r8001-2)
    - removed '-u' option (r8003)
    - ignore SIGPIPE (no more repos lockups when you terminate a pipe) (r8140)
 * lots of Book work (many newly-documented Apache and svnserve topics)

 Developer-visible changes:
 * bugfix: svnserve network crash (r8142)
 * bugfix: return result_rev from svn_client_checkout correctly (r8096)
 * bugfix: fs history harvesting code (r8154)
 * bugfix: memory leak in mod_dav_svn (r8223)
 * bugfixes in edge-cases of status and update (r8114-5)
 * make 'svn blame' work with 18n and uri-escaped filenames (r8023, 8030, 8040)
 * small bugfixes to authentication system (r8006, r8235)
 * standardize error message formatting (r8218)
 * load RA modules as foo.so.0, not foo.so  (r8098)
 * various core API changes:
    - use constructor for svn_client_cxt_t (r8053-4)
    - anchor/target may use NULL for target (r8216)
    - stop using apr_ symbols (r8219)
    - rename to 'svn_repos_authz_func_t' (r8213)
    - add pool parameter to finish_report and abort_report (r8215)
 * numerous changes to Perl and Java bindings, to keep up with C API.
2004-01-13 22:48:41 +00:00
epg
3a4f47b1c2 Set PERL5_REQD to 5.8 instead of 5.8.0. Suggested by Alistair Crooks. 2004-01-13 21:17:04 +00:00
jmmv
ec6d847ff3 Create the man/man3 directory, so that this can be installed properly with
pkgviews.  Closes PR pkg/24081 by Min Sik Kim.
2004-01-13 17:45:20 +00:00
jklos
027455378a db4, a new dependency for apr, is broken (at least on ppc). Revert back to
not needing db4 until it is fixed.
2004-01-13 10:09:18 +00:00
grant
9bf440e874 add a workaround to override the termcap.h test on Solaris. somehow,
configure picks up termcap.h from devel/ncurses, and later tries to
use it and fails.

allows this package to be built while devel/ncurses is installed.
2004-01-13 09:49:26 +00:00
adam
a39a6dfe26 Changes 1.2.1:
* inflate is about 20% faster and minimizes memory allocation
	* crc32 is about 50% faster
	* new functions and functionality
	* more supported architectures
2004-01-12 21:19:50 +00:00
seb
5b700210c8 Update to version 0.16alpha-pl0.
While here remove info files from PLIST file.

New in CSSC-0.16alpha-pl0
        * We now honour the user's choice of umask (which fixes
          SourceForge bug number 581740).
        * On Red Hat Linux, info files live in /usr/share/info not /usr/info.
        * Recognise BitKeeper files and don't emit spurious warnings when
          we see its extensions to the file format.  However, we do emit
          a warning if we see an "extension" we don't recognise.
          Support for BitKeeper files is read-only.
        * Fixed SourceForge bug 664900 by applying a fix from Darren Warner.
        * "get -e" now takes notice of the value of the "d" flag.
2004-01-12 18:34:57 +00:00
xtraeme
b7c8e2fcd5 + treecc 2004-01-12 17:12:10 +00:00
xtraeme
8c2ad96e75 Initial import of treecc-0.2.6, packaged by pancake via pkgsrc-wip.
Treecc is a aspect-oriented programming tool that we wrote to assist in the
development of DotGNU Portable.NET's compiler, "cscc". It complements flex
and bison by providing support for abstract syntax tree creation and
manipulation.
2004-01-12 17:10:10 +00:00
cjep
f0876e747e Make this package compile with gcc3. Fixes PR#23330 from
Wolfgang S. Rupprecht.

Patches from http://www.unidata.ucar.edu/packages/netcdf/known_problems.html
(Mike Romberg).
2004-01-11 15:58:45 +00:00
cjep
3233abb367 Shorten. 2004-01-11 12:42:40 +00:00
jlam
5997a8acaf Add some double quotes and move a section into a protected region so we
don't keep re-evaluating it.
2004-01-11 06:29:38 +00:00
kristerw
339c0406cb Set MAINTAINER to "tech-pkg" instead of "packages". 2004-01-10 19:00:41 +00:00
cjep
ad0e1d4402 Whitespace fixes 2004-01-10 17:47:38 +00:00
recht
7eead98c7b rev. bump because of the wxGTK buildlink change 2004-01-10 14:25:42 +00:00
recht
b4dc7ac829 replace the SDL mmx gcc3 compile-fix with the one that went into
SDL CVS
provided by Stephane Marchesin
2004-01-10 13:57:12 +00:00
jlam
1e60f2af54 Be a bit more accurate: we want to match a ".", not any character. 2004-01-10 08:40:07 +00:00
jlam
88b7405a35 Again, include buildlink3.mk files when using buildlink3. 2004-01-10 05:46:44 +00:00
jschauma
4e59f3dde1 Add/enable jgrasp 2004-01-09 19:14:15 +00:00
jschauma
300eeb1542 Initial import of jGRASP:
jGRASP is a medium-weight development environment, created specifically to
provide automatic generation of software visualizations for the purpose of
improving the comprehensibility of software. jGRASP is implemented in Java,
and runs on all platforms with a Java Virtual Machine (Java version 1.3 or
higher).
2004-01-09 19:13:03 +00:00
xtraeme
15fa78b530 bonobo-activation is not needed anymore, it's included with libbonobo 2.4.x 2004-01-09 16:59:28 +00:00
grant
68ca907088 change from CATEGORIES net to devel.
while this module does relate to network address manipulation, it's
really a development package with which to build applications, so
devel is more appropriate.
2004-01-09 01:51:11 +00:00
grant
3efd5fb929 +p5-Net-Netmask 2004-01-09 01:46:44 +00:00
grant
3faba126ba import p5-Net-Netmask from pkgsrc-wip, initially by Charlie Allom,
wich some cleanup by me.

Net::Netmask parses and understands IPv4 CIDR blocks. It's built with an
object-oriented interface. Nearly all functions are methods that operate
on a Net::Netmask object.

There are methods that provide the nearly all bits of information about
a network block that you might want.

There are also functions to put a network block into a table and then
later lookup network blocks by IP address in that table. There are
functions to turn a IP address range into a list of CIDR blocks. There
are functions to turn a list of CIDR blocks into a list of IP addresses.

There is a function for sorting by text IP address.
2004-01-09 01:46:19 +00:00
xtraeme
825526e83d libgtop2 server needs to be setgid to run gnome-applets and
gnome-system-monitor, make it so.
2004-01-08 23:31:18 +00:00
adam
023dd11406 Changes 20030629: implement RTLD_NEXT and RTLD_DEFAULT 2004-01-08 16:08:22 +00:00
grant
d2c066f155 Updated p5-BSD-Resource to 1.23.
changes since 1.15:

Tue Oct  7 21:54:04 2003  Jarkko Hietaniemi  <jhi@iki.fi>

	* Makefile.PL: use archlibexp instead of archlib in cc -I.../CORE
	  so that Perls installed under ~user work.

	* Release 1.23.

Sun Feb  9 12:12:42 2003  Jarkko Hietaniemi  <jhi@iki.fi>

	* Add RLIMIT_LOCKS.

	* Fix a typo s/RLIM_SAVEWD_MAX/RLIMIT_SAVED_MAX/

	* Sort the @EXPORT list.

	* Release 1.22.

Thu Dec 12 01:15:44 2002  Jarkko Hietaniemi  <jhi@iki.fi>

	* Patches for NCR MP-RAS from grommel@sears.com.

	* Release 1.21.

Tue Nov 26 04:20:38 2002  Jarkko Hietaniemi  <jhi@iki.fi>

	* Add a warning about the time/load-sensitivity of the
	  tests to INSTALL and Makefile.PL.

	* Rewrite the getrusage.t and times.t tests a bit to
	  better work on a fast machine (IOW, try spending a
	  bit more time).

	* Release 1.20.

Fri Nov 22 17:57:44 2002  Jarkko Hietaniemi  <jhi@iki.fi>

	* Fixed a test problem found by Alain Barbet: in NetBSD
	  the RLIMIT_STACK wants to be aligned.  Fixed also the
	  other memory-related limit tests to allow for alignment.

	* Release 1.19.

Wed Nov 20 16:42:50 2002  Jarkko Hietaniemi  <jhi@iki.fi>

	* Problem found by Jeff Boes, forwarded and analyzed
	  by Slaven Rezic: if one has a fast machine and/or
	  the granularity of times() is low, one could get false
	  negatives from far() in getrusage.t.  Fixed the same
	  problem in times.t.

	* Bumped the copyright statement years.

	* Release 1.18.

Thu Sep 19 16:53:26 2002  Jarkko Hietaniemi  <jhi@iki.fi>

	* Patch from Miles Egan to use -I$archlib/CORE instead
	  of -I$installarchlib/CORE in Makefile.PL, since they
	  might be different but the first one is the one apps
	  are supposed to be using.

	* Sanity check for getrlimit/setrlimit/getpriority/setpriority
	  so that one won't use the string "RLIMIT_..."/"PRIO_..." when
	  one is supposed to be using the constant RLIMIT_.../PRIO_...

	* Release 1.17.

Sun Sep 15 18:44:36 2002  Jarkko Hietaniemi  <jhi@iki.fi>

	* Patch from Allen Smith to avoid -lbsd in IRIX
	  since it potentially brings in harmful side effects
	  regarding setpgrp/setgroups.

	* Mention the use of VERBOSE in the probe failure message.

	* Release 1.16.
2004-01-08 06:13:05 +00:00
jmmv
8a4db02163 Bump PKGREVISION due to wxGTK update (use gtk2). 2004-01-07 21:46:05 +00:00
jlam
e4d93e744d Use dlcompat/buildlink3.mk on Darwin. 2004-01-07 21:18:12 +00:00
xtraeme
1bc31a5c9d Make sure libgthread is linked to the libpthread library, fixes gtk2 build
in FreeBSD. Patch provided by Michal Pasternak in PR pkg/23841.

Tested in NetBSD -current and FreeBSD 5.x.
2004-01-07 07:33:54 +00:00
jlam
4b90d17ed9 From the log for rev. 1.1260 of bsd.pkg.mk:
"Package Makefiles should refer to PKG_SYSCONFBASEDIR instead of
 PKG_SYSCONFBASE when they want PKG_SYSCONFDIR stripped of
 PKG_SYSCONFSUBDIR.  This makes PKG_SYSCONFBASE=/etc work with pkgviews by
 installing all config files into /etc/packages/<pkg> instead of
 occasionally putting some directly into /etc."
2004-01-07 02:21:16 +00:00
jlam
69c1fe0d3b Create ${PREFIX}/share/examples in pkgviews (NO_MTREE) case. 2004-01-07 01:16:04 +00:00
jlam
27458276fc Use l:foo: instead of S:...: to remove a library. 2004-01-06 19:13:13 +00:00
jlam
13a89fbeb9 We are removing -ltermcap, not -liconv. 2004-01-06 19:12:33 +00:00
wiz
467a6a96d8 Add and enable chmlib. 2004-01-06 15:37:50 +00:00
wiz
847cffa786 Initial import of chmlib, a library dealing with .chm files,
from pkgsrc-wip (by xtraeme@).

CHMLIB is a library for dealing with Microsoft ITSS/CHM format
files. Right now, it is a very simple library, but sufficient for
dealing with all of the .chm files I've come across. Due to the
fairly well-designed indexing built into this particular file
format, even a small library is able to gain reasonably good
performance indexing into ITSS archives. Since the last version
there have been major bugfixes, portability improvements, and minor
feature additions.
2004-01-06 15:34:01 +00:00
xtraeme
9afddc34d3 Add missing directory. 2004-01-06 05:12:42 +00:00
xtraeme
5ea66205b6 Remove CONFLICTS, it's not needed here. 2004-01-06 05:11:16 +00:00
jlam
2a243f33ac It's "overwrite" not "overview"!! 2004-01-06 04:37:52 +00:00
xtraeme
99d4744225 Fix path of FILESDIR and BUILD_DEPENDS. 2004-01-06 00:22:05 +00:00
xtraeme
86f3df3b4f CVSup with X11 gui support built from sources via lang/ezm3, if you want to
use the binary install devel/cvsup-gui-bin instead.
2004-01-06 00:11:02 +00:00
xtraeme
68d0b92ecd CVSup built from sources via lang/ezm3, if you want to use the binary
install devel/cvsup-bin instead.
2004-01-06 00:08:06 +00:00
xtraeme
d46006fe28 + cvsup-{bin,gui-bin} 2004-01-05 23:56:31 +00:00