summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-02-14bl3ify and add explicit dependency on pkgconfig.minskim2-5/+32
2004-02-14add pkgviewsdmcmahill1-1/+3
2004-02-14bl3ifyminskim2-5/+29
2004-02-14Put post-install information in MESSAGE instead of using an INSTALL script.snj3-20/+11
Okayed by wiz.
2004-02-14Use relative to ${WRKSRC} pathnames in do-gnu-missing-override targetseb1-6/+5
by cd'ing into it. Also symlink the missing script instead of copying it.
2004-02-14The pkgconfig file is named gnet-2.0.pc.in, not gnet.pc.in.jmmv1-2/+2
2004-02-14Whitespace fix.snj3-3/+6
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv105-252/+252
2004-02-14bl3ifyminskim2-3/+23
2004-02-14Put post-install information in MESSAGE instead of using an INSTALL script.snj3-20/+10
Okayed by wiz.
2004-02-14bl3ifyminskim2-2/+22
2004-02-14Put post-install information in MESSAGE instead of using an INSTALL script.snj2-10/+7
Okayed by wiz.
2004-02-14bl3ifyminskim2-5/+28
2004-02-14Put post-install information in MESSAGE instead of using an INSTALL script.snj2-12/+5
Okayed by wiz.
2004-02-14No longer used.uebayasi2-26/+0
2004-02-14Update wol to 0.7.0.uebayasi4-10/+11
Changes since 0.6.0: * add manpage * fixed german, italian and french translation * added spanish translation * can resolv names * added wol-bootptab: reads mac and host from bootptab file * wol-dhcpdconf now reads mac and host * fixed a parsing bug in wol-dhcpdconf * -h and --host is an alias for -i * /etc/ethers parsing support -> you now can specify ip-addresses and hostnames on the commandline * fixed -f pathname bug * enhanced documentation * debianized package * wol.spec for rpm building
2004-02-14Add buildlink3.mk.minskim1-0/+22
2004-02-14Remove .pc from BUILDLINK_FILES.minskim1-2/+1
2004-02-14Put post-install information in MESSAGE instead of using an INSTALL script.snj2-11/+4
Okayed by wiz.
2004-02-14bl3ify and add explicit dependency on pkgconfig.minskim1-3/+4
2004-02-14Put post-install information into MESSAGE instead of using an INSTALLsnj2-13/+7
script. Okayed by wiz.
2004-02-14This package also needs plain C.mrauch1-2/+2
2004-02-14Use PKG_FAIL_REASON instead of BROKEN.mrauch1-2/+2
2004-02-14Note addition of libxklavier, version 0.97.jmmv1-1/+2
2004-02-14Add and enable libxklavier.jmmv1-1/+2
2004-02-14Disable a check in the package, that doesn't install libfreetype.somrauch2-2/+4
if it already exists in (/emul/linux)/usr/lib. Add the library back to the PLIST.
2004-02-14Initial import of libxklavier, version 0.97:jmmv5-0/+71
libxklavier is a library providing high-level API for X Keyboard Extension known as XKB. This library is indended to support XFree86 and other commercial X servers. It is useful for creating XKB-related software (layout indicators etc). The current features are: * Reading XKB configuration registry information (for XFree86). * Configuring XKB. * Application-defined callbacks for many XKB-related events. * Support for per-window switching etc.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam133-321/+153
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14acs is deprecated. This package has evolved into gnucap.dmcmahill7-316/+1
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