Bug 60200 - [maintainer update] games/traindirector upgrade to 1.18l
Summary: [maintainer update] games/traindirector upgrade to 1.18l
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-12-13 01:50 UTC by Guido Falsi
Modified: 2003-12-13 13:26 UTC (History)
0 users

See Also:


Attachments
file.diff (7.13 KB, patch)
2003-12-13 01:50 UTC, Guido Falsi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Guido Falsi freebsd_committer freebsd_triage 2003-12-13 01:50:14 UTC
further update to 1.18l. claims native support for FreeBSD. in fact many patches were removed.

removed files(mainly fixed malloc.h includes):

files/patch-field.c
files/patch-loadsave.c
files/patch-run.c
files/patch-tgraph.c
files/patch-track.c
files/patch-track1.c
files/patch-trsim.c
Comment 1 Guido Falsi freebsd_committer freebsd_triage 2003-12-13 02:10:44 UTC
noticed that the port-configure is not needed anymore in the Makefile.
diff -ruN from previous diff follows:

--- Makefile.orig	Sat Dec 13 03:06:58 2003
+++ Makefile	Sat Dec 13 03:05:49 2003
@@ -30,8 +30,4 @@
 post-patch:
 	${REINPLACE_CMD} -e 's#PREFIX#${PREFIX}#' ${WRKSRC}/setup_trdir.sh
 
-post-configure:
-	${REINPLACE_CMD} -e 's,\#include \<malloc.h\>,/* include malloc.h */,' \
-		${WRKSRC}/gdialog.c
-
 .include <bsd.port.mk>

-- 
Guido Falsi <mad@madpilot.net>
Comment 2 Guido Falsi freebsd_committer freebsd_triage 2003-12-13 02:25:56 UTC
noticed that the port-configure is not needed anymore in the Makefile.
diff -ruN from previous diff follows:

--- Makefile.orig	Sat Dec 13 03:06:58 2003
+++ Makefile	Sat Dec 13 03:05:49 2003
@@ -30,8 +30,4 @@
 post-patch:
 	${REINPLACE_CMD} -e 's#PREFIX#${PREFIX}#' ${WRKSRC}/setup_trdir.sh
 
-post-configure:
-	${REINPLACE_CMD} -e 's,\#include \<malloc.h\>,/* include malloc.h */,' \
-		${WRKSRC}/gdialog.c
-
 .include <bsd.port.mk>

-- 
Guido Falsi <mad@madpilot.net>
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2003-12-13 13:25:53 UTC
State Changed
From-To: open->closed

Committed, thanks!