Commit Graph

33 Commits

Author SHA1 Message Date
Mike Heffner
ad149bc78e Revert last commit and fix for libtool. Also add optional esound support.
Submitted by:	Pete Fritchman <petef@databits.net> (esound support)
2001-07-08 15:37:17 +00:00
Mike Heffner
c2b06a0e24 This port doesn't use libtool so remove the check for it.
Noticed by:	bento
2001-07-06 00:30:50 +00:00
Mike Heffner
b72c39c559 Upgrade Xfmail to version 1.5.0. Also, take over maintainership as the
original maintainer has not responded to emails and this port is very old.

PR:		ports/28397
Reviewed by:	Duncan Barclay <dmlb@dmlb.org> (original patches)
Patches fixed by:	dwcjr
2001-07-03 01:20:09 +00:00
David W. Chapman Jr.
2463e32518 Update MASTER_SITE
PR:		27910
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2001-06-19 15:50:00 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
Chris Piazza
28849e36e9 Update to use PORTNAME/PORTVERSION 2000-04-13 20:01:08 +00:00
Jose M. Alcaide
e08840029e "Dead key" support added. 1999-11-14 12:03:54 +00:00
Jose M. Alcaide
d271c8f353 Update to xfmail 1.4.0 1999-11-13 18:47:50 +00:00
Chris Piazza
c7acd93f88 Update to xfmail 1.3.1 1999-09-04 06:19:43 +00:00
David E. O'Brien
f3a9c6c81e Change Id->FreeBSD. 1999-08-25 06:51:17 +00:00
Steve Price
593990a1e7 The xforms ports is no longer an i386-only port. 1999-06-08 22:15:15 +00:00
Hidetoshi Shimokawa
ec8a4e66c1 Added 'ONLY_FOR_ARCHS=i386' to XForms dependent ports.
XForms has not been available for FreeBSD/alpha yet.
1999-01-07 08:19:57 +00:00
Bill Fumerola
80ec5b25dc Remove the xforms induced "BROKEN_ELF" as xforms has been upgraded so it
works with ELF.

Also: Update xldlas's MASTER_SITE_SUBDIR as sunsite evidently restructured
in May according to Fenner's survey.
1998-12-07 20:46:40 +00:00
Steve Price
5d04b9652f Mark broken for ELF because of xforms port. 1998-09-26 23:18:10 +00:00
Satoshi Asami
081079e0db Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
1998-09-17 00:33:02 +00:00
Satoshi Asami
03d5b496f6 libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
1998-09-15 11:13:39 +00:00
Tim Vanderhoek
751f2992ec Remove more manpages, as part of the great manpage removal project. 1998-08-17 05:19:34 +00:00
Satoshi Asami
5264cbceb5 Fix up dependencies for ports that moved into the x11-toolkits category. 1998-08-07 23:56:56 +00:00
Satoshi Asami
ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00
Steve Price
0498d43cd4 Update to version 1.3.
PR:		7168
Submitted by:	Jonathan Hanna <pangolin@rogers.wave.ca>
1998-07-05 23:44:45 +00:00
John Polstra
e287f5d19d Update to xfmail-1.2 from 1.1. I started with the port submitted
by the xfmail author, but made a number of changes.

PR:		closes ports/5379
Submitted by:	gena@NetVision.net.il
1998-01-10 18:37:05 +00:00
Andreas Klemm
3551cddd92 - Update port to version 1.1
- Make link process work by adding correct dependency in Makefile
  the unmodified Makefile.FreeBSD didn't build libcompface in ../compface
- The WWW page claims, that you need at least the xforms 0.86 lib, so
  I specified the library dependency in port's Makefile more specific.
- Well, since I spent some work on it ... I'll maintain the port in the
  future.
1997-06-22 10:46:36 +00:00
Andrey A. Chernov
de75a16ad7 Upgrade to 1.0 1997-01-10 04:59:26 +00:00
Satoshi Asami
c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00
David E. O'Brien
a107548d6a Convert to use MAN[1-8LN] 1996-11-17 07:42:58 +00:00
David E. O'Brien
ad74428818 CATEGORIES+= --> CATEGORIES=
And clean up variable ordering (as shown in the handbook) as little.
1996-11-10 21:32:56 +00:00
Satoshi Asami
95137d2010 Oh my goodness! Satoshi is finally fed up and decided to "clean up"
all the COMMENTs!  No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.

Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)

Phew!  238 ports modified!
1996-10-10 05:05:35 +00:00
Satoshi Asami
42b70a7d3c Upgrade (0.3 -> 0.4) from author. He says it contains some major
bugfixes.

Submitted by:	Gennady Sorokopud <gena@NetVision.net.il>
1996-07-12 11:52:01 +00:00
Satoshi Asami
be33f1384f Upgrade, 0.3b -> 0.3. Also added checksum.
Submitted by:	Gennady Sorokopud <gena@NetVision.net.il>
1995-11-22 04:59:59 +00:00
Satoshi Asami
2b5303402e Change name of dependency, forms -> xforms.
Submitted by:	Gennady Sorokopud <gena@NetVision.net.il>
1995-10-05 12:36:18 +00:00
Satoshi Asami
f8594be75e Cleanup. Reorder things according to standard, change
"PREFIX=/usr/X11R6" to "USE_X11=yes".
1995-10-03 06:51:55 +00:00
Jordan K. Hubbard
929931d3f4 xfmail 0.3-BETA port
Submitted by:	Gennady Sorokopud <gea@NetVision.net.il>
1995-10-03 01:20:06 +00:00