Date: Sat, 4 Jul 1998 17:10:14 -0500 (EST) From: Don Croyle <croyle@gelemna.ft-wayne.in.us> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/7162: update to xconq-7.2.2 Message-ID: <199807042210.RAA13154@emerson.gelemna.ft-wayne.in.us>
next in thread | raw e-mail | index | archive | help
>Number: 7162 >Category: ports >Synopsis: update to xconq-7.2.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 4 15:10:00 PDT 1998 >Last-Modified: >Originator: Don Croyle >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: The attached diffs update the games/xconq port to 7.2.2. While I was at it, I also dropped x11 from the categories list and stripped a few binaries I missed the first time around. >Description: >How-To-Repeat: >Fix: Apply the attached patch. Note that this leaves four empty files that should be removed: files/mh-freebsd patches/patch-aa patches/patch-ab patches/patch-ac diff -ruN xconq.old/Makefile xconq/Makefile --- xconq.old/Makefile Sun Jun 7 06:03:06 1998 +++ xconq/Makefile Sat Jul 4 16:59:04 1998 @@ -1,13 +1,13 @@ # New ports collection makefile for: xconq -# Version required: 7.2.1 +# Version required: 7.2.2 # Date created: 2 Jun 1998 # Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> # # $Id: Makefile,v 1.1.1.1 1998/06/07 11:03:06 dburr Exp $ # -DISTNAME= xconq-7.2.1 -CATEGORIES= games x11 +DISTNAME= xconq-7.2.2 +CATEGORIES= games MASTER_SITES= ftp://ftp.cygnus.com/pub/xconq/ MAINTAINER= croyle@gelemna.ft-wayne.in.us @@ -21,14 +21,11 @@ MAN6= xconq.6 cconq.6 -pre-configure: - ${CP} ${FILESDIR}/mh-freebsd ${WRKSRC}/config/ - post-build: cd ${WRKSRC}/doc && make info post-install: -.for file in xconq cconq +.for file in xconq cconq imf2x x2imf xshowimf strip ${PREFIX}/bin/${file} .endfor cd ${WRKSRC}/doc && make install-info diff -ruN xconq.old/files/md5 xconq/files/md5 --- xconq.old/files/md5 Sun Jun 7 06:03:07 1998 +++ xconq/files/md5 Sat Jul 4 16:16:20 1998 @@ -1 +1 @@ -MD5 (xconq-7.2.1.tar.gz) = d2f220143c85c80102718115d3b0d9ae +MD5 (xconq-7.2.2.tar.gz) = 0f54293d4903c91fcf4cfd8ebeaaa0be diff -ruN xconq.old/files/mh-freebsd xconq/files/mh-freebsd --- xconq.old/files/mh-freebsd Sun Jun 7 06:03:07 1998 +++ xconq/files/mh-freebsd Wed Dec 31 19:00:00 1969 @@ -1,2 +0,0 @@ -X11_INCLUDE_FLAGS = -I/usr/X11R6/include -X11_LIB_FLAGS = -L/usr/X11R6/lib diff -ruN xconq.old/patches/patch-aa xconq/patches/patch-aa --- xconq.old/patches/patch-aa Sun Jun 7 06:03:08 1998 +++ xconq/patches/patch-aa Wed Dec 31 19:00:00 1969 @@ -1,19 +0,0 @@ -*** SelFile/Dir.c~ Mon May 18 21:36:06 1998 ---- SelFile/Dir.c Tue Jun 2 01:23:29 1998 -*************** -*** 33,39 **** - #include "SFinternal.h" - - #if defined(SVR4) || defined(SYSV) || defined(USG) || defined(__alpha__) \ -! || defined(__CYGWIN32__) - #include <dirent.h> - #else /* defined(SVR4) || defined(SYSV) || defined(USG) ... */ - #include <sys/dir.h> ---- 33,39 ---- - #include "SFinternal.h" - - #if defined(SVR4) || defined(SYSV) || defined(USG) || defined(__alpha__) \ -! || defined(__CYGWIN32__) || defined(__FreeBSD__) - #include <dirent.h> - #else /* defined(SVR4) || defined(SYSV) || defined(USG) ... */ - #include <sys/dir.h> diff -ruN xconq.old/patches/patch-ab xconq/patches/patch-ab --- xconq.old/patches/patch-ab Sun Jun 7 06:03:08 1998 +++ xconq/patches/patch-ab Wed Dec 31 19:00:00 1969 @@ -1,19 +0,0 @@ -*** SelFile/SelFile.c~ Thu Mar 26 22:46:51 1998 ---- SelFile/SelFile.c Tue Jun 2 01:31:12 1998 -*************** -*** 44,50 **** - #include <stdio.h> - #include <errno.h> - -! #ifndef __GLIBC__ - /* BSD 4.3 errno.h does not declare errno */ - extern int errno; - extern int sys_nerr; ---- 44,50 ---- - #include <stdio.h> - #include <errno.h> - -! #if !defined(__GLIBC__) && !defined(__FreeBSD__) - /* BSD 4.3 errno.h does not declare errno */ - extern int errno; - extern int sys_nerr; diff -ruN xconq.old/patches/patch-ac xconq/patches/patch-ac --- xconq.old/patches/patch-ac Sun Jun 7 06:03:08 1998 +++ xconq/patches/patch-ac Wed Dec 31 19:00:00 1969 @@ -1,12 +0,0 @@ -*** config.host.~ Mon Jan 12 22:33:31 1998 ---- config.host Tue Jun 2 22:17:27 1998 -*************** -*** 39,44 **** ---- 39,45 ---- - *-*-lynxos*) host_makefile_frag=config/mh-lynxos ;; - *-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;; - *-*-sysv*) host_makefile_frag=config/mh-sysv ;; -+ *-*-freebsd*) host_makefile_frag=config/mh-freebsd ;; - esac - - if [ x$host_makefile_frag != x ] ; then diff -ruN xconq.old/patches/patch-ad xconq/patches/patch-ad --- xconq.old/patches/patch-ad Sun Jun 7 06:03:08 1998 +++ xconq/patches/patch-ad Sat Jul 4 16:54:36 1998 @@ -1,22 +1,5 @@ *** Makefile.in.orig Sat Feb 21 19:26:25 1998 ---- Makefile.in Sat Jun 6 10:50:34 1998 -*************** -*** 17,23 **** - infodir = $(prefix)/info - docdir = $(datadir)/doc - -! appdefaultsdir = /usr/lib/X11/app-defaults - - gamelibdir = $(datadir)/lib - x11libdir = $(datadir)/lib-x11 ---- 17,23 ---- - infodir = $(prefix)/info - docdir = $(datadir)/doc - -! appdefaultsdir = $(libdir)/X11/app-defaults - - gamelibdir = $(datadir)/lib - x11libdir = $(datadir)/lib-x11 +--- Makefile.in Sat Jul 4 16:53:47 1998 *************** *** 44,50 **** >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807042210.RAA13154>