summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Disable sound support on the Alpha.Steve Price1999-06-221-6/+9
|
* Revert my previous fix. It seems I had an old distfile.Steve Price1999-06-221-2/+2
|
* The Alpha port doesn't have sound support yet.Steve Price1999-06-221-1/+5
|
* Make this port reinstall friendly.Steve Price1999-06-221-3/+3
|
* The Alpha's fp mask register doesn't have a FP_X_DNML bit.Steve Price1999-06-221-2/+6
|
* Turn off sound support except on the i386 port.Steve Price1999-06-222-10/+14
|
* Define pipe_broken as a sig_atomic_t so this build on the Alpha.Steve Price1999-06-221-0/+11
|
* Build fails on the Alpha with a compiler error in functionSteve Price1999-06-221-1/+5
| | | | fixup_memory_subreg.
* Correct identity string on the alpha.Steve Price1999-06-221-0/+16
| | | | Noticed by: Jeff Wheat <jeff@cetlink.net>
* The build fails because this port cannot find glaux.h and not libaux.h.Steve Price1999-06-221-2/+2
|
* Fixup patch botch from previous commit.Steve Price1999-06-221-15/+15
|
* Don't require interaction on install while PACKAGE_BUILDING.Steve Price1999-06-229-9/+9
|
* Move this port's distfiles into its own subdirectory to avoid conflictsSteve Price1999-06-224-11/+25
| | | | with the povray port. Also fix build/install for the Alpha.
* Move this port's distfiles to its own subdirectory since they conflictSteve Price1999-06-226-9/+15
| | | | with the one's in the povray31 port.
* This one doesn't build on the Alpha yet, but should soon.Steve Price1999-06-2214-14/+70
|
* time(3) returns a time_t and not a long.Steve Price1999-06-228-24/+88
|
* On the Alpha this port's build dies with a compiler error in functionSteve Price1999-06-221-1/+5
| | | | fixup_memory_subreg.
* This doesn't build on the alpha yet, but should with a little work.Steve Price1999-06-2210-10/+50
|
* This port doesn't build when the system compiler is egcs.Steve Price1999-06-222-4/+14
|
* Use time_t instead of long so this builds on the Alpha.Steve Price1999-06-221-0/+11
|
* Only build in sound support when the machine arch is i386.Steve Price1999-06-221-3/+9
|
* Live with the single warning fixed previously so that this builds againSteve Price1999-06-221-17/+4
| | | | on the Alpha.
* This doesn't build on the Alpha.Steve Price1999-06-221-1/+3
|
* This port contains i386 binaries.Steve Price1999-06-221-1/+3
|
* Fix for archs where sizeof(long) != sizeof(time_t).Steve Price1999-06-221-0/+29
|
* Add FETCH_BEFORE_ARGS=-b to fix distfile fennerage.Steve Price1999-06-222-2/+6
|
* We don't have sound support on the Alpha yet.Steve Price1999-06-223-3/+9
|
* This port contains i386 binaries.Steve Price1999-06-221-1/+3
|
* Avoid interactive install while PACKAGE_BUILDING.Steve Price1999-06-221-8/+8
|
* Mark this port "only for i386".Steve Price1999-06-221-1/+3
|
* Only add -DUSE_ASSEMBLY_[AB] when building on an i386 machine.Steve Price1999-06-221-8/+21
|
* This port also BUILD_DEPENDS on gettext for its documentation.Steve Price1999-06-221-2/+3
|
* Use 'ln -sf' for the /var/news symlink just in case it already exists.Steve Price1999-06-221-1/+1
|
* Upgrade to MM Shared Memory Library, version 1.0.7Ralf S. Engelschall1999-06-222-4/+4
|
* Upgrade to 1.0.2.Thomas Gellekum1999-06-225-30/+26
| | | | | PR: 12303 Submitted by: Glenn Johnson <gljohns@bellsouth.net>
* Driver script for whole build process. It willSatoshi Asami1999-06-222-0/+228
| | | | | | | | | | | | | | (1) cvsup (2) run cvs update on the ports and doc trees (3) generate new index (4) generate new duds list (5) move old packages and distfiles out of the way (6) build packages (7) build packages again (to salvage those died with transient errors) (8) generate restricted list (9) generate no-cdrom list Steps (3)-(9) are repeated for 4-current and 3-stable.
* Add support for 4-current. Add /compat to list of directories toSatoshi Asami1999-06-221-22/+29
| | | | | | delete after building is done. Run mtree regardless of the directory exists or not. Do not use local copy of dependency packages -- it is too hard to maintain consistency -- always use one on master.
* Timeout port builds after 4 hours. This will prevent ports that getSatoshi Asami1999-06-221-3/+9
| | | | | stuck indefinitely in fetch or configure from hanging up the entire build process.
* Print out the time when the build starts and ends.Satoshi Asami1999-06-221-0/+7
|
* Three scripts to look into the error logs and generate the now-famousSatoshi Asami1999-06-223-0/+159
| | | | web page of errors.
* Comment mysql322-client, it's not ready yet.Satoshi Asami1999-06-221-2/+2
|
* Remove empty lines and version number.Satoshi Asami1999-06-222-3/+1
|
* Remove empty line.Satoshi Asami1999-06-221-1/+0
|
* Little helper scripts to upgrade your machinery.Satoshi Asami1999-06-222-0/+41
|
* A little script to copy changed/new distfiles over to wcarchive. ThisSatoshi Asami1999-06-221-0/+22
| | | | probably won't be of much use to too many people, but just FYI.
* A little script to fire up checkmachines. Put in /usr/local/etc/rc.d.Satoshi Asami1999-06-221-0/+8
|
* The makeindex and makeduds scripts now take a "branch" argument to workSatoshi Asami1999-06-222-6/+78
| | | | on the specified branch.
* A perl script to run a command with a timeout. The command is killed if itSatoshi Asami1999-06-221-0/+38
| | | | | | | | doesn't complete within the specified timeout period. I tried to do this from within the pdispatch script, but I couldn't get all the auxiliary processes to be killed correctly so implemented this as a separate script in perl.
* Setup a client machine. Unmounts all read-only mounts that looks likeSatoshi Asami1999-06-221-0/+11
| | | | | portbuild temporary mounts, deletes all the chroot dirs and copies the portbuild script and the correct bindist tarball.
* Delete the chroot dirs before starting the load average reportingSatoshi Asami1999-06-221-1/+5
| | | | | script so that a rebooting machine doesn't join the cluster in an unclean state.