FreeBSD Bugzilla – Attachment 137396 Details for
Bug 182879
sysutils/ts conflicts with security/openssl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1001 bytes, created by
Jimmy Olgeni
on 2013-10-10 18:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jimmy Olgeni
Created:
2013-10-10 18:40:00 UTC
Size:
1001 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 329980) >+++ Makefile (working copy) >@@ -10,21 +10,22 @@ > COMMENT= Serial task spooler > > USE_GMAKE= yes >-PLIST_FILES= bin/ts >+PLIST_FILES= bin/ts \ >+ man/man8/ts.8.gz > PORTDOCS= OBJECTIVES PROTOCOL README TRICKS >-MAN1= ts.1 > >-NO_STAGE= yes > post-patch: > ${REINPLACE_CMD} -e '/^GLIBCFLAGS/d;/^CFLAGS/d'\ > ${WRKSRC}/Makefile > >+# Install man page as ts.8 to avoid conflict with security/openssl >+ > do-install: >- ${INSTALL_PROGRAM} ${WRKSRC}/ts ${PREFIX}/bin/ >- ${INSTALL_MAN} ${WRKSRC}/ts.1 ${MAN1PREFIX}/man/man1/ >+ ${INSTALL_PROGRAM} ${WRKSRC}/ts ${STAGEDIR}${PREFIX}/bin >+ ${INSTALL_MAN} ${WRKSRC}/ts.1 ${STAGEDIR}${MAN1PREFIX}/man/man8/ts.8 > .ifndef NOPORTDOCS >- ${INSTALL} -d ${DOCSDIR}/ >- cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ >+ ${INSTALL} -d ${STAGEDIR}${DOCSDIR} >+ cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} > .endif > > .include <bsd.port.mk>
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 182879
: 137396