FreeBSD Bugzilla – Attachment 34222 Details for
Bug 55664
Update port: games/an
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 976 bytes, created by
tkato
on 2003-08-17 13:30:19 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato
Created:
2003-08-17 13:30:19 UTC
Size:
976 bytes
patch
obsolete
>diff -urN /usr/ports/games/an/Makefile games/an/Makefile >--- /usr/ports/games/an/Makefile Tue Aug 5 15:03:53 2003 >+++ games/an/Makefile Sun Aug 17 17:13:45 2003 >@@ -7,6 +7,7 @@ > > PORTNAME= an > PORTVERSION= 0.95 >+PORTREVISION= 1 > CATEGORIES= games > MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} > DISTNAME= ${PORTNAME}_${PORTVERSION}.orig >@@ -15,17 +16,17 @@ > COMMENT= Fast anagram generator > > WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} >+ >+USE_GETOPT_LONG= yes > USE_REINPLACE= yes >-ALL_TARGET= with-getopt > MAN6= an.6 > > post-patch: >- @${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ >- 's|^CC=|CC?=|g ; \ >- s|^CFLAGS=-O2|CFLAGS+=|g ; \ >- s| make| \$$\(MAKE\)|g' >- @${REINPLACE_CMD} -e 's|^\#OBJS|OBJS|' ${WRKSRC}/Makefile > @${REINPLACE_CMD} -e '/<stdint.h>/d' ${WRKSRC}/an.c >+ >+do-build: >+ cd ${BUILD_WRKSRC} && ${CC} ${CFLAGS} ${CPPFLAGS} an.c gan_qsort.c \ >+ -o ${PORTNAME} ${LDFLAGS} > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/an ${PREFIX}/bin
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 55664
: 34222