pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/deforaos-cpp deforaos-cpp: update to 0.0.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1c8404ed0d8
branches:  trunk
changeset: 378229:a1c8404ed0d8
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Sat Apr 30 21:01:19 2022 +0000

description:
deforaos-cpp: update to 0.0.6

The releases since the last one packaged:
- add some tests (disabled in pkgsrc)
- improve the documentation generated

This package can break building with multiple jobs, and is marked as such.

diffstat:

 devel/deforaos-cpp/Makefile                       |  12 +++++++-----
 devel/deforaos-cpp/PLIST                          |   3 ++-
 devel/deforaos-cpp/distinfo                       |  11 ++++++-----
 devel/deforaos-cpp/patches/patch-project.conf     |  14 ++++++++------
 devel/deforaos-cpp/patches/patch-src_project.conf |  15 +++++++++++++++
 5 files changed, 38 insertions(+), 17 deletions(-)

diffs (109 lines):

diff -r 7aa20da39548 -r a1c8404ed0d8 devel/deforaos-cpp/Makefile
--- a/devel/deforaos-cpp/Makefile       Sat Apr 30 15:17:45 2022 +0000
+++ b/devel/deforaos-cpp/Makefile       Sat Apr 30 21:01:19 2022 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2022/04/12 23:32:03 khorben Exp $
+# $NetBSD: Makefile,v 1.10 2022/04/30 21:01:19 khorben Exp $
 
-DISTNAME=      CPP-0.0.3
-PKGNAME=       deforaos-cpp-0.0.3
-PKGREVISION=   7
+DISTNAME=      CPP-0.0.6
+PKGNAME=       deforaos-cpp-0.0.6
 CATEGORIES=    devel
-MASTER_SITES=  https://www.defora.org/os/download/download/4422/
+MASTER_SITES=  https://ftp.defora.org/pub/DeforaOS/Apps/Devel/src/CPP/
 
 MAINTAINER=    khorben%defora.org@localhost
 HOMEPAGE=      https://www.defora.org/
@@ -13,10 +12,13 @@
 
 MAKE_FLAGS+=   PREFIX=${PREFIX}
 MAKE_FLAGS+=   DESTDIR=${DESTDIR}
+MAKE_FLAGS+=   CPPFLAGS=-DPROGNAME_CPP=\\\"deforaos-cpp\\\"
 MAKE_FLAGS+=   CFLAGS=${CFLAGS:Q}
 MAKE_FLAGS+=   LDFLAGS=${LDFLAGS:Q}
 MAKE_FLAGS+=   INSTALL=${INSTALL}
 
+MAKE_JOBS_SAFE=        no
+
 post-install:
        ${MV} ${DESTDIR}${PREFIX}/bin/cpp ${DESTDIR}${PREFIX}/bin/deforaos-cpp
 
diff -r 7aa20da39548 -r a1c8404ed0d8 devel/deforaos-cpp/PLIST
--- a/devel/deforaos-cpp/PLIST  Sat Apr 30 15:17:45 2022 +0000
+++ b/devel/deforaos-cpp/PLIST  Sat Apr 30 21:01:19 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2020/04/11 02:46:59 khorben Exp $
+@comment $NetBSD: PLIST,v 1.6 2022/04/30 21:01:19 khorben Exp $
 bin/deforaos-cpp
 include/Devel/CPP.h
 lib/libcpp.a
@@ -6,6 +6,7 @@
 lib/libcpp.so.0
 lib/libcpp.so.0.0
 lib/pkgconfig/cpp.pc
+share/doc/CPP/COPYING
 share/gtk-doc/html/CPP/CPP-CPP:CAPS.html
 share/gtk-doc/html/CPP/CPP.devhelp2
 share/gtk-doc/html/CPP/api-index-full.html
diff -r 7aa20da39548 -r a1c8404ed0d8 devel/deforaos-cpp/distinfo
--- a/devel/deforaos-cpp/distinfo       Sat Apr 30 15:17:45 2022 +0000
+++ b/devel/deforaos-cpp/distinfo       Sat Apr 30 21:01:19 2022 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2022/04/12 23:32:03 khorben Exp $
+$NetBSD: distinfo,v 1.5 2022/04/30 21:01:19 khorben Exp $
 
