Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/x11/libXrandr/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/x11/libXrandr/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.5 retrieving revision 1.21 diff -u -p -r1.5 -r1.21 --- pkgsrc/x11/libXrandr/Makefile 2007/07/28 00:26:03 1.5 +++ pkgsrc/x11/libXrandr/Makefile 2019/03/17 08:18:43 1.21 @@ -1,17 +1,14 @@ -# $NetBSD: Makefile,v 1.5 2007/07/28 00:26:03 joerg Exp $ -# +# $NetBSD: Makefile,v 1.21 2019/03/17 08:18:43 wiz Exp $ -DISTNAME= libXrandr-1.2.1 +DISTNAME= libXrandr-1.5.2 CATEGORIES= x11 devel -MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/ +MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= X RandR Library from X.org -PKG_DESTDIR_SUPPORT= user-destdir - CONFLICTS+= Xrandr-[0-9]* USE_LIBTOOL= yes @@ -21,17 +18,11 @@ USE_TOOLS+= pkg-config CONFIGURE_ENV+= LIB_MAN_SUFFIX=3 PKGCONFIG_OVERRIDE+= xrandr.pc.in -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "NetBSD" -CONFIGURE_ARGS+= --disable-malloc0returnsnull -.endif +CONFIGURE_ARGS.NetBSD+= --disable-malloc0returnsnull +BUILDLINK_API_DEPENDS.libX11+= libX11>=1.6 .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXrender/buildlink3.mk" -.include "../../x11/randrproto/buildlink3.mk" -.include "../../x11/renderproto/buildlink3.mk" -.include "../../x11/xextproto/buildlink3.mk" - +.include "../../x11/xorgproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk"