pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/smake



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Mar 19 14:19:45 UTC 2019

Modified Files:
        pkgsrc/devel/smake: Makefile Makefile.common distinfo

Log Message:
smake: update to 1.3nb3.

Switch to latest distfile.
Update provided by Michael Bäuerle via pkgsrc-wip.

Changelog
=========

Release 2019-02-18:
- smake (psmake): a missing link to libschily/strnlen.c has been added.

Release 2019-03-11:
- psmake: cpfiles/lnfiles/rmlinks now contain a line for the new
          include/schily/type_val.h


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/smake/Makefile \
    pkgsrc/devel/smake/Makefile.common pkgsrc/devel/smake/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/smake/Makefile
diff -u pkgsrc/devel/smake/Makefile:1.1 pkgsrc/devel/smake/Makefile:1.2
--- pkgsrc/devel/smake/Makefile:1.1     Sat Nov 10 19:49:47 2018
+++ pkgsrc/devel/smake/Makefile Tue Mar 19 14:19:45 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2018/11/10 19:49:47 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2019/03/19 14:19:45 wiz Exp $
 
-DISTNAME=      schily-2018-10-30
+DISTNAME=      schily-2019-03-11
 PKGNAME=       smake-1.3
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=schilytools/}
 EXTRACT_SUFX=  .tar.bz2
@@ -22,7 +22,7 @@ MAKE_FLAGS+=  CPPOPTX=${CPPFLAGS:Q} COPTX
 .include "../../mk/bsd.prefs.mk"
 
 # Platform specific code (for sharing with other packages based on schilytools)
-.include "../../devel/smake/Makefile.common"
+.include "Makefile.common"
 
 SUBST_CLASSES+=                man
 SUBST_STAGE.man=       pre-configure
Index: pkgsrc/devel/smake/Makefile.common
diff -u pkgsrc/devel/smake/Makefile.common:1.1 pkgsrc/devel/smake/Makefile.common:1.2
--- pkgsrc/devel/smake/Makefile.common:1.1      Sat Nov 10 19:49:47 2018
+++ pkgsrc/devel/smake/Makefile.common  Tue Mar 19 14:19:45 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2018/11/10 19:49:47 wiz Exp $
+# $NetBSD: Makefile.common,v 1.2 2019/03/19 14:19:45 wiz Exp $
 # used by archivers/star/Makefile
 # used by devel/smake/Makefile
 # used by shells/bosh/Makefile
@@ -32,9 +32,6 @@ pre-configure:
        done ;                                                          \
        r="$$r i386-freebsd-gcc.rul@x86_64-freebsd-gcc.rul" ;           \
        r="$$r i386-freebsd-cc.rul@x86_64-freebsd-cc.rul" ;             \
-       ${SED} -e 's/cc-gcc.rul/cc-$$(C_ARCH).rul/'                     \
-                i386-netbsd-gcc.rul >pkgsrc_i386-netbsd-clang.rul ;    \
-       r="$$r pkgsrc_i386-netbsd-clang.rul%i386-netbsd-clang.rul@localhost" ;  \
        for i in netbsd-clang.rul netbsd-cc.rul netbsd-gcc.rul ;        \
        do                                                              \
                r="$$r i386-$$i@${MACHINE}-$$i" ;                       \
Index: pkgsrc/devel/smake/distinfo
diff -u pkgsrc/devel/smake/distinfo:1.1 pkgsrc/devel/smake/distinfo:1.2
--- pkgsrc/devel/smake/distinfo:1.1     Sat Nov 10 19:49:47 2018
+++ pkgsrc/devel/smake/distinfo Tue Mar 19 14:19:45 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/11/10 19:49:47 wiz Exp $
+$NetBSD: distinfo,v 1.2 2019/03/19 14:19:45 wiz Exp $
 
-SHA1 (schily-2018-10-30.tar.bz2) = 2c70cd99d732c70193577d61793c32399fcc7378
-RMD160 (schily-2018-10-30.tar.bz2) = f5a843cde89f3e5d54b1925da288fab97990d3eb
-SHA512 (schily-2018-10-30.tar.bz2) = 72765d11eff52f744a707605a53365da69037c3d982c7b8f4cee98f109f856ee28af3420f63c3fe5a7890649c4eb0fa4dd69d367b7ec41026f288d6237c98d96
-Size (schily-2018-10-30.tar.bz2) = 4311065 bytes
+SHA1 (schily-2019-03-11.tar.bz2) = e3441506ec8bfaed1e55e09208d7054c728c8f57
+RMD160 (schily-2019-03-11.tar.bz2) = 49a4d8dc73ab1c1a66db655470c37d29c77d24f1
+SHA512 (schily-2019-03-11.tar.bz2) = 04f289c08b2cd6c1954600796798642ac6228dd61fbb37abeff400cbb3a30eeb481c8b6e51fa77dc506329947a4dd04021fe553516286055d586a31834e4cd98
+Size (schily-2019-03-11.tar.bz2) = 4289082 bytes



Home | Main Index | Thread Index | Old Index