ports/53177: [MAINTAINER] devel/ups: prevent bento from building it under 5.x
Sergei Kolobov
sergei at kolobov.com
Wed Jun 11 00:10:20 UTC 2003
>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:
More information about the freebsd-ports-bugs
mailing list