[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / pixman

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/x11/pixman/Makefile between version 1.47 and 1.48

version 1.47, 2012/05/15 18:59:07 version 1.48, 2012/07/14 20:49:30
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 DISTNAME=       pixman-0.24.4  DISTNAME=       pixman-0.26.2
 PKGREVISION=    1  
 CATEGORIES=     x11  CATEGORIES=     x11
 MASTER_SITES=   ${MASTER_SITE_XORG:=lib/}  MASTER_SITES=   ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=   .tar.bz2  EXTRACT_SUFX=   .tar.bz2
Line 16  PKG_DESTDIR_SUPPORT= user-destdir
Line 15  PKG_DESTDIR_SUPPORT= user-destdir
 GNU_CONFIGURE=  yes  GNU_CONFIGURE=  yes
 USE_LIBTOOL=    yes  USE_LIBTOOL=    yes
 USE_TOOLS+=     pkg-config perl  USE_TOOLS+=     pkg-config perl
 ###  
 ### XXX Quiet, please!  
 ###  
 .if empty(USE_TOOLS:Mauto*)  
 CONFIGURE_ENV+= AUTOCONF=${TRUE:Q}  
 CONFIGURE_ENV+= AUTOHEADER=${TRUE:Q}  
 CONFIGURE_ENV+= ACLOCAL=${TRUE:Q}  
 CONFIGURE_ENV+= AUTOMAKE=${TRUE:Q}  
 .endif  
   
 PKGCONFIG_OVERRIDE+=    pixman-1.pc.in  PKGCONFIG_OVERRIDE+=    pixman-1.pc.in
 PKGCONFIG_OVERRIDE+=    pixman-1-uninstalled.pc.in  PKGCONFIG_OVERRIDE+=    pixman-1-uninstalled.pc.in
 ###  
 ### XXX The configure script is written to fail if it detects gcc<4.0  
 ###     for lack of -fvisibility=hidden. In keeping with the pkgsrc  
 ###     tradition of portability, we'll opt to use libtool to export  
 ###     the desired symbols, hiding the rest.  
 ###  
 ###     Please, do not forget to ensure the currency of this file!  
   
 MAKE_ENV+=      PIXMAN_SYMFILE=${PIXMAN_SYMFILE:Q}  
 PIXMAN_SYMFILE= ${WRKDIR}/pixman.sym  
   
 post-extract:  
         ${CP} ${FILESDIR}/pixman.sym ${WRKDIR}  
         ${CP} ${FILESDIR}/solaris-hwcap.mapfile ${WRKSRC}/pixman  
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48

CVSweb <webmaster@jp.NetBSD.org>