Date: Mon, 14 Aug 2000 05:42:22 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/20592: Update port: archivers/lha Message-ID: <20000814124222.7246937B53A@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 20592 >Category: ports >Synopsis: Update port: archivers/lha >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 14 05:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.1-RELEASE i386 >Organization: >Environment: >Description: It seems ports/20262 was not processed correctly as I intended. Following patch is needed for fixing. >How-To-Repeat: >Fix: diff -urN /usr/ports/archivers/lha/patches/patch-aa archivers/lha/patches/patch-aa --- /usr/ports/archivers/lha/patches/patch-aa Mon Aug 14 18:15:20 2000 +++ archivers/lha/patches/patch-aa Mon Aug 14 21:30:31 2000 @@ -1,5 +1,5 @@ ---- Makefile.orig Sat May 6 18:55:15 2000 -+++ Makefile Sat Aug 12 18:13:52 2000 +--- Makefile.orig Sat May 6 23:55:15 2000 ++++ Makefile Mon Aug 14 21:30:21 2000 @@ -11,27 +11,27 @@ #----------------------------------------------------------------------- @@ -12,16 +12,16 @@ -SWITCHES = -DNEED_INCREMENTAL_INDICATOR \ - -DTMP_FILENAME_TEMPLATE="\"/tmp/lhXXXXXX\"" +#CC = gcc -+#SWITCHES = -DNEED_INCREMENTAL_INDICATOR \ ++SWITCHES = -DNEED_INCREMENTAL_INDICATOR -DEUC -DSUPPORT_LH7 #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 -DEUC -DSYSV_SYSTEM_DIR -DTIMELOCAL -DUSESTRCASECMP ++MACHINE = -DSYSTIME_HAS_NO_TM -DSYSV_SYSTEM_DIR -DMKTIME -DUSESTRCASECMP #OPTIMIZE = -O2 -fstrength-reduce -fomit-frame-pointer -OPTIMIZE = -O2 -DSUPPORT_LH7 -+OPTIMIZE = ${CFLAGS} -DSUPPORT_LH7 ++OPTIMIZE = ${CFLAGS} -BINDIR = /usr/local/bin -MANDIR = /usr/local/man >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000814124222.7246937B53A>