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

31 Commits

Author SHA1 Message Date
Satoshi Asami
3405e8106b Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients and
RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4.

Submitted by:	bento
2000-09-12 13:04:00 +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
Akinori MUSHA
edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.

Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
David E. O'Brien
c751fc667a Change Id->FreeBSD. 1999-08-25 05:28:01 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Bill Fenner
5261958626 ${MASTER_SITE_GNU} got rearranged in December; let's catch up. 1999-01-27 07:41:29 +00:00
Seiichirou Hiraoka
610c5967f2 Add README how to play on X written in japanese.Fix patches 1998-11-22 15:40:15 +00:00
Seiichirou Hiraoka
fcd556b3c5 Fix BROKEN_ELF. Changes fontset for XFree86 3.3.1 or later 1998-11-20 23:38:11 +00:00
Justin M. Seger
0953e5957c Mark BROKEN for ELF. Lib Sm and LibICE 1998-10-16 03:41:49 +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
Masafumi Max NAKANE
1071bab3c5 Upgrade, 1.0.5.4.1 (3.2.1 base) -> 1.0.5.19970924 (3.2.2 base). 1997-11-29 15:48:19 +00:00
Masafumi Max NAKANE
474b385af1 Use ISO639 language abbreviation instead of ISO3166 country abbreviation
for PKGNAME.  (IE, jp-* to ja-*).
1997-09-14 21:36:25 +00:00
Masafumi Max NAKANE
bddd60e979 Use ${SH} from bsd.port.mk instead of locally defined ${SHELL}. 1997-07-12 16:53:39 +00:00
Masafumi Max NAKANE
cba17fed78 Upgrade, 1.0.5.4 -> 1.0.5.4.1. 1996-12-30 08:32:21 +00:00
Masafumi Max NAKANE
977a9ef4bd Upgrade, 1.0.5.3-beta-960925 -> 1.0.5.4. 1996-12-16 11:14:31 +00:00
Masafumi Max NAKANE
ba75adf58b PATCH_SITES was wrong. 1996-11-30 01:06:18 +00:00
Satoshi Asami
5dba7b6e29 Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 10:25:35 +00:00
Satoshi Asami
92cb149612 Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work.  I will come back later
and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
1996-11-13 12:41:39 +00:00
Masafumi Max NAKANE
0fe54da9a9 CATEGORIES+= -> CATEGORIES=
Inspired by:	obrien
1996-11-11 10:13:07 +00:00
Masafumi Max NAKANE
49d40553ed Use ${COMPRESS_MAN} to compress man pages. 1996-11-02 20:24:09 +00:00
Masafumi Max NAKANE
cb3f47714c Upgrade, 1.0.5.2 -> 1.0.5.3-beta-960925. 1996-10-05 11:24:49 +00:00
Satoshi Asami
d6763d278d Don't forget to compress dlb.6. 1996-09-21 00:52:29 +00:00
Masafumi Max NAKANE
6bf31ff92d Updated Masafumi NAKANE's E-mail address. 1996-09-17 15:07:58 +00:00
Masafumi Max NAKANE
f12a0949dd 1.0.5.2.2 (beta) -> 1.0.5.2. 1996-09-17 08:45:08 +00:00
Satoshi Asami
25e207891d Upgrade, 1.0.3 -> 1.0.5.2.2. It's beta, but who cares, it's nethack! :)
Submitted by:	max@sfc.wide.ad.jp
1996-08-30 11:07:40 +00:00
Gary Palmer
a0bd06bb5b NCFTPFLAGS -> FETCH_BEFORE_ARGS 1996-06-26 22:22:33 +00:00
Satoshi Asami
c033847e2f Upgrade, 1.0.2 -> 1.0.3. The original (3.1.3) is still the same.
patch-ag is now part of the distribution.
1995-06-19 04:25:51 +00:00
Satoshi Asami
ed69276f3b Add "NCFTPFLAGS=-NP", seems like they are behind a firewall. 1995-05-14 02:48:43 +00:00
Satoshi Asami
731b58471b The nethack dungeon slashing game, Japanese version. 1995-05-14 02:35:19 +00:00