diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-21 00:09:38 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-21 00:09:38 +0800 |
commit | 29f7e6c61deb33c18be4c1548982f4498f3ee6c4 (patch) | |
tree | 799045bac9d0489d4e57c5d54c3c7a08b6e2834b /graphics | |
parent | 7520481404b0863fbf64047b44f37094229d8a9c (diff) | |
download | freebsd-ports-gnome-29f7e6c61deb33c18be4c1548982f4498f3ee6c4.tar.gz freebsd-ports-gnome-29f7e6c61deb33c18be4c1548982f4498f3ee6c4.tar.zst freebsd-ports-gnome-29f7e6c61deb33c18be4c1548982f4498f3ee6c4.zip |
Update to 0.32.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sodipodi/Makefile | 6 | ||||
-rw-r--r-- | graphics/sodipodi/distinfo | 2 | ||||
-rw-r--r-- | graphics/sodipodi/files/patch-configure | 18 | ||||
-rw-r--r-- | graphics/sodipodi/pkg-plist | 8 |
4 files changed, 25 insertions, 9 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile index 3c5186300938..63f10ad14602 100644 --- a/graphics/sodipodi/Makefile +++ b/graphics/sodipodi/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sodipodi -PORTVERSION= 0.31 +PORTVERSION= 0.32 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,10 +20,10 @@ RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/frontline.pc:${PORTSDIR}/graphics/fron USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack libglade2 -GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS= --without-gnome-print CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 -I${X11BASE}/include" \ - LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" MAN1= sodipodi.1 diff --git a/graphics/sodipodi/distinfo b/graphics/sodipodi/distinfo index d820c803d588..3a90132b5458 100644 --- a/graphics/sodipodi/distinfo +++ b/graphics/sodipodi/distinfo @@ -1 +1 @@ -MD5 (sodipodi-0.31.tar.gz) = ae09a532da09b472a6b088055c248dff +MD5 (sodipodi-0.32.tar.gz) = fcf2fe3b2a7f90d2d3d3e79d54d69b5e diff --git a/graphics/sodipodi/files/patch-configure b/graphics/sodipodi/files/patch-configure index cca6980c9eda..a3c7f3eae335 100644 --- a/graphics/sodipodi/files/patch-configure +++ b/graphics/sodipodi/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Tue Jan 28 09:36:19 2003 -+++ configure Tue Jan 28 13:18:31 2003 -@@ -2630,6 +2630,9 @@ +--- configure.orig Fri Jun 20 11:55:40 2003 ++++ configure Fri Jun 20 11:57:22 2003 +@@ -3094,6 +3094,9 @@ echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type @@ -9,8 +9,8 @@ + - -@@ -2693,6 +2696,7 @@ + if +@@ -3168,6 +3171,7 @@ fi @@ -18,3 +18,11 @@ ac_ext=c ac_cpp='$CPP $CPPFLAGS' +@@ -15765,6 +15769,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/graphics/sodipodi/pkg-plist b/graphics/sodipodi/pkg-plist index 8d18bae97578..1936e984aff7 100644 --- a/graphics/sodipodi/pkg-plist +++ b/graphics/sodipodi/pkg-plist @@ -1,4 +1,8 @@ bin/sodipodi +lib/sodipodi/extensions/SpSVG.pm +lib/sodipodi/extensions/ill2svg.pl +lib/sodipodi/extensions/roundhole +lib/sodipodi/extensions/svg_dropshadow share/gnome/applications/sodipodi.desktop share/gnome/pixmaps/sodipodi.png share/gnome/sodipodi/about.svg @@ -68,6 +72,7 @@ share/gnome/sodipodi/edit_paste.xpm share/gnome/sodipodi/edit_redo.xpm share/gnome/sodipodi/edit_undo.xpm share/gnome/sodipodi/ellipse.xpm +share/gnome/sodipodi/extensions/roundhole.xpm share/gnome/sodipodi/file_export.xpm share/gnome/sodipodi/file_import.xpm share/gnome/sodipodi/file_new.xpm @@ -201,4 +206,7 @@ share/locale/sv/LC_MESSAGES/sodipodi.mo share/locale/tr/LC_MESSAGES/sodipodi.mo share/locale/uk/LC_MESSAGES/sodipodi.mo share/locale/zh_CN/LC_MESSAGES/sodipodi.mo +@dirrm share/gnome/sodipodi/extensions @dirrm share/gnome/sodipodi +@dirrm lib/sodipodi/extensions +@dirrm lib/sodipodi |