FreeBSD Bugzilla – Attachment 24804 Details for
Bug 42333
update port: emulators/hercules
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
makefile.patch
makefile.patch (text/plain), 1.45 KB, created by
Adam Weinberger
on 2002-09-02 20:30:02 UTC
(
hide
)
Description:
makefile.patch
Filename:
MIME Type:
Creator:
Adam Weinberger
Created:
2002-09-02 20:30:02 UTC
Size:
1.45 KB
patch
obsolete
>--- Makefile.orig Mon Sep 2 10:40:58 2002 >+++ Makefile Mon Sep 2 12:15:02 2002 >@@ -6,35 +6,34 @@ > # > > PORTNAME= hercules >-PORTVERSION= 2.15 >-PORTREVISION= 1 >+PORTVERSION= 2.16.5 > CATEGORIES= emulators > MASTER_SITES= http://www.conmicro.cx/hercules/ > > MAINTAINER= adam@vectors.cx > > GNU_CONFIGURE= yes >+USE_REINPLACE= yes > > post-patch: > >- @${PERL} -pi -e 's@lpthread@pthread@g' ${WRKSRC}/configure >+ @${REINPLACE_CMD} -e 's@lpthread@pthread@g' ${WRKSRC}/configure > > do-install: > >- @for i in hercules dasdinit dasdisup dasdload dasdls dasdpdsu \ >- tapecopy tapemap tapesplt cckd2ckd cckdcdsk ckd2cckd \ >- cckdcomp cckdswap hetget hetinit hetmap hetupd dmap2hrc; \ >- do \ >- ${INSTALL_PROGRAM} ${WRKSRC}/$$i ${PREFIX}/bin; \ >- done >+.for i in hercules dasdinit dasdisup dasdload dasdls dasdpdsu \ >+ tapecopy tapemap tapesplt cckd2ckd cckdcdsk ckd2cckd \ >+ cckdcomp cckdswap hetget hetinit hetmap hetupd dmap2hrc >+ ${INSTALL_PROGRAM} ${WRKSRC}/$i ${PREFIX}/bin >+.endfor > > .if !defined(NOPORTDOCS) >- @${MKDIR} ${PREFIX}/share/doc/hercules >- @${RM} -f ${WRKSRC}/html/Makefile* >- @for i in ${WRKSRC}/hercules.cnf ${WRKSRC}/html/* ; \ >- do \ >- ${INSTALL_DATA} $$i ${PREFIX}/share/doc/hercules; \ >- done >+ @${MKDIR} ${DOCSDIR} >+.for i in ../hercules.cnf cckddasd.html hercconf.html hercfaq.html \ >+ hercinst.html herclic.html hercload.html hercnew.html herctcp.html \ >+ hercules.css index.html >+ ${INSTALL_DATA} ${WRKSRC}/html/$i ${DOCSDIR} >+.endfor > .endif > @${CAT} pkg-message
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 42333
: 24804 |
24805
|
24806
|
24807