1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
Commit Graph

21510 Commits

Author SHA1 Message Date
Chuck Robey
2c344b40d3 This is still badly broken, but this fixes the worst bugs (at least it
gets started, the lib part compiles now).  Chief problems were that
the configure script was looking for thot in an archive named Thot, and
the configure script requires all enables/disables, withs/withouts
to be explicitly laid out, else there's a ream of sed errors.
Oh, yeah, the WRKSRC had to be explitly created too.
1999-09-22 04:36:58 +00:00
Brian Feldman
2a84888391 I am not actually MAINTAINER. 1999-09-22 04:06:50 +00:00
Satoshi Asami
fec28e384a (1) x11-toolkits/qt2 -> x11-toolkits/qt201
Submitted by:	many people

(2) Surround the perl describe target with an echo ``.  We'll see if
    it will help with the index corruption problems.

(3) Manpage handling fix to avoid command line too long errors for
    ports with a lot of manpages.
Submitted by:	hoek
1999-09-22 01:04:30 +00:00
Satoshi Asami
e8e78d7877 Call bothlogs. 1999-09-22 01:00:46 +00:00
Satoshi Asami
e25ec83995 A small script to generate a list of logs that are in both 3-stable
and 4-current.
1999-09-22 01:00:31 +00:00
Satoshi Asami
c1eecfce5a Put build logs in "archive/buildlogs" and make a symlink to it. 1999-09-22 00:59:47 +00:00
Satoshi Asami
84768fa69e Another case for compiler error. 1999-09-22 00:58:48 +00:00
Satoshi Asami
1ef91d42b2 Run chflags if rm -rf of chroot dir fails -- some port may have
left some schg junk around.
1999-09-22 00:58:26 +00:00
Satoshi Asami
1ba68ec84e Run Xvfb if it exists and set DISPLAY accordingly. This helps ports
that require xrdb and other inane stuff during build.
1999-09-22 00:57:02 +00:00
Satoshi Asami
9db5045e1b Use a find | xargs perl command in post-patch to replace the -lXm's
with ${MOTIFLIB}'s in all Makefile.in's.  (The substitution pattern
will only work for -lXm's in the middle of a line but since it
requires other libraries, I guess that's ok.)
1999-09-22 00:28:10 +00:00
Jacques Vidrine
39a855294d Update 2.1b2 -> 2.1b3 and unbreak. Point MAINTAINER to Karl Dietz
<karl.dietz@triplan.com>.

PR:		ports/12999, ports/13654
Submitted by:	Karl Dietz <karl.dietz@triplan.com>
1999-09-21 22:37:13 +00:00
Dirk Froemberg
d480afe56a Remove stale MASTER_SITE. 1999-09-21 18:54:00 +00:00
Dirk Froemberg
e36ba6361b Remove mysqltutor. 1999-09-21 18:42:11 +00:00
Marcel Moolenaar
ed1e6e1e53 While I'm at it, fix the display of errno by taking the absolute value of it. 1999-09-21 18:28:06 +00:00
Dirk Froemberg
eecefed724 Update WWW: url. 1999-09-21 17:52:35 +00:00
Dirk Froemberg
c67af0879f Add trailing slash to WWW: url. 1999-09-21 17:49:57 +00:00
Bill Fumerola
f1982ba8b7 Fix distfile fennerage.
Respect CFLAGS.
Quiet the build a bit.
1999-09-21 17:24:12 +00:00
Chris Piazza
a06df1ef1f Host this distfile locally, both the old and the new MASTER_SITES
for this port are gone.
1999-09-21 17:21:35 +00:00
Marcel Moolenaar
95f42a9f6c Fix breakage of linux_kdump after the alignment of syscall arguments by
dt@FreeBSD.org. Aligning the arguments caused linux_kdump to shift the
arguments one to the right (ie argument 2 was showed as argument 1). Needless
to say that such a trace is not very usefull...

Change the package version to 1.3
1999-09-21 16:38:59 +00:00
Shigeyuki Fukushima
cd5984664a Activate skk10-elisp-emacs20. 1999-09-21 14:46:55 +00:00
Jean-Marc Zucconi
53d57b519c Use @exec/@unexec pairs for symlinks to directories. This should fix
errors with pkg_delete.
1999-09-21 14:29:02 +00:00
Shigeyuki Fukushima
ca64eff63b Emacs-lisp frontend for SKK-10 Japanese Input Method. 1999-09-21 13:34:46 +00:00
Shigeyuki Fukushima
1b3742fb6d Add my web site to ${MASTER_SITES}. 1999-09-21 12:52:41 +00:00
Satoshi Asami
cf0b330e89 Add Xvfb, we could use it to build packages. 1999-09-21 12:34:45 +00:00
Satoshi Asami
578b269d65 These ports are building now, so take out BROKEN_ELF. 1999-09-21 10:11:25 +00:00
Satoshi Asami
90848921b0 This one is not BROKEN_ELF anymore. 1999-09-21 09:50:44 +00:00
Satoshi Asami
24a4be3ba5 Mark this broken, the new gd has no gif support. 1999-09-21 09:36:02 +00:00
Satoshi Asami
fb1e4a901e Mark this broken, doesn't build on either 3-stable or 4-current with
a message like the one below:

===
g++ -c -O -pipe -I/usr/include/g++-include -I. -I/usr/local/include/pccts  -o cccc.o cccc.cpp
cccc.cpp: In method `void CParser::start(class ASTBase **)':
cccc.cpp:47: `zzTracePrevRuleName' undeclared (first use this function)
cccc.cpp:47: (Each undeclared identifier is reported only once
cccc.cpp:47: for each function it appears in.)
 :
===

My guess is that this one was left behind after the pccts upgrade.
1999-09-21 09:35:06 +00:00
Dirk Froemberg
be51fcc1e0 Upgrade to 0.35 with some additional PLIST sorting by me..
PR:		ports/13726
Submitted by:	Dominik Brettnacher <domi@saargate.de> (maintainer)
1999-09-21 08:41:52 +00:00
Satoshi Asami
8c3d3a3494 Hm...seems the broken-ness is confined to 4-current now.
sampling.c: In function `UnitCirclePoint':
sampling.c:116: syntax error before `/'
sampling.c:116: warning: integer overflow in expression
sampling.c:116: syntax error before `)'
sampling.c:118: syntax error before `/'
sampling.c:118: warning: integer overflow in expression
sampling.c:118: syntax error before `)'
sampling.c:122: syntax error before `/'
sampling.c:122: warning: integer overflow in expression
sampling.c:122: syntax error before `)'
sampling.c:123: syntax error before `/'
sampling.c:123: warning: integer overflow in expression
sampling.c:123: syntax error before `)'
*** Error code 1
1999-09-21 07:22:40 +00:00
Satoshi Asami
0dac6d3a9f checkr just volunteered to take care of this port. 1999-09-21 04:57:21 +00:00
Satoshi Asami
54f7339e5f This port doesn't build because texindex is missing. Note that.
(Take out BUILD_DEPENDS=texindex:${PORTSDIR}/print/teTeX, teTeX doesn't
include texindex anymore.)
1999-09-21 02:44:08 +00:00
Chris Piazza
dc8e81c82e Add trailing / to end of a MASTER_SITE 1999-09-21 02:21:10 +00:00
Chris Piazza
782f100a74 Update to version 0.51.3.1 1999-09-21 02:19:41 +00:00
Satoshi Asami
81d59bc3c0 Add BUILD_DEPENDS to emacs, it's required for building. 1999-09-21 02:15:06 +00:00
Satoshi Asami
714c62a70e Fix BUILD_DEPENDS line, netpbm installs under ${X11BASE}. 1999-09-21 01:55:37 +00:00
Chris Piazza
82d344213e Oops, the last commit was:
PR:		13864
Submitted by:	maintainer
1999-09-21 01:00:56 +00:00
Chris Piazza
3be46b8e12 Update to version 0.61.0 1999-09-21 00:59:38 +00:00
Satoshi Asami
de0f766a70 Shared libgtk is gtk12.2, not gtk12.1. 1999-09-20 22:53:53 +00:00
David E. O'Brien
c60dbe4b55 Don't depend on GNU share+unshare to extract the distfile. Sed trickery
is lighter weight.

Increase the granularity of the statistics.  Rounding to whole msec isn't
accurate enough on a LAN.
1999-09-20 20:18:07 +00:00
Jean-Marc Zucconi
7e2dad2edc Upgrade to version 3.9 1999-09-20 18:47:30 +00:00
Matthew Hunt
07ffec94b1 Import of gxanim 0.45, a Gtk front-end to xanim.
PR:		13707
Submitted by:	Rod Taylor <rod@idiotswitch.org>
1999-09-20 18:41:15 +00:00
Matthew Hunt
58239cba7f Activate gxanim. 1999-09-20 18:40:40 +00:00
Sheldon Hearn
5d967e7c1c Activate p5-Apache-Radius 1999-09-20 18:30:56 +00:00
Sheldon Hearn
85298d3fde Import p5-Apache-Radius, a loadable mod_perl module which provides
RADIUS authentication capabilities to the Apache web server.
1999-09-20 18:28:18 +00:00
Satoshi Taoka
3caefb27c8 Missed a program, ert, to print for remote EPSON printer.
PR:		13859
Submitted by:	maintainer
1999-09-20 14:36:11 +00:00
R. Imura
6f9612960a The place of qt2 include files is changed. 1999-09-20 14:18:20 +00:00
R. Imura
975cf3c5f7 The place to install header files is changed.
include/X11/qt2 -> include/qt2

Suggested by:	Andrey Zakhvatov <andy@cgu.chel.su>
1999-09-20 14:15:20 +00:00
Stefan Eßer
61ac99eedc Update to KDE-1.1.2 1999-09-20 13:32:27 +00:00
Dirk Froemberg
6c463f1aa6 Upgrade to 1.8a29.
From AN-1.8a29:
"removed a bug that caused an endless loop if a TEAC-CDR 50 /55
was present without a media.
This bug has been introduced when tryint to find a workaround
for a bug in the Ricoh 7040 firmware."
1999-09-20 10:34:41 +00:00