FreeBSD Bugzilla – Attachment 18626 Details for
Bug 33399
Fix games/3dc port for malloc.h removal in -current, and take maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 946 bytes, created by
Adam Kranzel
on 2001-12-31 23:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Adam Kranzel
Created:
2001-12-31 23:20:01 UTC
Size:
946 bytes
patch
obsolete
>diff -ruN 3dc.good/Makefile 3dc/Makefile >--- 3dc.good/Makefile Tue Sep 5 11:34:47 2000 >+++ 3dc/Makefile Thu Dec 27 15:30:15 2001 >@@ -12,13 +12,18 @@ > MASTER_SITE_SUBDIR= games/strategy > DISTNAME= 3Dc-${PORTVERSION} > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= adam-ports@blacktabby.org > > LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d > > USE_X_PREFIX= yes > USE_XPM= yes > WRKSRC= ${WRKDIR}/3Dc/src >+ >+post-patch: >+.for file in init.c main.c piece.c stack.c xif.c >+ @${PERL} -pi -e "s/malloc.h/stdlib.h/g" ${WRKSRC}/${file} >+.endfor > > do-install: > @ ${INSTALL_PROGRAM} ${WRKSRC}/3Dc ${PREFIX}/bin >diff -ruN 3dc.good/pkg-descr 3dc/pkg-descr >--- 3dc.good/pkg-descr Sun May 3 16:27:37 1998 >+++ 3dc/pkg-descr Thu Dec 27 15:31:02 2001 >@@ -1,2 +1,4 @@ > 3-Dimensional Chess for X. Three boards, 96 pieces and 26 directions. > 3Dc is played with three chess boards arranged one above another. >+ >+ -Adam <adam-ports@blacktabby.org>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 33399
: 18626