Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 May 2005 00:00:13 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/80543: Update port: print/ttftot42
Message-ID:  <20050503000013.3554cd5d.tkato432@yahoo.com>
Resent-Message-ID: <200505021510.j42FA3ma066077@freefall.freebsd.org>

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050503000013.3554cd5d.tkato432>