aboutsummaryrefslogtreecommitdiff
path: root/graphics/libfpx
Commit message (Collapse)AuthorAgeFilesLines
* - honor NO_WERRORDirk Meyer2003-04-061-2/+2
| | | | | | | Approved by: mi@corbulon.video-collage.com Notes: svn path=/head/; revision=78440
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Make sure warnings are not fatal when compiling the C++ parts of thisMikhail Teterin2003-02-081-1/+1
| | | | | | | | | | | package by explicitly appending -Wno-error to CXXFLAGS. This assumes, the compiler is from the gcc family, but the assumption was already there -- in the explicit -Werror appended to CFLAGS. Reported by: Dirk Meyer Notes: svn path=/head/; revision=75093
* Add two more little patches to fix warnings. One of the warnings was causingMikhail Teterin2002-11-201-0/+18
| | | | | | | | | | | | | | | | | build failure on Alpha-stable -- but not on any other platform... When I added this big patch, I though all of the problems were fixed, and closed the corresponding PR. Turned out, Alpha-stable remained broken, even though the -current started to build. Just as before, no PORTREVISION bump because no changes are expected on the platforms were this built before. Tested on: panther, bento, axp0, beast PR: ports/40444 Notes: svn path=/head/; revision=70619
* Add the patch which lets this port compile on Alphas without evidentMikhail Teterin2002-11-081-0/+149
| | | | | | | | | | | | | | | | | | | | | | | breakage on i386 or Sparc64. Tested on: beast, panther, an x86 -current (aldan.algebra.com) and x86 -stable (corbulon.video-collage.com). The patch puts a bunch of casting and type-changing band-aids, but this software package desperately needs a good maintainer -- to properly fix it -- int32s are mixed with longs, etc. Unfortunately, the package is lacking any self-testing facilities, so it may well not work properly, even though it compiles. This is true even for x86, BTW, although less likely, because that's where it was developed. Since the patch is not expected to change the result on x86, there is no PORTREVISION bump. PR: ports/40444 Submitted by: Jan Lentfer The problem also reported directly to this maintainer by: Jun Ushida Notes: svn path=/head/; revision=69726
* remove ftp.yggdrasil.comYing-Chieh Liao2002-09-211-1/+0
| | | | | | | | | | it's offline for a long time PR: 38191 Submitted by: Tom Rissman <trissman@mrdlaw.com> Notes: svn path=/head/; revision=66960
* Add the HAVE_* defines to CXXFLAGS as well as CFLAGS. Add -lstdc++ toMikhail Teterin2002-07-222-3/+3
| | | | | | | | | | LDADD, which lead to the unfortunate PORTREVISION bump. PR: ports/40874 Submitted by: Jan Stocker Notes: svn path=/head/; revision=63387
* Fixed install on bsd.incs.mk aware systems.Ruslan Ermilov2002-07-211-1/+2
| | | | Notes: svn path=/head/; revision=63331
* Add some defines to CFLAGS to avoid clashing with the newer systemMikhail Teterin2002-07-162-2/+6
| | | | | | | | | | | headers. While here, change PERL to RE_INPLACE and lock things down with -Werror (in CFLAGS only, the C++ files generate some warnings, fixing which is in the domain of the authors). Submitted by: Naoya Nishimura Notes: svn path=/head/; revision=63092
* The ImageMagick crew took this library over and released the 1.2.0.4.Mikhail Teterin2002-02-134-65/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | The changes: . our patch-gcc3 (provided to me by Alex Vasylenko) is incorporated; . the library uses its own implementation of wchar; they say, it can only work if sizeof(wchar_t) is 2 bytes, so they can not rely on the OS provided wchar... The port changed: . the package is installed as libfpx-version rather than fpx-version; . make is passed `-j2', which is very efficient even for non-SMP machines, since each file is compiled twice -- for .o and .So object -- with -j2 they are compiled at the same time, utilizing the cache; . don't insist on any particular version of -ljpeg; . ftp.imagemagick.org added to the MASTER_SITES (time for MASTER_SITE_IMAGEMAGICK); . the ABI and API did not change, so, the installed library's version remains the same. Notes: svn path=/head/; revision=54650
* As a result of my last commit, upgrading this to 1.2.0-3, theMikhail Teterin2002-01-141-2/+3
| | | | | | | | | | | | | | | package name became fpx-1.2.0-3 -- the extra dash problem... It was quickly pointed out to me by KATO Tsuguru and Lev Serebryakov, with the former providing the simple patch I commit now. The package is now fpx-1.2.0.3. Fortunately, dot follows dash in the sorting order, so there is no need to mess with the PORTREVISION. Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=53031
* Upgrade to 1.2.0-3. Minor improvements. One of our patches gotMikhail Teterin2002-01-123-73/+3
| | | | | | | | | incorporated. Hey! Submitted by: alfred (very laconicly) Notes: svn path=/head/; revision=52968
* Reorder the include (-I) path to end, rather than start, withMikhail Teterin2001-12-221-1/+2
| | | | | | | | | | | | ${LOCALBASE}/include. The old behaviour was working almost always, because the package's own header files are well-named, except for the common.h, which caused build failure for at least one person. PR: ports/32247 Notes: svn path=/head/; revision=52007
* Add new distsites -- all ImageMagick's mirrors carry the distfile in theMikhail Teterin2001-12-221-4/+15
| | | | | | | delegates subdirectory. Notes: svn path=/head/; revision=52006
* Add a patch, which, according to the submitter, allows to compileMikhail Teterin2001-10-291-0/+50
| | | | | | | | | | libfpx with g++ 3.0.x. It does not hurt compilations with the 2.x compiler. Submitted by: Alex Vasylenko Notes: svn path=/head/; revision=49345
* This file should not belong to repository.FUJISHIMA Satsuki2001-03-191-240/+0
| | | | Notes: svn path=/head/; revision=40068
* Add libfpx 1.2.0, library routines for working with Flashpix images.Will Andrews2001-03-1010-0/+426
PR: 24313 Submitted by: mi Notes: svn path=/head/; revision=39465