Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jul 2012 17:20:12 GMT
From:      "coder.tuxfamily" <coder@tuxfamily.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/169180: New port: graphics/libgaiagraphics libgaiagraphics is an open source library supporting common-utility raster handling methods.
Message-ID:  <201207011720.q61HKC8j053016@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/169180; it has been noted by GNATS.

From: "coder.tuxfamily" <coder@tuxfamily.org>
To: Pawel Pekala <pawel@FreeBSD.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/169180: New port: graphics/libgaiagraphics libgaiagraphics
 is an open source library supporting common-utility raster handling methods.
Date: Sun, 01 Jul 2012 19:14:32 +0200

 This is a multi-part message in MIME format.
 --------------080003050804010601000601
 Content-Type: text/plain; charset=ISO-8859-2; format=flowed
 Content-Transfer-Encoding: 8bit
 
 Le 01.07.2012 12:29, Pawel Pekala a écrit :
 > Build fails on 7.4-FreeBSD, please see log:
 >
 > http://people.freebsd.org/~pawel/buildlogs/libgaiagraphics-0.4b.log
 >
 
 Compile error : Need include <sys/types.h> on 7.4
 
 Here the new shar ports.
 
 Logs :
 7.4 amd64 
 https://redports.org/~lbartoletti/20120701164303-46244-32924/libgaiagraphics-0.4b.log
 7.4 i386 
 https://redports.org/~lbartoletti/20120701164303-46244-32925/libgaiagraphics-0.4b.log
 
 Best regards.
 
 
 --------------080003050804010601000601
 Content-Type: text/plain; charset=UTF-8;
  name="libgaiagraphics.shar"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="libgaiagraphics.shar"
 
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	libgaiagraphics
 #	libgaiagraphics/Makefile
 #	libgaiagraphics/pkg-plist
 #	libgaiagraphics/pkg-descr
 #	libgaiagraphics/files
 #	libgaiagraphics/files/patch-src-gaiagraphics_grid.c
 #	libgaiagraphics/distinfo
 #
 echo c - libgaiagraphics
 mkdir -p libgaiagraphics > /dev/null 2>&1
 echo x - libgaiagraphics/Makefile
 sed 's/^X//' >libgaiagraphics/Makefile << '8cc20f155d3ee9a10cc0019a5fc13e9d'
 X# New ports collection makefile for:	libgaiagraphics
 X# Date created:		2012-06-14
 X# Whom:			lbartoletti <coder@tuxfamily.org>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	libgaiagraphics
 XPORTVERSION=	0.4b
 XCATEGORIES=	graphics geography
 XMASTER_SITES=	http://www.gaia-gis.it/gaia-sins/
 X
 XMAINTAINER=	coder@tuxfamily.org
 XCOMMENT=	libgaiagraphics is an open source library supporting common-utility raster handling methods
 X
 XLIB_DEPENDS=	png15:${PORTSDIR}/graphics/png \
 X				tiff:${PORTSDIR}/graphics/tiff \
 X				geotiff:${PORTSDIR}/graphics/libgeotiff \
 X				jpeg:${PORTSDIR}/graphics/jpeg \
 X				cairo:${PORTSDIR}/graphics/cairo
 X
 XGNU_CONFIGURE=	yes
 XUSE_GMAKE=	yes
 XUSE_ICONV=	yes
 X
 XCFLAGS+=	-I${LOCALBASE}/include
 XLDFLAGS+=	-L${LOCALBASE}/lib -liconv
 XCONFIGURE_ARGS+=CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
 XUSE_LDCONFIG=	yes
 X
 Xpost-patch:
 X	@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
 X		${WRKSRC}/Makefile.in
 X
 X.include <bsd.port.mk>
 8cc20f155d3ee9a10cc0019a5fc13e9d
 echo x - libgaiagraphics/pkg-plist
 sed 's/^X//' >libgaiagraphics/pkg-plist << '27047f9986785dc282c608b4e8ac5a57'
 Xinclude/gaiagraphics.h
 Xlib/libgaiagraphics.a
 Xlib/libgaiagraphics.la
 Xlib/libgaiagraphics.so
 Xlib/libgaiagraphics.so.1
 Xlibdata/pkgconfig/gaiagraphics.pc
 27047f9986785dc282c608b4e8ac5a57
 echo x - libgaiagraphics/pkg-descr
 sed 's/^X//' >libgaiagraphics/pkg-descr << 'ffef72733c813919fc7f91ca4acb7adf'
 Xlibgaiagraphics is an open source library supporting common-utility raster handling methods.
 X
 XWWW:	https://www.gaia-gis.it/fossil/libgaiagraphics/index
 ffef72733c813919fc7f91ca4acb7adf
 echo c - libgaiagraphics/files
 mkdir -p libgaiagraphics/files > /dev/null 2>&1
 echo x - libgaiagraphics/files/patch-src-gaiagraphics_grid.c
 sed 's/^X//' >libgaiagraphics/files/patch-src-gaiagraphics_grid.c << '06bf6dadfeaf15a73c443939e5962a20'
 X--- src/gaiagraphics_grids.c.orig	2012-07-01 18:19:38.000000000 +0200
 X+++ src/gaiagraphics_grids.c	2012-07-01 18:19:59.000000000 +0200
 X@@ -30,6 +30,7 @@
 X #include <limits.h>
 X #include <string.h>
 X #include <stdlib.h>
 X+#include <sys/types.h>
 X 
 X #include "gaiagraphics.h"
 X #include "gaiagraphics_internals.h"
 06bf6dadfeaf15a73c443939e5962a20
 echo x - libgaiagraphics/distinfo
 sed 's/^X//' >libgaiagraphics/distinfo << '3a5f6a581b15b035708e954d63907ee8'
 XSHA256 (libgaiagraphics-0.4b.tar.gz) = e4ef90cc8224ecc92ad4294d4ee856b77205b19462729648c66d62b72c3b4ede
 XSIZE (libgaiagraphics-0.4b.tar.gz) = 451786
 3a5f6a581b15b035708e954d63907ee8
 exit
 
 
 --------------080003050804010601000601--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207011720.q61HKC8j053016>