FreeBSD Bugzilla – Attachment 22375 Details for
Bug 38852
graphics/gdal : fix md5, upgrade to 1.1.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.65 KB, created by
osa
on 2002-06-03 12:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
osa
Created:
2002-06-03 12:20:01 UTC
Size:
2.65 KB
patch
obsolete
>Index: ports/graphics/gdal/Makefile >=================================================================== >RCS file: /home/ncvs/ports/graphics/gdal/Makefile,v >retrieving revision 1.2 >diff -r1.2 Makefile >9c9 >< PORTVERSION= 1.1.5 >--- >> PORTVERSION= 1.1.7 >13c13 >< MAINTAINER= aa8vb@nc.rr.com >--- >> MAINTAINER= ports@FreeBSD.org >15,17c15 >< BROKEN= "Incorrect checksum" >< >< LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ >--- >> LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ >Index: ports/graphics/gdal/distinfo >=================================================================== >RCS file: /home/ncvs/ports/graphics/gdal/distinfo,v >retrieving revision 1.1 >diff -r1.1 distinfo >1c1 >< MD5 (gdal-1.1.5.tar.gz) = ec8014270a7202b5584970ccd6dbab98 >--- >> MD5 (gdal-1.1.7.tar.gz) = 6f2b5e30c8d2b18f7f10458e5aaea723 >Index: ports/graphics/gdal/pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/graphics/gdal/pkg-plist,v >retrieving revision 1.1 >diff -r1.1 pkg-plist >1,2c1 >< bin/ogr2ogr >< bin/ogrinfo >--- >> bin/gdaladdo >5d3 >< bin/gdaladdo >6a5,7 >> bin/ogr2ogr >> bin/ogrinfo >> bin/ogrtindex >50a52 >> share/gdal/stateplane.txt >Index: ports/graphics/gdal/files/patch-aa >=================================================================== >RCS file: /home/ncvs/ports/graphics/gdal/files/patch-aa,v >retrieving revision 1.1 >diff -r1.1 patch-aa >1,23c1,3 >< --- frmts/ORIG/GNUmakefile Tue Jul 17 09:51:13 2001 >< +++ frmts/GNUmakefile Mon Aug 27 18:09:37 2001 >< @@ -12,7 +12,7 @@ >< sub-libs: >< @for dir in $(GDAL_FORMATS) ; do \ >< if test -d $$dir ; then \ >< - if (cd $$dir; $(MAKE) install-obj) ; then \ >< + if (cd $$dir; $(MAKE) install-obj) || exit 1 ; then \ >< echo; \ >< else \ >< break; \ >< @@ -26,7 +26,7 @@ >< rm -f *.o o/*.o o/*.a >< @for dir in $(GDAL_FORMATS) ; do \ >< if test -d $$dir ; then \ >< - if (cd $$dir; $(MAKE) clean) ; then \ >< + if (cd $$dir; $(MAKE) clean) || exit 1 ; then \ >< echo; \ >< else \ >< break; \ >< --- ORIG/GDALmake.opt.in Fri Jul 20 00:13:54 2001 >< +++ GDALmake.opt.in Tue Aug 28 16:34:12 2001 >< @@ -67,8 +67,8 @@ >--- >> --- ogr/GNUmakefile.orig Mon Jun 3 14:54:53 2002 >> +++ ogr/GNUmakefile Mon Jun 3 14:55:05 2002 >> @@ -77,7 +77,7 @@ >25,30c5,8 >< GDAL_VER = 1.1 >< GDAL_LIB = $(GDAL_ROOT)/gdal.a >< -GDAL_SLIB = $(GDAL_ROOT)/libgdal.$(GDAL_VER).$(SO_EXT) >< -GDAL_SLIB_LINK = -L$(GDAL_ROOT) -lgdal.$(GDAL_VER) >< +GDAL_SLIB = $(GDAL_ROOT)/libgdal.$(SO_EXT).$(GDAL_VER) >< +GDAL_SLIB_LINK = -L$(GDAL_ROOT) -lgdal >--- >> docs: >> rm -rf html/* >> - doxygen >> +# doxygen >32,33c10,11 >< OGR_LIB = $(GDAL_ROOT)/ogr/ogr.a >< CPL_LIB = $(GDAL_ROOT)/port/cpl.a >--- >> >> $(OGR_LIB): $(OBJ)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 38852
: 22375