summaryrefslogtreecommitdiff
path: root/cad/gtkwave
AgeCommit message (Collapse)AuthorFilesLines
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-13/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-04-11Convert to buildlink3.snj1-7/+7
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2003-12-04Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).xtraeme1-2/+3
2003-10-31correct HOMEPAGEdrochner1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-15Add a patch to work around the non-working partial vcd file readingdrochner5-17/+47
(disable it), and another one to use memory a bit more efficiently. The program is now usable with VCD files larger than 10M. Update to the latest snapshot to ease discussion with the author; a notable change in this is improved LXT support.
2003-07-14import gtkwave-2.0.0pre3, a digital waveform viewer which, eg,drochner5-0/+89
complements cad/verilog[-current]