Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Apr 2000 20:40:05 -0700 (PDT)
From:      lioux@uol.com.br
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/17348: Update port security/libparanoia from 1.3 to 1.4
Message-ID:  <200004110340.UAA43423@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/17348; it has been noted by GNATS.

From: lioux@uol.com.br
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/17348: Update port security/libparanoia from 1.3 to 1.4
Date: Tue, 11 Apr 2000 00:38:21 -0300

 A simple patch replacement to the original patch.
 
 This one uses the latest 1.4 release and also is
 PORTNAME and PORTVERSION compliant.
 
 However, since I cannot safely override CFLAGS from
 within the ports Makefile and this port relies on the
 make.conf CFLAGS, it core dumps any program using it
 with any optimization over 1, i.e., -O.
 
 Not my fault, just reporting. The update follows.
 
 --
 
 diff -ruN /usr/ports/security/libparanoia/Makefile ./Makefile
 --- /usr/ports/security/libparanoia/Makefile	Mon Apr 10 14:47:46 2000
 +++ ./Makefile	Tue Apr 11 00:36:39 2000
 @@ -1,12 +1,12 @@
  # New ports collection makefile for:	libparanoia
 +# Version required:			1.4
  # Date created:				1 Jan 1999
  # Whom:					Alexandre Snarskii <snar@paranoia.ru>
  #
  # $FreeBSD: ports/security/libparanoia/Makefile,v 1.4 2000/04/09 18:29:54 cpiazza Exp $
 -#
  
  PORTNAME=	libparanoia
 -PORTVERSION=	1.3
 +PORTVERSION=	1.4
  CATEGORIES=	security
  MASTER_SITES=	ftp://ftp.lexa.ru/pub/domestic/snar/
  
 diff -ruN /usr/ports/security/libparanoia/files/md5 ./files/md5
 --- /usr/ports/security/libparanoia/files/md5	Sat Apr 10 10:12:12 1999
 +++ ./files/md5	Tue Apr 11 00:12:01 2000
 @@ -1 +1 @@
 -MD5 (libparanoia-1.3.tar.gz) = cfd5687f8e315124e2c72640a723c0a6
 +MD5 (libparanoia-1.4.tar.gz) = c615cc5db41d8aee1e659d122f5ce631
 diff -ruN /usr/ports/security/libparanoia/pkg/PLIST ./pkg/PLIST
 --- /usr/ports/security/libparanoia/pkg/PLIST	Sat Apr 10 10:12:12 1999
 +++ ./pkg/PLIST	Tue Apr 11 00:13:10 2000
 @@ -1,6 +1,6 @@
  lib/libparanoia.a
  lib/libparanoia_p.a
  lib/libparanoia.so
 -lib/libparanoia.so.1.3
 +lib/libparanoia.so.1.4
  @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m
  @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
 


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?200004110340.UAA43423>