ports/99763: adns upgrade does not install libadns.so

Babak Farrokhi babak at farrokhi.net
Tue Jul 4 08:20:23 UTC 2006


The following reply was made to PR ports/99763; it has been noted by GNATS.

From: "Babak Farrokhi" <babak at farrokhi.net>
To: <bug-followup at FreeBSD.org>,
	<johan.bergs at ua.ac.be>
Cc:  
Subject: Re: ports/99763: adns upgrade does not install libadns.so
Date: Tue, 4 Jul 2006 11:44:29 +0330

 Hello,
 
 Thanks for the report. Please find following patch (tested and worked) to
 solved the issue:
 
 Description: 
  - Fixed symlink issue
  - bump PORTREVISION
 
 --- adns.patch begins here ---
 diff -ruN adns.orig/Makefile adns/Makefile
 --- adns.orig/Makefile	Tue Jul  4 11:28:49 2006
 +++ adns/Makefile	Tue Jul  4 11:38:07 2006
 @@ -7,6 +7,7 @@
  
  PORTNAME=	adns
  PORTVERSION=	1.3
 +PORTREVISION=	1
  CATEGORIES=	dns
  MASTER_SITES=	ftp://ftp.chiark.greenend.org.uk/users/ian/adns/ \
  		http://www.chiark.greenend.org.uk/~ian/adns/ftp/
 diff -ruN adns.orig/files/patch-dynamic-Makefile.in
 adns/files/patch-dynamic-Makefile.in
 --- adns.orig/files/patch-dynamic-Makefile.in	Thu Jan  1 03:30:00 1970
 +++ adns/files/patch-dynamic-Makefile.in	Tue Jul  4 11:35:49 2006
 @@ -0,0 +1,10 @@
 +--- dynamic/Makefile.in.orig	Tue Jul  4 11:34:55 2006
 ++++ dynamic/Makefile.in	Tue Jul  4 11:35:05 2006
 +@@ -32,7 +32,6 @@
 + install:
 + 		mkdir -p $(libdir)
 + 		$(INSTALL_PROGRAM) $(SHLIBFILE) $(libdir)/$(SHLIBFILE)
 +-		ln -sf $(SHLIBFILE) $(libdir)/$(SHLIBSONAME)
 + 		ln -sf $(SHLIBSONAME) $(libdir)/$(SHLIBFORLINK)
 + 
 + uninstall:
 --- adns.patch ends here ---
 



More information about the freebsd-ports-bugs mailing list