diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2006-11-29 15:22:44 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2006-11-29 15:22:44 +0000 |
commit | d7a419394d68f8ec22ea3666cf9fac593cf98f35 (patch) | |
tree | ea7bdf5dd1a17f4b1146c97585281a93eb517e9e /sci-astronomy/xephem/files | |
parent | Stable on sparc wrt #155882 (diff) | |
download | gentoo-2-d7a419394d68f8ec22ea3666cf9fac593cf98f35.tar.gz gentoo-2-d7a419394d68f8ec22ea3666cf9fac593cf98f35.tar.bz2 gentoo-2-d7a419394d68f8ec22ea3666cf9fac593cf98f35.zip |
Version bump, bug #156581. Added a patch for problems linking with lesstif and some minor compile problem.
(Portage version: 2.1.1)
Diffstat (limited to 'sci-astronomy/xephem/files')
-rw-r--r-- | sci-astronomy/xephem/files/3.7.2.patch | 31 | ||||
-rw-r--r-- | sci-astronomy/xephem/files/digest-xephem-3.7.2 | 3 |
2 files changed, 34 insertions, 0 deletions
diff --git a/sci-astronomy/xephem/files/3.7.2.patch b/sci-astronomy/xephem/files/3.7.2.patch new file mode 100644 index 000000000000..968d5c7df36a --- /dev/null +++ b/sci-astronomy/xephem/files/3.7.2.patch @@ -0,0 +1,31 @@ +--- GUI/xephem/tools/xephemdbd/request.c 2006-11-29 14:43:38.000000000 +0100 ++++ GUI/xephem/tools/xephemdbd/request.c.fixed 2006-04-10 11:01:17.000000000 +0200 +@@ -155,7 +155,7 @@ + { + char str1[32], str2[32]; + +- fs_date (str1, mjd_day(mjd)); ++ fs_date (str1, pref_get(PREF_DATE_FORMAT), mjd_day(mjd)); + fs_sexa (str2, mjd_hr(mjd), 2, 3600); + printf ("UTC Time: %s %s JD %13.5f\n", str1, str2, mjd+MJD0); + +--- GUI/xephem/Makefile 2006-11-29 16:08:02.000000000 +0100 ++++ GUI.new/xephem/Makefile 2006-11-29 16:08:56.000000000 +0100 +@@ -15,7 +15,7 @@ + LIBLIB = -lastro -lip -llilxml -ljpegd -lpng -lz + + # MOTIFI is the directory containing the Xm directory of include files. +-# MOTIFL is the directory containing the libXm.a library. ++# MOTIFL is the directory containing libXm + # MOTIF can be used to set one common directory if desired. + # Defaults work ok for Linux and Mac OS X. + ifdef MOTIF +@@ -34,7 +34,7 @@ + CLDFLAGS = -g + CFLAGS= $(LIBINC) -Wall -I$(MOTIFI) -I/usr/X11R6/include -march=athlon-xp -O2 -pipe + LDFLAGS = $(LIBLNK) $(CLDFLAGS) -L$(MOTIFL) -L/usr/X11R6/lib +-XLIBS = $(MOTIFL)/libXm.a -lXp -lXt -lXext -lXmu -lX11 ++XLIBS = -lXm -lXp -lXt -lXext -lXmu -lX11 + LIBS = $(XLIBS) $(LIBLIB) -lm + + # for ppc Apple OS X to make universal (i386 and ppc binary), requires diff --git a/sci-astronomy/xephem/files/digest-xephem-3.7.2 b/sci-astronomy/xephem/files/digest-xephem-3.7.2 new file mode 100644 index 000000000000..110bf20d4480 --- /dev/null +++ b/sci-astronomy/xephem/files/digest-xephem-3.7.2 @@ -0,0 +1,3 @@ +MD5 1074e04b9a89302d9f2bad7107674311 xephem-3.7.2.tar.gz 19369598 +RMD160 585ed51d167869919b512561714d380c83db8865 xephem-3.7.2.tar.gz 19369598 +SHA256 51697f36e08000fc5f8f5e5edc570f82c92d0b323331291877814410396d0354 xephem-3.7.2.tar.gz 19369598 |