Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jun 2002 11:32:24 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/38995: Update port: emulators/vx68k
Message-ID:  <200206071832.g57IWOdl048376@www.freebsd.org>

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

>Number:         38995
>Category:       ports
>Synopsis:       Update port: emulators/vx68k
>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
- Remove unneeded USE_BISON

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/emulators/vx68k/Makefile emulators/vx68k/Makefile
--- /usr/ports/emulators/vx68k/Makefile	Tue Jun  4 23:36:44 2002
+++ emulators/vx68k/Makefile	Wed Jun  5 23:46:33 2002
@@ -8,21 +8,26 @@
 
 PORTNAME=	vx68k
 PORTVERSION=	1.1.10
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	ftp://ftp.hypercore.co.jp/vx68k/${PORTNAME}-${PORTVERSION:R}/
 
 MAINTAINER=	ports@FreeBSD.org
 
-LIB_DEPENDS=	vm68k:${PORTSDIR}/emulators/libvm68k
+LIB_DEPENDS=	vm68k.4:${PORTSDIR}/emulators/libvm68k
 
-USE_BISON=	yes
 USE_MESA=	yes
 USE_GTK=	yes
-GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
-		LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lGL -lGLU -lglut ${PTHREAD_LIBS}"
+USE_LIBTOOL=	yes
+LIBTOOLFILES=	configure vx68k-gtk/configure
+LIBTOOLFLAGS=	--disable-ltlibs --release-ignore
+CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 
 MAN1=	vx68k.1
+
+CPPFLAGS=	-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
+LDFLAGS=	-L${LOCALBASE}/lib -L${X11BASE}/lib -lGL -lGLU -lglut \
+		${PTHREAD_LIBS}
 
 post-patch:
 	@${PERL} -pi -e "s,Bison ,Bison,g" ${WRKSRC}/vx68k-gtk/configure
diff -urN /usr/ports/emulators/vx68k/pkg-plist emulators/vx68k/pkg-plist
--- /usr/ports/emulators/vx68k/pkg-plist	Tue Jun  4 23:36:44 2002
+++ emulators/vx68k/pkg-plist	Wed Jun  5 08:13:21 2002
@@ -5,11 +5,9 @@
 include/vx68k/machine.h
 include/vx68k/memory.h
 include/vx68k/version.h
-@dirrm include/vx68k
-lib/libvx68k.a
-lib/libvx68k.la
-lib/libvx68kdos.a
-lib/libvx68kdos.la
 @unexec install-info --delete %D/info/vx68k.info %D/info/dir
 info/vx68k.info
 @exec install-info %D/info/vx68k.info %D/info/dir
+lib/libvx68k.a
+lib/libvx68kdos.a
+@dirrm include/vx68k

>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?200206071832.g57IWOdl048376>