Commit graph

17 commits

Author SHA1 Message Date
joerg
8051605c42 Fix errno. Add missing prototype. 2006-02-23 20:49:49 +00:00
hira
db67105c0b Use size_t for the third and fifth arguments of the iconv(3).
Fix core dump on amd64.  Bump PKGREVISION.
2005-04-07 23:11:56 +00:00
taca
998b26b1ce Allow to select font rendering engines with PKG_OPTION. Possible
options are freetype, vflib and xft2.  Default is xft2 which is the
same as previous magicpoint package.

This work is written by Kouichirou Hiratsuka and I modified to use
bsd.options.mk framework.

Bump package revision.
2004-11-30 17:29:30 +00:00
danw
e9f52e6638 darwin fixes: use ${MAKE_FLAGS} as well as ${MAKE_ENV} in the post-configure
rule (qv bsd.pkg.mk rev 1.1425), rename a function that conflicts with
a system function, and change malloc.h to stdlib.h
2004-05-25 01:30:22 +00:00
adam
a2c3e9a598 Follow new FreeType2 building rules 2004-04-27 15:42:58 +00:00
wennmach
2b7c282114 Apply several bugfixes:
1. fix ifdef symbol in parse.c
   XFT2 -> USE_XFT2

2. fix codeset names for iconv_open(3) in draw.c
   Two codeset names of `UTF8' and `iso2022jp' don't work on NetBSD.

3. fix comparison bug in draw.c
   A integer value should not be compared with a iconv_t variable
   directly.

4. fix PR pkg/24030

Fixes provided by Kouichirou Hiratsuka in PR pkg/24053.
Closes PR pkg/24053 and PR pkg/24030.
2004-01-12 15:19:28 +00:00
jmmv
10ce8d7590 Update to 1.10a:
* Support for Xft2 + fontconfig. If you are not familiar with these words,
  please see FAQ and README.xft2 for more information.
* Support for new directive %tab 0 which can be used to apply a list of
  directives to lines that start with a non-tab character.
* For security reasons, we have changed mgp so that directives that fork a
  process are not processed by default. The -U option must be specified in
  order to process such directives.
* Introduced %opaque directive. Please see SYNTAX for detailed information.
* Support for  iso8859-2 encoding for mgp2ps.
* Introduced -X option for mgp2ps to suppress the use of the specified
  rendering engine.
* Introduced escape char '\' to display lines that start with '#'.
* Many bug fixes.
2003-09-11 16:09:40 +00:00
itojun
16fa29957c upgrade to 1.09a. a lot of bugfixes, new directives, security hole fix
(has been incorporated as pkgsrc patch), etc.
2001-09-30 05:11:57 +00:00
jlam
e6fda5ca99 Fix the rpath so that ${LOCALBASE}/lib (where the graphics libraries are
installed) is included, which ${BUILDLINK_DIR}/lib (which is a temporary
directory) is not.
2001-09-14 05:41:05 +00:00
itojun
8188bdebc0 plug buffer overrun hole inherited from xloadimage.
XXX package version number bump
2001-08-31 00:22:12 +00:00
jlam
cf0199f109 * Add a some more graphics capability to magicpoint by adding a dependency on
graphics/mng.
* Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
* Replace definition of XMKMF with one that takes xpkgwedge/buildlink into
  account.  Fixes pkg/13588 by Luke Mewburn <lukem@wasabisystems.com>.
2001-07-31 05:27:30 +00:00
jlam
3766eb2f73 Remove unnecessary patch, and pass in -lintl in another way. 2000-07-27 08:13:11 +00:00
drochner
d1f323a47e defuzz 2000-05-30 21:09:50 +00:00
jlam
cf8f9ae1ae * Update to magicpoint-1.0.6a.
* Split out xmindpath into a separate package (x11/xmindpath).
1999-10-28 04:14:02 +00:00
itojun
e2ae19d06d upgrade to use magicpoint 1.05a.
preparation for Japanese version (pkgsrc/japanese/magicpoint).
1999-06-17 08:00:31 +00:00
garbled
295d56b8b5 Update magicpoint package to 1.04a. New pkg has some additional
programs to aid in building presentations. (also fixed a few pkg glitches)
1998-11-11 06:28:40 +00:00
augustss
6ff51e3f60 Don't treat ' ' specially, it doesn't work for mono-width fonts. 1998-08-24 19:02:15 +00:00