mark xview and all ports that depend on it broken.
- it is not ok to set your WRKDIST to that of another port and extract it as part of your extraction process. - is is not ok to reverse patches in other ports. This port is so wrong.
This commit is contained in:
parent
10027c1ff2
commit
1e98454e37
@ -1,4 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2000/03/05 18:30:22 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2000/03/23 23:09:02 turan Exp $
|
||||
|
||||
BROKEN= depend xview is broken
|
||||
|
||||
DISTNAME= gom-0.29.103
|
||||
CATEGORIES= audio
|
||||
|
@ -1,4 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2000/03/05 18:30:22 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2000/03/23 23:09:02 turan Exp $
|
||||
|
||||
BROKEN= bad packing lists and depend xview is broken
|
||||
#tar: Unable to access bin/workman <No such file or directory>
|
||||
#tar: Unable to access lib/help/workman.info <No such file or directory>
|
||||
#tar: Unable to access man/cat1/workman.0 <No such file or directory>
|
||||
#tar: Unable to access man/cat5/workmandb.5 <No such file or directory>
|
||||
|
||||
DISTNAME= WorkMan-1.3a
|
||||
PKGNAME= workman-1.3a
|
||||
|
@ -1,4 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2000/03/16 22:32:35 turan Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2000/03/23 23:09:02 turan Exp $
|
||||
|
||||
BROKEN= depend xview is broken
|
||||
|
||||
DISTNAME= textedit
|
||||
PKGNAME= textedit-1.0
|
||||
|
@ -1,5 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2000/03/19 16:43:41 espie Exp $
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.5 2000/03/23 23:09:02 turan Exp $
|
||||
|
||||
BROKEN= depend xview is broken
|
||||
|
||||
DISTNAME= calentool-2.3
|
||||
PKGNAME= calentool-2.3
|
||||
|
@ -1,4 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2000/03/19 16:43:42 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2000/03/23 23:09:02 turan Exp $
|
||||
|
||||
BROKEN= depend xview is broken
|
||||
|
||||
DISTNAME= contool-3.3a
|
||||
CATEGORIES= sysutils
|
||||
|
@ -1,5 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2000/03/23 21:33:01 turan Exp $
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.11 2000/03/23 23:09:03 turan Exp $
|
||||
|
||||
BROKEN= depend xview is broken
|
||||
|
||||
DISTNAME= olvwm4
|
||||
PKGNAME= olvwm-4.2
|
||||
|
@ -1,18 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2000/03/19 16:04:20 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2000/03/23 23:09:03 turan Exp $
|
||||
|
||||
BROKEN= this port is so wrong.
|
||||
|
||||
DISTNAME= xview-clients
|
||||
PKGNAME= xview-clients-3.2.1
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
DISTFILES= xview3.2p1-X11R6.tar.gz
|
||||
CATEGORIES= x11
|
||||
NEED_VERSION= 1.223
|
||||
|
||||
DEPENDS= x11/xview-lib
|
||||
#DEPENDS= x11/xview-lib
|
||||
|
||||
WRKDIST= ${PORTSDIR}/x11/xview-config/work/xview3.2p1-X11R6/clients
|
||||
WRKDIST= ${WRKDIR}/xview3.2p1-X11R6/clients
|
||||
USE_X11= Yes
|
||||
|
||||
do-fetch:
|
||||
do-extract: # don't use NO_EXTRACT, dependency won't work
|
||||
|
||||
post-configure:
|
||||
cd $(WRKSRC)/.. && make SUBDIRS=clients depend
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
diff -rc ../old/xview3.2p1-X11R6/clients/olwm/cmdstream.c olwm/cmdstream.c
|
||||
*** ../old/xview3.2p1-X11R6/clients/olwm/cmdstream.c Tue Jun 29 01:11:43 1993
|
||||
--- olwm/cmdstream.c Sun Nov 20 13:38:56 1994
|
||||
*** olwm/cmdstream.c.orig Tue Jun 29 01:11:43 1993
|
||||
--- olwm/cmdstream.c Sun Nov 20 13:38:56 1994
|
||||
***************
|
||||
*** 51,60 ****
|
||||
* Local Forward Declarations
|
||||
|
@ -1,6 +1,5 @@
|
||||
diff -c /usr/ports/x11/xview-config/work/xview3.2p1-X11R6/clients/olwm/screen.c screen.c
|
||||
*** /usr/ports/x11/xview-config/work/xview3.2p1-X11R6/clients/olwm/screen.c Tue Oct 8 23:31:04 1996
|
||||
--- olwm/screen.c Mon Jan 1 23:54:12 1996
|
||||
--- clients/olwm/screen.c Mon Jan 1 23:54:12 1996
|
||||
***************
|
||||
*** 220,225 ****
|
||||
--- 220,226 ----
|
||||
|
@ -1,4 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2000/02/11 00:37:41 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2000/03/23 23:09:03 turan Exp $
|
||||
|
||||
BROKEN= this port is so wrong.
|
||||
|
||||
DISTNAME= xview-config-3.2.1
|
||||
CATEGORIES= x11
|
||||
|
@ -1,19 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2000/03/23 18:06:33 turan Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2000/03/23 23:09:03 turan Exp $
|
||||
|
||||
BROKEN= this port is so wrong.
|
||||
|
||||
DISTNAME= xview-lib
|
||||
PKGNAME= xview-lib-3.2.1
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
DISTFILES= xview3.2p1-X11R6.tar.gz
|
||||
CATEGORIES= x11
|
||||
NEED_VERSION= 1.223
|
||||
|
||||
MAINTAINER= angelos@openbsd.org
|
||||
|
||||
DEPENDS= x11/xview-config
|
||||
#DEPENDS= x11/xview-config
|
||||
|
||||
USE_IMAKE= Yes
|
||||
WRKDIST= ${PORTSDIR}/x11/xview-config/work/xview3.2p1-X11R6
|
||||
EXTRACT_ONLY= #use this instead of NO_EXTRACT
|
||||
|
||||
do-fetch:
|
||||
WRKDIST= ${WRKDIR}/xview3.2p1-X11R6/config
|
||||
|
||||
post-install:
|
||||
${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
Loading…
Reference in New Issue
Block a user