mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
Upgrade to 1.86, and regen patches.
This commit is contained in:
parent
48375c0b2a
commit
05a1225b3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398247
7 changed files with 30 additions and 15 deletions
|
@ -2,8 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= nightfall
|
PORTNAME= nightfall
|
||||||
PORTVERSION= 1.70
|
PORTVERSION= 1.86
|
||||||
PORTREVISION= 12
|
|
||||||
CATEGORIES= astro
|
CATEGORIES= astro
|
||||||
MASTER_SITES= http://www.la-samhna.de/nightfall/
|
MASTER_SITES= http://www.la-samhna.de/nightfall/
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (nightfall-1.70.tar.gz) = d282b3d5f90e51284cbfb1619ab54184549eb2a21422ee452d794cded58c14de
|
SHA256 (nightfall-1.86.tar.gz) = 2394133c77d512f048198da91a9bf9378887997c4df1a7283e6b91f08dd54e80
|
||||||
SIZE (nightfall-1.70.tar.gz) = 1457748
|
SIZE (nightfall-1.86.tar.gz) = 1479521
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- Light.c.orig Thu Oct 20 22:54:11 2005
|
--- Light.c.orig 2014-09-25 08:03:26 UTC
|
||||||
+++ Light.c Wed Dec 7 02:43:38 2005
|
+++ Light.c
|
||||||
@@ -275,8 +275,10 @@
|
@@ -252,8 +252,10 @@ int main(int argc, char *argv[])
|
||||||
|
|
||||||
/* >>>>>>>>>>>>>>>> ALLOCATE MEMORY <<<<<<<<<<<<<<<<<<<<< */
|
/* >>>>>>>>>>>>>>>> ALLOCATE MEMORY <<<<<<<<<<<<<<<<<<<<< */
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- Light.h.orig Thu Oct 20 22:18:52 2005
|
--- Light.h.orig 2014-09-25 09:25:17 UTC
|
||||||
+++ Light.h Wed Dec 7 02:47:16 2005
|
+++ Light.h
|
||||||
@@ -805,7 +805,9 @@
|
@@ -935,7 +935,9 @@ void DefineAxis(double *Min, double *Max
|
||||||
/* */
|
/* */
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- LightGLAnimate.c.orig Tue Nov 25 00:21:36 2003
|
--- LightGLAnimate.c.orig 2014-05-13 08:45:46 UTC
|
||||||
+++ LightGLAnimate.c Tue Nov 25 00:24:22 2003
|
+++ LightGLAnimate.c
|
||||||
@@ -25,6 +25,7 @@
|
@@ -25,6 +25,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- LightGnome.c.orig Thu Oct 27 21:46:52 2005
|
--- LightGnome.c.orig 2011-11-18 12:47:36 UTC
|
||||||
+++ LightGnome.c Wed Dec 7 02:44:36 2005
|
+++ LightGnome.c
|
||||||
@@ -335,7 +335,11 @@
|
@@ -333,7 +333,11 @@ gint
|
||||||
FileType *dataFile = FileList;
|
FileType *dataFile = FileList;
|
||||||
char path[256];
|
char path[256];
|
||||||
|
|
||||||
|
|
16
astro/nightfall/files/patch-distribute.c
Normal file
16
astro/nightfall/files/patch-distribute.c
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
--- distribute.c.orig 2012-01-25 13:36:01 UTC
|
||||||
|
+++ distribute.c
|
||||||
|
@@ -36,11 +36,11 @@ static char * build_cmdline(int full)
|
||||||
|
{
|
||||||
|
int i;
|
||||||
|
char temp[512];
|
||||||
|
- size_t size = strlen(program_invocation_name) + 1;
|
||||||
|
+ size_t size = strlen(g_get_prgname()) + 1;
|
||||||
|
size_t len;
|
||||||
|
char * cmdline = malloc(size);
|
||||||
|
|
||||||
|
- strncpy(cmdline, program_invocation_name, size);
|
||||||
|
+ strncpy(cmdline, g_get_prgname(), size);
|
||||||
|
|
||||||
|
if (full)
|
||||||
|
{
|
Loading…
Add table
Reference in a new issue