summaryrefslogtreecommitdiff
path: root/cad/pcb/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2002-06-23Merge from pkgsrc-current to buildlink2 branch.jlam1-2/+31
2002-02-18Introduce new framework for handling info files generation and installation.seb1-1/+2
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-09-01move the docs out of FILESDIR to a seperate tarball instead of making thedmcmahill1-6/+8
pkgsrc for this pkg be nearly 1Mb. Thanks to Thomas Klausner for pointing this out.
2000-08-31remove depends on teTeX and add a patch to not run latex. Provide the docsdmcmahill1-4/+12
as files instead of requiring the user to install one of our largest packages just to build them. Note, in the previous version of this pkg, the docs generated with latex weren't even being installed (!).
2000-08-08Pull in teTeX instead of teTeX-bin to make this compile properly.rh1-2/+2
Hopefully fixes pkg/9873 (awaiting confirmation from the author of the PR)
2000-08-07Fix target for teTeX build dependency.rh1-2/+2
XXX: We really need a supported way to list a specific package for XXX: build dependencies.
2000-08-03Specifically depend on teTeX-bin>=1.0.7 during build to prevent picking uprh1-2/+4
random crap. Hopefully fixes PR 9873 by Michael Wolfson <mw34@cornell.edu>.
1998-12-29change BUILD_DEPENDS texindex -> tex. An older pkg's texindex was lyinggarbled1-2/+2
around my /usr/pkg/bin, and thus tex never got installed, and the build blew up. I don't believe any older pkgs install "tex", so this should be a safe bet.
1998-11-19Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinaryagc1-4/+3
DEPENDS definition.
1998-11-07Initial import of pcb-1.6.3, an X11 interactive printed circuit boardfrueauf1-0/+19
layout system. Provided in pr 6404 by Rene Hexel.