-BLAKE2s (CPP-0.0.3.tar.gz) = 1e3d5eb256bd1b2fbbb6a6287077fe9e543a14867367d7d7307ce448df9edb92
-SHA512 (CPP-0.0.3.tar.gz) = cc436c92f9ff55c3a4bbcc952546b09b7665b435561176e8cec0cc427d1a5bb92b0475dc0a1016db2c2f634649a1c73280e57508312ba632c9b1548e0b38b578
-Size (CPP-0.0.3.tar.gz) = 21742 bytes
-SHA1 (patch-project.conf) = ec82075e4f509c2e5b8f866a82f3d14746485821
+BLAKE2s (CPP-0.0.6.tar.gz) = d50963fa6d3a5e3adfe9b90cc8541c6eacfdd4019b585300b0038109ac315a19
+SHA512 (CPP-0.0.6.tar.gz) = 79252792f799b8db3f9f211fb2ecbf232165d58f16a902303018f18ae8980d2a19100efe280f9201202724a96efbc18dd9af1fe7d56cda438080264b87df96ad
+Size (CPP-0.0.6.tar.gz) = 25248 bytes
+SHA1 (patch-project.conf) = 4187dde94f6ae8c17aed3b51c7d0974c5cd92c4f
+SHA1 (patch-src_project.conf) = 514d6dd6870706c308b805a5f414ea889a3fc64d
diff -r 7aa20da39548 -r a1c8404ed0d8 devel/deforaos-cpp/patches/patch-project.conf
--- a/devel/deforaos-cpp/patches/patch-project.conf     Sat Apr 30 15:17:45 2022 +0000
+++ b/devel/deforaos-cpp/patches/patch-project.conf     Sat Apr 30 21:01:19 2022 +0000
@@ -1,13 +1,15 @@
-$NetBSD: patch-project.conf,v 1.1 2022/04/12 23:32:03 khorben Exp $
+$NetBSD: patch-project.conf,v 1.2 2022/04/30 21:01:19 khorben Exp $
 
 Do not run the tests
 
---- project.conf.orig  2016-02-20 02:49:10.000000000 +0000
+--- project.conf.orig  2022-04-30 20:44:02.000000000 +0000
 +++ project.conf
-@@ -2,5 +2,5 @@ package=CPP
- version=0.0.3
- config=h,sh
+@@ -3,7 +3,7 @@ version=0.0.6
+ vendor=Devel
+ config=ent,h,sh
  
 -subdirs=data,doc,include,src,tests
 +subdirs=data,doc,include,src
- dist=Makefile,COPYING,config.h,config.sh
+ targets=tests
+ dist=Makefile,COPYING,config.ent,config.h,config.sh
+ 
diff -r 7aa20da39548 -r a1c8404ed0d8 devel/deforaos-cpp/patches/patch-src_project.conf
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/deforaos-cpp/patches/patch-src_project.conf Sat Apr 30 21:01:19 2022 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_project.conf,v 1.1 2022/04/30 21:01:19 khorben Exp $
+
+Fix the build
+
+--- src/project.conf.orig      2022-04-30 20:44:02.000000000 +0000
++++ src/project.conf
+@@ -22,7 +22,7 @@ sources=main.c
+ #XXX should really use this (race condition with "make -k")
+ depends=$(OBJDIR)lib/libcpp$(SOEXT)
+ depends=$(OBJDIR)lib/libcpp.a
+-ldflags=-L$(OBJDIR)lib -L$(LIBDIR) -Wl,-rpath,$(LIBDIR) -lcpp
++ldflags=-L$(OBJDIR)lib -L$(PREFIX)/lib -Wl,-rpath,$(PREFIX)/lib -lcpp
+ install=$(BINDIR)
+ 
+ #sources



Home | Main Index | Thread Index | Old Index