head	1.16;
access;
symbols
	pkgsrc-2013Q2:1.16.0.32
	pkgsrc-2013Q2-base:1.16
	pkgsrc-2012Q4:1.16.0.30
	pkgsrc-2012Q4-base:1.16
	pkgsrc-2011Q4:1.16.0.28
	pkgsrc-2011Q4-base:1.16
	pkgsrc-2011Q2:1.16.0.26
	pkgsrc-2011Q2-base:1.16
	pkgsrc-2009Q4:1.16.0.24
	pkgsrc-2009Q4-base:1.16
	pkgsrc-2008Q4:1.16.0.22
	pkgsrc-2008Q4-base:1.16
	pkgsrc-2008Q3:1.16.0.20
	pkgsrc-2008Q3-base:1.16
	cube-native-xorg:1.16.0.18
	cube-native-xorg-base:1.16
	pkgsrc-2008Q2:1.16.0.16
	pkgsrc-2008Q2-base:1.16
	pkgsrc-2008Q1:1.16.0.14
	pkgsrc-2008Q1-base:1.16
	pkgsrc-2007Q4:1.16.0.12
	pkgsrc-2007Q4-base:1.16
	pkgsrc-2007Q3:1.16.0.10
	pkgsrc-2007Q3-base:1.16
	pkgsrc-2007Q2:1.16.0.8
	pkgsrc-2007Q2-base:1.16
	pkgsrc-2007Q1:1.16.0.6
	pkgsrc-2007Q1-base:1.16
	pkgsrc-2006Q4:1.16.0.4
	pkgsrc-2006Q4-base:1.16
	pkgsrc-2006Q3:1.16.0.2
	pkgsrc-2006Q3-base:1.16
	pkgsrc-2006Q2:1.15.0.4
	pkgsrc-2006Q2-base:1.15
	pkgsrc-2006Q1:1.15.0.2
	pkgsrc-2006Q1-base:1.15
	pkgsrc-2005Q4:1.13.0.2
	pkgsrc-2005Q4-base:1.13
	pkgsrc-2005Q3:1.9.0.4
	pkgsrc-2005Q3-base:1.9
	pkgsrc-2005Q2:1.9.0.2
	pkgsrc-2005Q2-base:1.9
	pkgsrc-2005Q1:1.8.0.6
	pkgsrc-2005Q1-base:1.8
	pkgsrc-2004Q4:1.8.0.4
	pkgsrc-2004Q4-base:1.8
	pkgsrc-2004Q3:1.8.0.2
	pkgsrc-2004Q3-base:1.8
	pkgsrc-2004Q2:1.4.0.2
	pkgsrc-2004Q2-base:1.4
	pkgsrc-2004Q1:1.3.0.2
	pkgsrc-2004Q1-base:1.3
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.16
date	2006.09.27.15.18.14;	author joerg;	state dead;
branches;
next	1.15;

1.15
date	2006.03.04.21.30.10;	author jlam;	state Exp;
branches;
next	1.14;

1.14
date	2006.02.12.15.24.15;	author xtraeme;	state Exp;
branches;
next	1.13;

1.13
date	2005.12.08.09.52.16;	author rillig;	state Exp;
branches;
next	1.12;

1.12
date	2005.12.05.20.50.38;	author rillig;	state Exp;
branches;
next	1.11;

1.11
date	2005.10.10.17.22.05;	author reed;	state Exp;
branches;
next	1.10;

1.10
date	2005.09.28.20.52.24;	author rillig;	state Exp;
branches;
next	1.9;

1.9
date	2005.04.11.21.46.33;	author tv;	state Exp;
branches;
next	1.8;

1.8
date	2004.07.31.02.28.15;	author xtraeme;	state Exp;
branches;
next	1.7;

1.7
date	2004.07.29.09.06.19;	author xtraeme;	state Exp;
branches;
next	1.6;

1.6
date	2004.07.29.06.36.32;	author xtraeme;	state Exp;
branches;
next	1.5;

1.5
date	2004.07.29.05.48.38;	author xtraeme;	state Exp;
branches;
next	1.4;

1.4
date	2004.03.28.22.06.15;	author xtraeme;	state Exp;
branches;
next	1.3;

1.3
date	2004.02.02.14.20.28;	author xtraeme;	state Exp;
branches;
next	1.2;

1.2
date	2004.01.29.06.22.46;	author xtraeme;	state Exp;
branches;
next	1.1;

1.1
date	2004.01.24.09.05.59;	author xtraeme;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2004.01.24.09.05.59;	author xtraeme;	state Exp;
branches;
next	;


desc
@@


1.16
log
@Remove XFree86.
@
text
@# $NetBSD: Makefile,v 1.15 2006/03/04 21:30:10 jlam Exp $

DISTNAME=		${DISTFILES}
PKGNAME=		XFree86-docs-${XF_VER}
PKGREVISION=		1
CATEGORIES=		misc x11
MASTER_SITES=		${MASTER_SITE_XFREE}
DISTFILES+=		XFree86-${XF_VER}-src-1.tgz XFree86-${XF_VER}-src-6.tgz

MAINTAINER=		pkgsrc-users@@NetBSD.org
HOMEPAGE=		http://www.xfree86.org/
COMMENT=		XFree86 Documentation

DEPENDS+=		XFree86-imake>=${XF_VER}:../../x11/XFree86-imake

