From owner-freebsd-ports Fri Jun 7 11:40:37 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D1FB37B40C for ; Fri, 7 Jun 2002 11:40:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57Ie3P65302; Fri, 7 Jun 2002 11:40:03 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 69C5337B404 for ; Fri, 7 Jun 2002 11:32:24 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g57IWOhG048377 for ; Fri, 7 Jun 2002 11:32:24 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g57IWOdl048376; Fri, 7 Jun 2002 11:32:24 -0700 (PDT) Message-Id: <200206071832.g57IWOdl048376@www.freebsd.org> Date: Fri, 7 Jun 2002 11:32:24 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/38995: Update port: emulators/vx68k Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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