Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jun 2002 11:31:46 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/38994: Update port: emulators/libvm68k
Message-ID:  <200206071831.g57IVkGX048199@www.freebsd.org>

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

>Number:         38994
>Category:       ports
>Synopsis:       Update port: emulators/libvm68k
>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:   Fri Jun 07 11:40:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.5-RELEASE i386
>Organization:
>Environment:
>Description:
- GNU_CONFIGURE -> USE_LIBTOOL

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/emulators/libvm68k/Makefile emulators/libvm68k/Makefile
--- /usr/ports/emulators/libvm68k/Makefile	Tue Jun  4 22:11:34 2002
+++ emulators/libvm68k/Makefile	Wed Jun  5 08:03:36 2002
@@ -8,12 +8,14 @@
 
 PORTNAME=	libvm68k
 PORTVERSION=	1.0.6
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	ftp://ftp.hypercore.co.jp/vx68k/${PORTNAME}-${PORTVERSION:R}/
 
 MAINTAINER=	ports@FreeBSD.org
 
-GNU_CONFIGURE=	yes
+USE_LIBTOOL=	yes
+LIBTOOLFLAGS=	--disable-ltlibs --release-ignore
 INSTALLS_SHLIB=	yes
 
 .include <bsd.port.mk>
diff -urN /usr/ports/emulators/libvm68k/pkg-plist emulators/libvm68k/pkg-plist
--- /usr/ports/emulators/libvm68k/pkg-plist	Tue Jun  4 22:11:34 2002
+++ emulators/libvm68k/pkg-plist	Wed Jun  5 22:50:34 2002
@@ -7,12 +7,10 @@
 include/vm68k/processor.h
 include/vm68k/size.h
 include/vm68k/types.h
-@dirrm include/vm68k
-lib/libvm68k-1.0.so
-lib/libvm68k-1.0.so.4
-lib/libvm68k.a
-lib/libvm68k.la
-lib/libvm68k.so
 @unexec install-info --delete %D/info/libvm68k.info %D/info/dir
 info/libvm68k.info
 @exec install-info %D/info/libvm68k.info %D/info/dir
+lib/libvm68k.a
+lib/libvm68k.so
+lib/libvm68k.so.4
+@dirrm include/vm68k

>Release-Note:
>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?200206071831.g57IVkGX048199>