Commit graph

91756 commits

Author SHA1 Message Date
joerg
bca76f6ea0 Builds on DragonFly. 2006-01-23 16:50:55 +00:00
joerg
308c928335 Patch Imakefile to use normal ManDir + MANSUFFIX=6, instead of the
INSTMANDIR mess set by Local.Config. Use PLIST imake variables.
2006-01-23 16:46:20 +00:00
joerg
53c65f0c37 leapsecs_read.c needs DJB errno cure. 2006-01-23 16:24:09 +00:00
joerg
827fe38283 Don't disable builtin readline, express dependency on GNU readline
instead.
2006-01-23 16:19:01 +00:00
joerg
dd233d89d2 Workaround a bug in time.h on DragonFly. 2006-01-23 16:17:13 +00:00
joerg
7cb758a1a3 Don't hard-code -lpthread, use ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}. 2006-01-23 16:14:25 +00:00
joerg
7649aefdf3 Fix errno. 2006-01-23 15:24:12 +00:00
rillig
7175cbf85f Made the package work with SunPro on Solaris 8. That C++ compiler
neither knows __FUNCTION__ nor __func__.
2006-01-23 15:19:24 +00:00
xtraeme
84f70a4c1a Depend on mysql5-server by default, so that it match default dependency
specified in the mysql.buildlink3.mk file.

Bump PKGREVISION.
2006-01-23 15:13:08 +00:00
jlam
e0d46069a6 Instead of accumulating _ALL_DEPENDS_PKGSRCDIRS, accumulate _ALL_DEPENDS
instead -- this keeps more information around.
2006-01-23 15:01:39 +00:00
rillig
bc677ecae9 gzcat needs the full command, not only the pathname, in case it is
${GZIP} -cd.
2006-01-23 14:43:50 +00:00
hira
afd6fa6ac4 Fix installation error seen in bulk build.
Tested on NetBSD/i386 3.0_STABLE.
2006-01-23 14:39:55 +00:00
joerg
b85dca6ae0 Forgotten patch to add DragonFly support. 2006-01-23 14:28:18 +00:00
salo
28cb20ec81 Note textproc/antiword PKGREVISION bump: security fix. 2006-01-23 14:27:24 +00:00
salo
25ff7192b3 Security fix for CVE-2005-3126:
"The kantiword script in antiword allow local users to overwrite arbitrary
files via a symlink attack on temporary output and error files."

Replace the naive mktemp usage with something that actually works.
2006-01-23 14:23:56 +00:00
rillig
f6609e47f8 The ../../mk/scripts/extract shell program does not work with Solaris'
/bin/sh. Fixed by invoking it via ${SH}.
2006-01-23 14:19:08 +00:00
joerg
841c8a5ede Has BROKEN_GETTEXT_DETECTION. 2006-01-23 13:47:29 +00:00
tron
97ba743630 Replace hardcoded "-lpthread" with "PTHREAD_LIBS" and "PTHREAD_LDFLAGS".
That should fix the build under DragonFly.
2006-01-23 13:22:34 +00:00
tron
8d7345cbc7 Remove as maintainer of this package. I'm not using it for ages. 2006-01-23 12:52:24 +00:00
wulf
33bf632e7e Updated devel/p5-Test-Cmd to 1.05
- Fix the subdir(), read(), and write() methods to handle
	  the case when the first element in an array-reference file
	  name is an absolute path name.

	- Fix writable() so that it only records errors from chmod()
	  on files, not exit with no_result().

	- Doc changes to make some of the variables in the SYNOPSIS
	  look like Perl variables.

	- Add a Test::Cmd::Common module that sub-classes Test::Cmd to
	  provide common exception-handling, eliminating the need for
	  everyone to roll their own fail()/no_result() logic for common
	  errors.

	- Update Test::Cmd documentation to add explicit examples of
	  using Test::Cmd in conjunction with Test::Harness, Test::Unit,
	  and Aegis.  Mention that Test::Cmd::Common is available.
