pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Remove xf86-video-nsc, desupported since xorg-server-1...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bdb45249b303
branches: trunk
changeset: 624761:bdb45249b303
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Sep 30 16:59:10 2013 +0000
description:
Remove xf86-video-nsc, desupported since xorg-server-1.5.1.
diffstat:
doc/CHANGES-2013 | 3 +-
x11/Makefile | 3 +-
x11/xf86-video-nsc/DESCR | 1 -
x11/xf86-video-nsc/Makefile | 39 -
x11/xf86-video-nsc/PLIST | 3 -
x11/xf86-video-nsc/distinfo | 10 -
x11/xf86-video-nsc/files/assyntax.h | 749 ------------------------------------
x11/xf86-video-nsc/patches/patch-aa | 28 -
x11/xf86-video-nsc/patches/patch-ab | 15 -
x11/xf86-video-nsc/patches/patch-ac | 26 -
x11/xf86-video-nsc/patches/patch-ad | 14 -
x11/xf86-video-nsc/patches/patch-ae | 129 ------
12 files changed, 3 insertions(+), 1017 deletions(-)
diffs (truncated from 1085 to 300 lines):
diff -r 0291fe052d41 -r bdb45249b303 doc/CHANGES-2013
--- a/doc/CHANGES-2013 Mon Sep 30 16:53:42 2013 +0000
+++ b/doc/CHANGES-2013 Mon Sep 30 16:59:10 2013 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2013,v 1.3606 2013/09/30 16:53:42 wiz Exp $
+$NetBSD: CHANGES-2013,v 1.3607 2013/09/30 16:59:10 wiz Exp $
Changes to the packages collection and infrastructure in 2013:
@@ -5072,3 +5072,4 @@
Updated devel/autoconf to 2.69nb3 [wiz 2013-09-30]
Removed x11/xf86-video-cyrix [wiz 2013-09-30]
Removed x11/xf86-video-imstt [wiz 2013-09-30]
+ Removed x11/xf86-video-nsc [wiz 2013-09-30]
diff -r 0291fe052d41 -r bdb45249b303 x11/Makefile
--- a/x11/Makefile Mon Sep 30 16:53:42 2013 +0000
+++ b/x11/Makefile Mon Sep 30 16:59:10 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.711 2013/09/30 16:53:42 wiz Exp $
+# $NetBSD: Makefile,v 1.712 2013/09/30 16:59:10 wiz Exp $
#
COMMENT= Packages to support the X window system
@@ -521,7 +521,6 @@
SUBDIR+= xf86-video-mga
SUBDIR+= xf86-video-neomagic
SUBDIR+= xf86-video-newport
-SUBDIR+= xf86-video-nsc
SUBDIR+= xf86-video-nv
SUBDIR+= xf86-video-nvxbox
SUBDIR+= xf86-video-openchrome
diff -r 0291fe052d41 -r bdb45249b303 x11/xf86-video-nsc/DESCR
--- a/x11/xf86-video-nsc/DESCR Mon Sep 30 16:53:42 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-This is the NSC Geode video driver for the modular Xorg server.
diff -r 0291fe052d41 -r bdb45249b303 x11/xf86-video-nsc/Makefile
--- a/x11/xf86-video-nsc/Makefile Mon Sep 30 16:53:42 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,39 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2012/10/29 05:07:04 asau Exp $
-#
-
-DISTNAME= xf86-video-nsc-2.8.3
-PKGREVISION= 1
-CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= joerg%NetBSD.org@localhost
-HOMEPAGE= http://xorg.freedesktop.org/
-COMMENT= Modular Xorg NSC Geode video driver
-
-USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
-USE_TOOLS+= autoconf autoheader automake autoreconf pkg-config
-
-BUILD_DEPENDS+= xorg-util-macros>=1.2.0:../../devel/xorg-util-macros
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "SunOS"
-CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4
-.endif
-
-post-extract:
- cp ${FILESDIR}/assyntax.h ${WRKSRC}/src/
-
-pre-configure:
- cd ${WRKSRC} && autoreconf -vif
-
-.include "../../x11/modular-xorg-server/buildlink3.mk"
-.include "../../x11/randrproto/buildlink3.mk"
-.include "../../x11/renderproto/buildlink3.mk"
-.include "../../x11/videoproto/buildlink3.mk"
-BUILDLINK_DEPMETHOD.libXext?= build
-.include "../../x11/libXext/buildlink3.mk"
-.include "../../x11/xf86dgaproto/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 0291fe052d41 -r bdb45249b303 x11/xf86-video-nsc/PLIST
--- a/x11/xf86-video-nsc/PLIST Mon Sep 30 16:53:42 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:25:13 joerg Exp $
-lib/xorg/modules/drivers/nsc_drv.la
-man/man4/nsc.4
diff -r 0291fe052d41 -r bdb45249b303 x11/xf86-video-nsc/distinfo
--- a/x11/xf86-video-nsc/distinfo Mon Sep 30 16:53:42 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-$NetBSD: distinfo,v 1.3 2013/01/22 09:33:32 wiz Exp $
-
-SHA1 (xf86-video-nsc-2.8.3.tar.bz2) = 23d706458d68c9d380c3a22e146e9c58e656244f
-RMD160 (xf86-video-nsc-2.8.3.tar.bz2) = 3db7e868fb6b3974b466425a3896f9e1f8336fea
-Size (xf86-video-nsc-2.8.3.tar.bz2) = 465597 bytes
-SHA1 (patch-aa) = 88e34ca5b58696b426b1740db1e24f92eb52b00e
-SHA1 (patch-ab) = cb6052bcab07e31730d9e223f86915954a0cd921
-SHA1 (patch-ac) = 4a2b9999c9a34a369e973bc4e5313b413a46d5d5
-SHA1 (patch-ad) = 150f7963781f5ede279207f2e62b63d84916d7eb
-SHA1 (patch-ae) = 6e581450fa2fca794957486f48944d0b845ba418
diff -r 0291fe052d41 -r bdb45249b303 x11/xf86-video-nsc/files/assyntax.h
--- a/x11/xf86-video-nsc/files/assyntax.h Mon Sep 30 16:53:42 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,749 +0,0 @@
-#ifndef __ASSYNTAX_H__
-#define __ASSYNTAX_H__
-
-/*
- * Copyright 1992 Vrije Universiteit, The Netherlands
- *
- * Permission to use, copy, modify, and distribute this software and its
- * documentation for any purpose and without fee is hereby granted, provided
- * that the above copyright notice appear in all copies and that both that
- * copyright notice and this permission notice appear in supporting
- * documentation, and that the name of the Vrije Universiteit not be used in
- * advertising or publicity pertaining to distribution of the software without
- * specific, written prior permission. The Vrije Universiteit makes no
- * representations about the suitability of this software for any purpose.
- * It is provided "as is" without express or implied warranty.
- *
- * The Vrije Universiteit DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
- * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
- * EVENT SHALL The Vrije Universiteit BE LIABLE FOR ANY SPECIAL, INDIRECT OR
- * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
- * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
- * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- * PERFORMANCE OF THIS SOFTWARE.
- */
-/*
- * Copyright (c) 1993-1999 by The XFree86 Project, Inc.
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
- * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
- * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
- * OTHER DEALINGS IN THE SOFTWARE.
- *
- * Except as contained in this notice, the name of the copyright holder(s)
- * and author(s) shall not be used in advertising or otherwise to promote
- * the sale, use or other dealings in this Software without prior written
- * authorization from the copyright holder(s) and author(s).
- */
-
- /*
- * assyntax.h
- *
- * Select the syntax appropriate to the 386 assembler being used
- * To add support for more assemblers add more columns to the CHOICE
- * macro. Note that register names must also have uppercase names
- * to avoid macro recursion. e.g., #define ah %ah recurses!
- *
- * NB 1. Some of the macros for certain assemblers imply that the code is to
- * run in protected mode!! Caveat emptor.
- *
- * NB 2. 486 specific instructions are not included. This is to discourage
- * their accidental use in code that is intended to run on 386 and 486
- * systems.
- *
- * Supported assemblers:
- *
- * (a) AT&T SysVr4 as(1): default
- * (b) GNU Assembler gas: define USE_GAS or GNU_ASSEMBLER
- * (c) Amsterdam Compiler kit: define ACK_ASSEMBLER
- *
- * The following naming conventions have been used to identify the various
- * data types:
- * _SR = segment register version
- * Integer:
- * _Q = quadword = 64 bits
- * _L = long = 32 bits
- * _W = short = 16 bits
- * _B = byte = 8 bits
- * Floating-point:
- * _X = m80real = 80 bits
- * _D = double = 64 bits
- * _S = single = 32 bits
- *
- * Author: Gregory J. Sharp, Sept 1992
- * Vrije Universiteit, Amsterdam, The Netherlands
- */
-
-#if defined(USE_GAS) && !defined(GNU_ASSEMBLER)
-#define GNU_ASSEMBLER
-#endif
-
-#if (defined(__STDC__) && !defined(UNIXCPP)) || (defined (sun) && defined (i386) && defined (SVR4) && defined (__STDC__) && !defined (__GNUC__))
-#define CONCAT(x, y) x ## y
-#else
-#define CONCAT(x, y) x/**/y
-#endif
-
-#ifdef ACK_ASSEMBLER
-
-/* Assume we write code for 32-bit protected mode! */
-
-/* Redefine register names for GAS & AT&T assemblers */
-#define AL al
-#define AH ah
-#define AX ax
-#define EAX ax
-#define BL bl
-#define BH bh
-#define BX bx
-#define EBX bx
-#define CL cl
-#define CH ch
-#define CX cx
-#define ECX cx
-#define DL dl
-#define DH dh
-#define DX dx
-#define EDX dx
-#define BP bp
-#define EBP bp
-#define SI si
-#define ESI si
-#define DI di
-#define EDI di
-#define SP sp
-#define ESP sp
-#define CS cs
-#define SS ss
-#define DS ds
-#define ES es
-#define FS fs
-#define GS gs
-/* Control Registers */
-#define CR0 cr0
-#define CR1 cr1
-#define CR2 cr2
-#define CR3 cr3
-/* Debug Registers */
-#define DR0 dr0
-#define DR1 dr1
-#define DR2 dr2
-#define DR3 dr3
-#define DR4 dr4
-#define DR5 dr5
-#define DR6 dr6
-#define DR7 dr7
-/* Floating-point Stack */
-#define ST st
-
-#define AS_BEGIN .sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
-
-
-#define _WTOG o16 /* word toggle for _W instructions */
-#define _LTOG /* long toggle for _L instructions */
-#define ADDR_TOGGLE a16
-#define OPSZ_TOGGLE o16
-#define USE16 .use16
-#define USE32 .use32
-
-#define CHOICE(a,b,c) c
-
-#else /* AT&T or GAS */
-
-/* Redefine register names for GAS & AT&T assemblers */
-#define AL %al
-#define AH %ah
-#define AX %ax
-#define EAX %eax
-#define BL %bl
-#define BH %bh
-#define BX %bx
-#define EBX %ebx
-#define CL %cl
-#define CH %ch
-#define CX %cx
-#define ECX %ecx
-#define DL %dl
-#define DH %dh
-#define DX %dx
-#define EDX %edx
-#define BP %bp
-#define EBP %ebp
-#define SI %si
-#define ESI %esi
-#define DI %di
-#define EDI %edi
-#define SP %sp
-#define ESP %esp
-#define CS %cs
-#define SS %ss
-#define DS %ds
-#define ES %es
-#define FS %fs
-#define GS %gs
Home |
Main Index |
Thread Index |
Old Index