Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable sound support on the Alpha. | Steve Price | 1999-06-22 | 1 | -6/+9 |
| | |||||
* | Revert my previous fix. It seems I had an old distfile. | Steve Price | 1999-06-22 | 1 | -2/+2 |
| | |||||
* | The Alpha port doesn't have sound support yet. | Steve Price | 1999-06-22 | 1 | -1/+5 |
| | |||||
* | Make this port reinstall friendly. | Steve Price | 1999-06-22 | 1 | -3/+3 |
| | |||||
* | The Alpha's fp mask register doesn't have a FP_X_DNML bit. | Steve Price | 1999-06-22 | 1 | -2/+6 |
| | |||||
* | Turn off sound support except on the i386 port. | Steve Price | 1999-06-22 | 2 | -10/+14 |
| | |||||
* | Define pipe_broken as a sig_atomic_t so this build on the Alpha. | Steve Price | 1999-06-22 | 1 | -0/+11 |
| | |||||
* | Build fails on the Alpha with a compiler error in function | Steve Price | 1999-06-22 | 1 | -1/+5 |
| | | | | fixup_memory_subreg. | ||||
* | Correct identity string on the alpha. | Steve Price | 1999-06-22 | 1 | -0/+16 |
| | | | | Noticed by: Jeff Wheat <jeff@cetlink.net> | ||||
* | The build fails because this port cannot find glaux.h and not libaux.h. | Steve Price | 1999-06-22 | 1 | -2/+2 |
| | |||||
* | Fixup patch botch from previous commit. | Steve Price | 1999-06-22 | 1 | -15/+15 |
| | |||||
* | Don't require interaction on install while PACKAGE_BUILDING. | Steve Price | 1999-06-22 | 9 | -9/+9 |
| | |||||
* | Move this port's distfiles into its own subdirectory to avoid conflicts | Steve Price | 1999-06-22 | 4 | -11/+25 |
| | | | | with the povray port. Also fix build/install for the Alpha. | ||||
* | Move this port's distfiles to its own subdirectory since they conflict | Steve Price | 1999-06-22 | 6 | -9/+15 |
| | | | | with the one's in the povray31 port. | ||||
* | This one doesn't build on the Alpha yet, but should soon. | Steve Price | 1999-06-22 | 14 | -14/+70 |
| | |||||
* | time(3) returns a time_t and not a long. | Steve Price | 1999-06-22 | 8 | -24/+88 |
| | |||||
* | On the Alpha this port's build dies with a compiler error in function | Steve Price | 1999-06-22 | 1 | -1/+5 |
| | | | | fixup_memory_subreg. | ||||
* | This doesn't build on the alpha yet, but should with a little work. | Steve Price | 1999-06-22 | 10 | -10/+50 |
| | |||||
* | This port doesn't build when the system compiler is egcs. | Steve Price | 1999-06-22 | 2 | -4/+14 |
| | |||||
* | Use time_t instead of long so this builds on the Alpha. | Steve Price | 1999-06-22 | 1 | -0/+11 |
| | |||||
* | Only build in sound support when the machine arch is i386. | Steve Price | 1999-06-22 | 1 | -3/+9 |
| | |||||
* | Live with the single warning fixed previously so that this builds again | Steve Price | 1999-06-22 | 1 | -17/+4 |
| | | | | on the Alpha. | ||||
* | This doesn't build on the Alpha. | Steve Price | 1999-06-22 | 1 | -1/+3 |
| | |||||
* | This port contains i386 binaries. | Steve Price | 1999-06-22 | 1 | -1/+3 |
| | |||||
* | Fix for archs where sizeof(long) != sizeof(time_t). | Steve Price | 1999-06-22 | 1 | -0/+29 |
| | |||||
* | Add FETCH_BEFORE_ARGS=-b to fix distfile fennerage. | Steve Price | 1999-06-22 | 2 | -2/+6 |
| | |||||
* | We don't have sound support on the Alpha yet. | Steve Price | 1999-06-22 | 3 | -3/+9 |
| | |||||
* | This port contains i386 binaries. | Steve Price | 1999-06-22 | 1 | -1/+3 |
| | |||||
* | Avoid interactive install while PACKAGE_BUILDING. | Steve Price | 1999-06-22 | 1 | -8/+8 |
| | |||||
* | Mark this port "only for i386". | Steve Price | 1999-06-22 | 1 | -1/+3 |
| | |||||
* | Only add -DUSE_ASSEMBLY_[AB] when building on an i386 machine. | Steve Price | 1999-06-22 | 1 | -8/+21 |
| | |||||
* | This port also BUILD_DEPENDS on gettext for its documentation. | Steve Price | 1999-06-22 | 1 | -2/+3 |
| | |||||
* | Use 'ln -sf' for the /var/news symlink just in case it already exists. | Steve Price | 1999-06-22 | 1 | -1/+1 |
| | |||||
* | Upgrade to MM Shared Memory Library, version 1.0.7 | Ralf S. Engelschall | 1999-06-22 | 2 | -4/+4 |
| | |||||
* | Upgrade to 1.0.2. | Thomas Gellekum | 1999-06-22 | 5 | -30/+26 |
| | | | | | PR: 12303 Submitted by: Glenn Johnson <gljohns@bellsouth.net> | ||||
* | Driver script for whole build process. It will | Satoshi Asami | 1999-06-22 | 2 | -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 to | Satoshi Asami | 1999-06-22 | 1 | -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 get | Satoshi Asami | 1999-06-22 | 1 | -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 Asami | 1999-06-22 | 1 | -0/+7 |
| | |||||
* | Three scripts to look into the error logs and generate the now-famous | Satoshi Asami | 1999-06-22 | 3 | -0/+159 |
| | | | | web page of errors. | ||||
* | Comment mysql322-client, it's not ready yet. | Satoshi Asami | 1999-06-22 | 1 | -2/+2 |
| | |||||
* | Remove empty lines and version number. | Satoshi Asami | 1999-06-22 | 2 | -3/+1 |
| | |||||
* | Remove empty line. | Satoshi Asami | 1999-06-22 | 1 | -1/+0 |
| | |||||
* | Little helper scripts to upgrade your machinery. | Satoshi Asami | 1999-06-22 | 2 | -0/+41 |
| | |||||
* | A little script to copy changed/new distfiles over to wcarchive. This | Satoshi Asami | 1999-06-22 | 1 | -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 Asami | 1999-06-22 | 1 | -0/+8 |
| | |||||
* | The makeindex and makeduds scripts now take a "branch" argument to work | Satoshi Asami | 1999-06-22 | 2 | -6/+78 |
| | | | | on the specified branch. | ||||
* | A perl script to run a command with a timeout. The command is killed if it | Satoshi Asami | 1999-06-22 | 1 | -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 like | Satoshi Asami | 1999-06-22 | 1 | -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 reporting | Satoshi Asami | 1999-06-22 | 1 | -1/+5 |
| | | | | | script so that a rebooting machine doesn't join the cluster in an unclean state. |