Date: Sun, 27 Jun 2004 00:00:38 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/68379: Update port: games/vamos Message-ID: <20040627000038.54d26c9b.tkato432@yahoo.com> Resent-Message-ID: <200406261510.i5QFAQls057205@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 68379 >Category: ports >Synopsis: Update port: games/vamos >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 Jun 26 15:10:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE i386 >Organization: >Environment: >Description: - Mark as BROKEN on 4.x >How-To-Repeat: >Fix: diff -urN /usr/ports/games/vamos/Makefile games/vamos/Makefile --- /usr/ports/games/vamos/Makefile Fri Jun 25 19:06:04 2004 +++ games/vamos/Makefile Fri Jun 25 19:10:50 2004 @@ -37,6 +37,12 @@ LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lusbhid -lGL -lGLU -lglut \ ${PTHREAD_LIBS} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on 4.x (port and dependencies need recent C++ compiler)" +.endif + post-extract: @${RM} -f ${WRKSRC}/doc/*.info* @@ -45,4 +51,4 @@ 's|-lsgxml -lsgmisc|-lsgxml -lsgstructure -lsgmisc|g ; \ s|-pedantic||g' -.include <bsd.port.mk> +.include <bsd.port.post.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040627000038.54d26c9b.tkato432>