summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-10-10Use g++ to compile c++.rtr2-8/+8
2003-10-10Buildlinkify and remove hard-coded dependency on libnids-1.14.cube2-14/+10
2003-10-10Update to 1.17. buildlink2-ify. OK'd by jlam@.cube3-13/+33
v1.17 Dec 12 2002 - fixed a stupid bug in TCP reassembly; having received a particular order of TCP out of frame segments, libnids could lost track of the current seq, and miss the following data stream - DLT_FDDI - benign typo in hash.c - mentioned usefulness of two process buffering on a fast network v1.17rc1 Aug 30 2002 - support for libnet-1.1 and --with-libnet=no - added support for libpcap save files - finally, DLT_LINUX_SLL is recognized - removed a horrible assumption on sizeof(pointer); it could result in segfault in scan.c - --enable-shared - __i386 -> __i386__ || __i386 :( - support for 802.1Q VLAN - support for wireless frames (DLT_IEEE802_11) - got rid of (obsolete) pcap_open_live_new - bail out if link type is unknown, instead of pretending it is ethernet - $(MAKE) -> $(MAKE) $(AM_MAKEFLAGS) - added a working link to Ptacek-Newsham paper - %hi -> %hu :) - align IP header if necessary (should not be) - improved libraries detection - mentioned usefulness od setsockopt(...SO_RCVBUF...) on a fast network v1.16 Nov 3 2000 - nah, at least a release forced by a security bug. A typo in libnids.c could cause libnids to segfault when source routed frame has been received. v1.15 Oct 9 2000 - token ring support - new configurable option (non-default): if a tcp callback hasn't processed all available data, it is called immediately again - fixed alignment in hash.c, which caused sigsegv on Sparc - another _obviously_ redundant include file added to configure test progs - html version of the API documentation
2003-10-10Backout last change because it breaks this "Makefile" on at least NetBSDtron1-14/+1
due to an invalid string comparison.
2003-10-10+p5-CGI-3.00grant1-1/+2
2003-10-10Cast mismatched fp.rtr2-11/+16
Approved by Johnny Lam.
2003-10-10Patches for preprocessor misusage fix.rtr2-0/+27
2003-10-10Cast mismatched fp to make it build.rtr2-6/+22
Approved by Johnny Lam.
2003-10-10Resolve some slight preprocessor directive misusage.rtr1-1/+3
Approved by Johnny Lam.
2003-10-10+p5-BSD-Resourcegrant1-1/+2
2003-10-10Note that print-PLIST will not descend into different filesystems.reed1-2/+3
2003-10-10fixes for Darwin. PR 20514danw3-6/+19
2003-10-09Arm need to instantiate Vector<size_t> in order to build.kristerw4-10/+10
2003-10-09Update speedtouch to 1.2-beta2.abs3-9/+9
The main change since 1.1 is working support for the SpeedTouch 330 USB ADSL modem. The earlier SpeedTouch USB modem has not been shipping for over a year, and 1.1 either runs extremely slowly with a 330, or locks the machine solid and panics when unplugged. (speedtouch has been in beta for over a year now)
2003-10-09Added five patches so koffice would build with newer gcc 3.3.1.reed6-1/+195
The first four patches come directly from KDE's cvs for KOFFICE_1_2_BRANCH. The patch-ae comes from a KDE bug report. I did not bump the revision, because no features changed -- this just makes it build on some platforms that couldn't build before. It is said that these fixes use a non-standard C++ header and maybe may not work with some compilers.
2003-10-09Update freetds to 0.61.2, the distfile changed and the previous versionjdolecek3-8/+7
isn't available anymore Changes since 0.61: Version 0.61.2 (August 2003): - fix some memory leaks - fix bug binding parameters with NULL indicator Version 0.61.1 (May 2003): - Fixed segfault on opening log file in append mode - locale initialization? - fix segfault when used with iODBC - better configure script for HP/UX 11
2003-10-09+ R-1.8.0, distcc-2.11.1, dvd+rw-tools-5.9.4.4.4 [pkg/23106],wiz1-4/+11
gtk2-2.2.4, kaffe-1.1.2, libtiff-3.6.0, mimedefang-2.38, mplayer-1.0pre2, nabi-0.8 [pkg/23108], xmms-crossfade-0.3.4.
2003-10-09Change the way in which arguments are processed by the wrappers. Wejlam4-16/+102
know read the arguments by first placing them in a buffer and taking the argument in the first non-empty buffer as the argument to process. The buffer is there to allow "splitting" an argument into multiple arguments (currently up to five arguments), e.g. "-Wl,-R/path1:/path2" is split into "-Wl,-R/path1" and "-Wl,-R/path2". Each split argument is placed into a buffer. Using a buffer lets us read and process all of the arguments in a single pass despite "pushing" more arguments onto the front of the argument array.
2003-10-09It's "skipargs", not "skip".jlam1-2/+2
2003-10-09I am not really maintaining this one; drop to tech-pkg.wiz1-2/+2
2003-10-09No more patch-aa.wiz1-2/+1
2003-10-09Note p5-File-Spec addition.thorpej1-1/+2
2003-10-09CPAN File::Spec - portably perform operations on file names.thorpej5-1/+33
2003-10-09grepmail 5.21lukem1-2/+2
2003-10-09Update unrar to 3.2.3. There's no change whatsoever to the generated code,fredb1-1/+2
not even to the embedded version, which still reports as 3.2.0, but we're obligated to keep current, I think, since we don't mirror the distfile.
2003-10-09Update to unrar-3.2.3. The only change, is that it fixes the build underfredb3-26/+5
gcc-3* a slightly different way than patch-ab did.
2003-10-08Conditionally override ${DEFINES}, which is normally set in the defaultfredb1-1/+11
makefile, to unset -D_LARGEFILE_SOURCE in the least intrusive way for supported platforms which don't have ftello() and fseeko() -- currently only NetBSD-1.5*. Closes PR pkg/23085 by Markus Kurek.
2003-10-08Needs a LEX to build.reed1-1/+6
Hopefully later tools.mk will be extended to do this, but for now this works. (It may be a good idea to check if ${LEX} exists too.) This closes my PR #20920.
2003-10-08Include graphics/xpm/buildlink2.mk.kristerw1-1/+2
2003-10-08Allow to use teTeX2 also.reed1-2/+2
2003-10-08mail/fetchmail{,conf}itojun1-1/+3
2003-10-08sync /w mail/fetchmailitojun1-2/+2
cvs: ----------------------------------------------------------------------
2003-10-08update patchsumitojun1-1/+2
2003-10-08certain email kills fetchmail. CAN-2003-0790itojun2-2/+24
2003-10-08Improve message (because on some systems it is okay to install to thereed1-2/+2
PAM directory too).
2003-10-08Updated rocksndiamonds[-sdl] to 3.0.6adam2-4/+4
2003-10-08Changes 3.0.6:adam3-8/+8
- fixed bug when initializing font graphic structure - fixed bug with animation mode "pingpong" when using only 1 frame - fixed bug with extended change target introduced in 3.0.5 - fixed bug where passing over moving element doubles player speed - fixed bug with elements continuing to move into push direction - fixed bug with duplicated player when dropping bomb with shield on - fixed switching bug (resetting flag when not switching but not idle) - fixed element tokens for certain file elements with ".active" etc. - added "switching" event for custom elements ("pressing" only once) - added support for MP3 music for SDL version through SMPEG library
2003-10-08Update rconfig to 0.25:abs1-1/+3
Remove (currently) unnecessary dependency on Text::Substitute, and catch some more rdist output variations.
2003-10-08Update rconfig to 0.25:abs2-6/+5
Remove (currently) unnecessary dependency on Text::Substitute, and catch some more rdist output variations.
2003-10-08Revert:rtr2-2/+2
That's the wrong naming convention - patch-xy for any particular xy is assigned to a particular source file for life. They don't get squashed back to aa ab ..., ever. Make patch-aa -> patch-ae.
2003-10-08Make package depend on xv, otherwise it's useless.rtr1-1/+2
Should resolve pr pkg/23092. Change approved by Johnny C. Lam.
2003-10-08patch-aa: Convert to use stdarg instead of varargs for gcc3rtr2-1/+89
Should resolve pr pkg/23091. Patch approved by Johnny C. Lam.
2003-10-08Depends on jpeg-6b package and lator.taca2-4/+4
(It should be converted buildlink framework.)
2003-10-08Use the -S argument to pkg_admin(1) if it exists.agc1-2/+8
2003-10-08Depends on jpeg-6b package and lator.taca2-4/+4
(It should be converted buildlink framework.)
2003-10-08Update cvsync to 0.24.8.gehenna1-1/+2
2003-10-08cvsync 0.24.8gehenna2-5/+5
Changes: * Fix a bug to create a wrong pid file when a relative path is specified by using an option -p.
2003-10-08Use sed instead of requiring gawk (for gensub) for portability.jlam1-30/+16
2003-10-08Update homepage URL.tron1-2/+2
2003-10-08Updated squirrelmail to 1.4.2martti1-1/+2