Commit Graph

21 Commits

Author SHA1 Message Date
Mario Sergio Fujikawa Ferreira
75ad5febcb Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:29:38 +00:00
Pete Fritchman
a669a8eef3 Fix build. (needs -L${X11BASE}/lib in LDFLAGS)
PR:		30944
2001-11-10 11:17:09 +00:00
Pete Fritchman
1d3a021b7d Fix compilation (need more includes and an explicit -lX11)
Noticed by:	bento
2001-10-05 04:31:06 +00:00
Brian Somers
65c8c0e5a0 fetch's -b option has been depricated. 2001-08-20 08:42:40 +00:00
Mikhail Teterin
efc733172c Fix a blaringly obvious bug: should be ``info exists env(MAIL)'', not
``info exists $env(MAIL)''.
2001-03-06 04:53:05 +00:00
Mikhail Teterin
e5288cec9f Forgot to add this hand-crafted config.h in my previous commit. 2001-02-13 00:42:54 +00:00
Mikhail Teterin
0be247304a Redo the postilion port:
- Don't use the imap library that comes with it --
	  use the cclient port. Don't even extract it.
	- Don't bother patching configure and Makefile.in(s) --
	  use a local Makefile.
	- Use the latest TCL/TK 8.3. This port does not provide
	  any loadable packages, so I chose not to use tclstubs, but link
	  with libtk and libtcl directly.
	- Remove the tkstep cruft -- it was commented out since forever.
	- Finally fix the options.tcl -- the env(MAIL) logic was backwards.

To do: add support of Cyrillic charsets (koi8-u,
koi8-r). Currently has to be done by providing one's own
${LOCALBASE}/lib/postilion/postilionrc. Revisit installation of the
documentation. The existing port continues to ignore it completely.
2001-02-13 00:42:11 +00:00
Jimmy Olgeni
1be0301128 Spaces->tabs in the mail category.
(I know, I look boring and pedant :o)
2001-02-05 15:11:27 +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
Will Andrews
33539b9eca MAINTAINER change: gljohns@bellsouth.net -> ports@FreeBSD.org.
PR:		18815
Submitted by:	MAINTAINER
2000-05-25 19:43:44 +00:00
Chris Piazza
28849e36e9 Update to use PORTNAME/PORTVERSION 2000-04-13 20:01:08 +00:00
Michael Haro
7142ea07fc update to version 0.9.3c
PR:		17204
Submitted by:	Adam Kranzel <shade@dnai.com>
2000-04-01 02:05:18 +00:00
Steve Price
281d8a6fec Update to use Tcl/Tk version 8.2. Commented out the STEPIFY stuff for
now since we don't have tkstep82 yet.
1999-12-10 15:47:30 +00:00
Steve Price
ec1b2d16ed The tiff port now lives in ports/graphics/tiff. 1999-09-07 10:45:31 +00:00
David E. O'Brien
f3a9c6c81e Change Id->FreeBSD. 1999-08-25 06:51:17 +00:00
Tim Vanderhoek
a48bc2f5ee Fix instances of "This is ...." 1999-07-03 09:31:52 +00:00
Tim Vanderhoek
dd9ff05a6a Commit #3/4 to enforce caps, no period.
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.

As promised,

$ time cvs ci
real    67m51.701s
user    0m1.250s
sys     0m5.345s
1999-06-26 19:12:45 +00:00
Thomas Gellekum
8acea7e34e Fix tkConfigStep.sh location.
PR:             11530
Submitted by:   Glenn Johnson <gljohns@bellsouth.net>
1999-05-06 09:33:16 +00:00
Michael Haro
c7a56e9c3e Add (prepare to be shocked) WWW: 1999-05-03 05:50:38 +00:00
Satoshi Taoka
291beb8efb Update to version 0.9.2
Get tkstep being optional

Noticed by:	maintainer (who sent me the e-mail including the diff)
1999-04-22 16:35:48 +00:00
Satoshi Taoka
9faebf2bb2 Postilion is a mail client derived from tkRat that has a NeXt style interface
PR:		10271
Submitted by:	Glenn Johnson <gljohns@bellsouth.net>
1999-04-17 04:52:04 +00:00