gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r7570: update cppunit to 1.15.1


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7570: update cppunit to 1.15.1
Date: Mon, 3 May 2021 13:54:30 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7570
revision-id: carlhansen@gnu.org-20210503175424-8hyh3gocy9cexdb3
parent: carlhansen@gnu.org-20210503010922-f3znrdg15j0nxf42
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Mon 2021-05-03 10:54:24 -0700
message:
  update cppunit to 1.15.1
modified:
  pkg/freedesktop/cppunit/Makefile makefile-20180122085617-yexaj6osbirec7mm-3
  pkg/freedesktop/cppunit/config.mk config.mk-20180122085617-yexaj6osbirec7mm-2
  pkg/freedesktop/cppunit/sha256sums 
sha256sums-20180122085617-yexaj6osbirec7mm-4
=== modified file 'pkg/freedesktop/cppunit/Makefile'
--- a/pkg/freedesktop/cppunit/Makefile  2018-01-22 08:56:31 +0000
+++ b/pkg/freedesktop/cppunit/Makefile  2021-05-03 17:54:24 +0000
@@ -1,6 +1,7 @@
-# Copyright © 2018 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2018, 2021 Carl Hansen <carlhansen@gnu.org>
 #
-# This file is part of GSRC.
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
 #
 # GSRC is free software: you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -21,11 +22,10 @@
 
 NAME =   cppunit 
 GARNAME = cppunit
-GARVERSION = 1.14.0
+GARVERSION = 1.15.1
 HOME_URL = https://www.freedesktop.org/wiki/Software/cppunit/
 DESCRIPTION = software testing for c++, based on junit
 define BLURB
-
 endef
 
 ######################################################################
@@ -35,6 +35,7 @@
 DISTFILES =     $(GARNAME)-$(GARVERSION).tar.gz 
 SIGFILES =      
 
+
 BUILDDEPS = 
 LIBDEPS = 
 
@@ -43,4 +44,10 @@
 include ../../../gar/gar.lib/auto.mk
 include config.mk
 
+# the following is a guess, seems to work, adjust as you like
+custom-pre-configure:
+       cd $(WORKSRC) && ./autogen.sh
+       cd $(WORKSRC) && autoupdate
+       cd $(WORKSRC) && autoconf
+
 

=== modified file 'pkg/freedesktop/cppunit/config.mk'
--- a/pkg/freedesktop/cppunit/config.mk 2018-01-22 08:56:31 +0000
+++ b/pkg/freedesktop/cppunit/config.mk 2021-05-03 17:54:24 +0000
@@ -3,5 +3,5 @@
 
 CONFIGURE_OPTS ?= 
 
-BUILD_OPTS ?=
+BUILD_OPTS ?= -Wl,-L$(prefix)/lib64
 

=== modified file 'pkg/freedesktop/cppunit/sha256sums'
--- a/pkg/freedesktop/cppunit/sha256sums        2018-01-22 08:56:31 +0000
+++ b/pkg/freedesktop/cppunit/sha256sums        2021-05-03 17:54:24 +0000
@@ -1,1 +1,1 @@
-3d569869d27b48860210c758c4f313082103a5e58219a7669b52bfd29d674780  
download/cppunit-1.14.0.tar.gz
+89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7  
download/cppunit-1.15.1.tar.gz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]