pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/star
Module Name: pkgsrc
Committed By: micha
Date: Fri Mar 12 09:57:24 UTC 2021
Modified Files:
pkgsrc/archivers/star: Makefile PLIST
Log Message:
archivers/star: Update to 1.6.1nb14
Symlink "ustar" is no longer installed by this package.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/archivers/star/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/archivers/star/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/star/Makefile
diff -u pkgsrc/archivers/star/Makefile:1.57 pkgsrc/archivers/star/Makefile:1.58
--- pkgsrc/archivers/star/Makefile:1.57 Wed Mar 10 10:31:32 2021
+++ pkgsrc/archivers/star/Makefile Fri Mar 12 09:57:24 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.57 2021/03/10 10:31:32 micha Exp $
+# $NetBSD: Makefile,v 1.58 2021/03/12 09:57:24 micha Exp $
DISTNAME= schily-2020-11-25
PKGNAME= star-1.6.1
-PKGREVISION= 13
+PKGREVISION= 14
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=schilytools/}
EXTRACT_SUFX= .tar.bz2
@@ -87,30 +87,15 @@ do-install:
${DESTDIR}${PREFIX}/share/doc/star/INSTALL.pkgsrc
# Fix for pkg/56049:
-# Do not install the symlink "gnutar". The emulation of GNU tar is
-# incomplete and breaks the build of www/firefox.
-#
-# Do not install the symlink "suntar". The man page documents that the
-# emulation is incomplete (similar problems as with "gnutar" may be the
-# consequence).
-#
-# Do not install the symlink "tar". The man page documents it as an alias
-# for "suntar" (see above). Even if there are no compatibility problems,
-# the pkgsrc user likely expects that "tar" is the implementation of the
-# base system.
-#
-# The name "ustar" is commonly used for the tar format defined by POSIX.
-# "ustar" from this package should be fully POSIX conformant.
-# => No change.
-#
-# All other variants use the prefix "s" (to indicate the schily variant).
-# => No change.
+# Do not install symlinks to potentially incompatible variants
post-install:
${RM} ${DESTDIR}${PREFIX}/bin/gnutar
${RM} -f ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/gnutar.1
${RM} ${DESTDIR}${PREFIX}/bin/suntar
- ${RM} -f ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/tar.1
- ${RM} ${DESTDIR}${PREFIX}/bin/tar
${RM} -f ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/suntar.1
+ ${RM} ${DESTDIR}${PREFIX}/bin/tar
+ ${RM} -f ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/tar.1
+ ${RM} ${DESTDIR}${PREFIX}/bin/ustar
+ ${RM} -f ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/ustar.1
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/archivers/star/PLIST
diff -u pkgsrc/archivers/star/PLIST:1.8 pkgsrc/archivers/star/PLIST:1.9
--- pkgsrc/archivers/star/PLIST:1.8 Wed Mar 10 10:31:32 2021
+++ pkgsrc/archivers/star/PLIST Fri Mar 12 09:57:24 2021
@@ -1,12 +1,10 @@
-@comment $NetBSD: PLIST,v 1.8 2021/03/10 10:31:32 micha Exp $
+@comment $NetBSD: PLIST,v 1.9 2021/03/12 09:57:24 micha Exp $
bin/scpio
bin/spax
bin/star
-bin/ustar
man/man1/scpio.1
man/man1/spax.1
man/man1/star.1
-man/man1/ustar.1
${PLIST.sysv}man/man4/star.4
${PLIST.bsd}man/man5/star.5
share/doc/star/INSTALL.pkgsrc
Home |
Main Index |
Thread Index |
Old Index