mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Update to 2.6.5.
This commit is contained in:
parent
c2192dcaa0
commit
46a26d8b25
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108096
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= librsvg2
|
||||
PORTVERSION= 2.6.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.6.5
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.6
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (gnome2/librsvg-2.6.4.tar.bz2) = 976b1e2d21ef094698f6eebb7ef9fe94
|
||||
SIZE (gnome2/librsvg-2.6.4.tar.bz2) = 221910
|
||||
MD5 (gnome2/librsvg-2.6.5.tar.bz2) = 2d1d16f9493c80ce8214e585727334ae
|
||||
SIZE (gnome2/librsvg-2.6.5.tar.bz2) = 294229
|
||||
|
10
graphics/librsvg2/files/patch-configure
Normal file
10
graphics/librsvg2/files/patch-configure
Normal file
@ -0,0 +1,10 @@
|
||||
--- configure.orig Sat May 1 14:14:13 2004
|
||||
+++ configure Sat May 1 14:14:20 2004
|
||||
@@ -157,6 +157,7 @@
|
||||
|
||||
|
||||
|
||||
+unset tagnames
|
||||
tagnames=${tagnames+${tagnames},}CXX
|
||||
|
||||
tagnames=${tagnames+${tagnames},}F77
|
@ -1,22 +0,0 @@
|
||||
--- rsvg-paint-server.c.orig Tue Mar 30 13:48:53 2004
|
||||
+++ rsvg-paint-server.c Tue Mar 30 13:49:10 2004
|
||||
@@ -150,6 +150,9 @@
|
||||
double dx, dy, scale;
|
||||
double affine[6];
|
||||
int i;
|
||||
+ float xchange, ychange, pointlen,unitlen;
|
||||
+ float nx2, ny2;
|
||||
+ float x0, y0;
|
||||
|
||||
agl = z->agl;
|
||||
if (agl == NULL)
|
||||
@@ -180,9 +183,6 @@
|
||||
|
||||
art_affine_multiply(affine, rlg->affine, affine);
|
||||
|
||||
- float xchange, ychange, pointlen,unitlen;
|
||||
- float nx2, ny2;
|
||||
- float x0, y0;
|
||||
|
||||
xchange = rlg->x2 - rlg->x1;
|
||||
ychange = rlg->y2 - rlg->y1;
|
@ -8,6 +8,20 @@ lib/librsvg-2.a
|
||||
lib/librsvg-2.so
|
||||
lib/librsvg-2.so.8
|
||||
libdata/pkgconfig/librsvg-2.0.pc
|
||||
share/doc/librsvg/html/home.png
|
||||
share/doc/librsvg/html/i1073.html
|
||||
share/doc/librsvg/html/index.html
|
||||
share/doc/librsvg/html/index.sgml
|
||||
share/doc/librsvg/html/left.png
|
||||
share/doc/librsvg/html/r22.html
|
||||
share/doc/librsvg/html/r436.html
|
||||
share/doc/librsvg/html/r473.html
|
||||
share/doc/librsvg/html/right.png
|
||||
share/doc/librsvg/html/rsvg-convenience-functions.html
|
||||
share/doc/librsvg/html/rsvg-core-api.html
|
||||
share/doc/librsvg/html/rsvg-creating-a-svgz-reader.html
|
||||
share/doc/librsvg/html/rsvg.html
|
||||
share/doc/librsvg/html/up.png
|
||||
@dirrm share/doc/librsvg/html
|
||||
@dirrm share/doc/librsvg
|
||||
@dirrm include/librsvg-2/librsvg
|
||||
|
Loading…
Reference in New Issue
Block a user