Bug 46177 - Updated port: net/naim (maint. update) to release 0.11.5
Summary: Updated port: net/naim (maint. update) to release 0.11.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-11 03:40 UTC by Ryan T. Dean
Modified: 2003-01-03 04:40 UTC (History)
0 users

See Also:


Attachments
naim-0.11.5-patch (1.75 KB, text/plain)
2002-12-11 03:40 UTC, Ryan T. Dean
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan T. Dean 2002-12-11 03:40:01 UTC
	Darren Reed, the naim author, has released a new naim version - 0.11.5.  This patch updates ports/net/naim to 
that version.
Comment 1 Ryan T. Dean 2002-12-11 04:16:56 UTC
I apparently forgot to include the FBSD patch; here it is (new file)...

--- files/patch-src-Makefile.in begins here ---
Index: src/Makefile.in
===================================================================
RCS file: /usr/home/rtdean/cvs-tmp/naim/src/Makefile.in,v
retrieving revision 1.1.1.1
diff -u -u -r1.1.1.1 Makefile.in
--- src/Makefile.in	11 Dec 2002 04:06:18 -0000	1.1.1.1
+++ src/Makefile.in	11 Dec 2002 04:06:43 -0000
@@ -465,11 +465,6 @@
 		rm -f $(DESTDIR)$(bindir)/nirc; \
 		ln -s naim $(DESTDIR)$(bindir)/nirc; \
 	fi
-	mkdir -p $(DESTDIR)$(mandir)/man1
-	if [ ! -h $(DESTDIR)$(mandir)/man1/nirc.1 ]; then \
-		rm -f $(DESTDIR)$(mandir)/man1/nirc.1; \
-		ln -s naim.1 $(DESTDIR)$(mandir)/man1/nirc.1; \
-	fi
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
--- files/patch-src-Makefile.in ends here ---
Comment 2 Pete Fritchman freebsd_committer freebsd_triage 2003-01-03 04:40:10 UTC
State Changed
From-To: open->closed

Committed, thanks.  I also added MLINKS to the makefile so a link 
from nirc.1 to naim.1 is created.