diff options
-rw-r--r-- | japanese/slrn/Makefile | 6 | ||||
-rw-r--r-- | japanese/slrn/files/patch-ab | 12 | ||||
-rw-r--r-- | japanese/slrn/files/patch-ac | 21 |
3 files changed, 36 insertions, 3 deletions
diff --git a/japanese/slrn/Makefile b/japanese/slrn/Makefile index 0630a88e2b5e..e1bc6445cfea 100644 --- a/japanese/slrn/Makefile +++ b/japanese/slrn/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: ja-slrn -# Version required: 0.9.5.2 +# Version required: 0.9.5.4 # Date created: 26 Jun 1998 # Whom: Takashi Mega <mega@minz.org> # -# $Id: Makefile,v 1.4 1998/12/03 07:18:19 obrien Exp $ +# $Id: Makefile,v 1.5 1999/04/02 03:55:14 taoka Exp $ DISTNAME= slrn0.9.5.4 PKGNAME= ja-slrn-0.9.5.4 @@ -18,7 +18,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= mega@minz.org -LIB_DEPENDS= slang.1:${PORTSDIR}/japanese/libslang +LIB_DEPENDS= slang.2:${PORTSDIR}/japanese/libslang WRKSRC= ${WRKDIR}/slrn JDOCSRC= ${WRKDIR}/slrn-doc-j0.9.5.3-0 diff --git a/japanese/slrn/files/patch-ab b/japanese/slrn/files/patch-ab new file mode 100644 index 000000000000..40d52ff4952f --- /dev/null +++ b/japanese/slrn/files/patch-ab @@ -0,0 +1,12 @@ +*** configure.org Sun Apr 18 21:51:14 1999 +--- configure Sun Apr 18 22:04:15 1999 +*************** +*** 2486,2491 **** +--- 2486,2492 ---- + # version. + + JD_Search_Dirs="$JD_Search_Dirs \ ++ /usr/local/include/slang,/usr/local/lib \ + /usr/local/include,/usr/local/lib \ + /usr/include,/usr/lib \ + /usr/include/slang,/usr/lib \ diff --git a/japanese/slrn/files/patch-ac b/japanese/slrn/files/patch-ac new file mode 100644 index 000000000000..08a6e8bb0bf5 --- /dev/null +++ b/japanese/slrn/files/patch-ac @@ -0,0 +1,21 @@ +*** src/slrnfeat.h.orig Sun Apr 18 21:51:20 1999 +--- src/slrnfeat.h Sun Apr 18 22:05:53 1999 +*************** +*** 215,222 **** + #define SLRN_TZ_TM_ZONE 2 /* timezone set in tm_zone of struct tm */ + #define SLRN_TZ_TIMEZONE 3 /* timezone() */ + /* choose one from listed above */ +! #define SLRN_TZ_TYPE SLRN_TZ_TZNAME +! /* #define SLRN_TZ_TYPE SLRN_TZ_TM_ZONE */ + #ifndef SLRNPULL_CODE + #define KANJI + #endif +--- 215,222 ---- + #define SLRN_TZ_TM_ZONE 2 /* timezone set in tm_zone of struct tm */ + #define SLRN_TZ_TIMEZONE 3 /* timezone() */ + /* choose one from listed above */ +! /* #define SLRN_TZ_TYPE SLRN_TZ_TZNAME */ +! #define SLRN_TZ_TYPE SLRN_TZ_TM_ZONE + #ifndef SLRNPULL_CODE + #define KANJI + #endif |