diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1998-10-25 19:29:35 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1998-10-25 19:29:35 +0000 |
commit | aa35c065f777b93820f897aeefdaaa2d4b32b66a (patch) | |
tree | bfac11126f8ba6175510199069c17519cbe59599 /korean/hanterm-xf86 | |
parent | 59216970cf7a0f6e9262865782268ebef5ef1c01 (diff) | |
download | ports-aa35c065f777b93820f897aeefdaaa2d4b32b66a.tar.gz ports-aa35c065f777b93820f897aeefdaaa2d4b32b66a.zip |
Notes
Diffstat (limited to 'korean/hanterm-xf86')
-rw-r--r-- | korean/hanterm-xf86/Makefile | 9 | ||||
-rw-r--r-- | korean/hanterm-xf86/distinfo | 2 | ||||
-rw-r--r-- | korean/hanterm-xf86/files/patch-aa | 11 | ||||
-rw-r--r-- | korean/hanterm-xf86/files/patch-ab | 10 |
4 files changed, 6 insertions, 26 deletions
diff --git a/korean/hanterm-xf86/Makefile b/korean/hanterm-xf86/Makefile index 465b5d1f7458..5573d777e94c 100644 --- a/korean/hanterm-xf86/Makefile +++ b/korean/hanterm-xf86/Makefile @@ -3,11 +3,11 @@ # Date created: 22 Mar 1997 # Whom: CHOI Junho <junker@jazz.snu.ac.kr> # -# $Id: Makefile,v 1.8 1998/08/09 00:46:16 steve Exp $ +# $Id: Makefile,v 1.9 1998/10/16 02:04:09 jseger Exp $ # -DISTNAME= hanterm-xf-p14 -PKGNAME= ko-hanterm-xf14 +DISTNAME= hanterm-xf-p15 +PKGNAME= ko-hanterm-xf15 CATEGORIES= korean x11 MASTER_SITES= http://pseudo.snu.ac.kr/~hwang/ @@ -19,7 +19,8 @@ RUN_DEPENDS= ${PREFIX}/lib/X11/fonts/misc/johabm16.pcf.gz:${PORTSDIR}/korean/joh USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-x --build=i386--freebsd --prefix=${PREFIX} +CONFIGURE_ARGS= --with-x --build=i386--freebsd --prefix=${PREFIX} \ + --enable-16-color NO_INSTALL_MANPAGES= yes post-install: diff --git a/korean/hanterm-xf86/distinfo b/korean/hanterm-xf86/distinfo index 96510e208b6a..972adc633f5f 100644 --- a/korean/hanterm-xf86/distinfo +++ b/korean/hanterm-xf86/distinfo @@ -1 +1 @@ -MD5 (hanterm-xf-p14.tar.gz) = 64bf6b2d5f2f4fc729f73cb9638493a5 +MD5 (hanterm-xf-p15.tar.gz) = 37083fe7188a94075d545e13ebcb1942 diff --git a/korean/hanterm-xf86/files/patch-aa b/korean/hanterm-xf86/files/patch-aa deleted file mode 100644 index 025bac68677f..000000000000 --- a/korean/hanterm-xf86/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.old Sun Mar 15 21:11:33 1998 -+++ Makefile.in Sun Mar 15 21:11:18 1998 -@@ -10,7 +10,7 @@ - INSTALL_DATA = @INSTALL_DATA@ - - IMAKE_CFLAGS = @IMAKE_CFLAGS@ --CFLAGS = @CFLAGS@ $(IMAKE_CFLAGS) -+CFLAGS = @CFLAGS@ $(IMAKE_CFLAGS) $(CPPFLAGS) - LIBS = @LIBS@ - - X_CFLAGS = @X_CFLAGS@ diff --git a/korean/hanterm-xf86/files/patch-ab b/korean/hanterm-xf86/files/patch-ab deleted file mode 100644 index c80364f59560..000000000000 --- a/korean/hanterm-xf86/files/patch-ab +++ /dev/null @@ -1,10 +0,0 @@ ---- main.c.orig Sat Aug 8 10:37:00 1998 -+++ main.c Sat Aug 8 10:37:04 1998 -@@ -422,7 +422,6 @@ - #endif - - #ifndef WTMP_FILENAME --sieroweir - #ifdef WTMP_FILE - #define WTMP_FILENAME WTMP_FILE - #else |