svn commit: r325934 - in head/graphics/libfpx: . files

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 2 13:58:31 UTC 2013


On Mon, Sep 02, 2013 at 03:55:37PM +0200, Tijl Coosemans wrote:
> On Mon, 2 Sep 2013 05:22:59 +0000 (UTC) Mikhail Teterin wrote:
> > Author: mi
> > Date: Mon Sep  2 05:22:58 2013
> > New Revision: 325934
> > URL: http://svnweb.freebsd.org/changeset/ports/325934
> > 
> > Log:
> >   Update to upstream's 1.3.1-2. Fix up the warnings raised by clang (3.2) and
> >   gcc (4.8).
> >   
> >   PR:	181302
> >   Submitted by:	delphij@
> >   Tested by:	ImageMagick's self-test suit
> > 
> > Added:
> >   head/graphics/libfpx/files/patch-warnings   (contents, props changed)
> > Deleted:
> >   head/graphics/libfpx/files/patch-aa
> >   head/graphics/libfpx/files/patch-fpxlib
> >   head/graphics/libfpx/files/patch-ph_image
> > Modified:
> >   head/graphics/libfpx/Makefile
> >   head/graphics/libfpx/distinfo
> >   head/graphics/libfpx/files/Makefile.bsd
> > 
> > Modified: head/graphics/libfpx/files/Makefile.bsd
> > ==============================================================================
> > --- head/graphics/libfpx/files/Makefile.bsd	Mon Sep  2 02:57:52 2013	(r325933)
> > +++ head/graphics/libfpx/files/Makefile.bsd	Mon Sep  2 05:22:58 2013	(r325934)
> > @@ -4,8 +4,8 @@ SHLIB_MAJOR=	2
> >  SHLIB_MINOR=	7
> >  WARNS=	3
> >  
> > -LIBDIR	=	${LOCALBASE}/lib
> > -INCSDIR	=	${LOCALBASE}/include
> > +LIBDIR	=	${PREFIX}/lib
> > +INCSDIR	=	${PREFIX}/include
> >  INCDIR	=	${INCSDIR}		# for pre-bsd.incs.mk API
> >  
> >  NO_PROFILE=	Don't want it
> 
> This makefile also adds -lstdc++ to LDADD. That's not going to work when
> libstdc++ will be removed from current (soon if things go as planned).
> I think the easiest would be to simply use the makefiles provided by
> libfpx. It would probably even simplify the port.

Just adding GNU_CONFIGURE=yes
and removing the manual patches and what is left behind te .include seems to
just work properly.

Why using a special Makefile.bsd?

regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20130902/5b1a11ac/attachment-0001.sig>


More information about the svn-ports-all mailing list