Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137874119
D7788.id20083.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
4 KB
Referenced Files
None
Subscribers
None
D7788.id20083.diff
View Options
Index: net-p2p/gtk-gnutella/Makefile
===================================================================
--- net-p2p/gtk-gnutella/Makefile
+++ net-p2p/gtk-gnutella/Makefile
@@ -1,42 +1,8 @@
# Created by: rbt@zort.on.ca
# $FreeBSD$
-#
-# A quick note on configurable make symbols:
-#
-# INTERACTIVE_CONFIGURE: Launches Configure in its default mode, which is
-# *very* interactive. Disabled here by default to conform to FreeBSD
-# guidelines, this mode is useful if you have problems with the
-# default Configure.
-#
-# GUI: Disable this to build a headless version of Gtk-Gnutella. Therefore,
-# monitoring of operations for Gtk-Gnutella will have to be
-# done without relying on any GUI, and the configuration is done via
-# files only.
-#
-# TLS: Enable support for scrambling GNet connections. Currently supported
-# only by Gtk-Gnutella.
-#
-# NLS: Enable National Language Support for translation of User Interface.
-#
-# IPV6: Enable to support IPv6 connections. The real configuration takes
-# place at run-time so keeping it enabled will not force IPv6 usage.
-#
-# DBUS: Enable D-Bus IPC support. Gtk-Gnutella will send out messages onto
-# the D-Bus message bus. That way external applications can easily
-# act on certain events that happen, such as a completed download.
-#
-# DEBUG: Compile with debugging symbols. Useful if you intend to make a
-# bug report.
-#
-# PORTABILITY: Configure code to use the PATH variable at run-time at a
-# cost in performance. Useful if you intend to move the executable
-# to multiple machines.
-#
-
PORTNAME= gtk-gnutella
-PORTVERSION= 1.1.9
-PORTREVISION= 1
+PORTVERSION= 1.1.10
CATEGORIES= net-p2p ipv6
MASTER_SITES= SF
@@ -73,9 +39,11 @@
DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus
DBUS_CONFIGURE_OFF= -Ud_dbus
DEBUG_CONFIGURE_ON= -Ud_official
-GUI_USE= gnome=gtk20
+GUI_USE= gnome=gtk20,cairo
GUI_VARS= INSTALLS_ICONS=yes
GUI_CONFIGURE_OFF= -Dd_headless
+GUI_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
+ libfreetype.so:print/freetype2
IPV6_CONFIGURE_OFF= -Ud_ipv6
NLS_USES= gettext
NLS_CONFIGURE_OFF= -Ud_nls
Index: net-p2p/gtk-gnutella/distinfo
===================================================================
--- net-p2p/gtk-gnutella/distinfo
+++ net-p2p/gtk-gnutella/distinfo
@@ -1,2 +1,3 @@
-SHA256 (gtk-gnutella-1.1.9.tar.bz2) = 3b2e913969834a57edd93d22733646037b2a141172d5d4a240f5d6a9f56b6aff
-SIZE (gtk-gnutella-1.1.9.tar.bz2) = 19766381
+TIMESTAMP = 1472865668
+SHA256 (gtk-gnutella-1.1.10.tar.bz2) = 95e2a030124e7cc05e19e351eebc16f40f4520381b7bb306e8b940ed4e2e6409
+SIZE (gtk-gnutella-1.1.10.tar.bz2) = 19827825
Index: net-p2p/gtk-gnutella/files/patch-src_gcc.h
===================================================================
--- net-p2p/gtk-gnutella/files/patch-src_gcc.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/gcc.h.orig 2016-03-24 18:58:27 UTC
-+++ src/gcc.h
-@@ -310,7 +310,7 @@
- * warning purposedly for some section of the file and then later restore
- * the original warnings.
- */
--#if HAS_GCC(3, 0)
-+#if HAS_GCC(4, 8)
- #define G_IGNORE_PUSH(x) \
- G_PRAGMA(GCC diagnostic push) \
- G_PRAGMA(GCC diagnostic ignored #x)
Index: net-p2p/gtk-gnutella/pkg-help
===================================================================
--- /dev/null
+++ net-p2p/gtk-gnutella/pkg-help
@@ -0,0 +1,28 @@
+INTERACTIVE_CONFIGURE: Launches Configure in its default mode, which is
+ *very* interactive. Disabled here by default to conform to FreeBSD
+ guidelines, this mode is useful if you have problems with the
+ default Configure.
+
+GUI: Disable this to build a headless version of Gtk-Gnutella. Therefore,
+ monitoring of operations for Gtk-Gnutella will have to be
+ done without relying on any GUI, and the configuration is done via
+ files only.
+
+TLS: Enable support for scrambling GNet connections. Currently supported
+ only by Gtk-Gnutella.
+
+NLS: Enable National Language Support for translation of User Interface.
+
+IPV6: Enable to support IPv6 connections. The real configuration takes
+ place at run-time so keeping it enabled will not force IPv6 usage.
+
+DBUS: Enable D-Bus IPC support. Gtk-Gnutella will send out messages onto
+ the D-Bus message bus. That way external applications can easily
+ act on certain events that happen, such as a completed download.
+
+DEBUG: Compile with debugging symbols. Useful if you intend to make a
+ bug report.
+
+PORTABILITY: Configure code to use the PATH variable at run-time at a
+ cost in performance. Useful if you intend to move the executable
+ to multiple machines.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 27, 5:40 PM (8 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26259956
Default Alt Text
D7788.id20083.diff (4 KB)
Attached To
Mode
D7788: net-p2p/gtk-gnutella: Update to 1.1.10
Attached
Detach File
Event Timeline
Log In to Comment