summaryrefslogtreecommitdiff
path: root/benchmarks (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update of net Makefiles! Am I done? :)Satoshi Asami1995-04-151-1/+3
| | | | Notes: svn path=/head/; revision=1363
* Another round of Makefile updates, in utils!Satoshi Asami1995-04-152-8/+32
| | | | Notes: svn path=/head/; revision=1359
* Add MAINTAINER= jmz@FreeBSD.orgJean-Marc Zucconi1995-04-112-0/+2
| | | | Notes: svn path=/head/; revision=1327
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-012-0/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Try to get most ports checksummedGary Palmer1995-03-312-0/+2
| | | | Notes: svn path=/head/; revision=1262
* Make parentheses around the gzcat | gunshar shell commands to preventAndreas Schulz1995-02-182-2/+2
| | | | | | | | a ambigious redirect message from the shell from the "<" stdin redirection. Notes: svn path=/head/; revision=1003
* Remove cd WRKDIRAndrey A. Chernov1995-02-172-2/+2
| | | | Notes: svn path=/head/; revision=998
* Converted Makefiles as much as I could.Satoshi Asami1995-02-112-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out! Notes: svn path=/head/; revision=935
* Make the fetch target a dummy so from-the-top `make fetch' runs don't fallGary Palmer1995-02-101-1/+4
| | | | | | | over Notes: svn path=/head/; revision=924
* Put cd command under brackets for proper exit codeAndrey A. Chernov1995-01-172-2/+2
| | | | Notes: svn path=/head/; revision=792
* Update DEPENDS lines to point to the new relocated ports.Jordan K. Hubbard1995-01-132-2/+2
| | | | Notes: svn path=/head/; revision=762
* Upgrade.Andrey A. Chernov1994-12-285-33/+45
| | | | Notes: svn path=/head/; revision=634
* Remove the symlink in the pre-clean target, that gets created from theAndreas Schulz1994-11-211-1/+2
| | | | | | | configure script. Notes: svn path=/head/; revision=443
* We have no WRKDIR. Say so.Jordan K. Hubbard1994-11-171-4/+2
| | | | Notes: svn path=/head/; revision=390
* When we changed the cookies to be ${WRKDIR} relative, it broke this guy.Jordan K. Hubbard1994-11-101-1/+4
| | | | | | | Reassign cookie locations. Notes: svn path=/head/; revision=349
* Update of this port from Jean-Marc ZucconiJordan K. Hubbard1994-10-063-6/+12
| | | | | | | Submitted by: jmz Notes: svn path=/head/; revision=183
* Jean-Marc Zucconi's iozone port.Jordan K. Hubbard1994-09-269-0/+70
| | | | | | | Submitted by: jmz Notes: svn path=/head/; revision=130
* Several changes across all ports:Jordan K. Hubbard1994-09-141-6/+5
| | | | | | | | | | | | | | | | | | 1. Make MASTER_SITES entries contain a trailing /. Garrett says that assuming a '/' seperator between entries in MASTER_SITES and entries in DISTFILES is a dangerous assumption. This will also be taken out of bsd.port.mk. 2. General clean-up. Some of these Makefiles were a little grim. Make sure they're all in sync with the sometimes rapidly changing bsd.port.mk! :) 3. Some small configuration tweaks to keep them compiling under the most recent 2.0 - some things seem to have broken along our road to release. Notes: svn path=/head/; revision=93
* Make the required changes to make all existing ports use MASTER_SITESJordan K. Hubbard1994-09-131-4/+4
| | | | | | | correctly. Notes: svn path=/head/; revision=84
* Bring in Michael Reifenberger's tcpblast port.Jordan K. Hubbard1994-09-086-0/+144
Reviewed by: jkh Submitted by: mr Notes: svn path=/head/; revision=62