aboutsummaryrefslogtreecommitdiff
path: root/astro/mymoon
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
commit9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /astro/mymoon
parent5a20e7990eb544509174d617d359bf0d4ac64737 (diff)
downloadports-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.tar.gz
ports-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.zip
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=419133
Diffstat (limited to 'astro/mymoon')
-rw-r--r--astro/mymoon/files/patch-configure10
-rw-r--r--astro/mymoon/files/patch-grapher.h6
-rw-r--r--astro/mymoon/files/patch-mymoon.c8
3 files changed, 12 insertions, 12 deletions
diff --git a/astro/mymoon/files/patch-configure b/astro/mymoon/files/patch-configure
index 4e83da2d07f8..0efe65afcc50 100644
--- a/astro/mymoon/files/patch-configure
+++ b/astro/mymoon/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig Sat May 24 06:09:38 2003
-+++ configure Fri Oct 14 19:51:18 2005
-@@ -849,7 +849,7 @@
+--- configure.orig 2003-05-23 20:09:38 UTC
++++ configure
+@@ -849,7 +849,7 @@ done
PACKAGE=mymoon
VERSION=1.0
@@ -9,7 +9,7 @@
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-@@ -890,9 +890,9 @@
+@@ -890,9 +890,9 @@ fi
done
LNOVA_LIB_NAME=""
@@ -22,7 +22,7 @@
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
-@@ -904,10 +904,10 @@
+@@ -904,10 +904,10 @@ cat > conftest.$ac_ext <<EOF
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
diff --git a/astro/mymoon/files/patch-grapher.h b/astro/mymoon/files/patch-grapher.h
index b4828f9420b0..de59606dcb68 100644
--- a/astro/mymoon/files/patch-grapher.h
+++ b/astro/mymoon/files/patch-grapher.h
@@ -1,6 +1,6 @@
---- grapher.h.orig Wed Jul 16 21:24:46 2003
-+++ grapher.h Fri Oct 14 20:08:52 2005
-@@ -13,15 +13,14 @@
+--- grapher.h.orig 2003-07-16 11:24:46 UTC
++++ grapher.h
+@@ -13,15 +13,14 @@ memset(&arrow, 0, sizeof(arrow));
for (z=0;z<=progress;z++) {arrow[z]=bar;}for (k=z;k<=max/4;k++) {arrow[k]=empty;}
mvprintw(row/4,0,
diff --git a/astro/mymoon/files/patch-mymoon.c b/astro/mymoon/files/patch-mymoon.c
index 2288dffaa3c1..e6a83da14aa6 100644
--- a/astro/mymoon/files/patch-mymoon.c
+++ b/astro/mymoon/files/patch-mymoon.c
@@ -1,12 +1,12 @@
---- mymoon.c.orig Wed Jul 16 21:13:55 2003
-+++ mymoon.c Fri Oct 14 19:55:31 2005
+--- mymoon.c.orig 2003-07-16 11:13:55 UTC
++++ mymoon.c
@@ -1,4 +1,4 @@
-#include <libnova.h>
+#include <libnova/libnova.h>
#include <curses.h>
#include <time.h>
#include <stdlib.h>
-@@ -59,7 +59,7 @@
+@@ -59,7 +59,7 @@ memset(&date2, 0, sizeof(date2));
memset(&date3, 0, sizeof(date3));
while (1) {
@@ -15,7 +15,7 @@
age=moonphase();
-@@ -67,12 +67,12 @@
+@@ -67,12 +67,12 @@ if ( (latitude != 0) || (longitude != 0
observer.lng=latitude;
observer.lat=longitude;
} else {observer.lng=45.12;observer.lat=8.42;}