Commit Graph

36 Commits

Author SHA1 Message Date
Norikatsu Shigemura
cfd699228c Update to 1.10a.
PR:		ports/62326
Submitted by:	AMAKAWA Shuhei <sa264@cam.ac.uk>
Apporved by:	mita (blanket)
2004-03-03 17:08:10 +00:00
Sergey A. Osokin
af8d633ce2 Fix build on 5.x.
Spotted by:	Ted Lindgreen <ted@sanne.nlnetlabs.nl>
Approved by:	portmgr (marcus)
2003-11-26 09:40:15 +00:00
Ade Lovett
84ea4ee842 Destroy pkg-comment for some of the stranger uses in the tree,
pending the final semi-automatic purge.

Approved by:	portmgr (implicitly)
2003-03-06 19:23:19 +00:00
Maxim Sobolev
d8543839e6 Adjust in accordance with the new location of freetype1 includes
(${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
2002-03-14 11:16:45 +00:00
Yoshio MITA
84a76d2895 A minor modification of magicpoint/files/patch-aa 2002-01-05 00:51:48 +00:00
Yoshio MITA
04dd2cc9bf use stdlib.h instead of malloc.h For compatibility with 5-current.
This change does not affect 4-stable ports.

PR:		ports/32071
Submitted by:	also from Nicolas Jombart
2002-01-05 00:48:22 +00:00
Yoshio MITA
27c7fce666 To catch up the latest version
Submitted by:	The maintainer.
2001-10-07 07:25:51 +00:00
Andrey A. Chernov
5676988fbd Bump png major 2001-09-11 03:32:41 +00:00
Yoshio MITA
140665f4df Depends on pnmscale which is in the netpbm port. 2001-04-15 13:00:55 +00:00
FUJISHIMA Satsuki
38c6edb95e fix build error.
Found by: bento
2001-01-23 16:00:51 +00:00
Yoshio MITA
21eac15325 Compilation failure problem under XFree86 version 3 is solved.
Reviewed by:ports-jp@jp.FreeBSD.org (ports-jp 10658)
2001-01-21 03:10:31 +00:00
Yoshio MITA
776b1b5e87 Added HTML manual
Submitted by: sf@FreeBSD.org personally
2001-01-14 01:37:16 +00:00
MIHIRA Sanpei Yoshiro
95ed191e4d add XFREE86_HTML_MAN= no
Submitted by:	onigiri
Oked by:	maintainer
2000-09-28 00:51:51 +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
Maxim Sobolev
6db96c0500 Bump png shared library version.
Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>
2000-07-04 07:13:35 +00:00
Maxim Sobolev
dcaa9477b1 Add png.3 into LIB_DEPENDS. Also slightly reorder Makefile while I here
(separate definitions from targets).

PR:		18865
Submitted by:	MAINTAINER
2000-06-09 08:17:41 +00:00
Akinori MUSHA
5be0c77828 Update to 1.07a.
PR:		ports/18671
Submitted by:	mita@jp.FreeBSD.org

Delegate the maintainership of japanese/magicpoint to
mita@jp.FreeBSD.org, the maintainer of misc/magicpoint.

Approved by:	itojun@itojun.org (previous maintainer)
2000-05-21 09:00:24 +00:00
Akinori MUSHA
f754c39f8e Convert to PORTNAME/PORTVERSION. 2000-04-13 09:32:05 +00:00
R. Imura
1a6f11a349 Update to version 1.06a
PR:		16543
Submitted by:	MIHIRA Yoshiro <sanpei@sanpei.org>
2000-02-12 20:34:50 +00:00
Jun Kuriyama
268d407672 Fix buffer overflow.
Obtained from:	NetBSD
Approved by:	itojun
1999-12-23 00:05:16 +00:00
Kris Kennaway
dac71f92a9 Mark BROKEN due to buffer overflow
Submitted by:	Brock Tellier <btellier@usa.net>
1999-12-01 19:01:46 +00:00
Justin M. Seger
3b6b5b88fc Bump freetype's lib number 1999-11-25 03:41:57 +00:00
Munechika SUMIKAWA
eaffe762fa - changed = to ?= or += in some of the variables
instead of assigning variables after the .include statement.

Suggested by:	asami
Reviewed by:	itojun
1999-09-10 06:54:16 +00:00
David E. O'Brien
d99d6e104d Change Id->FreeBSD. 1999-08-25 07:23:21 +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
Jun-ichiro itojun Hagino
2dacffd056 use latest version (1.05a). 1999-06-17 08:33:55 +00:00
Jun-ichiro itojun Hagino
cf40274b79 update to use magicpoint-1.05a 1999-06-17 08:16:14 +00:00
Michael Haro
44d50bf6f2 Add WWW: 1999-05-03 05:37:34 +00:00
Justin M. Seger
2b585a1dd2 Use libttf.3 of the new freetype 1.2 1998-12-12 21:03:36 +00:00
Satoshi Asami
5d9c9602fa freetype (libttf) is now converted to ELF. 1998-09-21 08:41:46 +00:00
Jun-ichiro itojun Hagino
1f6f9c7785 respect PREFIX.
gzip xmindpath.1 unconditionally. (I believe we must do some more thing)
1998-09-14 06:38:04 +00:00
Jun-ichiro itojun Hagino
a0b1cd7281 fix "make install" breakage.
notified by: Tim Vanderhoek <ac199@hwcn.org>
1998-09-07 00:40:50 +00:00
Jun-ichiro itojun Hagino
ff704d6439 magicpoint original distribution is updated to 1.04a.
NOTE: there's one twist in post-install (manpage gzipping).
could anybody improve this?
1998-09-06 13:48:20 +00:00
Jun-ichiro itojun Hagino
bbd9a4ceab the master distribution update (1.02a -> 1.03a) 1998-04-07 22:43:46 +00:00
Jun-ichiro itojun Hagino
5ae86caca3 PKGNAME has to be defined BEFORE including bsd.port.mk, to make
Latest/* symbolic links.
1998-02-17 12:58:54 +00:00
Jun-ichiro itojun Hagino
4bb34290e6 MagicPoint, an X11-based presentation tool.
japanese users should visit ports/japanese/magicpoint too.
1998-01-17 15:09:16 +00:00