Commit Graph

45 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
Satoshi Asami
a812364b49 Do not gratuitously change manpage directory ownerships.
Submitted by:	bento
2000-08-13 07:58:02 +00:00
Daniel Eischen
4d07c034bb Make xmcd compile and build on the Alpha.
Submitted by:	Mark Abene <phiber@radicalmedia.com>
2000-05-06 12:46:13 +00:00
Michael Haro
bcd8ffd9d0 update with the new PORTNAME/PORTVERSION variables 2000-04-08 21:25:03 +00:00
Daniel Eischen
ea74271d35 Upgrade to latest release (xmcd-2.6).
This still fails to build correctly on -current since the /usr/libexec/cpp
fiasco -- old versions of imake still use /usr/libexec/cpp instead of
gcc -E.  If you don't have a fixed version of imake, a quick fix to get
around this is to set IMAKECPP=/usr/bin/cpp in your environment before
make'ing this port.

Note that the port builds without errors if you don't have the correct
version of imake, but FREEBSD_CAM will not be defined and xmcd will use
the ioctl method which hasn't worked since 3.0.
2000-02-23 03:40:40 +00:00
Michael Haro
4e6183d00e WWW moved 2000-02-14 22:48:10 +00:00
Michael Haro
6ba32b931f fix some pkg/MESSAGE stuff 2000-01-29 20:01:39 +00:00
Steve Price
c6e521dcbf Make this port ARCH-neutral. 1999-09-27 01:56:48 +00:00
David E. O'Brien
78ab65a396 Change Id->FreeBSD. 1999-08-25 04:36:31 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Daniel Eischen
50e17fcabc The xmcd author released an updated version of xmcd-2.5 that
incorporated what was in patch-af.  Removed patch-af and
updated md5 to fix breakage caused by this release.

Breakage reported by: jkh
1999-07-05 03:33:05 +00:00
Steve Price
05ad85463e Add a couple of missing files from upgrade to 2.5.
Noticed by:	msmith
1999-06-27 20:20:29 +00:00
Tim Vanderhoek
748713c3f6 As threatened, enforce the "Capital, no period" rule. Ellipses are
permitted.  Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
1999-06-26 17:19:19 +00:00
Thomas Gellekum
5780b36964 Give up root temporarily to read user's .Xauthority.
PR:		11887
1999-05-26 07:08:19 +00:00
Steve Price
7eaecb38a1 Update to version 2.5.
PR:		11693
Submitted by:	maintainer
1999-05-16 23:37:37 +00:00
Tim Vanderhoek
6cfb5d6bb8 Wisten, to the SWwound, of a Whole new WOO
[CheeriWOs!]
Wisten, to the SWwound, of a Whole new WOO

[CheeriWOs!]

[ie. Add WWW:, and periodic misc legibalizificatings]
1999-05-02 21:31:59 +00:00
Steve Price
168c276e3a Let bsd.port.mk handle compressing the manpages.
PR:		10055
1999-02-22 03:27:30 +00:00
Matthew Hunt
5bf1fd51b2 Correct version number in comment. 1999-01-08 22:53:25 +00:00
Steve Price
b9a9901e56 Honor CFLAGS.
PR:		9234
Submitted by:	Sheldon Hearn <axl@iafrica.com>
1999-01-02 19:47:10 +00:00
SADA Kenji
a106e2e081 To decide the configuration files' directory affecting ${PREFIX}.
PR:	ports/8972
Submitted by:	gpalmer@FreeBSD.ORG
1998-12-05 22:28:44 +00:00
Matthew Hunt
767690825b Upgrade to 2.4. This release includes CAM compatibility.
PR:		8616
Submitted by:	Daniel Eischen <eischen@vigrid.com>
1998-11-11 00:30:42 +00:00
Kenneth D. Merry
0ce4ba886f Add CAM support to xmcd. This patch makes xmcd autodetect a CAM system,
and use the appropriate SCSI interface code.

This patch has been sitting around for 3 weeks, and no one committed it, so
I thought I'd commit it before the ports freeze tomorrow.

xmcd-2.3pl1 will have native CAM support, but since it looks unlikely it'll
be out before tomorrow, we'll have to go with the "unofficial" CAM patch.

