ports/80543: Update port: print/ttftot42

KATO Tsuguru tkato432 at yahoo.com
Mon May 2 15:10:05 UTC 2005


>Number:         80543
>Category:       ports
>Synopsis:       Update port: print/ttftot42
>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:   Mon May 02 15:10:03 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES
- Support CFLAGS properly
- Support USE_GETOPT_LONG

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/print/ttftot42/Makefile print/ttftot42/Makefile
--- /usr/ports/print/ttftot42/Makefile	Fri Feb  6 10:16:02 2004
+++ print/ttftot42/Makefile	Mon May  2 17:06:07 2005
@@ -7,15 +7,22 @@
 
 PORTNAME=	ttftot42
 PORTVERSION=	0.3.1
+PORTREVISION=	1
 CATEGORIES=	print
-MASTER_SITES=	http://www.giga.or.at/pub/nih/ttftot42/
+MASTER_SITES=	http://www.nih.at/ttftot42/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	TrueType to Type42 font converter
 
-PLIST_FILES=	bin/ttftot42
+USE_GETOPT_LONG=	yes
 USE_FREETYPE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	"CFLAGS=-I${LOCALBASE}/include/freetype1/freetype"
+CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+
+PLIST_FILES=	bin/ttftot42
+
+CPPFLAGS=	-I${LOCALBASE}/include/freetype1/freetype \
+		-I${LOCALBASE}/include
+LDFLAGS=	-L${LOCALBASE}/lib
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list