* [gentoo-commits] gentoo-x86 commit in sci-libs/libcerf/files: libcerf-1.3-autotools.patch
@ 2014-07-21 20:53 Christoph Junghans (ottxor)
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Junghans (ottxor) @ 2014-07-21 20:53 UTC (permalink / raw
To: gentoo-commits
ottxor 14/07/21 20:53:34
Added: libcerf-1.3-autotools.patch
Log:
initial commit
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Revision Changes Path
1.1 sci-libs/libcerf/files/libcerf-1.3-autotools.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcerf/files/libcerf-1.3-autotools.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcerf/files/libcerf-1.3-autotools.patch?rev=1.1&content-type=text/plain
Index: libcerf-1.3-autotools.patch
===================================================================
Send upstream (j.wuttke@fz-juelich.de) 14.07.14
diff -Naur libcerf-1.3.orig/libcerf.pc.in libcerf-1.3/libcerf.pc.in
--- libcerf-1.3.orig/libcerf.pc.in 2013-07-17 03:51:59.000000000 -0600
+++ libcerf-1.3/libcerf.pc.in 2014-07-14 11:18:01.646512503 -0600
@@ -7,4 +7,5 @@
Description: Complex error function library
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lcerf
+Libs.private: -lm
Cflags: -I${includedir}
diff -Naur libcerf-1.3.orig/man/Makefile.am libcerf-1.3/man/Makefile.am
--- libcerf-1.3.orig/man/Makefile.am 2013-02-01 02:00:14.000000000 -0700
+++ libcerf-1.3/man/Makefile.am 2014-07-14 11:17:36.266182267 -0600
@@ -19,9 +19,8 @@
# Website:
# http://apps.jcns.fz-juelich.de/libcerf
-man_MANS = w_of_z.3 im_w_of_x.3 dawson.3 cdawson.3 cerf.3 cerfc.3 erfcx.3 cerfcx.3 erfi.3 cerfi.3 voigt.3
-auxdir = $(datadir)/man/html
-aux_DATA = w_of_z.html voigt.html dawson.html cerf.html erfcx.html erfi.html
+man_MANS = w_of_z.3 im_w_of_x.3 dawson.3 cdawson.3 libcerf-cerf.3 cerfc.3 erfcx.3 cerfcx.3 erfi.3 cerfi.3 voigt.3
+html_DATA = w_of_z.html voigt.html dawson.html cerf.html erfcx.html erfi.html
w_of_z.3 : w_of_z.pod
pod2man -s 3 -c "libcerf manual" $< > $@
@@ -35,7 +34,7 @@
cdawson.3 : dawson.pod
pod2man -s 3 -c "libcerf manual" $< > $@
-cerf.3 : cerf.pod
+libcerf-cerf.3 : cerf.pod
pod2man -s 3 -c "libcerf manual" $< > $@
cerfc.3 : cerf.pod
diff -Naur libcerf-1.3.orig/test/Makefile.am libcerf-1.3/test/Makefile.am
--- libcerf-1.3.orig/test/Makefile.am 2013-07-17 01:45:37.000000000 -0600
+++ libcerf-1.3/test/Makefile.am 2014-07-14 11:16:00.204932368 -0600
@@ -20,8 +20,10 @@
# http://apps.jcns.fz-juelich.de/libcerf
AM_CFLAGS += -I$(srcdir)/../lib
-noinst_PROGRAMS = test_libcerf_1 runvoigt run_w_of_z
+noinst_PROGRAMS = runvoigt run_w_of_z
test_libcerf_1_SOURCES = test1.c
runvoigt_SOURCES = runvoigt.c
run_w_of_z_SOURCES = run_w_of_z.c
AM_LDFLAGS = -lm -L../lib -lcerf
+check_PROGRAMS = test_libcerf_1
+TESTS = test_libcerf_1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-libs/libcerf/files: libcerf-1.3-autotools.patch
@ 2014-07-21 23:23 Christoph Junghans (ottxor)
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Junghans (ottxor) @ 2014-07-21 23:23 UTC (permalink / raw
To: gentoo-commits
ottxor 14/07/21 23:23:37
Modified: libcerf-1.3-autotools.patch
Log:
don't inject -Werror and keyworded ~x86-macos ~amd64-linux ~arm (tested by me)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Revision Changes Path
1.2 sci-libs/libcerf/files/libcerf-1.3-autotools.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcerf/files/libcerf-1.3-autotools.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcerf/files/libcerf-1.3-autotools.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcerf/files/libcerf-1.3-autotools.patch?r1=1.1&r2=1.2
Index: libcerf-1.3-autotools.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcerf/files/libcerf-1.3-autotools.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libcerf-1.3-autotools.patch 21 Jul 2014 20:53:34 -0000 1.1
+++ libcerf-1.3-autotools.patch 21 Jul 2014 23:23:37 -0000 1.2
@@ -1,4 +1,25 @@
Send upstream (j.wuttke@fz-juelich.de) 14.07.14
+diff -Naur libcerf-1.3.orig/configure.ac libcerf-1.3/configure.ac
+--- libcerf-1.3.orig/configure.ac 2013-07-17 03:49:33.000000000 -0600
++++ libcerf-1.3/configure.ac 2014-07-21 17:01:15.399324021 -0600
+@@ -19,7 +19,7 @@
+ # Website:
+ # http://apps.jcns.fz-juelich.de/libcerf
+
+-AC_INIT([cerf],[1:3],[http://apps.jcns.fz-juelich.de/libcerf])
++AC_INIT([libcerf],[1:3],[http://apps.jcns.fz-juelich.de/libcerf])
+ # version is current:revision:age; for simplicity, we always put age=0
+ # <- http://www.sourceware.org/autobook/autobook/autobook_91.html
+
+@@ -31,7 +31,7 @@
+ LT_INIT([disable-static])
+
+ AC_PROG_CC_C99
+-AC_SUBST(AM_CFLAGS,"-pedantic -Wall -Werror")
++AC_SUBST(AM_CFLAGS,"-pedantic -Wall")
+ AC_CONFIG_HEADERS([config.h]) # to avoid endless -D options
+ AC_HEADER_STDC
+
diff -Naur libcerf-1.3.orig/libcerf.pc.in libcerf-1.3/libcerf.pc.in
--- libcerf-1.3.orig/libcerf.pc.in 2013-07-17 03:51:59.000000000 -0600
+++ libcerf-1.3/libcerf.pc.in 2014-07-14 11:18:01.646512503 -0600
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-21 23:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-21 20:53 [gentoo-commits] gentoo-x86 commit in sci-libs/libcerf/files: libcerf-1.3-autotools.patch Christoph Junghans (ottxor)
-- strict thread matches above, loose matches on Subject: below --
2014-07-21 23:23 Christoph Junghans (ottxor)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox