Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 1998 22:03:15 +0800 (CST)
From:      frankch@waru.life.nthu.edu.tw
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/5816: Add linux dependant stuff for biology/kinemage
Message-ID:  <199802221403.WAA26794@waru.life.nthu.edu.tw>

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

>Number:         5816
>Category:       ports
>Synopsis:       Missing linux dependant lines in kinemage port
>Confidential:   yes
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 22 06:00:00 PST 1998
>Last-Modified:
>Originator:     Frank Chen Hsiung Chan
>Organization:
Department of Life Science, National Tsing Hua University, Taiwan
>Release:        FreeBSD 2.2.5-STABLE i386
>Environment:

	

>Description:

	
	The biology/kinemage port is a linux binary using linux
	emulation. Unforetunately I forgot to add these dependances
	the first time I createt the port.
	This is a fix to the problem. Also change the style of the
	Makefile.

>How-To-Repeat:

	

>Fix:
	
	
	Just patch with the following.


--- kinemage/Makefile.orig	Sun Feb 22 21:50:14 1998
+++ kinemage/Makefile	Sun Feb 22 21:57:07 1998
@@ -6,13 +6,15 @@
 # $Id: Makefile,v 1.1.1.1 1998/01/29 17:24:27 jseger Exp $
 #
 
-DISTNAME=	MAGE_4_2.LINUX
-PKGNAME=	kinemage-4.2
-CATEGORIES=     biology
+DISTNAME=	kinemage-4.2
+CATEGORIES=     biology x11
 MASTER_SITES=	ftp://suna.biochem.duke.edu/pub/LINUXprograms/
-EXTRACT_SUFX=	.Z
+DISTFILES=	MAGE_4_2.LINUX.Z
 
 MAINTAINER=     frankch@waru.life.nthu.edu.tw
+
+BUILD_DEPENDS=	/compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_lib
+RUN_DEPENDS=	/compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib
 
 NO_WRKSUBDIR=	YES
 NO_BUILD=	YES

>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?199802221403.WAA26794>