Commit graph

19462 commits

Author SHA1 Message Date
Steve Price
81bb6bf339 Don't require interaction on install while PACKAGE_BUILDING. 1999-06-22 17:21:59 +00:00
Steve Price
dc4912343a Move this port's distfiles into its own subdirectory to avoid conflicts
with the povray port.  Also fix build/install for the Alpha.
1999-06-22 17:20:34 +00:00
Steve Price
2c2b267e2d Move this port's distfiles to its own subdirectory since they conflict
with the one's in the povray31 port.
1999-06-22 17:18:30 +00:00
Steve Price
065887ec00 This one doesn't build on the Alpha yet, but should soon. 1999-06-22 17:16:42 +00:00
Steve Price
ddcecda9c9 time(3) returns a time_t and not a long. 1999-06-22 17:05:03 +00:00
Steve Price
ff5f768f22 On the Alpha this port's build dies with a compiler error in function
fixup_memory_subreg.
1999-06-22 17:03:43 +00:00
Steve Price
c80dc06994 This doesn't build on the alpha yet, but should with a little work. 1999-06-22 17:01:39 +00:00
Steve Price
5f7699d913 This port doesn't build when the system compiler is egcs. 1999-06-22 16:55:16 +00:00
Steve Price
cd4f9532a6 Use time_t instead of long so this builds on the Alpha. 1999-06-22 16:52:42 +00:00
Steve Price
cbb17b468b Only build in sound support when the machine arch is i386. 1999-06-22 16:51:09 +00:00
Steve Price
9ca3a86277 Live with the single warning fixed previously so that this builds again
on the Alpha.
1999-06-22 16:49:47 +00:00
Steve Price
d888a056b4 This doesn't build on the Alpha. 1999-06-22 16:46:14 +00:00
Steve Price
71e5f89dea This port contains i386 binaries. 1999-06-22 16:42:42 +00:00
Steve Price
f35733722f Fix for archs where sizeof(long) != sizeof(time_t). 1999-06-22 16:41:35 +00:00
Steve Price
737970f192 Add FETCH_BEFORE_ARGS=-b to fix distfile fennerage. 1999-06-22 16:38:47 +00:00
Steve Price
44c0cfa3f8 We don't have sound support on the Alpha yet. 1999-06-22 16:37:26 +00:00
Steve Price
31d8519112 This port contains i386 binaries. 1999-06-22 16:31:55 +00:00
Steve Price
081a82771f Avoid interactive install while PACKAGE_BUILDING. 1999-06-22 16:30:43 +00:00
Steve Price
0922b5e651 Mark this port "only for i386". 1999-06-22 16:29:28 +00:00
Steve Price
8ec53e7e52 Only add -DUSE_ASSEMBLY_[AB] when building on an i386 machine. 1999-06-22 16:28:10 +00:00
Steve Price
d932d9bb50 This port also BUILD_DEPENDS on gettext for its documentation. 1999-06-22 16:26:28 +00:00
Steve Price
d9466e7bba Use 'ln -sf' for the /var/news symlink just in case it already exists. 1999-06-22 16:24:48 +00:00
Ralf S. Engelschall
eb10ee33c7 Upgrade to MM Shared Memory Library, version 1.0.7 1999-06-22 15:40:35 +00:00
Thomas Gellekum
23ad260e0c Upgrade to 1.0.2.
PR:		12303
Submitted by:	Glenn Johnson <gljohns@bellsouth.net>
1999-06-22 15:27:39 +00:00
Satoshi Asami
c2ae7d52ff Driver script for whole build process. It will
(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.
1999-06-22 10:43:10 +00:00
Satoshi Asami
be0abd7000 Add support for 4-current. Add /compat to list of directories to
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.
1999-06-22 10:37:46 +00:00
Satoshi Asami
45f51c8307 Timeout port builds after 4 hours. This will prevent ports that get
stuck indefinitely in fetch or configure from hanging up the entire
build process.
1999-06-22 10:18:40 +00:00
Satoshi Asami
d18483f0fa Print out the time when the build starts and ends. 1999-06-22 10:13:23 +00:00
Satoshi Asami
613cff9828 Three scripts to look into the error logs and generate the now-famous
web page of errors.
1999-06-22 10:11:00 +00:00
Satoshi Asami
59c3805579 Comment mysql322-client, it's not ready yet. 1999-06-22 10:05:57 +00:00
Satoshi Asami
cfd759c29a Remove empty lines and version number. 1999-06-22 09:58:31 +00:00
Satoshi Asami
b5968a968e Remove empty line. 1999-06-22 09:57:11 +00:00
Satoshi Asami
50f1d25176 Little helper scripts to upgrade your machinery. 1999-06-22 09:51:31 +00:00
Satoshi Asami
ff4726b2bb A little script to copy changed/new distfiles over to wcarchive. This
probably won't be of much use to too many people, but just FYI.
1999-06-22 09:48:00 +00:00
Satoshi Asami
a0a221bc9c A little script to fire up checkmachines. Put in /usr/local/etc/rc.d. 1999-06-22 09:30:27 +00:00
Satoshi Asami
8ec91a7640 The makeindex and makeduds scripts now take a "branch" argument to work
on the specified branch.
1999-06-22 07:45:34 +00:00
Satoshi Asami
3dc9d1aad2 A perl script to run a command with a timeout. The command is killed if it
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.
1999-06-22 06:47:21 +00:00
Satoshi Asami
9478eafe5e Setup a client machine. Unmounts all read-only mounts that looks like
portbuild temporary mounts, deletes all the chroot dirs and copies the
portbuild script and the correct bindist tarball.
1999-06-22 06:41:39 +00:00
Satoshi Asami
15d5069eb1 Delete the chroot dirs before starting the load average reporting
script so that a rebooting machine doesn't join the cluster in an
unclean state.
1999-06-22 06:34:52 +00:00
Satoshi Asami
c5aa74116e Typo ("go-maku" -> "go-moku"). 1999-06-22 06:30:26 +00:00
Chris Piazza
a810fa9bdc Activate g-gcl. 1999-06-22 06:25:00 +00:00
Chris Piazza
3537bd37f4 Import of g-gcl.
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>
1999-06-22 06:23:47 +00:00
Chris Piazza
5c7f728527 Update gracula to version 3.0
PR:	12336
Submitted by:	maintainer
1999-06-22 06:05:31 +00:00
Chris Piazza
c0c7599b75 Change the new MASTER_SITE, it's apps/sound/editors not apps/audio/editrs. 1999-06-22 04:37:31 +00:00
Michael Haro
0bb9d49f87 add mastersite
PR:		12331
Submitted by:	maintainer
1999-06-22 04:34:38 +00:00
Foxfair Hu
d0ae460ae8 Active gma. 1999-06-22 03:07:11 +00:00
Foxfair Hu
dde0b8261b PR: 12327
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/
1999-06-22 03:03:43 +00:00
Foxfair Hu
82d7afb358 PR: 12316
Submitted by:		maintainer , Ying-Chieh Liao<ijliao@Terry.Dorm10.NCTU.edu.tw>
Update to v7.6
1999-06-22 02:20:04 +00:00
Chris Piazza
72c0ff6d79 Update to 1.22.1. 1999-06-22 01:02:54 +00:00
Bill Fumerola
4afd3c6a2f Mark BROKEN awaiting the new maintainer's update to make this port
a reality.

This port was repo-copied by 'The Wraith'.
1999-06-22 00:44:50 +00:00