ports/64214: Update port: graphics/qglviewer

KATO Tsuguru tkato at prontomail.com
Sat Mar 13 14:10:27 UTC 2004


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



More information about the freebsd-ports-bugs mailing list