Date: 11 Apr 2003 07:49:32 -0000 From: KANOU Hiroki <kanou@khdd.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: kanou@khdd.net Subject: ports/50808: maintainer update: print/ft2demos to 2.1.4 Message-ID: <20030411074932.13592.qmail@khdd.net> Resent-Message-ID: <200304110750.h3B7o9ox069712@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 50808 >Category: ports >Synopsis: maintainer update: print/ft2demos to 2.1.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Apr 11 00:50:09 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KANOU Hiroki >Release: FreeBSD 4.8-PRERELEASE i386 >Organization: >Environment: System: FreeBSD khdd.net 4.8-PRERELEASE FreeBSD 4.8-PRERELEASE #3: Thu Feb 27 15:55:16 JST 2003 kanou@khdd.net:/usr/obj/usr/src/sys/COPPER i386 >Description: A port of FreeType2 demo programs is updated by maintainer This corresponds to the current version of FreeType library. This port no longer builds print/freetype2 and use installed library. One new file: files/patch-Makefile. >How-To-Repeat: >Fix: diff -uNr ft2demos.orig/Makefile ft2demos/Makefile --- ft2demos.orig/Makefile Tue Apr 1 11:45:52 2003 +++ ft2demos/Makefile Fri Apr 11 16:45:10 2003 @@ -6,7 +6,7 @@ # PORTNAME= ft2demos -PORTVERSION= 2.1.3 +PORTVERSION= 2.1.4 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,freetype,} \ http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/%SUBDIR%/ \ @@ -20,7 +20,7 @@ COMMENT= Demo programs for FreeType2 BUILD_DEPENDS+= libtool:${PORTSDIR}/devel/libtool -BUILD_DEPENDS+= ${FREETYPE_WRKSRC}/config.mk:${PORTSDIR}/print/freetype2:build +BUILD_DEPENDS+= ${FREETYPE_WRKSRC}/config.mk:${PORTSDIR}/print/freetype2:configure LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 USE_XLIB= yes @@ -35,6 +35,6 @@ FT_PROGRAMS= ftbench ftdump ftlint ftmemchk ftmulti ftstring fttimer ftview testnames do-install: - @(cd ${WRKSRC}/bin/.libs/ ; ${INSTALL_PROGRAM} ${FT_PROGRAMS} ${PREFIX}/bin) + @(cd ${WRKSRC}/bin/; ${INSTALL_PROGRAM} ${FT_PROGRAMS} ${PREFIX}/bin) .include <bsd.port.post.mk> diff -uNr ft2demos.orig/distinfo ft2demos/distinfo --- ft2demos.orig/distinfo Mon Jan 27 12:17:39 2003 +++ ft2demos/distinfo Fri Apr 11 14:08:39 2003 @@ -1 +1 @@ -MD5 (ft2demos-2.1.3.tar.bz2) = 8ca71a907a0623d5cabad61291a36e46 +MD5 (ft2demos-2.1.4.tar.bz2) = 92cb4e645fe1cfb8345b64cedb9d332e diff -uNr ft2demos.orig/files/patch-Makefile ft2demos/files/patch-Makefile --- ft2demos.orig/files/patch-Makefile Thu Jan 1 09:00:00 1970 +++ ft2demos/files/patch-Makefile Fri Apr 11 14:55:21 2003 @@ -0,0 +1,11 @@ +--- Makefile.orig Fri Jun 14 17:53:27 2002 ++++ Makefile Fri Apr 11 14:54:29 2003 +@@ -94,7 +94,7 @@ + + COMPILE = $(CC) $(CFLAGS) $(INCLUDES:%=$I%) + +- FTLIB := $(LIB_DIR)$(SEP)$(LIBRARY).$A ++ FTLIB := $(LOCALBASE)/lib$(SEP)$(LIBRARY).so + + # "-lm" is required to compile on some Unix systems + # >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030411074932.13592.qmail>