Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Mar 2004 23:00:29 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/64218: Update port: print/tipograf
Message-ID:  <20040313230029.52a62dcf.tkato@prontomail.com>
Resent-Message-ID: <200403131410.i2DEASr2056245@freefall.freebsd.org>

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

>Number:         64218
>Category:       ports
>Synopsis:       Update port: print/tipograf
>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:28 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/print/tipograf/Makefile print/tipograf/Makefile
--- /usr/ports/print/tipograf/Makefile	Wed Feb  4 19:03:43 2004
+++ print/tipograf/Makefile	Fri Mar 12 23:03:19 2004
@@ -32,4 +32,9 @@
 	@${REINPLACE_CMD} -e \
 		's|-Wall -O0|@CXXFLAGS@|g' ${WRKSRC}/src/Makefile.in
 
+pre-build:
+.for file in about.h firststart.h help.h tipograf.h
+	@cd ${WRKSRC}/src && ${RM} -f ${file} && ${GMAKE} ${file}
+.endfor
+
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



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