summaryrefslogtreecommitdiffstats
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* Add more CATEGORIES. packages/orphans is now empty.asami1995-05-031-1/+2
|
* Updated utils Makefiles!asami1995-04-232-6/+2
|
* Update of net Makefiles! Am I done? :)asami1995-04-151-1/+3
|
* Another round of Makefile updates, in utils!asami1995-04-152-8/+32
|
* Add MAINTAINER= jmz@FreeBSD.orgjmz1995-04-112-0/+2
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-012-0/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Try to get most ports checksummedgpalmer1995-03-312-0/+2
|
* Make parentheses around the gzcat | gunshar shell commands to preventats1995-02-182-2/+2
| | | | | a ambigious redirect message from the shell from the "<" stdin redirection.
* Remove cd WRKDIRache1995-02-172-2/+2
|
* Converted Makefiles as much as I could.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!
* Make the fetch target a dummy so from-the-top `make fetch' runs don't fallgpalmer1995-02-101-1/+4
| | | | over
* Put cd command under brackets for proper exit codeache1995-01-172-2/+2
|
* Update DEPENDS lines to point to the new relocated ports.jkh1995-01-132-2/+2
|
* Upgrade.ache1994-12-285-33/+45
|
* Remove the symlink in the pre-clean target, that gets created from theats1994-11-211-1/+2
| | | | configure script.
* We have no WRKDIR. Say so.jkh1994-11-171-4/+2
|
* When we changed the cookies to be ${WRKDIR} relative, it broke this guy.jkh1994-11-101-1/+4
| | | | Reassign cookie locations.
* Update of this port from Jean-Marc Zucconijkh1994-10-063-6/+12
| | | | Submitted by: jmz
* Jean-Marc Zucconi's iozone port.jkh1994-09-269-0/+70
| | | | Submitted by: jmz
* Several changes across all ports:jkh1994-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.
* Make the required changes to make all existing ports use MASTER_SITESjkh1994-09-131-4/+4
| | | | correctly.
* Bring in Michael Reifenberger's tcpblast port.jkh1994-09-086-0/+144
Reviewed by: jkh Submitted by: mr
OpenPOWER on IntegriCloud