Date: 10 Jun 2003 21:39:04 -0000 From: Sergei Kolobov <sergei@kolobov.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/53177: [MAINTAINER] devel/ups: prevent bento from building it under 5.x Message-ID: <20030610213904.6342.qmail@kolobov.com> Resent-Message-ID: <200306110010.h5B0AA92056629@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 53177 >Category: ports >Synopsis: [MAINTAINER] devel/ups: prevent bento from building it under 5.x >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: Tue Jun 10 17:10:10 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD elf.chetwood.ru 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Thu Jun 5 02:19:41 MSD >Description: - Use IGNORE to actually prevent bento from attempting to build this port under FreeBSD 5.x - Minor tweaks in post-install target >How-To-Repeat: >Fix: --- ups-3.38.b1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/ups-debug/Makefile,v retrieving revision 1.28 diff -u -r1.28 Makefile --- Makefile 2003/06/10 16:29:41 1.28 +++ Makefile 2003/06/10 21:36:59 @@ -28,17 +28,15 @@ .include <bsd.port.pre.mk> -.if ${OSVERSION} > 500000 -BROKEN= "Does not compile on 5.X" +.if ${OSVERSION} >= 500000 +IGNORE= "does not currently support FreeBSD 5.x" .endif post-install: + ${INSTALL_DATA} ${WRKSRC}/Ups ${X11BASE}/lib/X11/app-defaults .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor + cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif - ${INSTALL_DATA} ${WRKSRC}/Ups ${X11BASE}/lib/X11/app-defaults .include <bsd.port.post.mk> --- ups-3.38.b1.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?20030610213904.6342.qmail>