Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 May 2003 00:07:48 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/52573: Update port: devel/yacl
Message-ID:  <20030523000748.7ed0a1c3.tkato@prontomail.com>
Resent-Message-ID: <200305221510.h4MFAE4e051981@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         52573
>Category:       ports
>Synopsis:       Update port: devel/yacl
>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:   Thu May 22 08:10:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix build on -stable

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/yacl/Makefile devel/yacl/Makefile
--- /usr/ports/devel/yacl/Makefile	Sun May 18 22:33:49 2003
+++ devel/yacl/Makefile	Wed May 21 19:20:20 2003
@@ -14,12 +14,6 @@
 MAINTAINER=		ports@freebsd.org
 COMMENT=	Portable programming library for C++
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500113
-BROKEN=         "Does not compile (bad C++ code)"
-.endif
-
 NO_WRKSUBDIR=		yes
 USE_ZIP=		yes
 MAKE_ENV=		YACLPATH=${WRKDIR}
@@ -28,6 +22,11 @@
 ALL_TARGET=		yacl
 
 USE_MOTIF=		true
+
+.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 500113
+BROKEN=         "Does not compile (bad C++ code)"
+.endif
 
 post-build:
 	@(cd ${WRKSRC}/apps/bmpview; ${MAKE} ${MAKE_ENV} -f gnuc.mak)
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030523000748.7ed0a1c3.tkato>