mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
update to 1.14f
PR: 13412 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Reviewed by: sumikawa
This commit is contained in:
parent
0bb8034540
commit
2328305e42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21182
4 changed files with 23 additions and 22 deletions
|
@ -1,19 +1,18 @@
|
|||
# New ports collection makefile for: lha
|
||||
# Version required: 1.14d
|
||||
# Version required: 1.14f
|
||||
# Date created: 26 Dec 1994
|
||||
# Whom: ache
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= lha-114d
|
||||
PKGNAME= lha-1.14d
|
||||
DISTNAME= lha-114f
|
||||
PKGNAME= lha-1.14f
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= ftp://ftp.cs.titech.ac.jp/pub/tool/lha/ \
|
||||
ftp://ftp.hipecs.hokudai.ac.jp/pub/unix/lha/ \
|
||||
ftp://ftp.win.or.jp/pub/misc/
|
||||
MASTER_SITES= http://www2m.biglobe.ne.jp/~dolphin/lha/prog/ \
|
||||
ftp://ftp.win.ne.jp/pub/misc/
|
||||
|
||||
MAINTAINER= ache@FreeBSD.org
|
||||
MAINTAINER= ache@FreeBSD.org
|
||||
|
||||
MAN1= lha.1
|
||||
MANLANG= ja
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (lha-114d.tar.gz) = 765617f9c142756691cd52f53da2e3e7
|
||||
MD5 (lha-114f.tar.gz) = db86f414e08c39e190763f8b0c190ff6
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- Makefile.orig Wed Jan 15 18:46:08 1997
|
||||
+++ Makefile Mon Mar 30 22:09:06 1998
|
||||
@@ -11,26 +11,23 @@
|
||||
--- Makefile.orig Sun Aug 29 01:36:34 1999
|
||||
+++ Makefile Thu Sep 2 03:33:33 1999
|
||||
@@ -11,27 +11,26 @@
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
SHELL=/bin/sh
|
||||
|
@ -11,16 +11,16 @@
|
|||
-CC = gcc
|
||||
-SWITCHES = -DNEED_INCREMENTAL_INDICATOR \
|
||||
- -DTMP_FILENAME_TEMPLATE="\"/tmp/lhXXXXXX\""
|
||||
-#MACHINE = -DSYSTIME_HAS_NO_TM -DFTIME -DEUC
|
||||
-MACHINE = -DSYSTIME_HAS_NO_TM -DEUC -DHAVE_TM_ZONE
|
||||
-#OPTIMIZE = -O2 -fstrength-reduce -fomit-frame-pointer -mv8
|
||||
-#OPTIMIZE = -O2 -fstrength-reduce -fomit-frame-pointer
|
||||
-OPTIMIZE = -O2 -fstrength-reduce -fomit-frame-pointer
|
||||
-#OPTIMIZE = -g
|
||||
+#CC = gcc
|
||||
+SWITCHES = -DNEED_INCREMENTAL_INDICATOR
|
||||
+MACHINE = -DSYSTIME_HAS_NO_TM -DTIMELOCAL -DUSESTRCASECMP \
|
||||
+ -DSYSV_SYSTEM_DIR -DEUC
|
||||
+SWITCHES = -DNEED_INCREMENTAL_INDICATOR -DEUC -DSUPPORT_LH6
|
||||
|
||||
#MACHINE = -DSYSTIME_HAS_NO_TM -DFTIME -DEUC
|
||||
#MACHINE = -DSYSTIME_HAS_NO_TM -DEUC -DHAVE_TM_ZONE -DSYSV_SYSTEM_DIR
|
||||
-MACHINE = -DSYSTIME_HAS_NO_TM -DEUC -DSYSV_SYSTEM_DIR -DMKTIME
|
||||
+MACHINE = -DSYSTIME_HAS_NO_TM -DSYSV_SYSTEM_DIR -DMKTIME -DUSESTRCASECMP
|
||||
|
||||
-#OPTIMIZE = -O2 -fstrength-reduce -fomit-frame-pointer
|
||||
-OPTIMIZE = -O2 -DSUPPORT_LH6
|
||||
+OPTIMIZE = ${CFLAGS}
|
||||
|
||||
-BINDIR = /usr/local/bin
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
LHa for UNIX version 1.14c Mar. 7 1996 by Tsugio Okamoto
|
||||
LHa for UNIX
|
||||
|
||||
This unofficial version of lha is based on Version 1.00. This
|
||||
version supports extraction & archiving using -lh5- as well as
|
||||
extraction using -lh6- algorithm.
|
||||
|
||||
All the bug reports on this version should be directed to Tsuguo
|
||||
Okamoto <GBA02146@NIFTYSERVE.OR.JP>.
|
||||
Okamoto <tsugio@muc.biglobe.ne.jp>.
|
||||
|
||||
|
||||
If this software is included in a medium that may be obtained by
|
||||
|
@ -14,3 +14,5 @@ advance. Redistribution over networks is not restricted.
|
|||
|
||||
According to Masafumi NAKANE <max@wide.ad.jp> the author gives
|
||||
permission to distribute this software on FreeBSD CDROM.
|
||||
|
||||
WWW: http://www2m.biglobe.ne.jp/~dolphin/lha/lha.htm
|
||||
|
|
Loading…
Add table
Reference in a new issue