From nobody@FreeBSD.ORG Tue Dec  7 07:30:21 1999
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id EEBF9152B9; Tue,  7 Dec 1999 07:30:20 -0800 (PST)
Message-Id: <19991207153020.EEBF9152B9@hub.freebsd.org>
Date: Tue,  7 Dec 1999 07:30:20 -0800 (PST)
From: tkato@prontomail.ne.jp
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@freebsd.org
Subject: Update port: archivers/lzo
X-Send-Pr-Version: www-1.0

>Number:         15333
>Category:       ports
>Synopsis:       Update port: archivers/lzo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec  7 07:40:01 PST 1999
>Closed-Date:    Tue Dec 14 21:13:32 PST 1999
>Last-Modified:  Tue Dec 14 21:13:48 PST 1999
>Originator:     KATO Tsuguru
>Release:        3.3-RELEASE i386
>Organization:
>Environment:
>Description:
* Removed unneeded lines from patches

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/archivers/lzo/Makefile archivers/lzo/Makefile
--- /usr/ports/archivers/lzo/Makefile	Mon Dec  6 21:41:37 1999
+++ archivers/lzo/Makefile	Mon Dec  6 23:05:09 1999
@@ -1,5 +1,5 @@
 # New ports collection makefile for:	lzo
-# Version required:			1.04
+# Version required:			1.06
 # Date created:				21 Feb 1998
 # Whom:					giffunip@asme.org
 #
diff -urN /usr/ports/archivers/lzo/patches/patch-ac archivers/lzo/patches/patch-ac
--- /usr/ports/archivers/lzo/patches/patch-ac	Mon Dec  6 21:41:37 1999
+++ archivers/lzo/patches/patch-ac	Sun Dec  5 12:07:37 1999
@@ -1,59 +1,5 @@
---- configure.orig	Mon Nov 29 12:37:24 1999
-+++ configure	Wed Dec  1 15:35:00 1999
-@@ -1282,13 +1282,13 @@
-   CFLAGS="$ac_save_CFLAGS"
- elif test $ac_cv_prog_cc_g = yes; then
-   if test "$GCC" = yes; then
--    CFLAGS="-g -O2"
-+    CFLAGS="-g"
-   else
-     CFLAGS="-g"
-   fi
- else
-   if test "$GCC" = yes; then
--    CFLAGS="-O2"
-+    CFLAGS=""
-   else
-     CFLAGS=
-   fi
-@@ -2104,8 +2104,8 @@
- LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
- LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
- DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
--${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
--$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
-+${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \
-+$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $host \
- || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
- 
- # Reload cache, that may have been modified by ltconfig
-@@ -2119,7 +2119,7 @@
- 
- 
- # This can be used to rebuild libtool when needed
--LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
-+LIBTOOL_DEPS="/usr/local/share/libtool/ltconfig --disable-ltlibs /usr/local/share/libtool/ltmain.sh"
- 
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -3369,7 +3369,7 @@
- 
- if test "$ac_cv_prog_gcc" = yes; then
- mfx_save_cflags="$CFLAGS"
--CFLAGS="-O2 -fschedule-insns -fschedule-insns2"
-+CFLAGS="-fschedule-insns -fschedule-insns2"
- echo $ac_n "checking whether ${CC-cc} suffers the -fschedule-insns bug""... $ac_c" 1>&6
- echo "configure:3375: checking whether ${CC-cc} suffers the -fschedule-insns bug" >&5
- if eval "test \"`echo '$''{'mfx_cv_prog_gcc_bug_schedule_insns'+set}'`\" = set"; then
-@@ -3412,7 +3412,7 @@
- 
- if test "$ac_cv_prog_gcc" = yes; then
- mfx_save_cflags="$CFLAGS"
--CFLAGS="-O2 -fstrength-reduce"
-+CFLAGS="-fstrength-reduce"
- echo $ac_n "checking whether ${CC-cc} suffers the -fstrength-reduce bug""... $ac_c" 1>&6
- echo "configure:3418: checking whether ${CC-cc} suffers the -fstrength-reduce bug" >&5
- if eval "test \"`echo '$''{'mfx_cv_prog_gcc_bug_strength_reduce'+set}'`\" = set"; then
+--- configure.orig	Tue Nov 30 02:37:24 1999
++++ configure	Sun Dec  5 12:07:23 1999
 @@ -3496,7 +3496,7 @@
    if test "$enable_debug" = yes; then
      CFLAGS_O="-O0"


>Release-Note:
>Audit-Trail:

From: "Chris D. Faulhaber" <jedgar@fxp.org>
To: tkato@prontomail.ne.jp
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: ports/15333: Update port: archivers/lzo
Date: Tue, 7 Dec 1999 10:47:59 -0500 (EST)

 This was fixed by ports/15214
 
 $FreeBSD: ports/archivers/lzo/Makefile,v 1.10 1999/12/04 23:40:26 cpiazza
 Exp $
 
 -----
 Chris D. Faulhaber <jedgar@fxp.org>  |  All the true gurus I've met never
 System/Network Administrator,        |  claimed they were one, and always
 Reality Check Information, Inc.      |  pointed to someone better.
 
 
 

From: "KATO Tsuguru" <tkato@prontomail.ne.jp>
To: jedgar@fxp.org
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: ports/15333: Update port: archivers/lzo
Date: Wed, 8 Dec 1999 01:46:34 +0900

 > This was fixed by ports/15214
 
 Probably ports/15124 contains modifications made by "patch-libtool" 
 target, which is called implicitly if USE_LIBTOOL line is in 
 Makefile. 
 
 I suppose that necessary part to change is actually only one line. 
 
 
 -- 
 KATO Tsuguru / tkato@prontomail.ne.jp
  
 Sent by Japanese ProntoMail
 
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Tue Dec 14 21:13:32 PST 1999 
State-Changed-Why:  
Update already committed. 
>Unformatted:
