From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 25 16:40:08 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B9E116A41F for ; Fri, 25 Nov 2005 16:40:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9519443D5C for ; Fri, 25 Nov 2005 16:40:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAPGe1Qd000575 for ; Fri, 25 Nov 2005 16:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAPGe1kT000574; Fri, 25 Nov 2005 16:40:01 GMT (envelope-from gnats) Resent-Date: Fri, 25 Nov 2005 16:40:01 GMT Resent-Message-Id: <200511251640.jAPGe1kT000574@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Alejandro Pulver" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FA9716A41F for ; Fri, 25 Nov 2005 16:39:22 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: from relay00.pair.com (relay00.pair.com [209.68.5.9]) by mx1.FreeBSD.org (Postfix) with SMTP id 3E3F643D6A for ; Fri, 25 Nov 2005 16:39:21 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: (qmail 20010 invoked from network); 25 Nov 2005 16:39:19 -0000 Received: from unknown (HELO phobos.mars.bsd) (unknown) by unknown with SMTP; 25 Nov 2005 16:39:19 -0000 Message-Id: <1132936802.0@phobos.mars.bsd> Date: Fri, 25 Nov 2005 13:40:02 -0300 From: "Alejandro Pulver" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.6 Cc: flz@FreeBSD.org Subject: ports/89537: [MAINTAINER UPDATE] ftp/prozilla: fix compilation on 4.x, remove .la file X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2005 16:40:08 -0000 >Number: 89537 >Category: ports >Synopsis: [MAINTAINER UPDATE] ftp/prozilla: fix compilation on 4.x, remove .la file >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Nov 25 16:40:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alejandro Pulver >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD 5.4-RELEASE #0: Sat May 21 12:14:47 ART 2005 root@ale.varnet.bsd:/usr/src/sys/i386/compile/ATHLON-ALE >Description: Changes: * Fix compilation problem on 4.x. * Remove .la file. >How-To-Repeat: >Fix: --- prozilla.diff begins here --- diff -urN /usr/ports/ftp/prozilla/Makefile prozilla/Makefile --- /usr/ports/ftp/prozilla/Makefile Wed Nov 23 11:06:53 2005 +++ prozilla/Makefile Fri Nov 25 13:34:43 2005 @@ -16,16 +16,16 @@ USE_BZIP2= yes USE_GETOPT_LONG=yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 USE_REINPLACE= yes +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= proz.1 post-patch: - ${REINPLACE_CMD} -e 's|CPPFLAGS =|CPPFLAGS = @CPPFLAGS@|' \ + @${REINPLACE_CMD} -e 's|CPPFLAGS =|CPPFLAGS = @CPPFLAGS@|' \ ${WRKSRC}/libprozilla/src/Makefile.in .include diff -urN /usr/ports/ftp/prozilla/files/patch-libprozilla_ltmain.sh prozilla/files/patch-libprozilla_ltmain.sh --- /usr/ports/ftp/prozilla/files/patch-libprozilla_ltmain.sh Wed Dec 31 21:00:00 1969 +++ prozilla/files/patch-libprozilla_ltmain.sh Fri Nov 25 13:06:43 2005 @@ -0,0 +1,15 @@ +--- libprozilla/ltmain.sh.orig Fri Jan 28 12:29:23 2005 ++++ libprozilla/ltmain.sh Fri Nov 25 13:05:58 2005 +@@ -5620,10 +5620,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff -urN /usr/ports/ftp/prozilla/files/patch-ltmain.sh prozilla/files/patch-ltmain.sh --- /usr/ports/ftp/prozilla/files/patch-ltmain.sh Wed Nov 23 11:06:53 2005 +++ prozilla/files/patch-ltmain.sh Wed Dec 31 21:00:00 1969 @@ -1,16 +0,0 @@ ---- ltmain.sh.orig Wed Nov 2 13:02:43 2005 -+++ ltmain.sh Thu Nov 10 16:33:44 2005 -@@ -5771,11 +5771,13 @@ - IFS="$save_ifs" - fi - -+ if /usr/bin/false; then - # Install the pseudo-library for information purposes. - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff -urN /usr/ports/ftp/prozilla/files/patch-src_interface.c prozilla/files/patch-src_interface.c --- /usr/ports/ftp/prozilla/files/patch-src_interface.c Wed Dec 31 21:00:00 1969 +++ prozilla/files/patch-src_interface.c Fri Nov 25 12:55:11 2005 @@ -0,0 +1,18 @@ +--- src/interface.c.orig Thu Nov 3 23:18:15 2005 ++++ src/interface.c Fri Nov 25 12:54:48 2005 +@@ -281,6 +281,7 @@ + char buf[1000]; + int i = 0; + int line = 1; ++ int secs_left; + + // erase(); + refresh(); +@@ -338,7 +339,6 @@ + current_dl_speed , proz_download_get_average_speed(download) / 1024); + mvprintw(line++,1, buf); + clrtoeol(); +- int secs_left; + + if ((secs_left = proz_download_get_est_time_left(download)) != -1) + { diff -urN /usr/ports/ftp/prozilla/pkg-plist prozilla/pkg-plist --- /usr/ports/ftp/prozilla/pkg-plist Wed Nov 23 11:06:53 2005 +++ prozilla/pkg-plist Fri Nov 25 13:35:01 2005 @@ -3,7 +3,6 @@ include/netrc.h include/prozilla.h lib/libprozilla.a -lib/libprozilla.la share/locale/fr/LC_MESSAGES/proz.mo share/locale/it/LC_MESSAGES/.mo share/locale/it/LC_MESSAGES/proz.mo --- prozilla.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: