Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-02-24 | Also allow Darwin to be a valid operating system -- by using "BSD". | reed | 1 | -2/+2 | |
This is from John D. Baker via PR 32924. I didn't test this myself. | |||||
2006-02-16 | Add DragonFly support. Fix errno -- it is *NEVER* an int32. | joerg | 7 | -8/+80 | |
2006-02-16 | Fix build on -current, and add missing -Wl,-R (should fix bulk build problem). | wiz | 6 | -9/+60 | |
2006-02-11 | Repair the version number for the dependency. Hi Joerg! | dmcmahill | 1 | -2/+2 | |
2006-02-10 | add gplcver and myhdl stuff | drochner | 1 | -1/+4 | |
2006-02-10 | import MyHDL-iverilog-0.5, an Icarus Verilog vpi module to support cosimulation | drochner | 4 | -0/+34 | |
from py-MyHDL | |||||
2006-02-10 | add one... | drochner | 1 | -0/+39 | |
2006-02-10 | import MyHDL-gplcver-0.5, a GPL Cver vpi module to support cosimulation | drochner | 5 | -0/+49 | |
from py-MyHDL | |||||
2006-02-10 | import GPL Cver 2.11a, another Verilog simulator | drochner | 8 | -0/+113 | |
2006-02-10 | update to 0.5 | drochner | 3 | -10/+21 | |
major changes: -supports Python decorator syntax for generators (needs 2.4) -intbv() doesn't have a default anymore -many improvements to Verilog conversion | |||||
2006-02-06 | Move a variable declaration to the beginning of the function. Should | dmcmahill | 2 | -1/+23 | |
keep gcc-2.95 happy. Fix applied upstream too. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 56 | -82/+116 | |
2006-02-03 | Fixed pkglint warnings. | rillig | 10 | -30/+30 | |
2006-01-29 | add missing USE_LANGUAGES | dmcmahill | 1 | -1/+3 | |
2006-01-29 | - add missing USE_LANGUAGES (this pkg uses c and c++) | dmcmahill | 1 | -1/+4 | |
- require gcc>=3.0. This should fix some recently noted build failures on 1.6.* systems. | |||||
2006-01-25 | Enforce GNU readline. | joerg | 1 | -1/+2 | |
2006-01-25 | update to 20060124 snapshot. | dmcmahill | 3 | -12/+8 | |
A few new features have been added to allow proper simulation with newer Xilinx UNISIM models. (They are starting to use Verilog 2001 features.) And also various bug fixes in this release. -- Primitive and continuous assign delays can now be non-constant. This needed some new run-time support, so vvp had a slight format change, and certain new optimizations follow as a result. -- Bug handling certain constant sub-expressions in concatenation expressions. Also, allow concat expressions in constant contexts. -- Support for wide divide expressions. -- Fixes for stubborn compilers. -- Fix bugs in padding of signed expressions. -- More fixes for following the data types of expressions. | |||||
2006-01-25 | Update to 20060123. Changes since the last version include | dmcmahill | 25 | -200/+61 | |
- added autobackup (saves to backup files every <n> seconds) - added "L" drawing support - added embedded picture support - added a few new symbols - added support for spice netlisting of Josephson junction devices - added pcbpins netlist backend for forward annotating schematic pin names to PCB layouts. - several odd bug fixes | |||||
2006-01-24 | Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because | wiz | 17 | -19/+34 | |
of the shlib major bump. PKGREVISION++ for the dependencies. | |||||
2006-01-20 | Drop maintainership. I can't seriously be the maintainer of so many | jmmv | 1 | -2/+2 | |
packages - specially of packages that I haven't touched for a long while or those that other people can handle better than me. | |||||
2006-01-13 | Always include string.h, strdup works better that way. | joerg | 2 | -1/+16 | |
2006-01-10 | Don't define setenv on the other BSDs as well. | joerg | 2 | -4/+4 | |
2006-01-10 | Regen patchsum. | joerg | 1 | -2/+2 | |
2006-01-08 | update to wcalc-1.0. | dmcmahill | 8 | -46/+32 | |
- fixes a bug in the cgi frontend for coupled microstrip which caused lots of bad warning messages. - replaces the alert dialog box with a log window which prevents multiple alert windows from appearing. | |||||
2006-01-06 | Add DragonFly support. Remove some pre-ANSI cruft which conflicts | joerg | 6 | -41/+125 | |
with DragonFly's system headers. Fix errno. | |||||
2006-01-06 | Fix errno. Fix implicit prototype mismatches. Add DragnFly support. | joerg | 14 | -24/+191 | |
On DragonFly, just fetch using the macros, e.g. using the slow path. Use pkgsrc readline instead of local version. Bump revision. | |||||
2006-01-05 | Always link the thread library explicitly when linking against qt-mt, | joerg | 4 | -9/+10 | |
needed on DragonFly and FreeBSD 4, not hurting on other platforms. Add DragonFly to the BSD enumeration. | |||||
2006-01-05 | Fix errno, don't declare sys_errlist on DragonFly as well. | joerg | 2 | -1/+23 | |
2006-01-05 | Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build", | ghen | 2 | -2/+10 | |
without affecting packages that are currently using it. Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor "build" now set it to "full", but should be checked whether they really need it (comment added). Packages which previously set it to "build" now don't set it anymore. Ok by jlam, wiz. | |||||
2005-12-28 | Don't use the local version if isnan is a macro. I don't want to replace | joerg | 3 | -1/+29 | |
the stupid^Wbroken configure check at the moment, but this fixes the problem. | |||||
2005-12-28 | Use hw.ncpu on DragonFly as well. | joerg | 2 | -6/+6 | |
2005-12-28 | Fix errno. | joerg | 2 | -1/+15 | |
2005-12-20 | Fix C99/GCC 3.4+ issues: C99 math macros, test for C99 math macros, | joerg | 6 | -5/+82 | |
access of template members without template argument, explicit constructor vs. copy constructor. | |||||
2005-12-18 | Added a patch that prevents declarations if the identifier is already a | rillig | 2 | -1/+21 | |
macro. | |||||
2005-12-13 | Fix errno. | joerg | 3 | -1/+27 | |
2005-12-12 | Bump all motif packages for recent openmotif update. The major version | joerg | 2 | -2/+4 | |
of the shared libXm has changed. | |||||
2005-12-12 | First step at reworking Linux binary packages. | joerg | 1 | -5/+4 | |
Change most pkgs to depend on either emulators/suse_linux/Makefile.application (normal pkgs) or Makefile.common (suse91 and suse themselves) to filter out Operating Systems without Linux ABI support. Use CPU masks to limit the pkg to supported platforms. | |||||
2005-12-06 | Fix GCC 3.4+: label at end of compound statement. | joerg | 2 | -3/+11 | |
2005-12-05 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 2 | -5/+5 | |
CONFIGURE_ARGS. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 13 | -31/+30 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-12-04 | override the do-patch target. This is just the meta-pkg and we're not | dmcmahill | 1 | -1/+2 | |
extracting anything, but the patches for the other wcalc packages all live in this common spot. Fixes recently noted build problems. | |||||
2005-12-03 | Move the package which lived in cad/pcb-current over to cad/pcb and | dmcmahill | 32 | -927/+227 | |
delete the old cad/pcb package. The package which has lived in cad/pcb for the last few years was horribly out of date and pcb is not making a distinction right now between -current snapshots and normal releases. | |||||
2005-12-03 | DragonFly is a BSD. | joerg | 1 | -2/+2 | |
2005-12-02 | Fix up this package so it actually builds and works. | dmcmahill | 1 | -4/+46 | |
Note that this package still only works on systems with a native (not emulated) matlab. | |||||
2005-12-01 | define a common patch directory for the wcalc packages | dmcmahill | 3 | -2/+17 | |
2005-11-28 | Change all instances of including mk/ghostscript.mk into asking for | jlam | 1 | -2/+2 | |
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove ghostscript.mk. This change removes a rather out-dated file from pkgsrc and switches packages to use the more compact implementation of the Ghostcript-handling inside the tools framework. | |||||
2005-11-20 | Fixed pkglint warning by adding a trailing slash to the HOMEPAGE. | rillig | 1 | -2/+2 | |
2005-11-20 | Fixed pkglint warning: | rillig | 1 | -2/+2 | |
- WARN: boolean/Makefile:21: GCC_REQD should be modified using "+=". | |||||
2005-11-20 | Use "+=" with PKG_FAIL_REASON. While here, add the missing trailing | rillig | 1 | -2/+2 | |
string terminator. | |||||
2005-11-20 | Removed trailing white-space. | rillig | 1 | -3/+3 | |