FreeBSD Bugzilla – Attachment 171452 Details for
Bug 209864
sysutils/3dm includes build hostname in pkg-message, makes package nonreproducible
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
3dm-2.11.00.021_3,1.patch
3dm.patch (text/plain), 3.56 KB, created by
takefu
on 2016-06-15 05:16:24 UTC
(
hide
)
Description:
3dm-2.11.00.021_3,1.patch
Filename:
MIME Type:
Creator:
takefu
Created:
2016-06-15 05:16:24 UTC
Size:
3.56 KB
patch
obsolete
>diff -dpruN /usr/ports/sysutils/3dm/Makefile ./Makefile >--- /usr/ports/sysutils/3dm/Makefile 2016-03-28 12:05:13.000000000 +0000 >+++ ./Makefile 2016-06-15 05:11:43.000000000 +0000 >@@ -3,7 +3,7 @@ > > PORTNAME= 3dm > PORTVERSION= 2.11.00.021 >-PORTREVISION= 2 >+PORTREVISION= 3 > PORTEPOCH= 1 > CATEGORIES= sysutils > MASTER_SITES= http://www.avagotech.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/ >@@ -15,37 +15,34 @@ COMMENT= 3ware RAID controller monitorin > > LICENSE= 3dm > LICENSE_NAME= AVAGO >-LICENSE_TEXT= Source recipient must acknowledge license. Reproduction or redistribution prohibited. See http://www.avagotech.com/products/server-storage/raid-controllers/3ware-sas-9750-24i4e >+LICENSE_TEXT= Source recipient must acknowledge license.\ >+ Reproduction or redistribution prohibited.\ >+ See http://www.avagotech.com/cs/Satellite?pagename=AVG2/Utilities/EulaMsg > LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept > > USES= zip > USE_RC_SUBR= 3dm2 > SUB_FILES= pkg-message 3dm2.conf.sample >-SUB_LIST= HOSTNAME=`hostname` > ONLY_FOR_ARCHS= i386 amd64 > NO_BUILD= yes > NO_WRKSUBDIR= yes >-BINSRC= ${WRKSRC}/7x >-HELPSRC= ${WRKSRC}/en >-HELPDIR= ${DATADIR}2/help/en > MSGDIR= ${ETCDIR}2/msg > > post-extract: >- @${TAR} -xzf ${WRKSRC}/tdmCliBSD.tgz -C ${WRKSRC} >- @${TAR} -xzf ${WRKSRC}/tdm2Help.tgz -C ${WRKSRC} >- @${TAR} -xzf ${WRKSRC}/tdm2Msg.tgz -C ${WRKSRC} >+ @${TAR} xzf ${WRKSRC}/tdmCliBSD.tgz -C${WRKSRC} >+ @${TAR} xzf ${WRKSRC}/tdm2Help.tgz -C${WRKSRC} >+ @${TAR} xzf ${WRKSRC}/tdm2Msg.tgz -C${WRKSRC} > > do-install: > @${MKDIR} ${STAGEDIR}${ETCDIR}2 ${STAGEDIR}${MSGDIR} >- @cd ${HELPSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${HELPDIR} >- ${INSTALL_PROGRAM} ${BINSRC}/3dm2.${ARCH:S,i386,x86,:S,amd64,x86_64,} \ >+ @(cd ${WRKSRC}/en && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}2/help/en) >+ ${INSTALL_PROGRAM} ${WRKSRC}/7x/3dm2.${ARCH:S,i386,x86,:S,amd64,x86_64,} \ > ${STAGEDIR}${PREFIX}/sbin/3dm2 > ${INSTALL_DATA} ${WRKSRC}/tdm_msg_en ${STAGEDIR}${MSGDIR} > ${INSTALL_DATA} ${WRKSRC}/tw_msg_en ${STAGEDIR}${MSGDIR} > ${INSTALL_DATA} ${WRKDIR}/3dm2.conf.sample ${STAGEDIR}${ETCDIR}2 > > # 3ware uses a hardcoded config dir location that doesn't match hier(9) >- > @${MKDIR} ${STAGEDIR}/etc/3dm2 > (cd ${STAGEDIR} && ${LN} -s ${PREFIX}/etc/3dm2/3dm2.conf etc/3dm2/3dm2.conf) > (cd ${STAGEDIR} && ${LN} -s ${PREFIX}/etc/3dm2/3dm2.pem etc/3dm2/3dm2.pem) >diff -dpruN /usr/ports/sysutils/3dm/distinfo ./distinfo >--- /usr/ports/sysutils/3dm/distinfo 2015-07-31 19:44:50.000000000 +0000 >+++ ./distinfo 2016-06-15 05:02:46.000000000 +0000 >@@ -1,2 +1,3 @@ >+TIMESTAMP = 1465966966 > SHA256 (3dm2/3DM2_CLI-freebsd_10-2-2-1_9-5-5-1.zip) = 0f9445288949973f454c6f7bd7aaace32469ecce80854a4318b7c01117e468d0 > SIZE (3dm2/3DM2_CLI-freebsd_10-2-2-1_9-5-5-1.zip) = 12159916 >diff -dpruN /usr/ports/sysutils/3dm/files/pkg-message.in ./files/pkg-message.in >--- /usr/ports/sysutils/3dm/files/pkg-message.in 2014-08-07 13:17:31.000000000 +0000 >+++ ./files/pkg-message.in 2016-06-15 04:57:58.000000000 +0000 >@@ -2,4 +2,4 @@ > To run 3DM2 at startup, add twdm2_enable="YES" to your /etc/rc.conf. > > Do not forget to edit '%%PREFIX%%/etc/3dm2/3dm2.conf' >- Visit https://%%HOSTNAME%%:888/ >+ Visit https://localhost:888/ >diff -dpruN /usr/ports/sysutils/3dm/pkg-descr ./pkg-descr >--- /usr/ports/sysutils/3dm/pkg-descr 2014-01-22 15:44:51.000000000 +0000 >+++ ./pkg-descr 2016-06-15 05:05:23.000000000 +0000 >@@ -2,4 +2,4 @@ > your 3ware RAID arrays. In the event of a hardware failure, 3DM 2 can > automatically notify you via email. > >-WWW: http://www.3ware.com/support/ >+WWW: http://www.avagotech.com/support/
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
Flags:
takefu:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 209864
: 171452