Commit Graph

202 Commits

Author SHA1 Message Date
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
Jun Kuriyama
c326d507a1 Remove empty directories.
Submitted by:	bento
2000-08-02 03:32:08 +00:00
Jun Kuriyama
af8dd910df Distfile is changed without version number bump. Differences are
(1) Remove some comments.
  (2) Add files for Windows environment (win.c)
2000-08-01 09:47:08 +00:00
Jun Kuriyama
8f250e04e3 Ignore this port if distfile is not in $DISTDIR.
Submitted by:	bento
2000-08-01 09:39:00 +00:00
Dirk Froemberg
72df31be67 Upgrade to 2.04.
Submitted by:	roberto
2000-07-27 06:46:49 +00:00
Josef Karthauser
a8df46f681 Upgrade to version 2.58. (Force commit on files/md5, which I updated
separately without bumping the version number.)
2000-07-13 21:55:02 +00:00
Josef Karthauser
73187840e6 Rebuild the md5 checksum as per a request from Rich Wood <rich@dynamite.org>.
PR:	ports/19769
2000-07-13 20:38:24 +00:00
Akinori MUSHA
081fe7afe1 Correct BUILD_DEPENDS. 2000-07-13 06:49:23 +00:00
Ade Lovett
c39e901559 gnomepilot (and the conduits) have been available across
the GNOME mirrors for a while now.  Fix MASTER_SITES accordingly.
2000-07-11 23:14:36 +00:00
Ade Lovett
cbe360036c Update for new devel/libglade shlib version 2000-07-11 22:02:22 +00:00
Jun Kuriyama
92bb33040b Update to 2.5c. 2000-07-04 03:10:02 +00:00
David E. O'Brien
1228d352ee Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
2000-06-29 07:03:02 +00:00
Satoshi Asami
be6c01ee85 Use ${MASTER_SITE_LOCAL}. 2000-06-29 02:31:42 +00:00
Dirk Froemberg
0b91f3fcf6 "Don't close stdin accidentally."
Submitted by:	Alex Vasylenko <lxv@nest.org>
2000-06-22 19:16:00 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Maxim Sobolev
61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00
Ade Lovett
09ce42503e Add devel/libglade dependency
Problem pointed out by:	Roman Shterenzon <roman@xpert.com>
2000-06-15 22:36:32 +00:00
Maxim Sobolev
835d6b8655 Third round of INSTALL_SHLIBS=yes fixes. 2000-06-15 17:59:45 +00:00
Akinori MUSHA
3e6cf30907 Add mdbconv, CSV-to-MobileDB-database converter. 2000-06-14 06:18:16 +00:00
Ade Lovett
6ab55061a7 Fix call to glib-config (should be $GLIB_CONFIG) in configure script. 2000-06-13 22:57:18 +00:00
Ade Lovett
a56e059f99 Bleurgh. textproc/libxml.. Not devel/libxml.. No cookie.
Submitted by:	knu
2000-06-10 16:12:55 +00:00
Ade Lovett
17ee7165ae Add missing dependencies
Submitted by:	bento
2000-06-08 21:44:47 +00:00
Dima Ruban
3f2757f09f Add mirror. 2000-06-07 20:26:36 +00:00
Akinori MUSHA
60f2ecb476 Local distfiles have been moved to:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/knu/
2000-06-07 17:24:38 +00:00
Jun Kuriyama
fca76bdb93 Fix for hang-up after synchronization.
Submitted by:	Thomas Runge <runge@rostock.zgdv.de> via maintainer
PR:		ports/18971
2000-06-07 13:11:16 +00:00
Akinori MUSHA
ae8f1031af Move local distfiles from:
http://people.FreeBSD.org/~knu/ports/distfiles/
to:
	ftp://ftp.FreeBSD.org/pub/FreeBSD/local-distfiles/knu/
2000-06-07 08:17:23 +00:00
Akinori MUSHA
917b6c1025 Add linux_base BUILD_DEPENDS.
Submitted by: 	bento-bako
Forgotton by:	knu

Bummer!  Since what this port installs is a statically linked binary,
I didn't thought I needed it...  On post-install this port calls
Linux's strip, thus it build-depends on linux_base.
2000-06-05 05:30:27 +00:00
Akinori MUSHA
6fe8fd9935 Update to 1.2.0.
Now a Perl5 module is available!
2000-06-03 08:02:57 +00:00
Akinori MUSHA
04b69082ae Activate p5-Palm. 2000-06-03 07:58:32 +00:00
Akinori MUSHA
0ea6a171e2 p5-Palm is a set of Perl5 modules for reading and writing Palm(R) devices'
database files.

PR:		ports/18298
Submitted by:	Andrew Arensburger <arensb@ooblick.com>
2000-06-03 07:57:25 +00:00
Ade Lovett
8bd85a9d02 Updates for new shared library versions in GNOME 1.2 2000-06-01 16:25:45 +00:00
Ade Lovett
7f20f0586f Update to 0.4 2000-05-17 16:35:48 +00:00
Ade Lovett
dfbb371605 Update to 0.1.52 2000-05-17 16:35:06 +00:00
Akinori MUSHA
46039d83b5 Activate hdconv. 2000-05-16 21:29:21 +00:00
Akinori MUSHA
f77c5aa5f7 This is the initial import of hdconv, a converter between HanDBase database
and CSV.
2000-05-16 21:28:11 +00:00
Akinori MUSHA
a4dcbc381b Get some variables correctly initialized.
*sighs over the original code*

Submitted by:	Udo Schweigert <ust@cert.siemens.de>
2000-05-16 21:24:55 +00:00
Dirk Froemberg
7c4efc410a - install "ROM Transfer.prc" in ${PREFIX}/share/pose/
- use FreeBSD names for serial devices (ttyS? -> cuaa?)

Submitted by:	knu
2000-05-14 19:16:48 +00:00
Akinori MUSHA
1a712c0676 Add a WWW line that I forgot to. 2000-05-14 14:36:09 +00:00
Akinori MUSHA
64e7eac7a4 Activate jconv. 2000-05-14 14:32:05 +00:00
Akinori MUSHA
6fabc59f89 This is the initial import of jconv, a converter between JFile database
and CSV.
2000-05-14 14:30:47 +00:00
Munechika SUMIKAWA
dc9ee71ebf - fix netpbm finding problem
- change my E-mail address.
2000-05-08 15:28:07 +00:00
Dirk Froemberg
fdd19345d6 Add pose: Palm OS(R) Emulator. 2000-05-06 18:54:26 +00:00
Kris Kennaway
16d77b0134 Mark BROKEN: the port looks for netpbm in ${X11BASE} not ${LOCALBASE}
Noticed by:	bento
2000-04-29 21:18:39 +00:00
Jun Kuriyama
ff47144d7a Fix typo.
Submitted by:	Wes Morgan <by-tor@volatile.by-tor.tacorp.net>
2000-04-28 00:30:43 +00:00
Jun Kuriyama
ddb7787f80 autoheader is required at building gcc for crosscompiling.
PR:		ports/18236
Submitted by:	Udo Schweigert <ust@cert.siemens.de>
2000-04-27 07:50:55 +00:00
Ade Lovett
29740e034c Update to 0.3 2000-04-21 16:53:45 +00:00
Ade Lovett
28aaf7f094 Update to 0.1.51 2000-04-21 16:53:23 +00:00
Michael Haro
feb212beb0 Correct whitespace introduced during PORTNAME conversion and portlint 2000-04-21 07:52:25 +00:00
Satoshi Asami
d74e40366e netpbm is installed in ${LOCALBASE] now. 2000-04-16 22:55:29 +00:00