summaryrefslogtreecommitdiff
path: root/graphics/magicpoint
AgeCommit message (Collapse)AuthorFilesLines
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2012-10-23Remove xextproto/buildlink3.mk in most cases where it occurs withwiz1-2/+1
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages).
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-08-31No need to include "../../mk/bsd.prefs.mk" since there is no conditionaltaca1-3/+1
any more. No functional change.
2011-08-20Remove unneeded conditional. Test with X11_TYPE=native.wiz1-3/+1
2011-08-20Add ad hoc change to fix build problem with X11_TYPE == "modular".taca1-1/+6
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-03-09libungif/buildlink3.mk -> mk/giflib.buildlink3.mkdrochner1-3/+3
(uses giflib now per default) bump PKGREV
2011-02-25Convert to use imlib2, based on Debian patches.wiz8-20/+343
Set LICENSE. Bump PKGREVISION.
2011-02-19PKGREVISION bump for imlib removal of gtk dependency.markd1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-12-15get rid of un-needed cppflags in optflags, as it causes the compile tochuck3-5/+6
fail on macosx (complains about -isystem).
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-02-03DESTDIR readyjoerg1-1/+3
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2008-09-10Update magicpoint to 1.13a.taca30-225/+961
* Fix build error with xft2 option and graphics/freetype-lib package is installed. Shoud be fix PR pkg/32656. * Refering PR pkg/38552 adpot some of patches. * Move PKG_OPTIONS related item to options.mk. * More pkgsrc clean up. * Try to reduce compile warnings. What's new in 1.13a? * m17n library support enhancement * MacOS support enhancement * add new environment variable MGPRC for the path of the .mgprc file. * add "psfont" directive to specify the font used by mgp2ps * add -g option for mgp2ps to allow users to adjust line distanc * add -zoomonclk option for newimage * allow to handle gif format images by default * many bug fixes Dedication Magicpoint 1.13a is dedicated to the memory of Dr. Jun-ichiro "itojun" Hagino, who was known for his enormous contribution to the Internet and the Open Source Software community. He was the developer of Magicpoint from its infancy. Magicpoint could not exist without his devoted work. What's new in 1.12a? * add %tsystem directive which might be more stable than %xsystem * add -rotate option for newimage * allow to use non-ASCI filename in slides (use -U to enable this feature) * many bug fixes
2008-05-24Needs a C99 compiler for c++-style comments and inline keyword.tnn1-1/+2
Actual problem seems to be that the package incorrectly requests -ansi. Noted by Peter Bex on IRC.
2007-12-02Remove ex-MASTER_SITE. From Zafer Aydogan.wiz1-3/+2
2007-11-17Reset maintainer for itojun's packages.wiz1-2/+2
2007-08-18Fix build problem with X11_TYPE=moduler.taca1-4/+3
(It seems that libXext/libMu are always used.)
2007-03-02Add USE_TOOLS+=pkg-config to fix buildabs1-1/+2
2007-02-20Fix the build with modular Xorg. This slipped throght the Xft sweep.joerg1-2/+4
I've been wondering for ages why it failed... Thanks to David Brownlee for the fix.
2006-12-06Xft2 option doesn't build without Freetype@, so buildlink it andjoerg1-2/+6
bump revision.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-02-23Fix errno. Add missing prototype.joerg4-1/+42
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-06-17Fix the path to perl embedded in scripts due to new tools framework.jlam1-2/+3
Bump PKGREVISION to 7.
2005-05-31Changed $s to ${s}.rillig1-2/+2
2005-05-31Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's adillo1-3/+3
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-07Use size_t for the third and fifth arguments of the iconv(3).hira3-7/+13
Fix core dump on amd64. Bump PKGREVISION.
2005-02-24Add RMD160 digestsagc1-1/+2
2005-02-07Fix substitution for default.mgp. Bump PKGREVISION.hira1-3/+3
2005-01-02Update homepage.wiz1-2/+2
2004-12-13Make this package work better on platforms where the install utility canagc1-8/+10
only take one file to be installed.
2004-11-30Allow to select font rendering engines with PKG_OPTION. Possibletaca5-15/+172
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-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-05-25darwin fixes: use ${MAKE_FLAGS} as well as ${MAKE_ENV} in the post-configuredanw4-9/+37
rule (qv bsd.pkg.mk rev 1.1425), rename a function that conflicts with a system function, and change malloc.h to stdlib.h