Date: Mon, 22 May 2006 23:10:53 +0800 From: hamigua@hotpop.com To: FreeBSD-gnats-submit@FreeBSD.org Cc: kris@obsecurity.org Subject: ports/97617: Maintainer-update port:games/lianliankan broken in 4-stable Message-ID: <20060522151100.2DF3723F18F8@smtp-3.hotpop.com> Resent-Message-ID: <200605221520.k4MFKLvZ052923@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 97617 >Category: ports >Synopsis: Maintainer-update port:games/lianliankan broken in 4-stable >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon May 22 15:20:20 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Liu.Yinghong >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD relaxbsd 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun May 7 23:03:31 CST 2006 root@relaxbsd:/usr/obj/usr/src/sys/RELAXBSD i386 >Description: Does not compile in 4-stable: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.4.2005092302/lianliankan-2.2.log >How-To-Repeat: >Fix: --- lianliankan.patch begins here --- diff -uNr lianliankan.orig/Makefile lianliankan/Makefile --- lianliankan.orig/Makefile Mon May 22 22:58:04 2006 +++ lianliankan/Makefile Mon May 22 23:01:38 2006 @@ -23,8 +23,14 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "does not compile" +.endif + post-install: ${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${FILESDIR}/lianliankan.desktop ${PREFIX}/share/applications -.include <bsd.port.mk> +.include <bsd.port.post.mk> --- lianliankan.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060522151100.2DF3723F18F8>