Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't require interaction on install while PACKAGE_BUILDING. | steve | 1999-06-22 | 9 | -9/+9 |
| | |||||
* | Move this port's distfiles into its own subdirectory to avoid conflicts | steve | 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 | 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 | 1999-06-22 | 14 | -14/+70 |
| | |||||
* | time(3) returns a time_t and not a long. | steve | 1999-06-22 | 8 | -24/+88 |
| | |||||
* | On the Alpha this port's build dies with a compiler error in function | steve | 1999-06-22 | 1 | -1/+5 |
| | | | | fixup_memory_subreg. | ||||
* | This doesn't build on the alpha yet, but should with a little work. | steve | 1999-06-22 | 10 | -10/+50 |
| | |||||
* | This port doesn't build when the system compiler is egcs. | steve | 1999-06-22 | 2 | -4/+14 |
| | |||||
* | Use time_t instead of long so this builds on the Alpha. | steve | 1999-06-22 | 1 | -0/+11 |
| | |||||
* | Only build in sound support when the machine arch is i386. | steve | 1999-06-22 | 1 | -3/+9 |
| | |||||
* | Live with the single warning fixed previously so that this builds again | steve | 1999-06-22 | 1 | -17/+4 |
| | | | | on the Alpha. | ||||
* | This doesn't build on the Alpha. | steve | 1999-06-22 | 1 | -1/+3 |
| | |||||
* | This port contains i386 binaries. | steve | 1999-06-22 | 1 | -1/+3 |
| | |||||
* | Fix for archs where sizeof(long) != sizeof(time_t). | steve | 1999-06-22 | 1 | -0/+29 |
| | |||||
* | Add FETCH_BEFORE_ARGS=-b to fix distfile fennerage. | steve | 1999-06-22 | 2 | -2/+6 |
| | |||||
* | We don't have sound support on the Alpha yet. | steve | 1999-06-22 | 3 | -3/+9 |
| | |||||
* | This port contains i386 binaries. | steve | 1999-06-22 | 1 | -1/+3 |
| | |||||
* | Avoid interactive install while PACKAGE_BUILDING. | steve | 1999-06-22 | 1 | -8/+8 |
| | |||||
* | Mark this port "only for i386". | steve | 1999-06-22 | 1 | -1/+3 |
| | |||||
* | Only add -DUSE_ASSEMBLY_[AB] when building on an i386 machine. | steve | 1999-06-22 | 1 | -8/+21 |
| | |||||
* | This port also BUILD_DEPENDS on gettext for its documentation. | steve | 1999-06-22 | 1 | -2/+3 |
| | |||||
* | Use 'ln -sf' for the /var/news symlink just in case it already exists. | steve | 1999-06-22 | 1 | -1/+1 |
| | |||||
* | Upgrade to MM Shared Memory Library, version 1.0.7 | rse | 1999-06-22 | 2 | -4/+4 |
| | |||||
* | Upgrade to 1.0.2. | tg | 1999-06-22 | 5 | -30/+26 |
| | | | | | PR: 12303 Submitted by: Glenn Johnson <gljohns@bellsouth.net> | ||||
* | Driver script for whole build process. It will | 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 | 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 | 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. | asami | 1999-06-22 | 1 | -0/+7 |
| | |||||
* | Three scripts to look into the error logs and generate the now-famous | asami | 1999-06-22 | 3 | -0/+159 |
| | | | | web page of errors. | ||||
* | Comment mysql322-client, it's not ready yet. | asami | 1999-06-22 | 1 | -2/+2 |
| | |||||
* | Remove empty lines and version number. | asami | 1999-06-22 | 2 | -3/+1 |
| | |||||
* | Remove empty line. | asami | 1999-06-22 | 1 | -1/+0 |
| | |||||
* | Little helper scripts to upgrade your machinery. | asami | 1999-06-22 | 2 | -0/+41 |
| | |||||
* | A little script to copy changed/new distfiles over to wcarchive. This | 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. | asami | 1999-06-22 | 1 | -0/+8 |
| | |||||
* | The makeindex and makeduds scripts now take a "branch" argument to work | 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 | 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 | 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 | asami | 1999-06-22 | 1 | -1/+5 |
| | | | | | script so that a rebooting machine doesn't join the cluster in an unclean state. | ||||
* | Typo ("go-maku" -> "go-moku"). | asami | 1999-06-22 | 1 | -1/+1 |
| | |||||
* | Activate g-gcl. | cpiazza | 1999-06-22 | 1 | -1/+2 |
| | |||||
* | Import of g-gcl. | cpiazza | 1999-06-22 | 5 | -0/+63 |
| | | | | | | | | | | g-gcl is a set of sample graphic counter language scripts for the creation of original web counters and timers. See the graphics/gracula port. You can see the resulting counters at: http://www.whizkidtech.net/gcl/gallery/ PR: 12330 Submitted by: G. Adam Stanislav <adam@whizkidtech.net> | ||||
* | Update gracula to version 3.0 | cpiazza | 1999-06-22 | 2 | -4/+4 |
| | | | | | PR: 12336 Submitted by: maintainer | ||||
* | Change the new MASTER_SITE, it's apps/sound/editors not apps/audio/editrs. | cpiazza | 1999-06-22 | 1 | -2/+2 |
| | |||||
* | add mastersite | mharo | 1999-06-22 | 1 | -2/+4 |
| | | | | | PR: 12331 Submitted by: maintainer | ||||
* | Active gma. | foxfair | 1999-06-22 | 1 | -1/+2 |
| | |||||
* | PR: 12327 | foxfair | 1999-06-22 | 5 | -0/+32 |
| | | | | | | | | | | | | | Submitted by: Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw> GMA or "The Go-Moku Apprentice" is a computerized go-moku player that learns playing the game entirely from its opponent. It was written for fun by Johan Walles (d92-jwa@nada.kth.se) in October 1998. The goal of Go-Moku is to get five (or more) marks in a row (horisontally, vertically or diagonally). You get to put one mark each time it is your turn. WWW: http://www.student.nada.kth.se/~d92-jwa/code/ | ||||
* | PR: 12316 | foxfair | 1999-06-22 | 2 | -5/+5 |
| | | | | | Submitted by: maintainer , Ying-Chieh Liao<ijliao@Terry.Dorm10.NCTU.edu.tw> Update to v7.6 | ||||
* | Update to 1.22.1. | cpiazza | 1999-06-22 | 2 | -4/+4 |
| | |||||
* | Mark BROKEN awaiting the new maintainer's update to make this port | billf | 1999-06-22 | 10 | -30/+40 |
| | | | | | | a reality. This port was repo-copied by 'The Wraith'. |