summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-11-12PKGREVISION++ after openssl update.jschauma123-173/+246
2003-11-12Note update of openssl to 0.9.6l.jschauma1-1/+2
2003-11-12Update -> Updated (hi, abs)jschauma1-4/+3
2003-11-12Update to openssl-0.9.6l:jschauma2-7/+5
*) Fix additional bug revealed by the NISCC test suite: Stop bug triggering large recursion when presented with certain ASN.1 tags (CAN-2003-0851) [Steve Henson]
2003-11-12PKGREVISION++ due to devel/popt update.salo176-330/+353
2003-11-12PKGREVISION++salo4-9/+18
Link against libintl correctly so it doesn't exhibit unresolved gettext symbols to binaries trying to link with libpopt. Fixes (at least) fonts/chkfontpath as seen in recent bulk builds.
2003-11-11Reword an unclear sentence. With the appreciated help of Soren Jacobsen.cube1-6/+6
2003-11-11remove debug codehubertf1-2/+2
2003-11-11Note the desire to update txt2html to 2.04wennmach1-1/+2
2003-11-11Update rconfig to 0.27:abs1-1/+3
Ensure we correctly parse the rdist output in the -n case
2003-11-11Update rconfig to 0.27:abs2-5/+5
Ensure we correctly parse the rdist output in the -n case
2003-11-11Bump dmesg2gif to V1.3. Changes:hubertf3-16/+8
* remove use of tmp file, thanks to Robert Elz for the hint * fix problem with ':' in wrong place, found by Matthias Scheler
2003-11-11mawk configure fails with -ffast-math, so addabs1-1/+4
CFLAGS:= ${CFLAGS:S/-ffast-math//} No change on default builds (without -ffast-math)
2003-11-11+ TeXmacs-1.0.2.7, epic4-1.1.15.wiz1-2/+3
2003-11-11Add explanations (and commented-out defaults) for BSDSRCDIR and BSDXSRCDIR.agc1-1/+14
2003-11-11For the 'trio' varargs functions, don't pass a reference to a va_listfvdl5-62/+305
argument to the level below; it's not portable. Use va_copy to create a new copy, and pass a reference to that instead.
2003-11-11Do not define cpu_id, cpu_feature, and cpu_vendor directly; leave thatwennmach3-18/+28
to machine/cpu.h - avoiding conflicts when the definitions in cpu.h change. Fixes PR pkg/23371 by Jukka Salmi < jukka-netbsd AT 2003 DOT salmi DOT ch >
2003-11-11Add a MASTER_SITE.wiz1-3/+4
2003-11-11Note superlu-3.0 update.wiz1-1/+2
2003-11-11Update to 3.0 since the 2.0 tarball has changed.wiz4-22/+46
Changes: * Version 3.0, 10-15-03 - add "options" and "stat" argument for the driver routines DGSSV/DGSSVX. This interface is more user-friendly and flexible. - add more examples in EXAMPLE/ - add a "symmetric mode" with better performance when the matrix is symmetric, or diagonal dominant, or positive definite, or nearly so. Also, make 'test' target do something.
2003-11-11Note links and links-gui updates to 2.1.0.14.wiz2-3/+6
2003-11-11Update to 2.1.0.14:wiz4-9/+9
=== Release 2.1pre14 SunOS 4 portability fixes Fixed bug with moving bookmark directory into itself Search in bookmarks, extensions and associations FTP rest was broken after passive FTP Support for smb:// urls. smbclient must be installed Support for incomplete pasv addresses Fixed blank page instead of directory redirect when using passive ftp Do not send first ftp command until head is received Image view & download with 'i', '*' to change inlined image display Display image names Better parsing of ftp directories Fixed authorization not working when file was in top directory Updated Russian translation Allow broken html tags with '=' inside Do not retry DNS failures === Release 2.1pre13 Fixed possibility that invalid communication on socket could crash links Do not print 1000l on FreeBSD console on exit Fixed passive FTP, added option to fast FTP Print host name in HTTP auth dialog Passive FTP. Fixed incorrect truncating of file on 304 reply Updated Russian translation Russian letters Changed translation of Russian letters into 7bit ascii Basic HTTP authentication (sponsored PerMov^(TM)) Fixed aliasing problem on gcc 3.31 Do not set timeout in DNS lookup and connection making Fixed PmShell quirks in keyboard handling Fixed screen sometimes not updating highlighted link
2003-11-11Make patches apply again; use sed script in pre-buildwiz15-253/+174
to remove stuff after #endif to avoid RCS problems with patches (hi christos!).
2003-11-11Remove include/kword afterwards.kleink1-1/+2
2003-11-11Note x10_heyu-1.35 update.wiz1-1/+2
2003-11-11Update to 1.35, since 1.33 is not available any longer.wiz11-63/+68
Changes: Version 1.34 The array bound checking for the x10sched.conf file was missing. Certain noise on the line would cause repetitive bytes to fill the buffer. relay.c code was tightened to look for this. The spool file is truncated after 1 million bytes. The jumpbuf in xread.c was getting corrupted, causing the second trigger to hang. That's fixed. Relay.c checks every 10 minutes for the need to change to daylight savings time. It changes the clock if needed. Added the ability to run two CM11's. Each needs it's own config file. The tty device is used to differentiate the spool files. Add the keywords "option" and "alias" to the config file to help ensure that it is parsed properly. Version 1.34beta6 corrected x10.h "endif" with trailing coment Added patch from "Tony Machon" <heyu@digitaldynamics.us> that allows use of config file aliases in the x10sched file. Changed device to 0x0 when doing , alloff or lighston or lightsoff per patch provided by rrauenza<%>shroop.net. Thanks to Michael Skora <mike@alienbrain.net>, there is a way to send just the address or just the function. Version 1.34beta7 Added a siginterrupt(2) call so the alarm(2) calls will correctly abort the read(2) calls. Added local.h as a place to put local config defines (such as USESIGINT). Configure creates this as neededd. Did more cleanup so that there won't be hangs when sending cm11 directives that have a checksum of 0x5a. Added "relay" mode so the relay can be studied in the fore-ground, ala 'strace ./heyu -v relay'. Still need to add verbose entries to take advantage of the -v option. Added code to check the "write lock" file when evaluating that damned 0x5a that can be generated out of the blue as well as being used as a checksum. Version 1.34beta7.4 Corrected the munlock function. It was being used inconsistently, sometimes needing a full lock string, other times not. The tty device was deleted in one case. Version 1.34beta7.5 Still having problems with resends involving 0x5a Updated FAQ Added openbsd option to Configure. Version 1.34beta7.6 Cleaned up x10.c compile warnings. Version 1.34beta7.7 Finally realized that the best wording was heyu turn c1 up 10 heyu turn c1 down 5 Version 1.35 Final Version. Added external program trigger based on suggestion and sample code from chuck@liderbug.com Added heyuhelper script to be called when trigger is detected. Updated documentation Added HELPER to x10.h file.
2003-11-11Note xjdic-2.3nb2.wiz1-1/+2
2003-11-11Use DIST_SUBDIR=${PKGNAME} (not PKGNAME_NOREV)wiz2-9/+11
since the dictionaries used are not versioned and independent of the executable. Bump PKGREVISION to 2 since the dictionaries have been updated.
2003-11-11Note ipcheck-0.207 update.wiz1-2/+2
2003-11-11Update to 0.207 since distfile download broke.wiz2-6/+6
Changes since 0.151: v0.207 badauth self. fix v0.206 SMC password v0.205 Added myphotos.cc v0.204 Added dynalias.com, net and org v0.203 Updated dyndns.html page for domains list v0.202 DLink DSL504 bug fix from Stephan Allene v0.201 DLink DSL504 patch from Stephan Allene v0.200 rollback to 198 and apply barricade patch from Adam Jenkins v0.199 try to send the pws twice on barricade v0.198 fixed a small bug with the printing of alcatel password length v0.197 added DI614+ to the DI804 section v0.196 pro800turbo fixes v0.195 -Z parsing after only one prompt v0.194 update list of non-custom domains v0.193 put the double auth on 3114 back in v0.192 save the netgear 3114 pages to different out files v0.191 added --pfile bad usage check, dropped netgear 3114 double auth v0.190 -R fixes and added --pfile v0.189 put U back in upper opts, add netgear 3114 v0.188 allow 0 in fourth quad of an IP v0.187 more verbose ipcheck.html file to debug 302 result v0.186 SMC Barricade htm to HTM v0.185 Alcatel -r info, custom and offline allowed v0.184 DI704 menu parsing v0.183 HTTPS version check and log messages v0.182 DI704 post changes v0.181 added isa-geek domains and changed exit to warning v0.180 search for 2. instead of 2.0 python version v0.179 port forward for Alcatel STP from Paul Andreassen v0.178 Siemens Speedstream 2620 support from Douglas Henke v0.177 fixed a logger reference in write for ErrorFile class v0.176 disable https by default for python2 v0.175 Cayman_user fix v0.174 more code clean up v0.173 DLink DI713P support from Larry Kluger v0.172 more code clean up patches from Juha Ylitalo v0.171 two more code clean up patches from Juha Ylitalo v0.170 code clean up patches from Juha Ylitalo v0.169 routerIP fixes v0.168 Netgear338 fixes v0.167 Barricade update v0.166 RT338 tweaks v0.165 DI704 changes v0.164 RT338 initial testing v0.163 DI704 more changes v0.162 DI704 change v0.161 make platform strings case insensitive v0.160 --snmpget fix patch from Tristan Hill v0.159 --snmpget option thanks to Tristan Hill v0.158 -X fix, look for either Default and IP to preceed address v0.157 404 error handling v0.156 DI704 initial try v0.155 Os2rt tip from Bas v0.154 DLink DI804 patch from Frank Adcock v0.153 syslog respects -q v0.152 Eicon Diva fix
2003-11-11Update mserv to mserv-0.35nb3abs1-1/+3
Correct calculation of bitrate for ogg files
2003-11-11Update mserv to mserv-0.35nb3abs3-6/+6
Correct calculation of bitrate for ogg files
2003-11-11Note xpdf-{cyrillic,greek} updates to 20030628.wiz1-1/+3
2003-11-11Update to 20030628 because distfile download broke.wiz3-9/+11
Change: now includes Bulgarian.nameToUnicode.
2003-11-11Update to 20030628 because distfile download broke.wiz3-9/+12
Change: now includes Greek.nameToUnicode.
2003-11-11a distfile (ag14.tar.Z) was changed in master site. this should fix thekei1-3/+3
build problem found by latest bulk build.
2003-11-11xosview-1.8.1 update done.wiz2-3/+3
2003-11-11Update to 1.8.1, CHANGES file says:wiz2-6/+6
- Update linux port to build with gcc 3.2 and 3.3 (should still work with 2.95.
2003-11-11Update a mirror site URL; might fix bulk build.wiz1-2/+2
2003-11-11Note wdg-validate-1.2 update.wiz1-1/+2
2003-11-11Update to 1.2 because the previous distfile vanished:wiz4-39/+58
November 4, 2003 wdg-sgml-lib 1.1.3: updated DTDs for MathML 2.0 Second Edition October 13, 2003 validate 1.2: * added warnings for valid but unsafe HTML when giving a --warn or -w command-line option * included a patch from Ville Skyttä to support Perl's taint mode, better portability with file paths, and auto-detection of Emacs mode
2003-11-11add LIBXAW to FIX_RPATHdanw1-1/+2
2003-11-10rework the previous to not try to use _PATH_SYSMON if it isn't defined.mrg2-11/+16
fixes PR#23355 finally.
2003-11-10actually use the TARGET setting from MAKE_ENV. Fixes build problemsdmcmahill2-10/+12
on alpha which doesn't have the optimizing ocaml compiler. Noted in recent alpha bulk build.
2003-11-10make sure that the platforms which don't support the optizations stilldmcmahill1-1/+3
get the base PLIST. Fixes recently noted problems on alpha bulk builds that resulted in empty packages.
2003-11-10Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-11-10Update xosview to version 1.8.1alpha, from a nudge by Brian Grayson.agc24-730/+8
Fixes build on NetBSD-1.6.2 and NetBSD-1.6ZE. Existing patches have either been incorporated or are unnecessary.
2003-11-10Add (back) empty distinfo file to mark that this package has nohubertf1-0/+2
patches (any more). This prevents SUP users who dont use the "delete" flag properly to accidentally apply the patches they still have (which is the reason why we keep patches in the distinfo file at all).
2003-11-10Sync with cyrus-sasl2's buildlink2.mk reality.kleink1-3/+3
2003-11-10Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan2-2/+4