summaryrefslogtreecommitdiff
path: root/cad/fastcap/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2008-05-25Explicitly add pax dependency in those Makefiles that use it (or havejoerg1-2/+2
patches to add it). Drop pax from the default USE_TOOLS list. Make bsdtar the default for those places that wanted gtar to extract long links etc, as bsdtar can be built of the tree.
2008-03-03Mechanical changes to add full DESTDIR support to packages that installjlam1-47/+49
their files via a custom do-install target.
2006-08-10Remove teTeX2 from TEX_ACCEPTED, because the teTeX2 packages will be removedminskim1-2/+2
shortly.
2006-05-13Remove references to teTeX1.minskim1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
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-11-11Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULTtonio1-3/+3
It is more consistent with the tex.buildlink3.mk name. Also, if a package really needs latex, it just has to set TEX_ACCEPTED to latex distributions altough today, all TEX_ACCEPTED possibilities are latex distributions
2005-11-08convert to use tex.buildlink3.mktonio1-2/+4
use LATEX_DEPMETHOD=build, and allow version 1,2 and 3 of teTeX
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-05-22Remove the old tools framework and references to _USE_NEW_TOOLS.jlam1-8/+2
2005-05-20Set EXTRACT_USING to force extraction using gtar.jlam1-2/+6
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-19use GNU tar to extract. pax fails on the distfile. Lets this pkgdmcmahill1-1/+4
extract and build again after being broken for a long time.
2004-09-21update to fastcap-2.0.19920918. Old distfile was no longer available.dmcmahill1-19/+20
New version is the same code but with a newer and less restrictive license. Also update the homepage.
2004-04-11Convert to buildlink3.snj1-2/+2
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam1-2/+2
overridden.
2004-01-25Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compilerkristerw1-2/+2
for arm, so that we don't need to install the gcc package(s) on machines that already have a working compiler in their /usr/bin.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-09-17get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD orgrant1-2/+2
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-12kill all references to gcc.buildlink2.mk and compiler.mk, and definegrant1-2/+2
USE_GCC2 or USE_GCC3 where appropriate. the functionality of the old gcc.buildlink2.mk has been rolled into compiler.mk now, which is automatically used. more changes to come later...
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-11Update for the fact that 'arm' ports have been called NetBSD-*-arm for a whileabs1-2/+2
now and not NetBSD-*-arm32. Changes include one or more of: - Change MACHINE_ARCH == arm32 to also match arm - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3 The last may shake out a few more broken packages the next bulk build.
2003-06-02Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3abs1-2/+2
is accepted. Suggested by Grant.
2002-09-29buildlink1 -> buildlink2 and use gcc/buildlink2.mk instead of Makefile.gcc.jlam1-3/+3
2002-04-20On arm32, use gcc-2.95.3 to avoid an internal egcs compiler error.cjep1-1/+6
2001-05-22Don't ignore checksums for three ps files, and add checksums and sizeswiz1-8/+6
to distinfo.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-05-12make all pkgs for which I'm the maintainer point to my netbsd email.dmcmahill1-2/+2
2000-03-27Adapt to new handling of "${CONFIGURE}".tron1-2/+2
1998-09-14Force uncompression of docs via uncompress -f.agc1-3/+3
Change the name of the package to be more consistent.
1998-08-20The Grand Homepagification:tsarna1-16/+17
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-06-06Initial addition of a fast 3-D capacitance solver.frueauf1-0/+77
Closes pr 5418 by Dan McMahill; heavy portlinting.