PR:		ports/7957
Submitted by:	maintainer ("Daniel M. Eischen" <eischen@vigrid.com>)
1998-10-09 23:59:18 +00:00
Satoshi Asami
a85146a9e1 Two manpages (out of four) are installed uncompressed in this port. So,
compress them in post-install: so compress-man can DTRT.
1998-08-31 06:56:59 +00:00
Tim Vanderhoek
a6859c85ab Back-out (I think I did this the hard way) the previous rev.
In retrospect, I should have suspected something was strange, but I
still have no idea _why_...  Apparently half of the manpages in this
port are installed compressed.  I think this is because the port tries
to mix Imake with its own installation script.  I'll have to figture-out
for sure some day.
1998-08-31 03:27:26 +00:00
Tim Vanderhoek
e5af0f3083 For some reason two manpages were missing from the MANx variables. 1998-08-28 23:53:04 +00:00
Tim Vanderhoek
5ce471585e Please don't copy straight from manpages without at least
reformatting it to looks reasonable in pkg/DESCR (eg. remove
justification).

Add homepage.
1998-08-28 23:51:31 +00:00
Satoshi Asami
d211d15440 These ports install uncompressed manpages even though USE_IMAKE is
set, so mark them with MANCOMPRESSED=no.  Note that this requires the
new bsd.port.mk that is not committed yet (going through final tests,
will be committed in a few hours).
1998-08-25 00:44:33 +00:00
Satoshi Asami
54c2cde57b Oops, forgot to commit this. 1998-08-13 01:49:49 +00:00
Satoshi Asami
95b3265427 Make this port non-interactive. The configuration script is
installed under ${PREFIX} for package users anyway.  Also minor
cleanup of PLIST to get rid of warnings, and delete one non-existent
file.

Submitted by:	Brett Taylor <brett@peloton.physics.montana.edu>
                (the non-interactiveness part.)
1998-08-13 01:44:17 +00:00
Matthew Hunt
8de3a0c3c1 Spelling and grammar police. This commit brought to you by the
letter "A".
1998-08-04 02:24:27 +00:00
Matthew Hunt
37782d1274 Upgrade to 2.3. Also split patch-aa so that each patch affects only
one file.  Version 2.3 adds an interface to web browsers (Netscape
and Mosaic), a smaller-format window in addition to the traditional
window, and "tool tips" that pop up over the buttons.
1998-05-27 03:07:08 +00:00
Steve Price
3001718853 Update the checksum as suggested by the maintainer of this port.
PR:		5474
Submitted by:	Daniel Eischen <deischen@iworks.InterWorks.org>
1998-01-10 17:37:03 +00:00
Thomas Gellekum
344b3b9d0c Upgrade to 2.2.
PR:		4490
Submitted by:	"Daniel M. Eischen" <deischen@iworks.InterWorks.org>
1997-09-08 13:20:16 +00:00
Masafumi Max NAKANE
a97919b703 The distfile has been changed.
PR:		3203
Noticed by:	Frank Seltzer <frankd@Kryten.nina.org>
1997-04-25 22:32:06 +00:00
Satoshi Asami
ad605f5aaa Only ask essential questions (i.e., don't ask if it's ok to put the
binary in /usr/X11R6/bin, if that's not ok, 400 ports will break anyway).

Submitted by:	"Daniel M. Eischen" <deischen@iworks.InterWorks.org>
1996-12-04 11:06:05 +00:00
Torsten Blum
d69aff6967 Upgrade to 2.1 1996-11-29 23:39:59 +00:00
Satoshi Asami
83e5fd3ee1 Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 09:56:45 +00:00
David E. O'Brien
b34c0ce686 CATAGORIES+= -> CATAGORIES=
Added MAINTAINERS to many of them.
1996-11-15 23:14:56 +00:00
Satoshi Asami
20b6854756 New checksum, file updated without name change.
Submitted by:	"Daniel M. Eischen" <deischen@iworks.InterWorks.org>
1996-07-10 09:39:45 +00:00
Satoshi Asami
c310219cca Upgrade, 1.4 -> 2.0. Also modified to conform to our new Motif
standards to allow shared and static linkage.

Submitted by:	Daniel M. Eischen <deischen@iworks.InterWorks.org>
1996-04-11 08:47:10 +00:00
Satoshi Asami
8d0b3696d3 Fix multi-line comments. Thanks, Jordan!
Pointed-out by:	jkh
1995-05-16 09:00:13 +00:00
Satoshi Asami
02e84c27a6 Updating Makefiles, audio ports. 1995-04-11 19:46:58 +00:00
Jordan K. Hubbard
ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Andreas Schulz
27e024609d Change an absolute reference to X11 from /usr/X11R6 to ${X11BASE}. 1995-03-19 18:22:38 +00:00
Jordan K. Hubbard
9da8f39269 xmcd 1.4
Submitted by:	Gennady Sorokopud <gena@netvision.net.il>
1995-02-17 10:53:08 +00:00