[packages/xephem] - rediff patch, rebuild with openssl 3.0.0, rel 2

baggins baggins at pld-linux.org
Sun Oct 3 10:46:17 CEST 2021


commit b9d2fe3ddf5a8365189bc25f5002397cb5874957
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Oct 3 10:46:00 2021 +0200

    - rediff patch, rebuild with openssl 3.0.0, rel 2

 xephem-makefile.patch | 18 +++++++++++-------
 xephem.spec           |  2 +-
 2 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/xephem.spec b/xephem.spec
index c2193e2..e5515c6 100644
--- a/xephem.spec
+++ b/xephem.spec
@@ -7,7 +7,7 @@ Summary:	Interactive astronomy program
 Summary(pl.UTF-8):	Interaktywny program astronomiczny
 Name:		xephem
 Version:	3.7.7
-Release:	1
+Release:	2
 License:	distributable with free-unices distros, free for non-profit non-commercial purposes
 Group:		X11/Applications/Science
 Source0:	http://www.clearskyinstitute.com/xephem/%{name}-%{version}.tgz
diff --git a/xephem-makefile.patch b/xephem-makefile.patch
index 6387719..2b96b91 100644
--- a/xephem-makefile.patch
+++ b/xephem-makefile.patch
@@ -1,18 +1,20 @@
---- xephem-3.7.7/GUI/xephem/Makefile.orig	2015-08-09 23:36:50.000000000 +0200
-+++ xephem-3.7.7/GUI/xephem/Makefile	2018-12-19 21:10:25.456956449 +0100
-@@ -10,8 +10,8 @@
+diff -urNp -x '*.orig' xephem-3.7.7.org/GUI/xephem/Makefile xephem-3.7.7/GUI/xephem/Makefile
+--- xephem-3.7.7.org/GUI/xephem/Makefile	2021-10-03 10:45:25.604455606 +0200
++++ xephem-3.7.7/GUI/xephem/Makefile	2021-10-03 10:45:25.831118713 +0200
+@@ -10,9 +10,9 @@
  # one executable, xephem.
  
  # These -I and -L flags point to the supporting XEphem libraries
 -LIBINC = -I../../libastro -I../../libip -I../../liblilxml -I../../libjpegd -I../../libpng -I../../libz
 -LIBLNK = -L../../libastro -L../../libip -L../../liblilxml -L../../libjpegd -L../../libpng -L../../libz
+-LIBLIB = -lastro -lip -llilxml -ljpegd -lpng -lz
 +LIBINC = -I../../libastro -I../../libip -I../../liblilxml
 +LIBLNK = -L../../libastro -L../../libip -L../../liblilxml
--LIBLIB = -lastro -lip -llilxml -ljpegd -lpng -lz
 +LIBLIB = -lastro -lip -llilxml -ljpeg -lpng -lz
  
  # MOTIFI is the directory containing the Xm directory of include files.
-@@ -32,7 +32,7 @@
+ # MOTIFL is the directory containing the libXm.a library.
+@@ -32,7 +32,7 @@ endif
  # for linux and Apple OS X
  CC = gcc
  CLDFLAGS = -g
@@ -20,8 +22,10 @@
 +CFLAGS = $(LIBINC) $(CLDFLAGS) -Wall -I$(MOTIFI) -I/opt/X11/include
  LDFLAGS = $(LIBLNK) $(CLDFLAGS) -L$(MOTIFL) -L/opt/X11/lib
  XLIBS = -lXm -lXp -lXt -lXext -lXmu -lX11
- LIBS = $(XLIBS) $(LIBLIB) -lm
-@@ -199,8 +199,5 @@
+ LIBS = $(XLIBS) $(LIBLIB) -lm -lssl
+@@ -197,10 +197,7 @@ xephem.1: xephem.man
+ libs:
+ 	cd ../../libastro; make
  	cd ../../libip; make
 -	cd ../../libjpegd; make
  	cd ../../liblilxml; make
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xephem.git/commitdiff/b9d2fe3ddf5a8365189bc25f5002397cb5874957



More information about the pld-cvs-commit mailing list