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

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

Diff for /pkgsrc/x11/libXrandr/Makefile between version 1.10 and 1.18

version 1.10, 2012/06/03 17:44:51 version 1.18, 2016/02/26 11:27:15
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  
   
 DISTNAME=               libXrandr-1.3.2  DISTNAME=               libXrandr-1.5.0
 CATEGORIES=             x11 devel  CATEGORIES=             x11 devel
 MASTER_SITES=           ${MASTER_SITE_XORG:=lib/}  MASTER_SITES=           ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=           .tar.bz2  EXTRACT_SUFX=           .tar.bz2
Line 10  MAINTAINER=  joerg@NetBSD.org
Line 9  MAINTAINER=  joerg@NetBSD.org
 HOMEPAGE=               http://xorg.freedesktop.org/  HOMEPAGE=               http://xorg.freedesktop.org/
 COMMENT=                X RandR Library from X.org  COMMENT=                X RandR Library from X.org
   
 PKG_DESTDIR_SUPPORT=    user-destdir  
   
 CONFLICTS+=             Xrandr-[0-9]*  CONFLICTS+=             Xrandr-[0-9]*
   
 USE_LIBTOOL=            yes  USE_LIBTOOL=            yes
Line 21  USE_TOOLS+=  pkg-config
Line 18  USE_TOOLS+=  pkg-config
 CONFIGURE_ENV+=         LIB_MAN_SUFFIX=3  CONFIGURE_ENV+=         LIB_MAN_SUFFIX=3
 PKGCONFIG_OVERRIDE+=    xrandr.pc.in  PKGCONFIG_OVERRIDE+=    xrandr.pc.in
   
 .include "../../mk/bsd.prefs.mk"  CONFIGURE_ARGS.NetBSD+= --disable-malloc0returnsnull
   
 .if ${OPSYS} == "NetBSD"  
 CONFIGURE_ARGS+=        --disable-malloc0returnsnull  
 .endif  
   
   BUILDLINK_API_DEPENDS.libX11+=  libX11>=1.6
 .include "../../x11/libX11/buildlink3.mk"  .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"  .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXrender/buildlink3.mk"  .include "../../x11/libXrender/buildlink3.mk"
   BUILDLINK_API_DEPENDS.randrproto+=      randrproto>=1.5
 .include "../../x11/randrproto/buildlink3.mk"  .include "../../x11/randrproto/buildlink3.mk"
 .include "../../x11/renderproto/buildlink3.mk"  .include "../../x11/renderproto/buildlink3.mk"
 .include "../../x11/xextproto/buildlink3.mk"  
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.18

CVSweb <webmaster@jp.NetBSD.org>