summaryrefslogtreecommitdiffstats
path: root/x11-fm/nautilus
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-15 09:06:39 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-15 09:06:39 +0800
commit25665b236a24fb9f327eb8778132169d600de89d (patch)
treed838d47d195a16b929377e2b14390a357f088a0a /x11-fm/nautilus
parent8e8c4de5813c7443d1ecc29c21af3cc4a93ae5c3 (diff)
downloadmarcuscom-ports-25665b236a24fb9f327eb8778132169d600de89d.tar
marcuscom-ports-25665b236a24fb9f327eb8778132169d600de89d.tar.gz
marcuscom-ports-25665b236a24fb9f327eb8778132169d600de89d.tar.bz2
marcuscom-ports-25665b236a24fb9f327eb8778132169d600de89d.tar.lz
marcuscom-ports-25665b236a24fb9f327eb8778132169d600de89d.tar.xz
marcuscom-ports-25665b236a24fb9f327eb8778132169d600de89d.tar.zst
marcuscom-ports-25665b236a24fb9f327eb8778132169d600de89d.zip
Update to 2.19.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8854 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fm/nautilus')
-rw-r--r--x11-fm/nautilus/Makefile7
-rw-r--r--x11-fm/nautilus/distinfo6
-rw-r--r--x11-fm/nautilus/files/patch-configure22
-rw-r--r--x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c12
-rw-r--r--x11-fm/nautilus/pkg-plist3
5 files changed, 43 insertions, 7 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile
index cce3ebe74..e2649d28a 100644
--- a/x11-fm/nautilus/Makefile
+++ b/x11-fm/nautilus/Makefile
@@ -3,12 +3,11 @@
# Whom: ade, archie
#
# $FreeBSD$
-# $MCom: ports/x11-fm/nautilus/Makefile,v 1.127 2007/03/16 16:07:42 marcus Exp $
+# $MCom: ports/x11-fm/nautilus/Makefile,v 1.129 2007/04/28 18:18:28 marcus Exp $
#
PORTNAME= nautilus
-PORTVERSION= 2.18.1
-PORTREVISION= 1
+PORTVERSION= 2.19.2
CATEGORIES= x11-fm gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -29,7 +28,7 @@ USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop eel2 \
GNOME_DESKTOP_VERSION=2
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool:15
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -L${X11BASE}/lib -liconv" \
LIBPNG="-L${LOCALBASE}/lib -lpng -lz"
CONFIGURE_ARGS= --with-freetype2-lib-place=${LOCALBASE}/lib \
diff --git a/x11-fm/nautilus/distinfo b/x11-fm/nautilus/distinfo
index f7c4093c5..fdd6878b2 100644
--- a/x11-fm/nautilus/distinfo
+++ b/x11-fm/nautilus/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/nautilus-2.18.1.tar.bz2) = e4718f37080b7d98cd5707e617d43ae6
-SHA256 (gnome2/nautilus-2.18.1.tar.bz2) = b42e90788c14a4aecd748963135bf54fef20d7a19a448f7393d446028f73ec3b
-SIZE (gnome2/nautilus-2.18.1.tar.bz2) = 4325821
+MD5 (gnome2/nautilus-2.19.2.tar.bz2) = 9cfca01a91c12e447c7db3418c3acd2b
+SHA256 (gnome2/nautilus-2.19.2.tar.bz2) = 2b6fbf23b84fd60060253ee3665f4593948020beac39d198f7eea929919fd664
+SIZE (gnome2/nautilus-2.19.2.tar.bz2) = 4344713
diff --git a/x11-fm/nautilus/files/patch-configure b/x11-fm/nautilus/files/patch-configure
new file mode 100644
index 000000000..4a9390ced
--- /dev/null
+++ b/x11-fm/nautilus/files/patch-configure
@@ -0,0 +1,22 @@
+--- configure.orig Mon May 14 20:47:58 2007
++++ configure Mon May 14 20:52:42 2007
+@@ -23611,9 +23611,7 @@ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ #include <unistd.h>
+- #ifdef HAVE_SYS_PARAM_H
+ #include <sys/param.h>
+- #endif
+ #ifdef HAVE_SYS_VFS_H
+ #include <sys/vfs.h>
+ #endif
+@@ -23674,9 +23672,7 @@ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ #include <unistd.h>
+- #ifdef HAVE_SYS_PARAM_H
+ #include <sys/param.h>
+- #endif
+ #ifdef HAVE_SYS_VFS_H
+ #include <sys/vfs.h>
+ #endif
diff --git a/x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c b/x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c
new file mode 100644
index 000000000..d709dec1e
--- /dev/null
+++ b/x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c
@@ -0,0 +1,12 @@
+--- src/file-manager/fm-properties-window.c.orig Mon May 14 20:58:01 2007
++++ src/file-manager/fm-properties-window.c Mon May 14 20:58:42 2007
+@@ -89,9 +89,7 @@
+ #if HAVE_SYS_VFS_H
+ #include <sys/vfs.h>
+ #elif HAVE_SYS_MOUNT_H
+-#if HAVE_SYS_PARAM_H
+ #include <sys/param.h>
+-#endif
+ #include <sys/mount.h>
+ #endif
+
diff --git a/x11-fm/nautilus/pkg-plist b/x11-fm/nautilus/pkg-plist
index bef5c2358..8f5413738 100644
--- a/x11-fm/nautilus/pkg-plist
+++ b/x11-fm/nautilus/pkg-plist
@@ -138,6 +138,7 @@ share/locale/ne/LC_MESSAGES/nautilus.mo
share/locale/nl/LC_MESSAGES/nautilus.mo
share/locale/nn/LC_MESSAGES/nautilus.mo
share/locale/nso/LC_MESSAGES/nautilus.mo
+share/locale/oc/LC_MESSAGES/nautilus.mo
share/locale/or/LC_MESSAGES/nautilus.mo
share/locale/pa/LC_MESSAGES/nautilus.mo
share/locale/pl/LC_MESSAGES/nautilus.mo
@@ -216,6 +217,8 @@ share/mime/packages/nautilus.xml
@dirrmtry share/locale/pt
@dirrmtry share/locale/pl/LC_MESSAGES
@dirrmtry share/locale/pl
+@dirrmtry share/locale/oc/LC_MESSAGES
+@dirrmtry share/locale/oc
@dirrmtry share/locale/nso/LC_MESSAGES
@dirrmtry share/locale/nso
@dirrmtry share/locale/nn/LC_MESSAGES