Commit graph

12 commits

Author SHA1 Message Date
Ying-Chieh Liao
d2b241ba32 remove ftp.yggdrasil.com
it's offline for a long time

PR:		38191
Submitted by:	Tom Rissman <trissman@mrdlaw.com>
2002-09-21 03:06:37 +00:00
Mikhail Teterin
59425510d5 Add the HAVE_* defines to CXXFLAGS as well as CFLAGS. Add -lstdc++ to
LDADD, which lead to the unfortunate PORTREVISION bump.

PR:		ports/40874
Submitted by:	Jan Stocker
2002-07-22 14:58:52 +00:00
Ruslan Ermilov
c155b6a8ff Fixed install on bsd.incs.mk aware systems. 2002-07-21 19:26:53 +00:00
Mikhail Teterin
7d5b879c90 Add some defines to CFLAGS to avoid clashing with the newer system
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
2002-07-16 16:27:34 +00:00
Mikhail Teterin
c74bdc61c8 The ImageMagick crew took this library over and released the 1.2.0.4.
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.
2002-02-13 06:30:43 +00:00
Mikhail Teterin
144a297f06 As a result of my last commit, upgrading this to 1.2.0-3, the
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
2002-01-14 06:01:10 +00:00
Mikhail Teterin
8c1545f235 Upgrade to 1.2.0-3. Minor improvements. One of our patches got
incorporated.  Hey!

Submitted by:	alfred (very laconicly)
2002-01-12 08:52:37 +00:00
Mikhail Teterin
33cd6f536a Reorder the include (-I) path to end, rather than start, with
${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
2001-12-22 20:12:06 +00:00
Mikhail Teterin
532be2231d Add new distsites -- all ImageMagick's mirrors carry the distfile in the
delegates subdirectory.
2001-12-22 20:09:48 +00:00
Mikhail Teterin
4952a349c0 Add a patch, which, according to the submitter, allows to compile
libfpx with g++ 3.0.x. It does not hurt compilations with the 2.x
compiler.

Submitted by:	Alex Vasylenko
2001-10-29 22:02:38 +00:00
FUJISHIMA Satsuki
a946ae6688 This file should not belong to repository. 2001-03-19 21:17:12 +00:00
Will Andrews
e76e22afb6 Add libfpx 1.2.0, library routines for working with Flashpix images.
PR:		24313
Submitted by:	mi
2001-03-10 20:35:18 +00:00