Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Mar 2004 23:00:18 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/64214: Update port: graphics/qglviewer
Message-ID:  <20040313230018.07212c65.tkato@prontomail.com>
Resent-Message-ID: <200403131410.i2DEAQ0F056191@freefall.freebsd.org>

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

>Number:         64214
>Category:       ports
>Synopsis:       Update port: graphics/qglviewer
>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:   Sat Mar 13 06:10:26 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Work around Qt-3.3

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/qglviewer/Makefile graphics/qglviewer/Makefile
--- /usr/ports/graphics/qglviewer/Makefile	Wed Feb  4 18:59:43 2004
+++ graphics/qglviewer/Makefile	Fri Mar 12 23:11:40 2004
@@ -33,6 +33,10 @@
 	@${REINPLACE_CMD} -e 's|^SUBDIRS =.*$$|SUBDIRS = src include|g ; \
 		 s| install-pkgdocDATA||g' ${WRKSRC}/Makefile.in
 
+pre-build:
+	-@${RM} ${WRKSRC}/src/QCameraKeyPathEditor.h
+	-@${RM} ${WRKSRC}/src/QLightSourceEditor.h
+
 post-install:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
>Release-Note:
>Audit-Trail:
>Unformatted:



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