Bug 54069 - [fix] net/ns: update to 2.26 unbreaks it
Summary: [fix] net/ns: update to 2.26 unbreaks it
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-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-03 18:50 UTC by Clement Laforet
Modified: 2003-07-08 12:47 UTC (History)
1 user (show)

See Also:


Attachments
ns.diff (3.13 KB, patch)
2003-07-03 18:50 UTC, Clement Laforet
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Clement Laforet 2003-07-03 18:50:17 UTC
	Update net/ns to 2.26
	removed files:
	files/
	files/patch-aa
	files/patch-ab

How-To-Repeat: 	N/A.
Comment 1 Clement Laforet 2003-07-03 18:54:21 UTC
oups... I forgot one line...

diff -Nru ns/Makefile ns.dirty/Makefile
--- ns/Makefile	Thu Jul  3 19:52:58 2003
+++ ns.dirty/Makefile	Thu Jul  3 19:52:26 2003
@@ -32,5 +32,3 @@
 	${INSTALL_MAN} ${WRKSRC}/ns.1 ${PREFIX}/man/man1
 	${MKDIR} ${PREFIX}/share/examples/ns2
 	${INSTALL_DATA} ${WRKSRC}/tcl/ex/*.tcl ${PREFIX}/share/examples/ns2
-
-.include <bsd.port.mk>
Comment 2 Clement Laforet 2003-07-03 19:06:34 UTC
arg !! 
forgot about the latest patch :

diff -Nru ns.dirty/Makefile ns/Makefile
--- ns.dirty/Makefile	Thu Jul  3 19:52:26 2003
+++ ns/Makefile	Thu Jul  3 19:52:58 2003
@@ -32,3 +32,5 @@
 	${INSTALL_MAN} ${WRKSRC}/ns.1 ${PREFIX}/man/man1
 	${MKDIR} ${PREFIX}/share/examples/ns2
 	${INSTALL_DATA} ${WRKSRC}/tcl/ex/*.tcl ${PREFIX}/share/examples/ns2
+
+.include <bsd.port.mk>

That's better ;)
Comment 3 Daichi GOTO freebsd_committer freebsd_triage 2003-07-08 12:47:21 UTC
State Changed
From-To: open->closed

Committed. Thanks!