diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-24 12:29:47 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-24 12:29:47 +0800 |
commit | 27f95771f0bea1da3ca50e93b83be3f18e9b9a52 (patch) | |
tree | a910557161685e5d84490d829d2d2568aa772c4d | |
parent | 8fc7900e5419e7891a78d4cb5f6402e26d40baba (diff) | |
download | marcuscom-ports-27f95771f0bea1da3ca50e93b83be3f18e9b9a52.tar marcuscom-ports-27f95771f0bea1da3ca50e93b83be3f18e9b9a52.tar.gz marcuscom-ports-27f95771f0bea1da3ca50e93b83be3f18e9b9a52.tar.bz2 marcuscom-ports-27f95771f0bea1da3ca50e93b83be3f18e9b9a52.tar.lz marcuscom-ports-27f95771f0bea1da3ca50e93b83be3f18e9b9a52.tar.xz marcuscom-ports-27f95771f0bea1da3ca50e93b83be3f18e9b9a52.tar.zst marcuscom-ports-27f95771f0bea1da3ca50e93b83be3f18e9b9a52.zip |
Update to 0.102.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@806 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/gpdf/Makefile | 4 | ||||
-rw-r--r-- | graphics/gpdf/distinfo | 2 | ||||
-rw-r--r-- | graphics/gpdf/files/patch-xpdf_gpdf-link-canvas-item.cc | 11 | ||||
-rw-r--r-- | graphics/gpdf/files/patch-xpdf_gpdf-links-canvas-layer.cc | 11 | ||||
-rw-r--r-- | graphics/gpdf/pkg-plist | 2 |
5 files changed, 27 insertions, 3 deletions
diff --git a/graphics/gpdf/Makefile b/graphics/gpdf/Makefile index 8789e23f0..c3a552ec6 100644 --- a/graphics/gpdf/Makefile +++ b/graphics/gpdf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gpdf -PORTVERSION= 0.101 +PORTVERSION= 0.102 CATEGORIES= graphics print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION} @@ -22,7 +22,7 @@ USE_GNOME= gnomeprefix gnomehack libgnomeui libgnomeprintui USE_X_PREFIX= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ diff --git a/graphics/gpdf/distinfo b/graphics/gpdf/distinfo index 986d516e3..cf1f9a204 100644 --- a/graphics/gpdf/distinfo +++ b/graphics/gpdf/distinfo @@ -1 +1 @@ -MD5 (gnome2/gpdf-0.101.tar.bz2) = 6904863005031389ca2e3e5d0bb92068 +MD5 (gnome2/gpdf-0.102.tar.bz2) = 05fe952892d346c81890a0bd39645ba1 diff --git a/graphics/gpdf/files/patch-xpdf_gpdf-link-canvas-item.cc b/graphics/gpdf/files/patch-xpdf_gpdf-link-canvas-item.cc new file mode 100644 index 000000000..18497bb5e --- /dev/null +++ b/graphics/gpdf/files/patch-xpdf_gpdf-link-canvas-item.cc @@ -0,0 +1,11 @@ +--- xpdf/gpdf-link-canvas-item.cc.orig Fri May 23 23:04:01 2003 ++++ xpdf/gpdf-link-canvas-item.cc Sat May 24 00:15:18 2003 +@@ -33,6 +33,8 @@ + + BEGIN_EXTERN_C + ++#define G_STRLOC __FILE__ ":" G_STRINGIFY (__LINE__) ++ + struct _GPdfLinkCanvasItemPrivate { + Link *link; + }; diff --git a/graphics/gpdf/files/patch-xpdf_gpdf-links-canvas-layer.cc b/graphics/gpdf/files/patch-xpdf_gpdf-links-canvas-layer.cc new file mode 100644 index 000000000..aea0001c7 --- /dev/null +++ b/graphics/gpdf/files/patch-xpdf_gpdf-links-canvas-layer.cc @@ -0,0 +1,11 @@ +--- xpdf/gpdf-links-canvas-layer.cc.orig Sat May 24 00:17:29 2003 ++++ xpdf/gpdf-links-canvas-layer.cc Sat May 24 00:17:46 2003 +@@ -42,6 +42,8 @@ + + BEGIN_EXTERN_C + ++#define G_STRLOC __FILE__ ":" G_STRINGIFY (__LINE__) ++ + struct _GPdfLinksCanvasLayerPrivate { + Links *links; + }; diff --git a/graphics/gpdf/pkg-plist b/graphics/gpdf/pkg-plist index d8ef775e7..7bea7fd48 100644 --- a/graphics/gpdf/pkg-plist +++ b/graphics/gpdf/pkg-plist @@ -37,6 +37,8 @@ share/locale/pt/LC_MESSAGES/gpdf.mo share/locale/pt_BR/LC_MESSAGES/gpdf.mo share/locale/ru/LC_MESSAGES/gpdf.mo share/locale/sk/LC_MESSAGES/gpdf.mo +share/locale/sr/LC_MESSAGES/gpdf.mo +share/locale/sr@Latn/LC_MESSAGES/gpdf.mo share/locale/sv/LC_MESSAGES/gpdf.mo share/locale/ta/LC_MESSAGES/gpdf.mo share/locale/tr/LC_MESSAGES/gpdf.mo |