Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Dec 2006 15:39:15 +0800 (CST)
From:      Rong-En Fan <rafan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        clive@FreeBSD.org
Subject:   ports/107129: [PATCH] games/qkmj: make it run on amd64
Message-ID:  <200612230739.kBN7dFxJ083983@svm.csie.ntu.edu.tw>
Resent-Message-ID: <200612230740.kBN7eFnv030822@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         107129
>Category:       ports
>Synopsis:       [PATCH] games/qkmj: make it run on amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 23 07:40:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.2-PRERELEASE amd64
>Organization:
NTU CSIE
>Environment:
>Description:
- Make it usable on amd64
- pet portlint(1) a bit

Removed file(s):
- pkg-plist

Port maintainer (clive@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- qkmj-95p5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/games/qkmj/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile	7 Mar 2003 06:02:51 -0000	1.9
+++ Makefile	23 Dec 2006 07:38:18 -0000
@@ -17,12 +17,15 @@
 MAINTAINER=	clive@FreeBSD.org
 COMMENT=	QKMJ - QK Ma2Jong4 client
 
-ONLY_FOR_ARCHS=	i386
+ONLY_FOR_ARCHS=	i386 amd64
+IA32_BINARY_PORT=	yes
+
+PLIST_FILES=	libexec/qkmj95p5-freebsd bin/qkmj
 
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} >= 500000
-LIB_DEPENDS=	c.4:${PORTSDIR}/misc/compat4x
+RUN_DEPENDS+=	compat4x-i386>=0:${PORTSDIR}/misc/compat4x
 .endif
 
 NO_WRKSUBDIR=	yes
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- pkg-plist	7 Jun 2002 19:55:57 -0000	1.3
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,2 +0,0 @@
-libexec/qkmj95p5-freebsd
-bin/qkmj
--- qkmj-95p5.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612230739.kBN7dFxJ083983>