Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to 0.6.2. | tg | 1999-09-20 | 6 | -162/+102 |
| | |||||
* | Update japanese/ndtpd to 2.3.3 and japanese/eb to 2.3.3 | taoka | 1999-09-20 | 10 | -20/+20 |
| | | | | | PR: 13659 Submitted by: maintainer | ||||
* | Activate opendx. | tg | 1999-09-20 | 1 | -0/+1 |
| | |||||
* | New port opendx, the Open Source version of IBM's Data Explorer. | tg | 1999-09-20 | 10 | -0/+2400 |
| | |||||
* | Update to 1.99.5 | taoka | 1999-09-20 | 7 | -1053/+60 |
| | | | | | PR: 13796 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> | ||||
* | Modified to build on 4-current | taoka | 1999-09-20 | 10 | -12/+113 |
| | | | | | PR: 13744 Submiited by: maintainer | ||||
* | Changed from HAS_CONFIGURE to GNU_CONFIGURE in Makefile | taoka | 1999-09-20 | 1 | -1/+1 |
| | | | | | PR: 13795 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> | ||||
* | Fixed files/md5 | taoka | 1999-09-20 | 1 | -1/+1 |
| | | | | | PR: 13794 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> | ||||
* | Correct typo 'i836' -> 'i386'. | jkoshy | 1999-09-20 | 1 | -1/+1 |
| | |||||
* | Upgrade to 2.3BETA6. | obrien | 1999-09-20 | 2 | -3/+3 |
| | | | | | | | | | | | | | | * 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. | ||||
* | Use ${MASTER_SITE_PORTS_JP}. | shige | 1999-09-20 | 2 | -2/+3 |
| | | | | | Lynx-current was updated frequently, but I'm sorry that I can't update lynx-current port with the same frequency. | ||||
* | Get this port to compile on FreeBSD/Alpha. | steve | 1999-09-20 | 4 | -0/+44 |
| | |||||
* | Remove '-m486' from CFLAGS so this compile on FreeBSD/Alpha. | steve | 1999-09-20 | 1 | -0/+11 |
| | |||||
* | Breakout a multipart patch and use the default implementation instead | steve | 1999-09-20 | 2 | -53/+53 |
| | | | | of the missing byts_swap_* on FreeBSD/Alpha. | ||||
* | Use SYSTEM_OSS on the Alpha too. Also include errno.h so this build on | steve | 1999-09-20 | 2 | -4/+18 |
| | | | | FreeBSD/Alpha. | ||||
* | time(3) returns a time_t and not a long. | steve | 1999-09-20 | 2 | -2/+30 |
| | |||||
* | Use time_t instead of long when call time functions. Also add '-lio' | steve | 1999-09-20 | 2 | -5/+51 |
| | | | | on FreeBSD/Alpha. | ||||
* | Make this compile again on -current and Alpha again. | steve | 1999-09-20 | 1 | -3/+56 |
| | |||||
* | Break out part of a multipart patch and remove '-m486' when compiling on | steve | 1999-09-20 | 1 | -0/+19 |
| | | | | FreeBSD/Alpha. | ||||
* | Fix the first arg to strscat so we can use stdarg macros and get this | steve | 1999-09-20 | 4 | -4/+90 |
| | | | | to build on FreeBSD/Alpha. | ||||
* | s/chtype/chartype/g so this builds on FreeBSD/Alpha too. | steve | 1999-09-20 | 3 | -0/+58 |
| | |||||
* | byte_swap_{long,word} don't exist on FreeBSD/Alpha so accept the default | steve | 1999-09-20 | 1 | -0/+11 |
| | | | | implementation. | ||||
* | Remove '-m486' so this builds on FreeBSD/Alpha too. | steve | 1999-09-20 | 1 | -0/+9 |
| | |||||
* | Make sure we can find zephyr_err.h so this port builds. | steve | 1999-09-20 | 1 | -0/+11 |
| | |||||
* | All FreeBSD/Alpha we need to add '-lio' to resolve inb/outb and friends. | steve | 1999-09-20 | 1 | -0/+14 |
| | |||||
* | time(3) takes a time_t and not a long. | steve | 1999-09-20 | 1 | -0/+11 |
| | |||||
* | o Support CC/CXX | cpiazza | 1999-09-20 | 2 | -228/+294 |
| | | | | | | o Support CFLAGS/CXXFLAGS o Make this actually build on my system (alfred had the same problem, but, oddly enough, green didn't) | ||||
* | We don't need to explicitly '-lg++' since our C++ compiler does it for us | steve | 1999-09-20 | 1 | -0/+11 |
| | | | | as required. | ||||
* | The second to arg to snprintf(3) is of type size_t. | steve | 1999-09-20 | 1 | -0/+20 |
| | |||||
* | Judiciously s/int/ssize_t/ so this build on FreeBSD/Alpha. | steve | 1999-09-20 | 3 | -0/+54 |
| | |||||
* | Let this port know of the types that are 64-bit on FreeBSD/Alpha. | steve | 1999-09-20 | 1 | -0/+20 |
| | |||||
* | We don't have a fp_* cruft on FreeBSD/Alpha. | steve | 1999-09-20 | 1 | -0/+11 |
| | |||||
* | Steal a few lines from the Linux/Alpha book so we can have this port on | steve | 1999-09-20 | 1 | -0/+22 |
| | | | | FreeBSD/Alpha too. | ||||
* | Toss in an ugly hack to cope with the fact that va_list is a non-scalar | steve | 1999-09-20 | 1 | -0/+24 |
| | | | | on FreeBSD/Alpha. | ||||
* | Need to include sys/types.h for u_char and friends on FreeBSD/Alpha. | steve | 1999-09-20 | 2 | -0/+20 |
| | |||||
* | Make this port build with an empty /usr/local. | steve | 1999-09-20 | 1 | -4/+24 |
| | |||||
* | Escape the single quote in the FORBIDDEN message so we don't get complaints | steve | 1999-09-20 | 1 | -1/+1 |
| | | | | about unterminated quoted strings. | ||||
* | Don't define time(3) as returning a long so that this builds on | steve | 1999-09-20 | 1 | -4/+16 |
| | | | | FreeBSD/Alpha. | ||||
* | Mark this port as being only for i386. | steve | 1999-09-20 | 1 | -0/+2 |
| | |||||
* | Fixup PLIST after last upgrade of apache13 port. | steve | 1999-09-20 | 1 | -20/+77 |
| | |||||
* | Judiciously s/int/ssize_t/ so this builds on FreeBSD/Alpha. | steve | 1999-09-20 | 2 | -8/+44 |
| | |||||
* | Get this port to 'make package' again. | steve | 1999-09-20 | 1 | -1/+0 |
| | |||||
* | Put 'clean' in ALL_TARGET before 'all' to remove stale object files that | steve | 1999-09-20 | 1 | -0/+2 |
| | | | | were killing builds on FreeBSD/Alpha. | ||||
* | For some reason with the latest libtool this port no longer builds its | steve | 1999-09-20 | 1 | -0/+1 |
| | | | | shared libraries, so explicitly tell configure to '--enable-shared'. | ||||
* | Play the 'MANCOMPRESSED=maybe' trick and compress the manpages ourselves | steve | 1999-09-20 | 1 | -0/+6 |
| | | | | | based on NOMANCOMPRESS, so we don't have problems with the arguments being too long to sh(1). | ||||
* | Remove .depend in post-extract because trap.h doesn't exist on FreeBSD/Alpha | steve | 1999-09-20 | 1 | -0/+3 |
| | | | | and it was killing the build there. | ||||
* | Remove '-m486' and friends from CFLAGS so this builds on FreeBSD/Alpha. | steve | 1999-09-20 | 1 | -3/+11 |
| | |||||
* | Make this build again on -current after jlemon's changes to tcp_var.h. | steve | 1999-09-20 | 1 | -2/+16 |
| | |||||
* | This appears to be building again. Set NO_LATEST_LINK since we now have | steve | 1999-09-20 | 1 | -2/+1 |
| | | | | | a chimera2 port. Remove '-m486' from CFLAGS when !i386Architecture so this builds on FreeBSD/Alpha. | ||||
* | ln(1) a set of rules so this build (at least) on FreeBSD/Alpha. | steve | 1999-09-20 | 2 | -0/+12 |
| |