2006-01-23 12:06:19 +00:00
wulf
ea640fd31a Updated p5-Test-Cmd to 1.05:
- Fix the subdir(), read(), and write() methods to handle
	  the case when the first element in an array-reference file
	  name is an absolute path name.

	- Fix writable() so that it only records errors from chmod()
	  on files, not exit with no_result().

	- Doc changes to make some of the variables in the SYNOPSIS
	  look like Perl variables.

	- Add a Test::Cmd::Common module that sub-classes Test::Cmd to
	  provide common exception-handling, eliminating the need for
	  everyone to roll their own fail()/no_result() logic for common
	  errors.

	- Update Test::Cmd documentation to add explicit examples of
	  using Test::Cmd in conjunction with Test::Harness, Test::Unit,
	  and Aegis.  Mention that Test::Cmd::Common is available.
2006-01-23 12:03:20 +00:00
ghen
af8f5362fd Bumped wm/icewm and wm/icewm-imlib for PLIST fix. 2006-01-23 11:14:35 +00:00
ghen
cddf5f2764 Fix PLIST (two new taskbar icons since 1.2.23), bump PKREVISION for both
wm/icewm and wm/icewm-imlib.
2006-01-23 11:12:50 +00:00
recht
8d9913b748 note update of lang/python24 to 2.4.2nb3 2006-01-23 08:02:26 +00:00
recht
24793f62f2 Fix module compilation / libpython build on Darwin. This enables modules
not part of the std. Python install to work again.
Secondly, add a patch from Christoph Ludwig (
http://sourceforge.net/tracker/?func=detail&aid=1324762&group_id=5470&atid=305470
)
which contains the following changes (from the SourceForge post):

1) The configure option --with-cxx is renamed
--with-cxx-main. This was done to avoid surprising the user
by the changed meaning. Furthermore, it is now possible
that CXX has a different value than provided by
--with-cxx-main, so the old name would have been
confusing.

2) The compiler used to translate python's main() function is
stored in the configure / Makefile variable MAINCC. By
default, MAINCC=$(CC). If --with-cxx-main is given (without
an appended compiler name), then MAINCC=$(CXX). If
--with-cxx-main=<compiler> is on the configure command
line, then MAINCC=<compiler>. Additionally, configure sets
CXX=<compiler> unless CXX was already set on the
configure command line.

3) The command used to link the python executable is (as
before) stored in LINKCC. By default, LINKCC='$(PURIFY)
$(MAINCC)', i.e. the linker front-end is the compiler used to
translate main(). If necessary, LINKCC can be set on the
configure command line in which case it won't be altered.

4) If CXX is not set by the user (on the command line or via
--with-cxx-main), then configure tries several likely C++
compiler names. CXX is assigned the first name that refers
to a callable program in the system. (CXX is set even if
python is built with a C compiler only, so distutils can build
C++ extensions.)

5) Modules/ccpython.cc is no longer used and can be
removed.
2006-01-23 08:00:02 +00:00
recht
a377b30595 note update of security/dirb to 1.9 2006-01-23 07:53:13 +00:00
recht
87d6f18252 update to 1.9
Patch submitted in PR 32598 by pancake <at> phreaker <dot> net

In other words:
- Add more checks and fixups on the engine.
- More keywords in wordlists database.
- Add new mode called 'silent mode'
- more charsets availables for gendict
- add some more examples
- add fine tuning for words in NEC=200
2006-01-23 07:51:47 +00:00
recht
30a4845c66 Change DIST_SUBDIR - skins have been updated on master site again.
Adresses PR 32597 by David H. Gutteridge
2006-01-23 07:25:16 +00:00
recht
4f7de948a9 add vmware-5.5 to the list of suggested updates
update requested in PR 32566 by Omar A
2006-01-23 07:04:29 +00:00
epg
fcdea660fa Note neon-0.25.5 update. 2006-01-23 03:21:31 +00:00
epg
142a620268 Update provided by wiz.
Changes in release 0.25.5:
* ne_ssl_clicert_decrypt(): catch and fail to load a client cert
  with mismatched key/cert pair.
