ports/54376: Update port: print/panda

KATO Tsuguru tkato at prontomail.com
Fri Jul 11 14:40:21 UTC 2003


>Number:         54376
>Category:       ports
>Synopsis:       Update port: print/panda
>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:   Fri Jul 11 07:40:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix build

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/print/panda/Makefile print/panda/Makefile
--- /usr/ports/print/panda/Makefile	Tue Jul  1 17:17:34 2003
+++ print/panda/Makefile	Fri Jul 11 23:19:19 2003
@@ -31,14 +31,14 @@
 
 .include <bsd.port.pre.mk>
 
+post-extract:
+.for file in config.sub config.guess
+	@${RM} ${WRKSRC}/config/${file} && ${TOUCH} ${WRKSRC}/config/${file}
+.endfor
+
 post-patch:
 	@${REINPLACE_CMD} -e 's| -lpanda| \$$(top_srcdir)/libpanda.la|g' \
 		${WRKSRC}/examples/Makefile.in
-
-pre-configure:
-.for f in config.guess config.sub
-	@${LN} -sf ${LOCALBASE}/share/libtool/${f} ${WRKSRC}/config
-.endfor
 
 post-install:
 	${INSTALL_MAN} ${WRKSRC}/man/panda_*.3 ${MANPREFIX}/man/man3
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list