Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2004 05:10:17 -0800 (PST)
From:      Michael Ranner <mranner@inode.at>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/61492: Upgraded Port: misc/firestring to 0.9.9
Message-ID:  <200401181310.i0IDAHJZ067142@freefall.freebsd.org>

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

From: Michael Ranner <mranner@inode.at>
To: freebsd-gnats-submit@FreeBSD.org, dean@odyssey.apana.org.au
Cc: Kirill Ponomarew <krion@FreeBSD.org>
Subject: Re: ports/61492: Upgraded Port: misc/firestring to 0.9.9
Date: Sun, 18 Jan 2004 14:02:54 +0100

 My original patch misses LIBDIR in Makefile, so libfiredns.* goes to /usr/lib
 instead /usr/local/lib
 
 use this new patch:
 
 ### patch starts here ###
 *** Makefile.orig	Sat Jan 17 21:25:45 2004
 --- Makefile	Sun Jan 18 13:54:54 2004
 ***************
 *** 6,12 ****
   #
   
   PORTNAME=	firestring
 ! PORTVERSION=	0.9.6
   CATEGORIES=	misc net devel
   MASTER_SITES=	http://firestuff.org/projects/ \
   		http://www.wa.apana.org.au/~dean/sources/ \
 --- 6,12 ----
   #
   
   PORTNAME=	firestring
 ! PORTVERSION=	0.9.9
   CATEGORIES=	misc net devel
   MASTER_SITES=	http://firestuff.org/projects/ \
   		http://www.wa.apana.org.au/~dean/sources/ \
 ***************
 *** 17,22 ****
 --- 17,23 ----
   MAINTAINER=	dean@odyssey.apana.org.au
   COMMENT=	A library to make string handling easier in C
   
 + LIBDIR=			${PREFIX}/lib
   HAS_CONFIGURE=	yes
   INSTALLS_SHLIB=	yes
   
 *** distinfo.orig	Sat Jan 17 21:25:49 2004
 --- distinfo	Sat Jan 17 21:25:56 2004
 ***************
 *** 1 ****
 ! MD5 (firestring-0.9.6.tar.gz) = 398c841107aed4226824bde5af2bc272
 --- 1 ----
 ! MD5 (firestring-0.9.9.tar.gz) = daaf1f1f504a85afc508e21bc53d4e9a
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401181310.i0IDAHJZ067142>