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:           Wed Mar 10 10:31:32 UTC 2021

Modified Files:
        pkgsrc/archivers/star: Makefile PLIST

Log Message:
archivers/star: Update to 1.6.1nb13

Symlinks "gnutar", "suntar" and "tar" are no longer installed by this
package. This should fix bug pkg/56049.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/archivers/star/Makefile
cvs rdiff -u -r1.7 -r1.8 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.56 pkgsrc/archivers/star/Makefile:1.57
--- pkgsrc/archivers/star/Makefile:1.56 Wed Nov 25 15:40:16 2020
+++ pkgsrc/archivers/star/Makefile      Wed Mar 10 10:31:32 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.56 2020/11/25 15:40:16 micha Exp $
+# $NetBSD: Makefile,v 1.57 2021/03/10 10:31:32 micha Exp $
 
 DISTNAME=      schily-2020-11-25
 PKGNAME=       star-1.6.1
-PKGREVISION=   12
+PKGREVISION=   13
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=schilytools/}
 EXTRACT_SUFX=  .tar.bz2
@@ -86,4 +86,31 @@ do-install:
        ${INSTALL_DATA} ${WRKDIR}/INSTALL.pkgsrc                        \
                ${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.
+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
+
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/archivers/star/PLIST
diff -u pkgsrc/archivers/star/PLIST:1.7 pkgsrc/archivers/star/PLIST:1.8
--- pkgsrc/archivers/star/PLIST:1.7     Fri Jun  5 17:04:31 2020
+++ pkgsrc/archivers/star/PLIST Wed Mar 10 10:31:32 2021
@@ -1,16 +1,11 @@
-@comment $NetBSD: PLIST,v 1.7 2020/06/05 17:04:31 micha Exp $
-bin/gnutar
+@comment $NetBSD: PLIST,v 1.8 2021/03/10 10:31:32 micha Exp $
 bin/scpio
 bin/spax
 bin/star
-bin/suntar
-bin/tar
 bin/ustar
-man/man1/gnutar.1
 man/man1/scpio.1
 man/man1/spax.1
 man/man1/star.1
-man/man1/suntar.1
 man/man1/ustar.1
 ${PLIST.sysv}man/man4/star.4
 ${PLIST.bsd}man/man5/star.5



Home | Main Index | Thread Index | Old Index