pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/star archivers/star: Update to 1.6.1nb14



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d67d933171ab
branches:  trunk
changeset: 448673:d67d933171ab
user:      micha <micha%pkgsrc.org@localhost>
date:      Fri Mar 12 09:57:24 2021 +0000

description:
archivers/star: Update to 1.6.1nb14

Symlink "ustar" is no longer installed by this package.

Bump PKGREVISION.

diffstat:

 archivers/star/Makefile |  29 +++++++----------------------
 archivers/star/PLIST    |   4 +---
 2 files changed, 8 insertions(+), 25 deletions(-)

diffs (67 lines):

diff -r f3270c0a1da8 -r d67d933171ab archivers/star/Makefile
--- a/archivers/star/Makefile   Fri Mar 12 09:57:18 2021 +0000
+++ b/archivers/star/Makefile   Fri Mar 12 09:57:24 2021 +0000
@@ -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 @@
                ${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} -f ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/suntar.1
        ${RM} ${DESTDIR}${PREFIX}/bin/tar
-       ${RM} -f ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/suntar.1
+       ${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"
diff -r f3270c0a1da8 -r d67d933171ab archivers/star/PLIST
--- a/archivers/star/PLIST      Fri Mar 12 09:57:18 2021 +0000
+++ b/archivers/star/PLIST      Fri Mar 12 09:57:24 2021 +0000
@@ -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