ports/52573: Update port: devel/yacl

KATO Tsuguru tkato at prontomail.com
Thu May 22 15:10:18 UTC 2003


>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 at 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:



More information about the freebsd-ports-bugs mailing list