* Fix build issue on AIX 5.1.
* Fix warnings if built against OpenSSL >= 0.9.8.
* Win32: fix issues in SSPI implementation (Stefan Küng).
2006-01-23 03:19:42 +00:00
epg
74d6349596 Allow build with neon 0.25.5. 2006-01-23 03:15:30 +00:00
rillig
972b1c15e8 - Made the parser for distinfo files stricter. It can catch mismatched
filenames now.
- MD5 checksums are marked as deprecated.
- Warnings from distinfo files now appear correctly sorted.
2006-01-23 01:51:46 +00:00
rillig
f4ef376c49 Added REPLACE_PERL. Bumped PKGREVISION. 2006-01-23 00:35:20 +00:00
rillig
b72bed36b3 Fixed pkglint warnings. 2006-01-23 00:06:39 +00:00
rillig
f08ac4fcfb - Made -Wvarorder work like stated in the documentation. I had replaced the
wrong ``false'' with $opt_warn_varorder.
- Fixed the detection of $seen_Makefile_common.
2006-01-23 00:04:50 +00:00
rillig
f6611f884f Fixed pkglint warnings. Because the Perl scripts are now installed with the
correct interpreter, bumped PKGREVISION.
2006-01-22 23:35:29 +00:00
rillig
bc1f74eace - Instead of only allowing the :Q modifier for quoting, allow any modifier
that ends in :Q.
- When NO_CONFIGURE ist defined, REPLACE_PERL does not work.
2006-01-22 23:35:04 +00:00
tron
0686f3a157 Note update of "xpdf" package to version 3.01pl1nb4. 2006-01-22 23:15:31 +00:00
tron
e72e3d6021 Apply security fix for SA18303 taken from Fedora Core 4.
Bump package revision because of this fix.
2006-01-22 23:13:33 +00:00
reinoud
a9df73c769 Update message. The proposed rm of the ~/.blender needed the flags `-rf' to
be effective. Not a problem, but an annoyance for users that might not be
well introduced enough.
2006-01-22 22:27:22 +00:00
rillig
feffa4d7cb The Perl program fo/pdf2index is installed with the correct script
interpreter. Removed NO_CONFIGURE, because it conflicts with
REPLACE_PERL. Added a runtime dependency on Perl. Bumped PKGREVISION.
2006-01-22 22:20:26 +00:00
schwarz
77ab9ec102 - added USE_LANGUAGES variable to indicate that doc++ needs c++ to compile
- added a hacks.mk file to deal with the sys/types.h vs. inttypes.h confilct
on IRIX 5.3.
2006-01-22 22:16:25 +00:00
schwarz
9139d90c38 extended patch-aa to make sure Makefile will honor pkgsrc's CFLAGS settings 2006-01-22 22:01:38 +00:00
ghen
99245a1e72 [subst.mk] WARNING: Ignoring non-existent file "./doc/pdftopnm.1".
-> should be "doc/pdftoppm.1".
2006-01-22 22:01:11 +00:00
rillig
a3fbb6fc68 Added a reference to the file where CHECK_FILES and CHECK_INTERPRETER can
be found. Removed CVS_USER, since it doesn't exist anymore.
2006-01-22 21:56:13 +00:00
markd
92feed3533 kscope update. 2006-01-22 21:54:10 +00:00
markd
86a87bc84a Update kscope to 1.3.3 from maintainer martijn van buul in PR pkg/32538
Numerous things have changed - a few highlights include usability changes
to the UI, better cscope query handling, user-changeable keyboard
shortcuts, automatic database rebuilding, calling graphs using the
graphviz library, as well as various bugfixes.

Also noteworthy is that the program changed license - while it used to
be licensed under the GPL, it is now covered by a BSD-style license
2006-01-22 21:52:42 +00:00
schwarz
381ee5013b added -f option to rm command to ensure it works even if the archive gets
unpacked without user write permissions for the file to be removed.
2006-01-22 21:39:33 +00:00
schwarz
ac2dc7fef2 added hack for handling of inttypes.h on IRIX 5.3 2006-01-22 21:36:31 +00:00