summaryrefslogtreecommitdiffstats
path: root/devel/libgtop
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-01 00:52:22 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-01 00:52:22 +0800
commitdf7c473823a735c64b07a7ce9845b2bdc12d2d75 (patch)
tree870b974594c714beb9b4adde4a991dd4861196eb /devel/libgtop
parent39f8aaf36181dafbdadbd0936769082081b1cb10 (diff)
downloadmarcuscom-ports-df7c473823a735c64b07a7ce9845b2bdc12d2d75.tar.gz
marcuscom-ports-df7c473823a735c64b07a7ce9845b2bdc12d2d75.tar.zst
marcuscom-ports-df7c473823a735c64b07a7ce9845b2bdc12d2d75.zip
Correct a memory leak and tighten the lsof output checking in the procwd
code. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9103 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgtop')
-rw-r--r--devel/libgtop/Makefile4
-rw-r--r--devel/libgtop/files/patch-sysdeps_freebsd_procwd.c15
2 files changed, 9 insertions, 10 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile
index b88bbcc6c..d4f8e94f1 100644
--- a/devel/libgtop/Makefile
+++ b/devel/libgtop/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/libgtop/Makefile,v 1.17 2007/06/27 18:06:39 marcus Exp $
+# $MCom: ports/devel/libgtop/Makefile,v 1.18 2007/06/27 19:03:30 marcus Exp $
#
PORTNAME= libgtop
PORTVERSION= 2.19.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_procwd.c b/devel/libgtop/files/patch-sysdeps_freebsd_procwd.c
index 4b97a149e..544e0ba37 100644
--- a/devel/libgtop/files/patch-sysdeps_freebsd_procwd.c
+++ b/devel/libgtop/files/patch-sysdeps_freebsd_procwd.c
@@ -1,6 +1,6 @@
---- sysdeps/freebsd/procwd.c.orig 2007-06-26 00:49:06.000000000 -0400
-+++ sysdeps/freebsd/procwd.c 2007-06-27 13:57:10.000000000 -0400
-@@ -0,0 +1,122 @@
+--- sysdeps/freebsd/procwd.c.orig 2007-06-30 12:37:18.000000000 -0400
++++ sysdeps/freebsd/procwd.c 2007-06-30 12:42:35.000000000 -0400
+@@ -0,0 +1,121 @@
+/* Copyright (C) 2007 Joe Marcus Clarke
+ This file is part of LibGTop 2.
+
@@ -58,14 +58,9 @@
+ len = g_strv_length(lines);
+
+ for (i = 0; i < len && lines[i]; i++) {
-+
+ if (strlen(lines[i]) < 2)
+ continue;
+
-+ if (!g_str_has_prefix(lines[i], "f") &&
-+ !g_str_has_prefix(lines[i], "n"))
-+ continue;
-+
+ if (!strcmp(lines[i], "fcwd")) {
+ nextwd = TRUE;
+ continue;
@@ -76,6 +71,9 @@
+ continue;
+ }
+
++ if (!g_str_has_prefix(lines[i], "n"))
++ continue;
++
+ if (nextwd) {
+ g_ptr_array_add(dirs, g_strdup(lines[i] + 1));
+ nextwd = FALSE;
@@ -112,6 +110,7 @@
+ GPtrArray *dirs;
+
+ dirs = parse_output(output, buf);
++ g_free(output);
+
+ buf->number = dirs->len;
+ buf->flags |= (1 << GLIBTOP_PROC_WD_NUMBER);
4feab19000e7'>- Update to upstream version 20141126riggs2015-01-0413-911/+296 | | | | | | | | - Remove OPTIONS MULTILAYER, PLUGINS and PANGO - Simplify Makefile PR: 196300 Submitted by: cyberbotx@cyberbotx.com (maintainer) * Fix build with DOCSantoine2015-01-041-0/+2 | * biology/tinker: 6.2.6 -> 7.0.1pi2015-01-046-65/+94 | | | | | PR: 196376 Submitted by: Nikola Kolev <koue@chaosophia.net> * math/yacas: Unbreak DragonFly by modifying new patch to include it.marino2015-01-041-4/+4 | * Update to version 20141225pawel2015-01-042-6/+5 | | | | | PR: 196383 Submitted by: lightside@gmx.com (maintainer) * science/mpb: put option helpers at the correct placerene2015-01-041-2/+2 | | | | Submitted by: antoine via #bsdports * Resurrect science/mpb, pass maintainership to PR submitter.rene2015-01-046-1/+82 | | | | | | | | | | | - update to 1.5 - change to lang/guile2 - fix up USES and post-patch - add optional dependency on math/nlopt - install header files PR: 196179 Submitted by: Rainer Hurling * print/cups-client via print/cups-base: treat avahi/dnssd explicitelybsam2015-01-041-16/+23 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. The port's configure script is auto-detecting if avahi exists (unless avahi is explicitely disabled): --- 9096 if test "x$PKGCONFIG" != x -a x$enable_avahi != xno; then 9097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Avahi" >&5 9098 $as_echo_n "checking for Avahi... " >&6; } 9099 if $PKGCONFIG --exists avahi-client; then 9100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 9101 $as_echo "yes" >&6; } --- So if avahi-lib is installed one get config.log: --- configure:9097: checking for Avahi configure:9100: result: yes [...] #define HAVE_AVAHI 1 --- And later avahi is used while building: --- Using LIBS=-lcups -lssl -lcrypto -L/usr/local/lib -lavahi-common -lavahi-client -lz -pthread -lm -lcrypt -lz --- Then print/cups-client installs libraries which are linked with avahi, ex.: --- % ldd libcups.so | grep avahi libavahi-common.so.3 => /usr/local/lib/libavahi-common.so.3 (0x801cda000) libavahi-client.so.3 => /usr/local/lib/libavahi-client.so.3 (0x801ee6000) --- Which leads to print/cups-base build failure (even if avahi is unset by options): --- Linking ippserver... cc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler -L/usr/local/lib -Wl,-rpath,/usr/lib:/usr/local/lib -fstack-protector -Wl,-R/usr/local/lib -Wall -Wno-format-y2k -Wunused -fPIC -Os -g -fstack-protector -Wno-tautological-compare -o ippserver ippserver.o ../cups/libcups.a \ -lssl -lcrypto -ldns_sd -pthread -lm -lcrypt -lz -lz ../cups/libcups.a(http-support.o): In function `_httpResolveURI': --- Let's reflect this fact. 2. Bump PORTREVISION for print/cups-client, it's default options and dependencies were changed. PR: ports/195743 Submitted by: O. Hartmann <ohartman@zedat.fu-berlin.de> Discussed at: ports@ Tested by: O. Hartmann <ohartman@zedat.fu-berlin.de> * Remove unnecessary @dirrm entries.olgeni2015-01-041-7/+0 | * Upgrade to version 1.10.6.olgeni2015-01-044-24/+9 | * Upgrade to version 2.10.0.olgeni2015-01-042-4/+4 | * Upgrade to version 1.5.1p7.olgeni2015-01-042-4/+4 | * - Update to 0.95sunpoet2015-01-043-6/+11 | | | | | | | | | | | - Mark BROKEN: upstream disabled support for textproc/p5-XML-Compile > 1.43 - Set EXPIRATION_DATE to 2015-02-28 - Add LICENSE - Sort PLIST Changes: - disable support for this module, when XML::Compile > 1.43 - final release. * - Update to 1.0sunpoet2015-01-043-15/+16 | | | | | | | - Add LICENSE - Sort *_DEPENDS Changes: http://search.cpan.org/dist/Image-Compare/Changes * - Update to 0.46sunpoet2015-01-043-6/+5 | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/Graphics-Primitive-Driver-Cairo/Changes * - Update to 0.65sunpoet2015-01-043-28/+27 | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/Graphics-Primitive/Changes * - Update to 0.31sunpoet2015-01-043-13/+13 | | | | | | | - Add blank line between LICENSE and *_DEPENDS sections - Sort PLIST Changes: http://search.cpan.org/dist/Graphics-Color/Changes * - Update to 2.16sunpoet2015-01-042-4/+3 | | | | Changes: http://search.cpan.org/dist/GraphViz/Changes * - Update to 2.56sunpoet2015-01-043-13/+10 | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/GD/ChangeLog * science/libctl: update to 3.2.2rene2015-01-043-9/+17 | | | | | | | | | | | - use lang/guile2 instead of lang/guile - add pkgconfig to USES - add option to use lang/nlopt - strip libraries PR: 196175 Submitted by: Rainer Hurling Approved by: maintainer timeout (devel@stasyan.com, 14 days) * - Update to 0.18lth2015-01-042-4/+3 | * - Add missing dependencylth2015-01-041-0/+3 | | | | Noted by: antoine, "Matthew D. Fuller" <fullermd@over-yonder.net> * - update to 0.14lth2015-01-043-7/+4 | * - Update to 0.35sunpoet2015-01-042-3/+3 | | | | Changes: http://search.cpan.org/dist/IO-Socket-IP/Changes * - Update to 0.020sunpoet2015-01-042-3/+3 | | | | Changes: http://search.cpan.org/dist/Test-Warnings/Changes * - Update to 0.04sunpoet2015-01-042-5/+6 | | | | Changes: http://search.cpan.org/dist/Log-Dispatch-ArrayWithLimits/Changes * - Add p5-Perl-osnames 0.11sunpoet2015-01-045-0/+28 | | | | | | | Perl::osnames contains $data which lists possible values of $^O along with description for each. It also provides some helper functions. WWW: http://search.cpan.org/dist/Perl-osnames/ * - Update to 0.73sunpoet2015-01-043-6/+3 | | | | Changes: http://search.cpan.org/dist/Inline-C/Changes * - update to 1.1000lth2015-01-043-5/+6 | * - update to 1.46lth2015-01-042-7/+3 | | | | - remove duplicate makefile target * Update to 2.0romain2015-01-047-16/+256 | | | | | PR: 192571 Submitted by: olivierd * update to 1.21lth2015-01-042-4/+3 | * - update to 0.06lth2015-01-042-7/+3 | | | | - remove duplicate makefile target * Add missing @dir entries.olgeni2015-01-042-0/+3 | * update to 2.10lth2015-01-042-6/+4 | * update to 0.06lth2015-01-042-4/+3 | * audio/p5-Net-FreeDB: Update version 0.09=>0.10bofh2015-01-043-6/+9 | | | | | Differential Revision: https://reviews.freebsd.org/D1414 Approved by: marino(mentor) * databases/py-mysql-connector-python2: Update version 2.0.1=>2.0.2bofh2015-01-042-3/+3 | | | | | Differential Revision: https://reviews.freebsd.org/D1415 Approved by: marino(mentor) * devel/dia2code: Update version 0.8.6=>0.8.7bofh2015-01-042-3/+3 | | | | | Differential Revision: https://reviews.freebsd.org/D1419 Approved by: marino(mentor) * devel/gsoap: Update version 2.8.18=>2.8.21bofh2015-01-042-6/+5 | | | | | Differential Revision: https://reviews.freebsd.org/D1421 Approved by: marino(mentor) * devel/k8048: Update version 2.17=>3.05bofh2015-01-042-3/+3 | | | | | Differential Revision: https://reviews.freebsd.org/D1422 Approved by: marino(mentor) * Bring to the perl@ standardbapt2015-01-043-3/+3 | | | | Submitted by: az * devel/liblognorm: Update version 1.0.0=>1.0.1bofh2015-01-042-4/+5 | | | | | Differential Revision: https://reviews.freebsd.org/D1423 Approved by: marino(mentor) * p5-Test-Exception is used for testing only, and it was this way before update tobofh2015-01-041-1/+2 | | | | | | | | version 0.29. Differential Revision: https://reviews.freebsd.org/D1403 Submitted by: mat Approved by: marino(mentor) * Add a missing dependency on p5-Perl4-CoreLibsbapt2015-01-041-0/+2 | * Add p5-Perl4-CoreLibsbapt2015-01-045-0/+60 | | | | | | | | This is a collection of .pl files that have historically been bundled with the Perl core but are planned not to be so distributed with core version 5.15 or later. WWW: http://search.cpan.org/~zefram/Perl4-CoreLibs-0.003/ * - Update to 3.5.1lme2015-01-043-6/+5 | * Upgrade to version 10.6.1.olgeni2015-01-044-39/+11 | * Upgrade to version 0.9.5.olgeni2015-01-043-5/+29 | * Upgrade to version 1.0.23.olgeni2015-01-042-3/+3 | * mail/dovecot2-pigeonhole: register the dependency on OpenSSLpi2015-01-041-0/+1 | | | | | | PR: 196448 Submitted by: Bernard Spil <spil.oss@gmail.com> Approved by: Larry Rosenman <ler@lerctr.org> (maintainer) * dns/dnscrypt-proxy: 1.4.0 -> 1.4.2pi2015-01-044-11/+21 | | | | | | | | | | Changes: https://github.com/jedisct1/dnscrypt-proxy/releases PR: 195664 Submitted by: lightside@gmx.com Reviewed by: riggs Approved by: freebsd@dns-lab.com (maintainer) * Upgrade to version 24.olgeni2015-01-042-4/+3 | * Rename the somewhat confusingly named GCC_DEFAULT_V to LANG_GCC_IS.gerald2015-01-041-2/+2 | | | | (The regular GCC_DEFAULT is still set in bsd.default-versions.mk.) * - Update to 2.12sunpoet2015-01-043-6/+5 | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/Math-MatrixReal/CHANGES * - Update to 3.23sunpoet2015-01-043-5/+4 | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/Math-MPFR/CHANGES * - Update to 1.04sunpoet2015-01-043-7/+8 | | | | | | | - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/Math-MPC/CHANGES * - Update to 2.05sunpoet2015-01-042-7/+7 | | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/Algorithm-KMeans/lib/Algorithm/KMeans.pm#CHANGES * - Update to 1.2206sunpoet2015-01-042-4/+3 | | | | Changes: http://search.cpan.org/dist/Net-IMAP-Simple/Changes * - Update to 6.88sunpoet2015-01-043-5/+4 | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/POE-Component-IRC/Changes * Update from the GCC 4.8.3 release to the GCC 4.8.4 release.gerald2015-01-042-4/+3 | | | | | | This fixes (at least) 87 bugs reported, cf. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.8.4 for the full list. No new features. * - Convert USE_PYTHON -> USES leftovers missed in the previous commitsmva2015-01-049-10/+9 | | | | | Spotted by: antoine With hat: python * Update third-party ngx_fancyindex module from 0.3.1 to 0.3.4.osa2015-01-044-14/+14 | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Miguel Clara <miguelmclara@gmail.com> <ChangeLog> v0.3.4 ====== - Viewport is now defined in the generated HTML, which works better for mobile devices. - Even-odd row styling moved to the CSS using :nth-child(). This makes the HTML served to clients smaller. v0.3.3 ====== - New feature: table headers in the default template are now clickable to set the sorting criteria and direction of the index entries. (https://github.com/aperezdc/ngx-fancyindex/issues/7) v0.3.2 ====== - Solved a bug that would leave certain clients stalled forever. - Improved handling of subrequests for non-builtin headers/footers. </ChangeLog> * Update to version 1.0.5pawel2015-01-043-4/+5 | | | | | PR: 196420 Submitted by: coder@tuxfamily.org (maintainer) * x11/florence: Mark jobs unsafemarino2015-01-041-0/+2 | | | | During build, it tries to use libflorence before the library is built. * Update to version 1.40pawel2015-01-043-6/+10 | | | | | PR: 196413 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer) * - Update to 2.2.6.stephen2015-01-042-3/+3 | * Upgrade to version 1.730.olgeni2015-01-043-99/+118 | * Upgrade to version 1.640.olgeni2015-01-043-99/+110 | * New port: www/p5-WWW-Mechanize-PhantomJSpi2015-01-045-0/+109 | | | | | | | | WWW::Mechanize::PhantomJS automates the headless webbrowser PhantomJS and handles DOM handling, CSS selector, JSON, Canvas, SVG, and of course JavaScript. WWW: http://search.cpan.org/dist/WWW-Mechanize-PhantomJS/ * Update to version 20141125pawel2015-01-045-250/+3 | | | | | PR: 196397 Submitted by: aoyama@peach.ne.jp * Update to version 5.24.0pawel2015-01-043-4/+5 | | | | | PR: 196386 Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer) * Upgrade from 2.8.18 to 2.8.19.osa2015-01-042-3/+3 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> --[ Redis 2.8.19 ] Release date: 16 Dec 2014 # UPGRADE URGENCY: LOW for both Redis and Sentinel. This release mostly fixes small issues. 02d465c Don't log admin commands in MONITOR. (antirez) 4d8f426 List of commands flagged as admin commands modified. (antirez) e47e460 Lua cmsgpack lib updated to latest version. (antirez) 5509c14 Add symlink to redis-sentinel during make install (Rhommel Lamas) 7de1ef7 SORT: Don't sort Set elements if not needed. (antirez) e945a54 Fix zero-ordering SORT when called against lists (Matt Stancliff) d81c383 Update redis_init_script.tpl (Ben Dowling) dba57ea FIXED redis-benchmark's idle mode.With idle mode shouldn't create write event (zhanghailei) 888ea17 zipmap.c: update comments above (Sun He) 86ebc13 replaced // comments #2150 (Deepak Verma) 3d73f08 redis-benchmark AUTH command to be discarded after the first send #2150 (azure provisioned user) 76d53a6 sds.c: Correct two spelling mistakes in comments (Sun He) 4848cf9 sds.c/sdscatvprintf: set va_end to finish va_list cpy (Sun He) d2f584f sds.c: Correct some comments (Sun He) 2ed3f09 Update whatisdoing.sh (Serghei Iakovlev) 77b997d Include stropts only if __sun is defined. (antirez) d409371 Fix implicit declaration of ioctl on Solaris (Jan-Erik Rediger) 23b96c0 Silence _BSD_SOURCE warnings in glibc 2.20 and forward (Johan Bergström) a47a042 Mark whatisdoing.sh as deprecated in top-comment. (antirez) b5737d2 getting pid fixes (Serghei Iakovlev) a598e08 sparkline.c: AddSample skip Empty label (Sun He) 7d480ab sparkline.c: mov label-ini into the AddSample Function (Sun He) 2f3c860 Only ignore sigpipe in interactive mode (Jan-Erik Rediger) 0c211a1 Simplify lua_cmsgpack macro and fix build on old Linux distros. (antirez) </ChangeLog> * New port: net/yami4pi2015-01-045-0/+214 | | | | | | | | | | | YAMI4 is a messaging solution for distributed systems. It is a set of libraries for several platforms and programming languages. This port installs the core and C++ libraries with documentation. WWW: http://www.inspirel.com/yami4/ PR: 184471 Submitted by: prog@msobczak.com * - Update to 3.0danilo2015-01-042-5/+9 | | | | - Add an option to install the reload-browser script (disabled by default) * - Update to 0.09sunpoet2015-01-042-9/+13 | | | | | | | - Add LICENSE - Mark DEPRECATED Changes: http://search.cpan.org/dist/Test-TempDir/Changes * - Update to 0.114sunpoet2015-01-042-4/+3 | | | | Changes: http://search.cpan.org/dist/Test-Deep/Changes * - Update to 1.25sunpoet2015-01-042-8/+3 | | | | | | | - Remove outdated WRKSRC - Remove duplicate test: Changes: http://search.cpan.org/dist/ReadLine-Gnu/Changes * - Fix *_DEPENDSsunpoet2015-01-041-11/+15 | | | | | | | - Add LICENSE - Remove outdated PORTSCOUT - Space/Tab twiddle - Bump PORTREVISION for dependency change * - Update to 0.35sunpoet2015-01-042-12/+3 | | | | | | - Remove DOCS option Changes: http://search.cpan.org/dist/Path-Class/Changes * - Update to 2.0sunpoet2015-01-042-4/+3 | | | | Changes: http://search.cpan.org/dist/PadWalker/Changes * - Update to 0.06sunpoet2015-01-042-4/+3 | | | | Changes: http://search.cpan.org/dist/Package-Constants/CHANGES * - Add p5-Test-TempDir-Tiny 0.002sunpoet2015-01-045-0/+31 | | | | | | | | | | | Test::TempDir::Tiny works with Test::More to create temporary directories that stick around if tests fail. It is loosely based on Test::TempDir, but with less complexity, greater portability and zero non-core dependencies. (Capture::Tiny is recommended for testing.) WWW: http://search.cpan.org/dist/Test-TempDir-Tiny/ * - New port games/xlennartdanilo2015-01-045-0/+85 | | | | | | | - Pass maintainership to submitter PR: 195977 Submitted by: Neel Chauhan <neel@neelc.org> * - Add LICENSEsunpoet2015-01-041-0/+2 | | | | Approved by: portmgr (blanket) * - Add LICENSEsunpoet2015-01-041-0/+2 | | | | Approved by: portmgr (blanket) * Allow building with new mesaantoine2015-01-041-0/+22 | * New port: www/p5-Selenium-Remote-Driverpi2015-01-045-0/+66 | | | | | | | | | | Selenium is a test tool that allows you to write automated web application UI tests in any programming language against any HTTP website using any mainstream JavaScript-enabled browser. This module is an implementation of the client for the Remote driver that Selenium provides. WWW: http://search.cpan.org/dist/Selenium-Remote-Driver/ * devel/p5-Object-Import: fix CATEGORIESpi2015-01-041-1/+1 | | | | Submitted by: Dan Langille <dan@langille.org> * - Update to version 3.75pawel2015-01-043-10/+13 | | | | | | | - Add LICENSE PR: 196379 Submitted by: Nikola Kolev <koue@chaosophia.net> * New port: devel/p5-Object-Importpi2015-01-045-0/+28 | | | | | | | | | | This module lets you call methods of a certain object more easily by exporting them as functions to a package. The exported functions are not called as methods and do not receive an object argument, but instead the object is fixed at the time you import them with this module. WWW: http://search.cpan.org/dist/Object-Import/ * x11/bbdock: #include <cstring>marino2015-01-041-0/+10 | | | | | This is fallout from png upgrade. Modern GCC needs <cstring> for several functions, although clang seems to be happy without it. * - Update to version 0.93.0 [1]pawel2015-01-042-5/+4 | | | | | | | - GH_PROJECT is set by default to PORTNAME PR: 196309 [1] Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) [1] * Update net-mgmt/zabbix2-* ports to version 2.0.14pawel2015-01-043-30/+3 | | | | | PR: 196198 Submitted by: pakhom706@gmail.com (maintainer) * - Gnome is default icons theme [1]olivierd2015-01-044-1/+81 | | | | | | | | | | | | Not switched to Adwaita, because Thunar and some Xfce's widgets still use stock item (deprecated since GTK 3.10, and not available in x11-themes/adwaita-icon-theme) - Add support of GTK3 bookmarks files [2] - Bump PORTREVISION PR: 183690 [1] Requested by: Rostislav Krasny Obtained from: Xfce upstream repository [2] * Unbreakantoine2015-01-041-2/+1 | * - Gnome is default icons theme [1], not switched to Adwaita because Thunar andolivierd2015-01-046-12/+63 | | | | | | | | | some Xfce's specific widgets still use stock icons (deprecated since GTK3 3.10, and not available in x11-themes/adwaita-icon-theme) - Bump PORTREVISION PR: 183690 [1] Requested by: Rostislav Krasny * Allow building with new mesaantoine2015-01-041-0/+22 | * - GNOME is default icons theme [1]olivierd2015-01-043-36/+15 | | | | | | | | | | | | - Sort OPTIONS_* - Rewrite description for applications - Replace x11/gdm by x11/slim Gdm requires x11/gnome-shell and others GNOME components. Some environments variables are also missing in xfce4-session - Bump PORTREVISION PR: 183690 [1] Requested by: Rostislav Krasny * update to 1.220lth2015-01-042-5/+4 | | | | | PR: 196283 Submitted by: adamw * - Update to 2.88sunpoet2015-01-043-42/+41 | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/Chart-Clicker/Changes * - Update to 2.4.8sunpoet2015-01-043-5/+7 | | | | | - Add LICENSE - Sort PLIST * - Update to 0.21sunpoet2015-01-043-16/+16 | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/Net-DNS-SEC/Changes * Upgrade from 1.7.8 to 1.7.9.osa2015-01-042-3/+3 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> Changes with nginx 1.7.9 23 Dec 2014 *) Feature: variables support in the "proxy_cache", "fastcgi_cache", "scgi_cache", and "uwsgi_cache" directives. *) Feature: variables support in the "expires" directive. *) Feature: loading of secret keys from hardware tokens with OpenSSL engines. Thanks to Dmitrii Pichulin. *) Feature: the "autoindex_format" directive. *) Bugfix: cache revalidation is now only used for responses with 200 and 206 status codes. Thanks to Piotr Sikora. *) Bugfix: the "TE" client request header line was passed to backends while proxying. *) Bugfix: the "proxy_pass", "fastcgi_pass", "scgi_pass", and "uwsgi_pass" directives might not work correctly inside the "if" and "limit_except" blocks. *) Bugfix: the "proxy_store" directive with the "on" parameter was ignored if the "proxy_store" directive with an explicitly specified file path was used on a previous level. *) Bugfix: nginx could not be built with BoringSSL. Thanks to Lukas Tribus. </ChangeLog> * - Update to 0.23sunpoet2015-01-043-9/+8 | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/namespace-autoclean/Changes * - Update to 2.26sunpoet2015-01-043-13/+13 | | | | | | | - Add more TEST_DEPENDS - Sort PLIST Changes: http://search.cpan.org/dist/autodie/Changes * - Update to 0.25sunpoet2015-01-043-4/+4 | | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/Want/Changes * - Add rubygem-form_data 0.1.0sunpoet2015-01-044-0/+26 | | | | | | | | FormData is utility-belt to build form data request bodies. It provides support for 'application/x-www-form-urlencoded' and 'multipart/form-data' types. WWW: https://github.com/httprb/form_data.rb RG: https://rubygems.org/gems/form_data * - Update to 0.07sunpoet2015-01-042-4/+3 | | | | Changes: http://search.cpan.org/dist/Math-Round/Changes * - Update to 1.008001sunpoet2015-01-043-5/+8 | | | | Changes: http://search.cpan.org/dist/MetaCPAN-Client/Changes * Update third-party ngx_cache_purge module from 2.1 to 2.3 (as preparation toosa2015-01-044-6/+6 | | | | | | | | | | | | | | | | | | upgrade the www/nginx-devel to 1.7.9). <ChangeLog> 2014-12-23 VERSION 2.3 * Fix compatibility with nginx-1.7.9+. 2014-12-02 VERSION 2.2 * Fix compatibility with nginx-1.7.8+. 2014-05-19 * Fix build on Solaris with SunCC (Solaris Studio). Reported by Jussi Sallinen. </ChangeLog> * update to 0.402lth2015-01-043-5/+8 | | | | | PR: 196441 Submitted by: adamw * - Update to version 2.2.7pawel2015-01-043-12/+13 | | | | | | | | | | | | | | | | | | - Use gtk3 for gui ChangeLog: Add support for audio triggered generators. Add support for projectM (milkdrop) generators. Improvements to openGL playback plugin. Add permanent inputs in jack and pulse audio when handling external audio. Fix bug in chroma_blend transition. Further code cleanup. Fix text width for "show VJ keys" window. Remove unnecessary deinterlacing from threaded player. Added OSC commands /clip/selection/rte_apply, /clip/undo and /clip/redo. Add libvisual plugins to correct submenu (regression). Minor fixes for the rfx builder window. Minor fixes for merge in clip editor. * Upgrade from 4.0.53 to 4.0.57 (as preparation to upgrade the www/nginx-devel ↵osa2015-01-048-14/+13 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to 1.7.9): o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. <ChangeLog> Release 4.0.57 -------------- * Fixed a native extension compatibility problem with Ruby 2.2. Closes [ruby-core:67152](https://bugs.ruby-lang.org/issues/10656). * Fixed compatibility with Nginx 1.7.9. Closes GH-1335. Release 4.0.56 -------------- * Fixed a file descriptor leak that manifests when an error page is shown. Contributed by Paul Bonaud, closes GH-1325. * Improved Node.js request load balancing. Closes GH-1322. Thanks to Charles Vallieres for the analysis. Release 4.0.55 -------------- * Supports Ruby 2.2. Closes GH-1314. * Fixed Linux OS name detection. Release 4.0.54 -------------- * Contains a licensing-related hot fix for Enterprise customers. </ChangeLog> * Fix build with non-default OPTION owfsriggs2015-01-041-0/+11 | | | | | | | PR: 196421 Submitted by: osidorkin@gmail.com Approved by: johan@stromnet.se (maintainer) MFH: 2015Q1 * Update to 3.2.0.rakuco2015-01-043-16/+14 | | | | | | | | This eliminates the conflict with the regular sqlite3 port. PR: 195812 Submitted by: yuri@rawbw.com Approved by: jharris@widomaker.com (maintainer) * deskutils/cairo-dock: Unbreak DragonFlymarino2015-01-042-14/+23 | | | | | | Extend the current patch - DragonFly needs the same handling as FreeBSD. Since the entire patch changed and didn't use the UTC timestamp, the patch was renamed to confirm with "make makepatch" standards. * Update to upstream version 0.17.3riggs2015-01-033-3/+5 | | | | | PR: 196444 Submitted by: coder@tuxfamily.org (maintainer) * Update signing-party to 1.1.12johans2015-01-032-8/+8 | * security/binwalk: 0.5.0 -> 2.0.1pi2015-01-039-73/+97 | | | | | | | Complete overhaul: - python instead of C - new MASTER_SITE - support for some external tools is still open * - try to fix linker error (/usr/bin/ld: cannot find -lstdc++) [1]ohauer2015-01-032-2/+25 | | | | | | | | | | | - mark broken on FreeBSD > 1001000 - mark DEPRECATED, set EXPIRATION_DATE to 2015-02-28 [2] - bump PORTREVISION to allert potential users [1] setting ac_cv_header_stdc=no or CPPFLAGS+=-DNO_STDCPP in Makefile does not work, so try to fix direct configure.in [2] source written for apache 2.0, last release dates back to 2008-07-08 * Update to xpaint 2.9.10.3johans2015-01-032-4/+3 | * Update libXaw3dXft to 1.6.2djohans2015-01-033-6/+4 | * - Update to 2.10.0wen2015-01-036-24/+34 | | | | | PR: 196378 Submitted by: koue@chaosophia.net * - Add patch to make the port build GCC and CMake 3.1.0.rakuco2015-01-033-12/+20 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tulip overrides CMake's built-in add_library() and add_executable() commands, so obviously things would explode at some point. This is a band-aid solution to get things working; the right solution would be to stop overriding CMake's commands, or even stopping setting RPATH on libraries and executables altogether, but that depends on getting the Tulip developers involved (I'm still figuring out if they respond to pings and patches). - Use quazip from ports instead of building Tulip's bundled copy. Bundled software is evil. - Clean up CMAKE_ARGS. PYTHON_INCLUDEDIR and LOCALBASE were used years ago in patch-CMakeLists.txt, but that has not been the case for several releases at least. - Clean up the port's dependencies: * devel/qt4-assistant, devel/qt4-designer have not been required since Tulip 3.something. * devel/qt4-libqtassistantclient is severely outdated and unsupported, thankfully it has not been used since Tulip 3.4.0. * devel/libqxt is not needed because Tulip always builds its own bundled copy. * Add explicit dependency on print/freetype2 since the port links directly against it. * Stop depending on devel/libexecinfo directly and use USES=execinfo instead. * devel/pear-HTML_Common2: Update version 2.1.0=>2.1.1bofh2015-01-032-4/+6 | | | | | | | | - Added LICENSE - Take Maintainership Differential Revision: https://reviews.freebsd.org/D1418 Approved by: marino(mentor) * devel/ntopng-zmq: Mark DEPRECATEDbofh2015-01-031-0/+3 | | | | | | | | | net/ntopng had a dependency of a specific version of libzmq to this port. After upgrading to 1.2.1 this version is no longer required as it builds fine with current net/libzmq3. Differential Revision: https://reviews.freebsd.org/D1424 Approved by: marino(mentor) * devel/p5-Algorithm-LUHN: Update version 1.00=>1.01bofh2015-01-032-4/+3 | | | | | Differential Revision: https://reviews.freebsd.org/D1425 Approved by: marino(mentor) * Minor net/samba* ports cleanups:danfe2015-01-033-30/+31 | | | | | | | | | | | - Drop leading article from COMMENT and use neutral spelling of Unix - Sort USES alphabetically and wrap it if necessary - Rename FAM_SUPPORT to standard option FAM, drop FAM_SUPPORT_DESC - Fix a typo in AIO_SUPPORT_DESC (Asyncronous -> Asynchronous) - Consistently reword PAM_SMBPASS option description - Kill one case of EOL whitespace and bogus uses of := operator Approved by: maintainer (timur; timeout since 2014.12.16) * - Convert devel/py-turbojson11 to new USES=pythonmva2015-01-032-5/+2 | | | | | | - Clean up leftovers from astro/gmapcatcher With hat: python@ * - Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...mva2015-01-0317-17/+20 | | | | With hat: python@ * - Convert USE_PYTHON to new USES in www/mva2015-01-03