View | Details | Raw Unified | Return to bug 208716
Collapse All | Expand All

(-)misc/gctpc/Makefile (-3 / +1 lines)
Lines 4-17 Link Here
4
PORTNAME=	gctpc
4
PORTNAME=	gctpc
5
PORTVERSION=	2.0
5
PORTVERSION=	2.0
6
CATEGORIES=	misc geography
6
CATEGORIES=	misc geography
7
MASTER_SITES=	http://edcftp.cr.usgs.gov/pub/software/gctpc/
7
MASTER_SITES=	http://www.nco.ncep.noaa.gov/pmb/codes/nwprod/util/sorc/wgrib2.cd/grib2/
8
DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}
8
DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	USGS General Cartographic Transformation Package (GCTP)
11
COMMENT=	USGS General Cartographic Transformation Package (GCTP)
12
12
13
BROKEN=		unfetchable
14
15
WRKSRC=		${WRKDIR}/${PORTNAME}/source
13
WRKSRC=		${WRKDIR}/${PORTNAME}/source
16
14
17
USES=		gmake tar:Z
15
USES=		gmake tar:Z
(-)misc/gctpc/files/patch-Makefile (-3 / +3 lines)
Lines 1-5 Link Here
1
--- Makefile.orig	Fri Feb 24 17:05:37 1995
1
--- Makefile.orig	1998-03-13 21:02:27 UTC
2
+++ Makefile	Thu May 31 15:33:40 2001
2
+++ Makefile
3
@@ -1,10 +1,12 @@
3
@@ -1,10 +1,12 @@
4
 
4
 
5
 INCDIR  = 
5
 INCDIR  = 
Lines 15-21 Link Here
15
 
15
 
16
 OBJECTS=		\
16
 OBJECTS=		\
17
 		$(ARCHIVE)(alberfor.o) $(ARCHIVE)(alberinv.o) \
17
 		$(ARCHIVE)(alberfor.o) $(ARCHIVE)(alberinv.o) \
18
@@ -56,6 +58,11 @@
18
@@ -56,6 +58,11 @@ SOURCES = gctp.c alberfor.c alberinv.c a
19
 	  cproj.c report.c lamccfor.c lamccinv.c paksz.c untfz.c sphdz.c \
19
 	  cproj.c report.c lamccfor.c lamccinv.c paksz.c untfz.c sphdz.c \
20
 	  br_gctp.c Makefile cproj.h proj.h
20
 	  br_gctp.c Makefile cproj.h proj.h
21
 
21
 
(-)misc/gctpc/files/patch-cproj.h (-5 / +6 lines)
Lines 1-13 Link Here
1
--- ../work/gctpc/source/cproj.h	Fri Nov 19 14:32:06 1993
1
--- cproj.h.orig	1998-06-24 21:25:45 UTC
2
+++ cproj.h	Sun Feb 11 12:32:19 2001
2
+++ cproj.h
3
@@ -1,3 +1,6 @@
3
@@ -1,4 +1,7 @@
4
 #include <math.h>
4
+#ifndef INCLUDED_CPROJ_H
5
+#ifndef INCLUDED_CPROJ_H
5
+#define INCLUDED_CPROJ_H
6
+#define INCLUDED_CPROJ_H
6
+
7
+
7
 #include <math.h>
8
 #include "proj.h"
8
 
9
 
9
 #define PI 	3.141592653589793238
10
 #define PI 	3.141592653589793238
10
@@ -26,3 +29,32 @@
11
@@ -27,3 +30,32 @@
11
 
12
 
12
 #define IMOD(A, B)      (A) - (((A) / (B)) * (B)) /* Integer mod function */
13
 #define IMOD(A, B)      (A) - (((A) / (B)) * (B)) /* Integer mod function */
13
 
14
 

Return to bug 208716