head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.54 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.52 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.50 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.48 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.46 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.44 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.42 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.40 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.38 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.36 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.34 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.32 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.30 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.28 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.26 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.24 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.22 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.20 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.18 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.16 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.14 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.12 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 buildlink2-base:1.4 netbsd-1-4-PATCH002:1.3 comdex-fall-1999:1.3 FreeBSD-current-1999-09-03:1.1.1.1 FREEBSD:1.1.1; locks; strict; comment @# @; 1.4 date 2000.05.01.22.01.25; author jlam; state dead; branches; next 1.3; 1.3 date 99.09.06.05.32.48; author sakamoto; state Exp; branches; next 1.2; 1.2 date 99.09.03.05.43.01; author sakamoto; state Exp; branches; next 1.1; 1.1 date 99.09.03.05.36.11; author sakamoto; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 99.09.03.05.36.11; author sakamoto; state Exp; branches; next ; desc @@ 1.4 log @Split vflib into two packages: vflib-lib which contains just the library and doesn't require X11, and vflib-utils which contains the vflib test programs and does require X11. Leave vflib as a meta-package that includes the library and test-programs packages. This allows programs/libraries not requiring X11 to depend on ja-vflib-lib. @ text @$NetBSD: patch-aa,v 1.3 1999/09/06 05:32:48 sakamoto Exp $ --- tools/Imakefile.in.orig Tue Oct 27 17:02:45 1998 +++ tools/Imakefile.in Mon Sep 6 13:32:48 1999 @@@@ -19,6 +19,10 @@@@ * copies. */ + PREFIX ?= ${PREFIX} + FREETYPELIBDIR ?= ${PREFIX}/lib + FREETYPEINCDIR ?= ${PREFIX}/include + LIBTOOL = ../libtool VFLIB_INCDIR = ../src VFLIB_LIBDIR = ../src @@@@ -28,7 +32,7 @@@@ PROGRAMS = disol kban ktest vfperf vftest fmtest SRCS = disol.c kban.c ktest.c vfperf.c vftest.c fmtest.c OBJS = disol.lo kban.lo ktest.lo vfperf.lo vftest.lo fmtest.lo - INSTALL_PROGRAMS = ktest + INSTALL_PROGRAMS = disol kban ktest vfperf vftest fmtest default all:: $(PROGRAMS) include ../make-sub @ 1.3 log @Add USE_X11=yes and ELF rpath. Install binaries instead of scripts by libtool. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Adapt this package to NetBSD. Update to VFlib2-2.24.2. @ text @d3 4 a6 3 --- ./tools/Imakefile.in.orig Tue Oct 27 17:02:45 1998 +++ ./tools/Imakefile.in Fri Aug 27 15:06:10 1999 @@@@ -20,4 +20,8 @@@@ d15 10 @ 1.1 log @Initial revision @ text @d1 5 a5 4 --- tools/Imakefile.in.orig Tue Oct 27 17:02:45 1998 +++ tools/Imakefile.in Wed Dec 16 23:41:05 1998 @@@@ -19,7 +19,11 @@@@ * copies. d8 1 a8 2 - LIBTOOL = ../libtool + PREFIX ?= /usr/local d12 1 a12 1 + LIBTOOL = ../libtool a13 2 VFLIB_LIBDIR = ../src @ 1.1.1.1 log @Import FreeBSD's "vflib" port: Japanese Vector font library with free vector font @ text @@