424244b397
Update x11/fixesproto 4.1.1 to 5.0 (modular-xorg-server 1.11.1 needs this version) From ChangeLog: ---------- Date: Mon Feb 28 09:53:30 2011 -0500 fixesproto 5.0 Date: Mon Nov 15 17:09:31 2010 -0500 fixesproto v5: Pointer barriers v3: Review fixes: - INT16 not CARD16 for coordinates - BadDevice not BadMatch Date: Fri Oct 29 21:01:26 2010 -0700 fixesproto 4.1.2 - Sun's copyrights now belong to Oracle - config: remove the pkgconfig pc.in file from EXTRA_DIST Automake always includes it in the tarball. - Update Sun license notices to current X.Org standard form - Use $(docdir) for fixesproto.txt install path - Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES - Now that the INSTALL file is generated. Allows running make maintainer-clean. - INSTALL file is missing or incorrect #24206 - The file is copied from util-macros. The copy in git is removed. - README: file created or updated #24206 - Contains a set of URLs to freedesktop.org. - NEWS: remove empty file #24206 - Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 - ChangeLog filename is known to Automake and requires no further coding in the makefile. - Makefile.am: INSTALL file is missing or incorrect #24206 - The standard GNU file on building/installing tarball is copied using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS Add INSTALL target - configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242 - This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes. - .gitignore: use common defaults with custom section # 24239 - Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults.
24 lines
591 B
Makefile
24 lines
591 B
Makefile
# $NetBSD: Makefile,v 1.10 2011/10/25 07:30:54 mef Exp $
|
|
#
|
|
|
|
DISTNAME= fixesproto-5.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Fixes extension headers from X.org
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFLICTS+= fixesext-[0-9]*
|
|
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/fixesproto.pc.in
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../x11/xextproto/buildlink3.mk"
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|