[postgis-devel] relief of dependency on postgresql sources

alex bodnaru alexbodn at 012.net.il
Sat May 28 08:51:11 PDT 2005


hi markus,

here is a diff you could use for jdbc2/Makefile, instead of the
previous.

i have tested it and works ok (i am using the Makefile.config
functionality).

i would be grateful if you could test with it for the special cases you
know about.

p.s. the moment we merge those changes, i can already send a new and
slim debian package for postgis-1.1.

current packages are at http://packages.qa.debian.org/p/postgis.html.

best regards,

alex


On Sat, 2005-05-28 at 17:09 +0200, Markus Schaber wrote:
> Hi, Alex,
> 
> Your patch really is a great work that will remove some mess from
> developers and packagers.
> 
> Just a very small cosmetic change to the jdbc2 Makefile change:
> 
> > @@ -128,6 +116,7 @@
> >  
> >  # include version numbers from central repository
> >  include ../Version.config
> > +include ../Makefile.config
> >  VERSION=$(JDBC_MAJOR_VERSION)_$(JDBC_MINOR_VERSION)_$(JDBC_MICRO_VERSION)
> >  VERSIONPATH=$(BUILD)/org/postgis
> >  VERSIONTARGET=$(VERSIONPATH)/version.properties
> 
> Could this be change to something like:
> 
> >- # include version numbers from central repository
> >+ # include version numbers and configuration from central repository
> >  include ../Version.config
> > +include ../Makefile.config
> > +
> >  VERSION=$(JDBC_MAJOR_VERSION)_$(JDBC_MINOR_VERSION)_$(JDBC_MICRO_VERSION)
> >  VERSIONPATH=$(BUILD)/org/postgis
> >  VERSIONTARGET=$(VERSIONPATH)/version.properties
> 
> Btw, did you test whether the jdbc2 jars still build selfcontained, i.
> E. from a fresh checkout that did not have any configure/autoconf run in
> the toplevel directory?
> 
> For people that just want to compile the java client libs and to get the
> .jar files, it should be possible to do so without setting up the
> environment needed for the autoconf system.
> 
> Thanks,
> Markus
> _______________________________________________
> postgis-devel mailing list
> postgis-devel at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-devel
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jdbc2.diff
Type: text/x-patch
Size: 2041 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/postgis-devel/attachments/20050528/25769a14/attachment.bin>


More information about the postgis-devel mailing list