USE_LANGUAGES=		# empty
NO_XFREE86_TARGETS=	yes
WRKSRC=			${WRKDIR}/xc/doc/specs

pre-configure:
	@@${SED} \
		-e "s|@@PREFIX@@|${X11ROOT}|g" \
		-e "s|@@MAKE@@|${MAKE_PROGRAM}|g" \
		-e "s|@@IMAKE@@|${IMAKE}|g" \
		${FILESDIR}/host.def > ${WRKSRC}/host.def

do-configure:
	( cd ${WRKSRC}; \
	${IMAKE} -DUseInstalled -I. -I${X11ROOT}/lib/X11/config \
		-DTOPDIR=../.. -DCURDIR=.; \
	${MAKE} Makefiles ; \
	${MAKE} includes ; \
	${MAKE} depend )

.include "../../meta-pkgs/XFree86/Makefile.common"
.include "../../mk/bsd.pkg.mk"
@


1.15
log
@Point MAINTAINER to pkgsrc-users@@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.14 2006/02/12 15:24:15 xtraeme Exp $
@


1.14
log
@ENOTIME to mantain these packages, feel free to pick it up if you are
insterested.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.13 2005/12/08 09:52:16 rillig Exp $
d10 1
a10 1
MAINTAINER=		tech-pkg@@NetBSD.org
@


1.13
log
@Bumped the PKGREVISION of the packages that have been broken by the recent
"pkglint --autofix" change.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.12 2005/12/05 20:50:38 rillig Exp $
d10 1
a10 1
MAINTAINER=		xtraeme@@NetBSD.org
@


1.12
log
@Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.11 2005/10/10 17:22:05 reed Exp $
d5 1
@


1.11
log
@x11/imake was changed to x11/XFree86-imake. Also package name
changed to XFree86-imake.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.10 2005/09/28 20:52:24 rillig Exp $
d13 1
a13 1
DEPENDS=		XFree86-imake>=${XF_VER}:../../x11/XFree86-imake
@


1.10
log
@Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2005/04/11 21:46:33 tv Exp $
d13 1
a13 1
DEPENDS=		imake>=${XF_VER}:../../x11/imake
@


1.9
log
@Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2004/07/31 02:28:15 xtraeme Exp $
d16 1
a16 1
NO_XFREE86_TARGETS=	# defined
@


1.8
log
@I'm maintainer for the XFree86/X.org packages from pkgsrc.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2004/07/29 09:06:19 xtraeme Exp $
a15 1
NO_BUILDLINK=		# defined
@


1.7
log
@Use ${XF_VER} instead of using 4.4.0.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2004/07/29 06:36:32 xtraeme Exp $
d9 1
a9 1
MAINTAINER=		xfree86@@blef.org
@


1.6
log
@xorg packages now will be installed into ${PREFIX}/xorg by default,
so we don't have to conflict between XFree86 and xorg.

Suggested by grant@@.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2004/07/29 05:48:38 xtraeme Exp $
d7 1
a7 1
DISTFILES+=		XFree86-4.4.0-src-1.tgz XFree86-4.4.0-src-6.tgz
d13 1
a13 1
DEPENDS=		imake>=4.4.0:../../x11/imake
@


1.5
log
@CONFLICTS with xorg-docs.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2004/03/28 22:06:15 xtraeme Exp $
a14 2
CONFLICTS=		xorg-docs-[0-9]*

@


1.4
log
@Upgrade XFree86 packages to 4.4.0.

To see a full list of changes, please review:
http://xfree86.org/4.4.0/RELNOTES.html

These packages has been tested under NetBSD 1.6/-current, FreeBSD 4.x/5.x,
and GNU/Linux (i386) by Jeremy C. Reed, Michal Pasternak and myself.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2004/02/02 14:20:28 xtraeme Exp $
d15 2
@


1.3
log
@XFree86 meta-package can be now installed with or without xpkgwedge,
installation prefix is ${X11PREFIX}/X11R6.

Bump PKGREVISION.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2004/01/29 06:22:46 xtraeme Exp $
a4 1
PKGREVISION=		1
d7 1
a7 1
DISTFILES+=		X430src-1.tgz X430src-6.tgz
d13 1
a13 1
BUILD_DEPENDS=		imake>=4.3.0:../../x11/imake
d15 2
a16 1
USE_BUILDLINK2=		yes
@


1.2
log
@Add misc to CATEGORIES.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1.1.1 2004/01/24 09:05:59 xtraeme Exp $
d5 1
a5 1
WRKSRC=			${WRKDIR}/xc/doc/specs
d18 1
d22 1
a22 1
		-e "s|@@PREFIX@@|${X11PREFIX}|g" \
d29 1
a29 1
	${IMAKE} -DUseInstalled -I. -I${PREFIX}/lib/X11/config \
a35 1

@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $NetBSD$
d6 1
a6 1
CATEGORIES=		x11
@


1.1.1.1
log
@Initial import of XFree86-docs-4.3.0 from pkgsrc-wip.

This package contains XFree86 documentation. This includes protocols
and specifications for X Display Power Management Signaling (DPMS),
Inter-Client Exchange (ICE) Library, X Locale Database, Proxy Management,
X Session Management Library, The XIM Transport, The X Font Library,
X Toolkit Intrinsics C Language Interface, X Display Manager Control
Protocol, Xlib C Language X Interface, and a lot more.
@
text
@@
