File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # $NetBSD: Makefile,v 1.14 2024/09/18 11:34:25 hauke Exp $
1+ # $NetBSD: Makefile,v 1.15 2024/09/18 16:58:33 hauke Exp $
22
33DISTNAME = tsm-${PKGVER}
44PKGVER = 8.1.23.0
55PKGNAME = ${DISTNAME:C/-/8-/}
6+ PKGREVISION = 1
67CATEGORIES = sysutils
78MASTER_SITES = https://public.dhe.ibm.com/storage/tivoli-storage-management/maintenance/client/v8r1/Linux/LinuxX86/BA/v8123/
89DISTFILES = ${PKGVER}-TIV-TSMBAC-LinuxX86.tar
@@ -89,14 +90,21 @@ do-extract:
8990 cd ${WRKDIR} && ${EXTRACTOR} ${DISTDIR} /${DISTFILES: Q}
9091
9192post-install :
93+ test -h ${DESTDIR}${PREFIX} /emul/linux/etc/init.d/dsmcad && \
94+ rm ${DESTDIR}${PREFIX} /emul/linux/etc/init.d/dsmcad
9295.if empty(PKG_OPTIONS :Mjava)
9396 for bb in ` ${SED} -e ' /^[$$]{PLIST\\.java}/!d' -e ' s/^[$$]{PLIST\\.java}//g' ${PLIST_SRC} ` ; do \
9497 ${RM} -f ${DESTDIR}${PREFIX} /$$ {bb}; \
9598 done
9699.else
97100 find ${DESTDIR}${PREFIX} -name \*.jar -exec chmod -x {} \;
98101.endif
99- find ${DESTDIR}${PREFIX} -name \*.txt -exec chmod -x {} \;
102+ find ${DESTDIR}${PREFIX} \( -name \*.txt -or -name \*.bat -or \
103+ -name \*.vbs -or -name \*.lic -or -name \*.properties \) \
104+ -exec chmod -x {} \;
105+ (cd ${DESTDIR}${PREFIX}/emul/linux/opt/tivoli/tsm/client/ba/bin/ \
106+ && chmod -x *.sh commonFunctions configFile )
107+ chmod -x ${DESTDIR}${PREFIX}/emul/linux/usr/local/ibm/gsk8_64/copyright
100108.for lt in ${LICENSE_TEXTS}
101109 ${INSTALL_DATA} ${DOC_SRCDIR}/${lt} ${DESTDIR}${PREFIX}/${DOC_DIR}
102110.endfor
Original file line number Diff line number Diff line change 1- @comment $NetBSD: PLIST,v 1.9 2024/09/18 11:34:25 hauke Exp $
1+ @comment $NetBSD: PLIST,v 1.10 2024/09/18 16:58:33 hauke Exp $
22bin/dsmc
33${PLIST.java}bin/dsmj
4- emul/linux/etc/init.d/dsmcad
54emul/linux/etc/ld.so.conf.d/tsm_ld.so.conf
65emul/linux/opt/tivoli/tsm/client/api/README_api.htm
76emul/linux/opt/tivoli/tsm/client/api/bin64/CS_CZ/dscjres.txt
You can’t perform that action at this time.
0 commit comments