Satoshi Asami
10c2171c8a
Add USE_XLIB, USE_FREETYPE doesn't imply this anymore since
...
print/freetype doesn't define USE_XLIB.
2000-11-13 08:42:08 +00:00
Satoshi Asami
4c13ac1448
Add BUILD_DEPENDS to xmkmf:imake-4.
...
Submitted by: bento
2000-09-12 12:43:10 +00:00
Satoshi Asami
fa205cf012
Add two missing files and one directory.
...
Submitted by: bento
2000-08-12 19:19:33 +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
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
Steve Price
9a0e144728
Update to version 2.25.1.
...
PR: 18637
Submitted by: maintainer
2000-05-29 03:22:01 +00:00
Akinori MUSHA
3e73c145d6
Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
...
Finally `japanese' category has been done.
2000-04-13 08:34:11 +00:00
Steve Price
286acc4490
Update to version 2.24.2.
...
PR: 14633
Submitted by: Brian Handy <handy@physics.montana.edu>
1999-12-27 00:27:35 +00:00
Justin M. Seger
3b6b5b88fc
Bump freetype's lib number
1999-11-25 03:41:57 +00:00
David E. O'Brien
c751fc667a
Change Id->FreeBSD.
1999-08-25 05:28:01 +00:00
Tim Vanderhoek
4b7f92f936
Commit #2/4 to enforce Caps, no period. I ran this oe as
...
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab`
Results to follow. :)
1999-06-26 17:55:58 +00:00
Michael Haro
a88a70925a
More WWW: additions
1999-05-07 05:01:44 +00:00
Steve Price
b8ffd7f0f2
Teach this port to use its own copy of libtool, since an upcoming
...
commit to bump libtool to version 1.3 breaks the build of this port.
Submitted by: Jeremy Lea <reg.shale.csir.co.za>
1999-05-03 01:58:50 +00:00
Satoshi Asami
c7892c43f2
Updated checksum.
...
Reviewed by: maintainer
1999-01-27 02:44:33 +00:00
Steve Price
b9b27cd3f5
Update to version 2.24.
...
PR: 9097
Submitted by: maintainer
1998-12-23 01:25:45 +00:00
Justin M. Seger
2b585a1dd2
Use libttf.3 of the new freetype 1.2
1998-12-12 21:03:36 +00:00
Jun Kuriyama
d8d91a1ad2
ELF patch for japanese/vflib
...
PR: ports/8114
Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
1998-10-04 14:47:14 +00:00
Satoshi Asami
5d9c9602fa
freetype (libttf) is now converted to ELF.
1998-09-21 08:41:46 +00:00
Masafumi Max NAKANE
421fe7d7df
Remove the minor version number from the LIB_DEPENDS definition so that
...
it won't install libraries already exist on ELF system.
1998-09-09 08:39:05 +00:00
Steve Price
6ed07bdb33
Update to new version 2.23pl1
...
PR: 7291
Submitted by: maintainer
1998-07-20 03:24:44 +00:00
Satoshi Asami
068296fdce
Mark this port broken, it no longer compiles after the freetype upgrade.
1998-06-28 08:29:15 +00:00
Thomas Gellekum
944910bb30
Execute `ldconfig -R' at the pkg_delete step.
...
PR: 6281
Submitted by: SADA Kenji <sada@e-mail.ne.jp>
1998-05-05 13:18:48 +00:00
Jun-ichiro itojun Hagino
23e7ae098b
freetype support patch added.
...
(depends on ports/print/freetype)
Submitted by: mita@jp.freebsd.org
1998-03-20 14:54:51 +00:00
Masafumi Max NAKANE
b69d6a88fb
Use PATCHFILES, PATCH_SITES and PATCH_DIST_ARGS to apply the distributed
...
patch instead of doing it in pre-patch.
1997-10-15 22:15:48 +00:00
Masafumi Max NAKANE
7b2bf87743
Clean up the mess I made.
...
This one now applies cleanly.
Noticed by: asami
1997-10-03 19:18:41 +00:00
Masafumi Max NAKANE
afa2185baf
Upgrade, 2.22 pl9 -> pl10.
...
Submitted by: maintainer
PR: 4674
1997-10-02 03:10:07 +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
1e96f2ef32
Update to 2.22pl9.
...
PR: 4143
Submitted by: mita@jp.freebsd.org
While at it, also changed this port to correctly respect the value of
${PREFIX} if set.
1997-07-24 20:52:45 +00:00
Masafumi Max NAKANE
5e5eddfc60
ldconfig -> ${LDCONFIG}.
1997-07-17 15:13:02 +00:00
Satoshi Asami
7243ac7f29
Fix bug introduced by the last update. Closes PR ports/2872.
...
Submitted by: MITA Yoshio <mita@jp.FreeBSD.org>
1997-03-04 10:29:16 +00:00
Satoshi Asami
0e4e94018b
Submitted by: MITA Yoshio <mita@jp.FreeBSD.org>
...
"VFlib ports have been updated. Support for FontWave is added."
Closes PR ports/2694.
1997-03-03 09:00:20 +00:00
Masafumi Max NAKANE
a5dee637fa
List a file that were missing.
...
(Closing PR #2201.)
Submitted by: mita@jp.freebsd.org
1996-12-12 23:51:54 +00:00
Satoshi Asami
16e2098b87
Geneerate shared libraries too.
...
Submitted by: MITA Yoshio <mita@ee.t.u-tokyo.ac.jp>
1996-12-05 12:04:45 +00:00
Masafumi Max NAKANE
0fe54da9a9
CATEGORIES+= -> CATEGORIES=
...
Inspired by: obrien
1996-11-11 10:13:07 +00:00
Satoshi Asami
ec5e0fa9f3
Add two patches.
...
Submitted by: MITA Yoshio <mita@ee.t.u-tokyo.ac.jp>
1996-11-08 20:54:33 +00:00
Masafumi Max NAKANE
849a7bfdf4
Use ${CP} instead of cp.
...
Use /usr/local instead of ${PREFIX}
Removed `v' from tar command line in post-install: target.
1996-11-02 17:04:08 +00:00
Satoshi Asami
a5b6ab02e9
Vector font library, used by vfghostscript.
...
Submitted by: Mita Yoshio <mita@jp.FreeBSD.org>
1996-11-02 12:09:43 +00:00