Thomas Gellekum
346b0522f1
New port opendx, the Open Source version of IBM's Data Explorer.
1999-09-20 06:43:20 +00:00
Satoshi Taoka
278d839aca
Update to 1.99.5
...
PR: 13796
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
1999-09-20 05:50:21 +00:00
Satoshi Taoka
418136972c
Modified to build on 4-current
...
PR: 13744
Submiited by: maintainer
1999-09-20 05:36:53 +00:00
Satoshi Taoka
45b34d86d4
Changed from HAS_CONFIGURE to GNU_CONFIGURE in Makefile
...
PR: 13795
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
1999-09-20 05:01:02 +00:00
Satoshi Taoka
c79b8db879
Fixed files/md5
...
PR: 13794
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
1999-09-20 04:59:19 +00:00
Joseph Koshy
1eb9995ce2
Correct typo 'i836' -> 'i386'.
1999-09-20 04:55:24 +00:00
David E. O'Brien
160bcee3fd
Upgrade to 2.3BETA6.
...
* Added sophisticated timing controls to give the user much more control
over Nmap's speed. This allows you to make Nmap much more aggressive to
scan hosts faster, or you can make Nmap more "polite" -- slower but less
likely to wreak havoc on your Network. You can even enforce large delays
between sending packets to sneak under IDS thresholds and prevent
detection. See the new "Timing Options" section of the Nmap man page for
more information on using this.
* New "Window scan" that does fun things with ACK packets. -sW activates
this scan type. It is mostly effective against BSD, AIX, Digital UNIX, and
various older HP/UX, SunOS, and VAX.
1999-09-20 04:51:19 +00:00
Shigeyuki Fukushima
d98c521a56
Use ${MASTER_SITE_PORTS_JP}.
...
Lynx-current was updated frequently, but I'm sorry that I can't
update lynx-current port with the same frequency.
1999-09-20 04:01:26 +00:00
Steve Price
7f4fed562e
Get this port to compile on FreeBSD/Alpha.
1999-09-20 02:34:31 +00:00
Steve Price
ce08f5fc7a
Remove '-m486' from CFLAGS so this compile on FreeBSD/Alpha.
1999-09-20 02:29:48 +00:00
Steve Price
0dc0972e3f
Breakout a multipart patch and use the default implementation instead
...
of the missing byts_swap_* on FreeBSD/Alpha.
1999-09-20 02:27:09 +00:00
Steve Price
d345f42834
Use SYSTEM_OSS on the Alpha too. Also include errno.h so this build on
...
FreeBSD/Alpha.
1999-09-20 02:24:29 +00:00
Steve Price
519f9f2da8
time(3) returns a time_t and not a long.
1999-09-20 02:22:39 +00:00
Steve Price
a5f86a1b94
Use time_t instead of long when call time functions. Also add '-lio'
...
on FreeBSD/Alpha.
1999-09-20 02:19:51 +00:00
Steve Price
6989cf7c19
Make this compile again on -current and Alpha again.
1999-09-20 02:17:43 +00:00
Steve Price
11463b4b45
Break out part of a multipart patch and remove '-m486' when compiling on
...
FreeBSD/Alpha.
1999-09-20 02:15:09 +00:00
Steve Price
1d90b4b98c
Fix the first arg to strscat so we can use stdarg macros and get this
...
to build on FreeBSD/Alpha.
1999-09-20 02:12:51 +00:00
Steve Price
f392532992
s/chtype/chartype/g so this builds on FreeBSD/Alpha too.
1999-09-20 02:07:43 +00:00
Steve Price
421dbe26a2
byte_swap_{long,word} don't exist on FreeBSD/Alpha so accept the default
...
implementation.
1999-09-20 02:05:07 +00:00
Steve Price
4a561440b4
Remove '-m486' so this builds on FreeBSD/Alpha too.
1999-09-20 02:02:34 +00:00
Steve Price
736d2ed74e
Make sure we can find zephyr_err.h so this port builds.
1999-09-20 02:00:19 +00:00
Steve Price
ae2249fb90
All FreeBSD/Alpha we need to add '-lio' to resolve inb/outb and friends.
1999-09-20 01:58:42 +00:00
Steve Price
b4daa3c1d5
time(3) takes a time_t and not a long.
1999-09-20 01:56:39 +00:00
Chris Piazza
5cb5d6fbb6
o Support CC/CXX
...
o Support CFLAGS/CXXFLAGS
o Make this actually build on my system (alfred had the same problem,
but, oddly enough, green didn't)
1999-09-20 01:56:08 +00:00
Steve Price
5423f7f02a
We don't need to explicitly '-lg++' since our C++ compiler does it for us
...
as required.
1999-09-20 01:54:49 +00:00
Steve Price
e81267d8c7
The second to arg to snprintf(3) is of type size_t.
1999-09-20 01:51:41 +00:00
Steve Price
5238dc8709
Judiciously s/int/ssize_t/ so this build on FreeBSD/Alpha.
1999-09-20 01:49:28 +00:00
Steve Price
8975664af8
Let this port know of the types that are 64-bit on FreeBSD/Alpha.
1999-09-20 01:35:29 +00:00
Steve Price
73d2b8f97e
We don't have a fp_* cruft on FreeBSD/Alpha.
1999-09-20 01:29:53 +00:00
Steve Price
ef854f6de7
Steal a few lines from the Linux/Alpha book so we can have this port on
...
FreeBSD/Alpha too.
1999-09-20 01:25:36 +00:00
Steve Price
292c6a5bc9
Toss in an ugly hack to cope with the fact that va_list is a non-scalar
...
on FreeBSD/Alpha.
1999-09-20 01:23:11 +00:00
Steve Price
ca130e3e39
Need to include sys/types.h for u_char and friends on FreeBSD/Alpha.
1999-09-20 01:20:09 +00:00
Steve Price
39991ec6ec
Make this port build with an empty /usr/local.
1999-09-20 01:10:21 +00:00
Steve Price
252befbc49
Escape the single quote in the FORBIDDEN message so we don't get complaints
...
about unterminated quoted strings.
1999-09-20 01:09:04 +00:00
Steve Price
2286c1ecae
Don't define time(3) as returning a long so that this builds on
...
FreeBSD/Alpha.
1999-09-20 01:07:26 +00:00
Steve Price
0441e39b5a
Mark this port as being only for i386.
1999-09-20 01:05:45 +00:00
Steve Price
23864cef86
Fixup PLIST after last upgrade of apache13 port.
1999-09-20 01:04:49 +00:00
Steve Price
44eaace109
Judiciously s/int/ssize_t/ so this builds on FreeBSD/Alpha.
1999-09-20 01:02:14 +00:00
Steve Price
b1c6640228
Get this port to 'make package' again.
1999-09-20 00:56:30 +00:00
Steve Price
ce6a812c15
Put 'clean' in ALL_TARGET before 'all' to remove stale object files that
...
were killing builds on FreeBSD/Alpha.
1999-09-20 00:55:43 +00:00
Steve Price
59e5b8bb72
For some reason with the latest libtool this port no longer builds its
...
shared libraries, so explicitly tell configure to '--enable-shared'.
1999-09-20 00:52:09 +00:00
Steve Price
70762e13cb
Play the 'MANCOMPRESSED=maybe' trick and compress the manpages ourselves
...
based on NOMANCOMPRESS, so we don't have problems with the arguments
being too long to sh(1).
1999-09-20 00:47:53 +00:00
Steve Price
4eaf0bff03
Remove .depend in post-extract because trap.h doesn't exist on FreeBSD/Alpha
...
and it was killing the build there.
1999-09-20 00:44:49 +00:00
Steve Price
bcd8ea57b8
Remove '-m486' and friends from CFLAGS so this builds on FreeBSD/Alpha.
1999-09-20 00:43:11 +00:00
Steve Price
5069bcd3a5
Make this build again on -current after jlemon's changes to tcp_var.h.
1999-09-20 00:41:26 +00:00
Steve Price
db7c36e0de
This appears to be building again. Set NO_LATEST_LINK since we now have
...
a chimera2 port. Remove '-m486' from CFLAGS when !i386Architecture so
this builds on FreeBSD/Alpha.
1999-09-20 00:39:16 +00:00
Steve Price
f4971b755f
ln(1) a set of rules so this build (at least) on FreeBSD/Alpha.
1999-09-20 00:36:16 +00:00
Steve Price
ac8929da86
s/instr/myinstr/ to avoid namespace pollution that caused builds on
...
FreeBSD/Alpha to fail.
1999-09-20 00:34:55 +00:00
Steve Price
fda0121fff
We no longer need to define SPECIAL_BSD to coverup for an old curses
...
problem. As a side effect this now builds on FreeBSD/Alpha.
1999-09-20 00:32:53 +00:00
Steve Price
a4c208df4b
Remove an empty patch.
1999-09-20 00:29:36 +00:00