ports/50342: [MAINTAINER] devel/ups only compiles under -STABLE on i386

Sergei Kolobov sergei at kolobov.com
Thu Mar 27 12:30:17 UTC 2003


>Number:         50342
>Category:       ports
>Synopsis:       [MAINTAINER] devel/ups only compiles under -STABLE on i386
>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:   Thu Mar 27 04:30:14 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Kolobov
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD outpost.globcon.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Thu Jan  2 03:13:48 MSK
>Description:
- The port compiles only under -STABLE on i386.
  Mark it BROKEN on all other plaforms and IGNORE in bento builds.

I will work with ups developers to try to resolve the issue 
(at least for -CURRENT on i386).
>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.26
diff -u -r1.26 Makefile
--- Makefile	2003/02/21 11:23:03	1.26
+++ Makefile	2003/03/27 12:19:22
@@ -24,6 +24,14 @@
 MAN1=		ups.1
 DOCS=		CHANGES FAQ README
 
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != i386 || ${OSVERSION} > 500000
+BROKEN=	"compiles only under -STABLE on i386"
+# Avoid building packages on bento for unsupported platforms
+IGNORE=	${BROKEN}
+.endif
+
 post-install:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
@@ -33,4 +41,4 @@
 .endif
 	${INSTALL_DATA} ${WRKSRC}/Ups ${X11BASE}/lib/X11/app-defaults
 
-.include <bsd.port.mk>
+.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