summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam336-824/+396
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14note update of gnucap to 0.34dmcmahill1-1/+2
2004-02-14Make LIBTOOL_OVERRIDE more powerful by taking a list of shell globsjlam1-21/+22
relative to ${WRKSRC}. Also automaticslly set LIBTOOL_OVERRIDE if USE_LIBTOOL is defined, as the vast majority of packages need both if they need USE_LIBTOOL. The default LIBTOOL_OVERRIDE overrides libtool scripts up to a directory depth of 2 within ${WRKSRC}. Note that SHLIBTOOL_OVERRIDE must still be set manually in package Makefiles that need it; however, it's also been changed to be a list of shell globs relative to ${WRKSRC}.
2004-02-14update to gnucap-0.34. While here bl3ify.dmcmahill4-228/+131
Gnucap 0.34 release notes (02/01/2004) This is a bug fix and compatibility release. 1. Fix bug causing incorrect interpolation of backwards tables. 2. Fix tanh overflow bug. 3. Fix some parsing bugs. 4. Fix occasional "double load" bug. 5. Fix AC sweep with one point. 6. Transient start time really works. 7. Fix occasional assert fail after option short is changed. 8. Fix memory leak resulting from failure to delete unused common. 9. Fix a Z probe bug that sometimes gave wrong answers. 10. Fix a limiting bug that sometimes caused non-convergence. 11. Configure handles isnan. 12. Improvements to logic initialization. It is still not correct. Some things that are still partially implemented: 1. BSIM models, charge effects, "alpha0" parameter. (computed then ignored) 2. Configure still doesn't handle everything. 3. The model compiler still requires too much raw coding. 4. Named nodes. If you set the option "namednodes", it will support named nodes, but some things don't work, so it is off by default. 5. The preliminary IBIS code is now included. For now, it is a standalone executable, that reads an IBIS file and generates a netlist. The netlist requires some editing to use, and is not fully compatible anyway. It is included in hopes of recruiting help in finishing the project. Bugs (nothing new, but needs repeating): 1. The transmission line initial conditions are not propagated until the transient analysis runs. 2. An occasional bogus calculation in MOSFETS occurs when a device is reversed. This sometimes causes nonconvergence. 3. Initialization is strange when repeating an analysis without an intermediate edit. Hot items for a future release (no promises, but highly probable): 1. Verilog-AMS and VHDL-AMS support.
2004-02-14libtool-base actually uses config.status during the build to generatejlam1-1/+3
its files.
2004-02-14USE_BUILDLINK should be "yes", not just defined.jlam1-4/+4
2004-02-14CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and willjlam13-64/+20
automatically substitute for any config.{guess,sub} files found up to a directory depth of 2.
2004-02-14Make CONFIG_{GUESS,SUB}_OVERRIDE slighly more powerful by allowing them tojlam1-11/+23
be lists of shell globs relative to ${WRKSRC}.
2004-02-14Change into ${WRKSRC} first so that shell globs expand properly.jlam1-6/+6
2004-02-14USE_GMAKE=yes -> USE_GNU_TOOLS=makeuebayasi1-2/+2
2004-02-14This package needs python>=2.3.minskim1-2/+2
2004-02-14Explicitly depend on all packages used by this one. Also sort bl inclusionjmmv3-9/+22
lines and use pkgsrc intltool.
2004-02-14Add a note to cyrus-sasl2/Makefile.common about which package Makefilesjlam3-5/+11
include it. This is a reminder to anyone who updates cyrus-sasl2 to also touch the other packages. Update the cy2-*/PLIST files to have the correct module version numbers.
2004-02-14Flawfinder updated to 1.24.wiz1-1/+2
2004-02-14Update to 1.24:wiz2-5/+5
2003-10-29 David A. Wheeler * Fixed an incredibly obscure parsing error that caused some false positives. If a constant C string, after the closing double-quote, is followed by a \ and newline (instead of a comma), the string might not be recognized as a constant string (thus triggering warnings about non-constant values in some cases). This kind of formatting is quite ugly and rare. My thanks to Sascha Nitsch (sascha, at spsn.ath.cx) for pointing this bug out and giving me a test case to work with. * Added a warning for readlink. The implementation and warning are mine, but the idea of warning about readlink came from Stefan Kost (kost, at imn.htwk-leipzig.de). Thanks!! 2003-09-27 David A. Wheeler * Released version 1.23. Minor bugfixes. 2003-09-27 David A. Wheeler * Fixed subtle bug - in some circumstances single character constants wouldn't be parsed correctly. My thanks to Scott Renfro <scottdonotspam, at renfro.org> for notifying me about this bug. Scott Renfro also sent me a patch; I didn't use it (the patch didn't handle other cases), but I'm grateful since it illustrated the problem. * Fixed documentation bug in man page. The option "--minlevel=X" must be preceded by two dashes, as are all GNU-style long options. The man page accidentally only had one dash in the summary (it was correct elsewhere); it now correctly shows both dashes. * Modified man page to list filename extensions that are interpreted as C/C++. * Removed index.html from distribution - it's really only for the website.
2004-02-14Some shells barf if the for loop list is empty, so avoid that.jlam1-3/+3
2004-02-14CONFIG_STATUS_OVERRIDE is the default in bsd.pkg.mk, so no need for thesejlam4-9/+4
definitions here.
2004-02-14Default to overriding config.status after GNU configure has been run. Wejlam1-7/+20
don't want it to execute during the build phase as it might overwrite post-configure changes we might have made to the generated files. Packages that don't want this behaviour can simply set: CONFIG_STATUS_OVERRIDE= # empty in the package Makefile.
2004-02-14Fix dependence problem for other packages, too.tron1-6/+6
2004-02-14Note update of "gcc3" package to version 3.3.2nb2.tron1-1/+2
2004-02-14Update dependence on "gcc3-c++" package and bump package revision.tron1-3/+3
2004-02-14Update databases/openldap to 2.1.25 (latest stable release as ofjlam8-43/+62
20031217. Changes from version 2.1.22 include many bug fixes including memory leaks, adding lutil_passwd extensions, and adding config file keywords to control the replication daemon.
2004-02-14Convert a debugging definition back into the real thing.jlam1-3/+2
2004-02-14Remove unused patch.jlam1-198/+0
2004-02-14Don't try to link GSSAPI module staticly if we're using shared libs.jlam7-15/+92
Fixes undefined symbols on linking other software against libsasl2. Bump PKGREVISION.
2004-02-14garbage collect a commented out linedmcmahill1-3/+1
2004-02-14bl3ifydmcmahill2-3/+29
2004-02-14When checking for the <sys/mount.h> header, include <sys/param.h> ifsimonb2-636/+1750
it exists to stop a warning that comes from including <sys/mount.h> by itself. Fix from Love Hornquist Astrand in PR pkg/24419.
2004-02-14bl3ifydmcmahill2-4/+30
2004-02-14Make the package build when using gcc-3.3.kristerw7-5/+249
2004-02-14zoularis is deprecated, don't backup zoularis.mk.grant1-2/+2
2004-02-14when copying the broken files, use find(1) instead of a shell globgrant1-2/+2
to avoid a command line too long for sh(1) on some platforms.
2004-02-14add URL to my post to tech-pkg to deprecated Zoularis message.grant1-1/+3
2004-02-14deprecate Zoularis: remove any tests for ZOULARIS* and bomb ifgrant3-45/+15
${LOCALBASE}/bsd/share/mk/zoularis.mk exists.
2004-02-14-cyrus-sasl-2.1.17jlam1-2/+1
2004-02-14Update security/cyrus-sasl2 to 2.1.17. Changes from version 2.1.15 include:jlam17-268/+94
* Now correctly do authorizaton callback in sasl_checkpass() * Writable auxprop support * Significantly improved documentation
2004-02-14Make the package build on NetBSD-current.kristerw7-6/+107
2004-02-14GNU configure scripts generated by newer autoconf sometimes try tojlam1-5/+5
save the value of LDFLAGS, CPPFLAGS, etc. in the config.cache file. However, they don't store the value correctly if it contains leading spaces. This leads to sub-configure scripts that examine to cache to error out saying that the build environment changed. Use a make variable trick to strip off all of the leading spaces on these variables when passing them via CONFIGURE_ENV.
2004-02-14remove the filestat patch, it's no longer neededjdolecek3-15/+3
bump PKGREVISION for this change
2004-02-14note update of ns-remote to 1.9nb1.grant1-1/+2
2004-02-14use LDFLAGS.SunOS instead of conditional.grant1-6/+2
2004-02-14Fix fatal typo in last: check USE_NCURSES, not USE_NCURSE.snj1-2/+2
2004-02-14replace phoenix with firefox in ns-open.grant2-3/+4
bump PKGREVISION.
2004-02-14USE_GNU_TOOLS+=lex.grant1-9/+2
2004-02-14Copy the libtool script instead of symlinking to it to avoid a hiddenjlam1-2/+2
dependency on libtool.
2004-02-14remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does thisgrant30-95/+30
automatically now.
2004-02-14Make this file understand USE_NCURSES again. It got lost some time duringjlam1-1/+5
the introduction of PREFER_{PKGSRC,NATIVE}.
2004-02-14update for removed patchesjdolecek1-3/+1
2004-02-14no need to add XXXes to mkstemp() call, g/c this patch in an effordjdolecek1-12/+0
to minimize number of PHP patches in pkgsrc
2004-02-14if using GNU configure and CONFIG_{GUESS,SUB}_OVERRIDE is not defined,grant1-1/+8
default to overriding ${WRKSRC}/config.{guess,sub} so packages can recognise platforms such as NetBSD/shark.