Satoshi Asami
42cb3ec876
Remove empty fonts.alias and fonts.dir files.
...
Submitted by: bento
2000-09-27 12:37:30 +00:00
Thomas Gellekum
382ea24b94
rng is part of py-numeric now.
2000-09-27 12:28:35 +00:00
David E. O'Brien
fd9d272962
Update to version 3.0 Beta 2, Patchlevel l5.
2000-09-27 10:36:13 +00:00
Satoshi Asami
6963a2b623
Oops, this WRKSRC *was* necessary. Change ${PKGNAME} to ${DISTNAME} instead
...
of taking it out. My apologies.
Reported by: maintainer
2000-09-27 10:16:21 +00:00
Maxim Sobolev
8b571a86f2
Yet again fix cranking sound.
...
Problem brought by: sobomax
Overlooked by: maintainer
Reported by: many
2000-09-27 09:41:42 +00:00
Maxim Sobolev
e853261cb1
ccio shared library now called libccio.so.0, not libccio-1.2.so.0.
2000-09-27 08:21:51 +00:00
Maxim Sobolev
8cdc75ac20
Numerous improvements:
...
- properly use libc_r;
- provide hack around missing thread-safe version of fpathconf(1) syscall if
OSVERSION < 41100;
- remove ugly direct call to configure script from post-extract target;
- don't add -1.2 suffix to shared libraries;
- bump PORTREVISION to make kris happy ;).
2000-09-27 08:17:17 +00:00
Akinori MUSHA
6dec3ae377
Hack up a patch to support Ruby 1.6.
...
The patch has been sent to the author and will hopefully be merged
soon. I am adding it as a distribution patch to avoid the repo bloat.
2000-09-27 07:55:45 +00:00
MIHIRA Sanpei Yoshiro
f878ae15c7
fix extra error
...
add @dirrm lib/X11/xhtml
Submitted by: onigiri
2000-09-27 07:14:42 +00:00
Akinori MUSHA
603545789a
Add ruby-libpng, a libpng wrapper class for Ruby.
2000-09-27 06:16:12 +00:00
Satoshi Asami
68bad8cfd6
Don't delete modules, it might be needed.
2000-09-27 03:45:23 +00:00
MIHIRA Sanpei Yoshiro
a436f408c4
fix extra error
...
use MAN1 for manpages.
Submitted by: onigiri
2000-09-27 02:54:57 +00:00
Satoshi Asami
b320b1f626
For "make parallel", provide out an extra target without the ".tgz".
...
(Makes it easier to cut and paste, so you can do something like "make
gnome-1.2".)
Also change /a/asami/portbuild -> /var/portbuild.
2000-09-27 02:08:53 +00:00
Satoshi Asami
b139324d13
Read in configuration variables from /var/portbuild/portbuild.conf.
2000-09-27 01:43:32 +00:00
Satoshi Asami
0d088a094b
Pull in configuration variables from /var/portbuild/portbuild.conf.
...
/var/portbuild is the new designated home of the portbuild setup, and
is expected to be a symlink to wherever you choose to put the stuff.
Also, change reportload to use /var/portbuild to store temporary files.
Seems there are some bugs in the null mount code that make the files
inaccessible if you are using an NFS root.
2000-09-27 01:41:44 +00:00
Satoshi Asami
607ef25fb6
A configuration file where all options reside.
2000-09-27 01:31:17 +00:00
Satoshi Asami
b674158285
A little script to call "at" to copy the packages.
2000-09-27 01:04:37 +00:00
Satoshi Asami
a17437a871
Don't whack old packages, we have enough disk space to keep a few sets
...
around now.
Make a symlink "Makefile" so I don't have to "make -f ../../Makefile"
when I'm restarting an aborted build.
Print out pnohang messages along with ptimeout messages.
Count the number of jobs at the beginning of the second phase too.
Check integrity of packages at end with gzip -t. Remove the ones that
don't pass the test.
Don't try to compare list of packages if there is no prior list to
compare with.
If the -norestr flag is given, copy the packages to the ftp site.
2000-09-27 01:03:17 +00:00
Satoshi Asami
85f9fecab1
Remove syslog message about a load file being empty -- I know it happens now.
2000-09-27 00:59:37 +00:00
Satoshi Asami
bf39c7d73a
Make sure you're given the "start" argument before trying to start the script.
2000-09-27 00:58:31 +00:00
Satoshi Asami
c4b86368de
Don't add packages that are already installed.
...
Use pnohang to catch make checksum (fetch) or make package (usually an
xemacs running away) that aren't making any progress.
2000-09-27 00:09:10 +00:00
Satoshi Asami
b57b6e5cd4
A little script to kill makes that haven't printed out any message in
...
a while (presumably because they are hanging or are in an infinite loop).
2000-09-27 00:05:22 +00:00
Satoshi Asami
de1b8b82a9
Change "grep *.log" to "find . -name '*.log' | xargs grep", the number of
...
logs were overflowing the argv array.
2000-09-26 23:51:04 +00:00
Satoshi Asami
c46666b5b6
Catch one more case of XFree86-4 manpage building error.
...
Mark ports that are already marked BROKEN (and don't build, predictably)
with a red "[B]" for people to see.
2000-09-26 23:49:45 +00:00
Satoshi Asami
e94549da79
Remove an extra message that only served to clutter the logs.
2000-09-26 23:44:35 +00:00
Satoshi Asami
82767949b8
Don't try to process logs twice by protecting this script with a lock file.
2000-09-26 23:43:09 +00:00
Satoshi Asami
68d197cd25
Add -t and -n flags to ssh. (-t flag suggested by: ps)
...
This seems to fix a lot of the hang problems to bump up the timeout from
5 hours to 12 hours.
2000-09-26 23:40:13 +00:00
Satoshi Asami
ea5f827cdf
Change lock file name to "cppackages.lock" so it's clear it's a lock.
2000-09-26 23:36:35 +00:00
Satoshi Asami
411ba40b8e
When NODUMMY is defined, set XFREE86_VERSION to 4 and MOTIF_OPEN to t.
...
These are for testing the split-up XFree86-4 ports and open-motif.
2000-09-26 23:35:36 +00:00
Satoshi Asami
cf84480637
Don't remove the distfiles from the backup directory -- the next
...
run of dopackages will take care of it.
2000-09-26 23:34:35 +00:00
Ade Lovett
bb11b9f529
Add NO_LATEST_LINK
...
Completely forgotten by: ade
Subtly reminded by: Ports Wraith
2000-09-26 23:13:03 +00:00
Will Andrews
cfa3447d9a
Update to KVIRC 2.0.0. These were forgotten in the original update.
...
PR: 21530
Submitted by: Trevor Johnson <trevor@jpj.net>
2000-09-26 22:29:10 +00:00
Will Andrews
04b96465b6
Update to KVIRC 2.0.0. Many thanks to Trevor for sending in the update,
...
which works flawlessly, much to my amazement. He is now MAINTAINER.
PR: 21530
Submitted by: Trevor Johnson <trevor@jpj.net>
2000-09-26 22:26:13 +00:00
Akinori MUSHA
5d1a05790c
Update to 0.4.0. Ruby 1.6.0 is now supported.
2000-09-26 22:01:13 +00:00
Ade Lovett
03d5df4f57
Update to 1.2.2.1
2000-09-26 18:33:08 +00:00
Maxim Sobolev
8f5e97d79b
Add glame - a scheme-extensible audio processing tool for GNOME.
2000-09-26 17:37:39 +00:00
David E. O'Brien
22374b041c
Fix distfile checksum. I could not find a distfile with the older checksum,
...
and not being the one to create the previous one, I cannot even be sure it
was ever correct.
2000-09-26 17:34:17 +00:00
Maxim Sobolev
a2a9f1fee7
Update to 1.1.26.
...
PR: 21560 (very incomplete)
Actual work done by: sobomax
2000-09-26 16:15:45 +00:00
Maxim Sobolev
66d100bd16
Update to 1.2.2.
...
Approved by: maintainer
2000-09-26 15:56:25 +00:00
Akinori MUSHA
d3f74e5683
Add vim6+ruby, Vi IMproved version 6 with embedded Ruby interpreter.
2000-09-26 15:26:19 +00:00
David E. O'Brien
bcb845736e
Style updates:
...
* The use of MAKE_FLAGS is obsolete. It should use MAKE_ARGS instead.
* s/CONFIGURE/CONFIGURE_ENV/
* Use USE_PYTHON instead of manually specifying python as BUILD_DEPENDS and
RUN_DEPENDS.
* CATEGORIES should be overridable for its slave ports.
Submitted by: knu (aka Mr. Ruby :-))
2000-09-26 15:25:40 +00:00
Ade Lovett
be2cada2b9
Update to 1.83, with chat feature disabled by default.
...
Maintainer switch from ports@FreeBSD.org
PR: 21553
Submitted by: new maintainer <jhp@cocoja.holywar.net>
2000-09-26 14:53:16 +00:00
Ade Lovett
85abfe1718
New maintainer (from ports@FreeBSD.org).
...
Update to 1.5pl9 had already been carried out by foxfair
PR: 21552 (in part)
Submitted by: new maintainer <jhp@cocoja.holywar.net>
2000-09-26 14:50:36 +00:00
David E. O'Brien
65c130b906
Style updates:
...
* The use of MAKE_FLAGS is obsolete. It should use MAKE_ARGS instead.
* s/CONFIGURE/CONFIGURE_ENV/
* Use USE_PYTHON instead of manually specifying python as BUILD_DEPENDS and
RUN_DEPENDS.
* CATEGORIES should be overridable for its slave ports.
Submitted by: knu (aka Mr. Ruby :-))
2000-09-26 14:48:33 +00:00
Ade Lovett
f801728810
Use MASTER_SITE_GNU
...
PR: 21547
Submitted by: maintainer
2000-09-26 14:46:24 +00:00
Maxim Sobolev
cd82b113e9
Let the user-defined CLASSPATH environment variable to take precedence
...
(important when OpenJIT used).
2000-09-26 13:11:53 +00:00
Maxim Sobolev
0a4a167d0a
- Update to 0.6.7;
...
- use USE_RUBY.
Submitted by: knu
2000-09-26 13:06:30 +00:00
Maxim Sobolev
7de588fb9a
Add openjit - a high-performance reflective Java Just-In-Time (JIT) bytecode
...
compiler.
2000-09-26 13:04:30 +00:00
Thomas Gellekum
4d27f73f4f
New port openal, a 3D sound library.
2000-09-26 12:12:49 +00:00
Thomas Gellekum
22d7e4fb58
s/python/${PYTHON_CMD}/g
2000-09-26 11:50:16 +00:00