rillig
c8b62ee243
Added a patch to fix a syntax error with NetBSD's /bin/sh (and maybe
...
others).
2006-06-26 11:44:09 +00:00
rillig
869d5fbb4f
Removed a badly written configure test to make dict-client work.
2006-06-26 11:39:00 +00:00
rillig
cae1eb7cb3
Added a fix for the recent bulk build on NetBSD 3.0.
2006-06-26 11:30:05 +00:00
rillig
926954e283
Fixed gcc warnings.
2006-06-26 11:20:47 +00:00
rillig
2e30ebc5a5
Added a patch for NetBSD.
2006-06-26 11:14:56 +00:00
rillig
8221d32214
Added four patches that replace reserved identifiers with allowed ones.
...
Fixes the build on NetBSD, which also defines the same identifiers, but
is allowed to.
2006-06-26 10:56:57 +00:00
rillig
9a023f4670
Added patch-ae, which resolves a name collision (FT_FILE) with FreeType.
2006-06-26 10:21:55 +00:00
rillig
7a292fa1e3
The package works for me, so remove the BROKEN_IN.
2006-06-26 09:54:45 +00:00
rillig
05cf9f8da2
Added patch-ae, which fixes the java-db3 build with jdk-1.5.
2006-06-26 09:53:56 +00:00
rillig
6c5a58324c
Somewhere between 1.4.5 and 1.4.7, doxygen changed the structure of the
...
produced documentation files, which led to PLIST mismatches. Fixed the
dependency and bumped PKGREVISION.
2006-06-26 09:45:55 +00:00
rillig
ab2296b430
Added patch-af, which makes Cmake find its source files. The package
...
still does not build for me (linker errors). Also, a C compiler is needed.
2006-06-26 09:24:09 +00:00
rillig
2c415dbe63
Fixed reference to the /var directory. Bumped PKGREVISION.
2006-06-26 08:56:37 +00:00
rillig
21d4840f8e
The directory man/cat1 is needed prior to installation.
2006-06-26 06:47:43 +00:00
rillig
3597e5406e
The directory man/cat1 is needed prior to installation.
2006-06-26 06:29:25 +00:00
rillig
5e52e99013
CHECK_INTERPRETER_SKIP+= share/examples/*
2006-06-26 05:59:00 +00:00
rillig
a50563c810
REPLACE_PERL requires USE_TOOLS+= perl:run. Bumped PKGREVISION.
2006-06-26 05:45:55 +00:00
jlam
229f11418e
Install couriertcpd into sbin, which is the location expected by stock
...
courier-mta and courier-imap. Bump the PKGREVISION on all three
packages.
2006-06-26 05:21:17 +00:00
rillig
aa0acb70fa
Added a test for the "sort" tool. Fixed pkglint warnings.
2006-06-25 21:47:28 +00:00
dmcmahill
2905139798
www/horde3 has moved to www/horde
2006-06-25 19:53:13 +00:00
wiz
b32b11d4d9
Include wctype.h for towupper and towlower.
...
Fixes build with gcc4 on NetBSD-3.99.21.
2006-06-25 19:50:51 +00:00
rillig
8fad40050e
Before a file can be created, its directory has to be there.
2006-06-25 19:37:44 +00:00
wiz
1396876237
Fix build with gcc4 on NetBSD-3.99.21.
2006-06-25 19:24:41 +00:00
wiz
8c030306b5
When compiling with gcc, add -mmmx to CPPFLAGS to tell
...
the compiler that the code uses MMX. Fixes build with gcc4 on 3.99.21.
2006-06-25 19:19:34 +00:00
wiz
d60c2b3a40
Fix build with gcc4 by declaring a function.
2006-06-25 18:36:28 +00:00
jdolecek
d35e963055
add .cz KDE mirror
2006-06-25 18:02:38 +00:00
wiz
0ebdc85711
Add -DPARANOID to CXXFLAGS, which fixes the build with gcc4
...
on NetBSD-3.99.21. Go figure.
2006-06-25 18:00:05 +00:00
jmmv
21a4bda0cd
Note revision bump for gdm to 1.
2006-06-25 17:18:58 +00:00
jmmv
09876b6f39
Fix path to the custom.conf configuration file in the rc.d script.
...
Bump PKGREVISION to 1.
2006-06-25 17:16:33 +00:00
rillig
0b4bb33031
USE_LANGUAGES+= c
2006-06-25 17:06:08 +00:00
wiz
31e0f23689
Better fix for gcc4 build problem, suggested by martin@.
2006-06-25 15:25:35 +00:00
wiz
96742caa62
Add patch to fix compilation on NetBSD-current.
2006-06-25 14:53:00 +00:00
wiz
daa517d723
regen
2006-06-25 14:52:44 +00:00
salo
6ea3e63d49
Note net/nmap{,fe} update.
2006-06-25 14:30:37 +00:00
salo
dd48107457
Sync with nmap 4.11
2006-06-25 14:29:30 +00:00
salo
eb8dc3d103
Update to version 4.11
...
- bite the bullet and use GNU make, it's increasingly annoying to try
avoiding it
Changes:
- Added a dozens of more detailed SSH version detection signatures,
thanks to a SSH huge survey and integration effort by Doug Hoyte.
The results of his large-scale SSH scan are posted at
http://seclists.org/nmap-dev/2006/Apr-Jun/0393.html .
- Fixed the Nmap Makefile (actually Makefile.in) to correctly handle
include file dependencies. So if a .h file is changed, all of the
.cc files which depend on it will be recompiled. Thanks to Diman
Todorov (diman(a)xover.mud.at) for the patch.
- Fixed a compilation problem on solaris and possibly other platforms.
The error message looked like "No rule to make target `inet_aton.o',
needed by `libnbase.a'". Thanks to Matt Selsky
(selsky(a)columbia.edu) for the patch.
Fixes PR pkg/33806 from Gilles Dauphin.
- Applied a patch which helps with HP-UX compilation by linking in the
nm library (-lnm). Thanks to Zakharov Mikhail (zmey20000(a)yahoo.com)
for the patch.
- Added version detection probes for detecting the Nessus daemon.
Thanks to Adam Vartanian (flooey(a)gmail.com) for sending the patch.
2006-06-25 14:29:14 +00:00
wiz
ced141162c
Fix build with gcc4.
2006-06-25 13:46:37 +00:00
wiz
8b15105141
+ coreutils-5.97, nmap-4.11.
2006-06-25 13:35:32 +00:00
tron
0840866463
Set "RPM2PKGSTRIP" to "1" to get rid off the leading "./" in filenames.
...
This avoids false complaints about package list problems if "CHECK_FILES"
is set to "yes".
2006-06-25 12:33:26 +00:00
wiz
aae0514abb
When building with gcc4, add "-fno-tree-ter" to CFLAGS.
...
Workaround for toolchain/33816, suggested by dogcow@.
2006-06-25 12:20:58 +00:00
wiz
e8b17b4741
+ bitlbee-1.0.3, libvisual-0.4.0, libvisual-plugins-0.4.0, snd-8.2.
2006-06-25 12:05:00 +00:00
rillig
5766df03cb
Fixed script interpreters. Bumped PKGREVISION.
...
We're in a pkgsrc freeze and this is not a leaf package, but the only
package using this is meta-pkgs/windowmaker-desktop.
2006-06-25 10:48:17 +00:00
rillig
68f085bf80
Documented some more file names, so that almost all files in pkgsrc are
...
covered now by the documentation.
2006-06-25 10:33:33 +00:00
tron
0feb01de19
Correct description: Version 1.20 of "netio" no longer support DOS.
...
Problem pointed out by Markus Illenseer in private e-mail.
2006-06-25 10:23:50 +00:00
rillig
d8b7a83f1f
Added buildlink3.mk and options.mk to the list of optional package files.
2006-06-25 10:02:10 +00:00
rillig
9ebcc2709b
This package needs man/cat8 to install correctly into a previously empty
...
${LOCALBASE}.
2006-06-25 09:49:51 +00:00
rillig
aceec90635
Fixed script interpreters. Bumped PKGREVISION.
2006-06-25 09:46:53 +00:00
rillig
6de7d866ee
Disable CHECK_INTERPRETER for *.hsml files, since they are not intended
...
to be executed directly.
2006-06-25 09:40:01 +00:00
rillig
72df17134b
replace.mk needs rubyversion.mk.
2006-06-25 09:31:43 +00:00
rillig
871b7a6f9d
This package needs some help to find apxs.
2006-06-25 09:11:48 +00:00
rillig
b60d9cc047
The full pathname to apxs is provided by www/apache2/buildlink3.mk, so
...
use it. This fixes builds where ${LOCALBASE}/sbin is not in the PATH.
2006-06-25 09:08:01 +00:00