Commit Graph

21 Commits

Author SHA1 Message Date
Satoshi Asami
7112ba2b40 Change motif to a normal dependency. REQUIRES_MOTIF is now called
USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif.  As
before, it implies USE_XPM (and therefore USE_XLIB).  Motif-dummy is
removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.

Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always
have USE_MOTIF.  ftp/moxftp will define USE_MOTIF unless
WANT_ATHENA_VERSION (new variable) is defined.  I merged the X cases
in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined.

I will remove x11-toolkits/Motif-dummy (which has been repo copied to
open-motif) in a few days.
2000-11-07 23:28:20 +00:00
Michael Haro
0f29953274 portname/portversion update 2000-04-14 00:25:54 +00:00
Chuck Robey
b8e96f5a67 Oops, fix a path goof in the man page installation. 1999-10-04 04:06:20 +00:00
Chuck Robey
c7218db3fd fixed the MOTIFLIB support, and added the manpages for cextract.
If you install thoteditor, and you write C codee, make a point of
reading the cextract man page.

Pointed out by: Satoshi
1999-10-04 03:58:46 +00:00
Chuck Robey
9bd6844b10 I forgot the shell wrapper. 1999-09-27 16:43:39 +00:00
Chuck Robey
141629beba Finally fix all parts of thoteditor. 1999-09-27 16:40:53 +00:00
Chuck Robey
0c40256e78 Just noticed it's not initializing right, I set it BROKEN again, sorry. 1999-09-25 18:48:27 +00:00
Chuck Robey
84ce7f54e5 Finally fix thoteditor. This doesn't install the libthot stuff anymore,
because this thing was *so* busted in build, I figured it wasn't worth
the huge extra work to get it into shared form anyhow.  If someone
wants the libthot stuff, they should port that separately, it has it's
own distfile anyhow.
1999-09-25 18:05:59 +00:00
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
Satoshi Asami
0dac6d3a9f checkr just volunteered to take care of this port. 1999-09-21 04:57:21 +00:00
David E. O'Brien
9a9ac6ba9d Change Id->FreeBSD. 1999-08-25 05:57:29 +00:00
Tim Vanderhoek
d6083f4e6e Would it be considered sacriligious to change all of the 'K's in
Kirk McKusick, Keith Bostic, and J. Karels into 'W's,
representing WWW:?  Probably.  Better not risk it.  :)
1999-05-02 22:03:30 +00:00
David E. O'Brien
f1fda1b9bc Mark BROKEN -- majorly FUBARed. 1999-04-24 22:53:25 +00:00
Steve Price
139ea1d1f0 Finish updating this port.
Submitted by:	Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
1999-03-08 21:19:01 +00:00
David E. O'Brien
198170f45b upgrade to 2.1e
(with 7 min to spare. :-))
1999-02-12 23:52:50 +00:00
Satoshi Asami
5114e2637e Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.

The fix here is one of the following.

(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
    EXTRACT_* commands.

(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
    calling the "tar" command (i.e., arguments like "-xzf" are spelled
    out).

(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
    add ${EXTRACT_AFTER_ARGS} to the command line as well.

(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
    is set, define the other two too.
1999-02-03 11:12:01 +00:00
Bill Fenner
a75321c860 Remove a couple of MASTER_SITES. This port still needs to be upgraded
from 2.1b to 2.1e.

 ftp.uni-paderborn.de - empty directory "thot"
 ftp.cs.itu.edu.tr - no such directory "Linux"
 ftp.cnti.chel.su - no such directory "pub"
1999-01-30 01:48:43 +00:00
Justin M. Seger
fba170fda3 Add ${PREFIX}/share/thot/doc and add missing @dirrms to PLIST
PR:	ports/5158
1998-12-21 21:08:12 +00:00
Chuck Robey
9294836028 Fix thot's Makefile, MASTER_SITES were wrong. I added a whole lot of them.
Thanks for the tipoff, Satoshi.
1997-09-17 04:46:56 +00:00
Satoshi Asami
1f91eef6e6 The Id line is spelled "$Id$", not "$Id:". Move EXTRACT_ONLY down. 1997-09-17 03:23:35 +00:00
Chuck Robey
bb9f18e4d2 New editor, based on the Opera team server.
Submitted by:	Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
1997-09-13 20:16:45 +00:00