1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
Commit Graph

21 Commits

Author SHA1 Message Date
Kris Kennaway
e088a4f458 Update all ports using OpenSSL and RSA to work without rsaref since
it is no longer required. Apologies to the various maintainers whom I
did not yet hear back from, but the ports freeze is coming up in a few
hours and I will be verifying all of these ports on a 4.1 machine
myself to catch any problems.
2000-09-22 01:59:06 +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 D. Faulhaber
02e7112da4 Remove all installed directories
Noticed by:	bento
2000-07-14 12:35:13 +00:00
Jeremy Lea
877b8a533b Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:18:05 +00:00
Michael Haro
343c80d542 PORTNAME/PORTVERSION stuff 2000-04-12 05:31:29 +00:00
Kris Kennaway
027f59c9d8 Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
have time to maintain them.

Approved by:	andy
2000-03-29 07:19:16 +00:00
Kris Kennaway
7f4d9a06ca USE_OPENSSL
Submitted by:	Jim Bloom <bloom@acm.org>
Approved by:	Maintainer
2000-02-15 07:25:53 +00:00
Chris Piazza
cf0e3a4294 allow definition of NO_X11 to compile without xpm/gtk
PR:		16046
Submitted by:	Phil Homewood <philh@mincom.com>
2000-01-11 00:20:07 +00:00
David E. O'Brien
9a9ac6ba9d Change Id->FreeBSD. 1999-08-25 05:57:29 +00:00
Chris Piazza
262380ef36 Add patch-ac, which I forgot to cvs add when I upgraded pavuk to pl18 1999-08-05 09:10:13 +00:00
Chris Piazza
b8e020f661 Fix a typo in the makefile, it was doing ${MKDIR} share/... instead
of ${MKDIR} ${PREFIX}/share and  update to pl 18.
1999-08-05 04:03:44 +00:00
Satoshi Asami
779e91cb05 Change "net" -> "ftp". 1999-08-02 10:44:03 +00:00
Chris Piazza
daedfcfdcc Make a few directories before installing data into them.
PR:		12715
Reported by:	Andrew <andrew@ugh.net.au>
1999-07-24 03:44:30 +00:00
Chris Piazza
8a7b1f60ce Update to pl15.
PR:	12384
Submitted by:	maintainer
1999-06-25 16:45:46 +00:00
Michael Haro
57512f6501 update to p113
PR:		11749
Submitted by:	Chris Piazza cpiazza@home.net
1999-05-19 19:47:49 +00:00
Seiichirou Hiraoka
580e96409d Update to 0.9.12
PR: ports/11528
Submitted by: cpiazza@home.net
1999-05-06 14:04:39 +00:00
Seiichirou Hiraoka
6e127853a7 Update to 0.9pl11
PR: ports/11496
Submitted by:  cpiazza@home.net
1999-05-05 14:03:29 +00:00
Michael Haro
b6fff4a902 Update to pl9, and now use gtk12
PR:		11273
Submitted by:	Chris Piazza <cpiazza@home.net>
1999-04-22 08:01:58 +00:00
Steve Price
ed084dab48 Update to version 0.9pl5.
PR:		10222
Submitted by:	Michael Haro <mharo@area51.fremont.ca.us>
1999-03-15 01:50:17 +00:00
Satoshi Asami
b8bdf98309 gtk11 library is called gtk11, not gtk. 1998-12-22 08:22:08 +00:00
Bill Fumerola
c517d4abf6 Pavuk is a HTTP, FTP and Gopher mirroring tool.
What this program does :

   - recursive HTTP , HTTP over SSL , FTP and Gopher document retrieving
   - synchronizing retrieved local copies of document with remote
   - partial content retrieving on servers which suppots it (FTP and HTTP/1.1)
   - follows moved documents
   - supports "robots.txt" standart
   - supports HTTP and FTP proxy server
   - supports HTTP authentification
   - shows document tree
   - have interface to "at" command for scheduling
   - have X-windows user interface (built with own widgets based on plain Xt)
   - may be built with or without X-windows user interface
   - can handle setup files

PR:		ports/6085
1998-12-16 22:37:40 +00:00