aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gsm
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>1998-08-18 04:21:41 +0800
committerhoek <hoek@FreeBSD.org>1998-08-18 04:21:41 +0800
commite931d968fccde24342ead41ab9181ed7d13af6e3 (patch)
tree0db8cb664acd897cfe90ca883af4e26a7ab9a499 /audio/gsm
parent4533e48270a0c9686201e8b459f2543afdf27fae (diff)
downloadfreebsd-ports-gnome-e931d968fccde24342ead41ab9181ed7d13af6e3.tar.gz
freebsd-ports-gnome-e931d968fccde24342ead41ab9181ed7d13af6e3.tar.zst
freebsd-ports-gnome-e931d968fccde24342ead41ab9181ed7d13af6e3.zip
Yes, removing plist manpages broke this one, too. :)
Actually, this has been broken since asami's compress-all-the-manpages commit on Nov. 18, _1996_. I'm beginning to suspect that more ports are in like this...
Diffstat (limited to 'audio/gsm')
-rw-r--r--audio/gsm/Makefile9
-rw-r--r--audio/gsm/pkg-plist15
2 files changed, 18 insertions, 6 deletions
diff --git a/audio/gsm/Makefile b/audio/gsm/Makefile
index e819281a91c4..06a038524e14 100644
--- a/audio/gsm/Makefile
+++ b/audio/gsm/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 January 1995
# Whom: pst
#
-# $Id: Makefile,v 1.9 1997/07/10 15:50:48 pst Exp $
+# $Id: Makefile,v 1.10 1997/07/17 15:12:39 max Exp $
#
DISTNAME= gsm-1.0.10
@@ -18,5 +18,12 @@ MAN3= gsm.3 gsm_explode.3 gsm_option.3 gsm_print.3
post-install:
${LDCONFIG} -m ${PREFIX}/lib
+.if defined(NOMANCOMPRESS)
+ ${LN} -sf ${PREFIX}/man/man1/toast.1 ${PREFIX}/man/man1/untoast.1
+ ${LN} -sf ${PREFIX}/man/man1/toast.1 ${PREFIX}/man/man1/tcat.1
+.else
+ ${LN} -sf ${PREFIX}/man/man1/toast.1.gz ${PREFIX}/man/man1/untoast.1.gz
+ ${LN} -sf ${PREFIX}/man/man1/toast.1.gz ${PREFIX}/man/man1/tcat.1.gz
+.endif
.include <bsd.port.mk>
diff --git a/audio/gsm/pkg-plist b/audio/gsm/pkg-plist
index d4e802465d96..53a5d3e1c32d 100644
--- a/audio/gsm/pkg-plist
+++ b/audio/gsm/pkg-plist
@@ -1,11 +1,16 @@
bin/toast
-@exec ln -fs %f %B/untoast
-@exec ln -fs %f %B/untoastt
-@exec ln -fs %f %B/untoast.1
-@exec ln -fs %f %B/tcat.1
+@exec ln -f %D/%F %B/untoast
+@exec ln -f %D/%F %B/tcat
+@exec ln -fs toast.1.gz %D/man/man1/untoast.1.gz
+@exec ln -fs toast.1.gz %D/man/man1/tcat.1.gz
+@unexec rm %D/bin/untoast
+@unexec rm %D/bin/tcat
+@unexec rm %D/man/man1/untoast.1.gz
+@unexec rm %D/man/man1/untoast.1 2> /dev/null || true
+@unexec rm %D/man/man1/tcat.1.gz
+@unexec rm %D/man/man1/tcat.1 2> /dev/null || true
lib/libgsm.so.1.0.10
@exec /sbin/ldconfig -m %B
@unexec /sbin/ldconfig -R
lib/libgsm.a
-@exec ranlib %D/%F
include/gsm.h
class='column1'>| This is a routine bugfix update Change Log: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.3.2/phpMyAdmin-4.3.2-notes.html/view * databases/p5-DBD-mysql: 4.028 -> 4.029pi2014-12-132-4/+3 | | | | | | | | | | - Added fix to tests to create test database if not exists (constant failure on Travis) (CaptTofu) - Support the fraction of (Oracle) MySQL Fabric that is supported by the most recent Connector/C (Steffen Mueller smueller@cpan.org) - Milan Sorm <sorm@is4u.cz> for work on statistics_info - Fix for RT 97625, use after free() Reini Urban rurban@cpan.org and Giovanni Bechis <giovanni@bigio.snb.it> * Upgrade from 2.8.17 to 2.8.18.osa2014-12-126-8/+23 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> --[ Redis 2.8.18 ] Release date: 4 Dec 2014 # UPGRADE URGENCY: LOW for both Redis and Sentinel. This release mostly adds new features to Redis, and contains non critical fixes. * [FIX] Linenoise updated to be more VT100 compatible. (Salvatore Sanfilippo) * [FIX] A number of typos fixed inside comments. (Various authors) * [FIX] redis-cli no longer quits after long timeouts. (Matt Stancliff) * [FIX] Test framework improved to detect never terminating scripts, cleanup instances on crashes. (Salvatore Sanfilippo) * [FIX] PFCOUNT can be used on slaves now. (Salvatore Sanfilippo) * [FIX] ZSCAN no longer report very small scores as 0. (Matt Stancliff, Michael Grunder, Salvatore Sanfilippo) * [FIX] Don't show the ASCII logo if syslog is enabled. Redis is now an Enterprise Grade product. (Salvatore Sanfilippo) * [NEW] EXPERIMENTAL: Diskless replication, for more info check the doc at http://redis.io/topics/replication. (Salvatore Sanfilippo). * [NEW] Transparent Huge Pages detection and reporting in logs and LATENCY DOCTOR output. (Salvatore Sanfilippo) * [NEW] Many Lua scripting enhancements: Bitops API, cjson upgrade and tests, cmsgpack upgrade. (Matt Stancliff) * [NEW] Total and instantaneous Network bandwidth tracking in INFO. * [NEW] DEBUG POPULATE two args form implemented (old form still works). The second argument is the key prefix. Default is "key:" (Salvatore Sanfilippo) * [NEW] Check that tcp-backlog is matched by /proc/sys/net/core/somaxconn, and warn about it if not. (Salvatore Sanfilippo) </ChangeLog> * databases/libmemcached: Update to 1.0.18 and much morekoobs2014-12-1113-18/+148 | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.0.18 and pkg-plist accordingly - Add LICENSE (BSD3CLAUSE) and LICENSE_FILE - Add TEST_DEPENDS and regression-test target - Perl is not required, remove USE_PERL and from USES - Split LDFLAGS from CONFIGURE_ENV, they're already set there - Add libmemcachedprotocol to CONFIGURE_ARGS (Now default: off) - Add OPTIONS for hash functions, debug and dtrace - pkg-descr: Update WWW: URL - Add patches for: * alloca.h include not found on FreeBSD * cinttypes include location * clang compatibility - Strip shared libraries manually since upstream install-strip target is fail Changes: https://launchpad.net/libmemcached/+announcements [1] https://bugs.launchpad.net/libmemcached/+bug/1245562 [2] https://bugs.launchpad.net/libmemcached/+bug/1400560 Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer, via email) * - Reset maintainership of my portsgahr2014-12-113-3/+3 | * databases/memcached: Update to 1.4.21koobs2014-12-104-141/+6 | | | | | | | | | | | | | | - Update to 1.4.21 - Remove doc patches (upstreamed) - Remove unconditional CFLAGS because: a) -fstack-protector is now a default b) -I${LOCALBASE}/include casues SASL headers to be found even when --disable-sasl is set (SASL option disabled). Removal of these flags does not affect libevent header discovery - While I'm here, whitespace alignment Differential Revision: https://reviews.freebsd.org/D1284 Approved by: swills (maintainer) * Cleanup plistbapt2014-12-093-17/+0 | * cleanup plistbapt2014-12-095-140/+0 | * Update to 4.3.1matthew2014-12-092-3/+3 | | | | | | This is a routine bugfix update Change Log: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.3.1/phpMyAdmin-4.3.1-notes.html/view * databases/py-pylibmc: Update to 1.4.1, Allow Python 3 supportkoobs2014-12-095-9/+43 | | | | | | | | | | | | | | | | | | | - Update to 1.4.1 - Allow Python 3 support [1] - Update COMMENT to match PyPi upstream - Add TESTS option, TEST_DEPENDS and regression-test target - Strip shared library - Patch setup.{py,cfg} to add allow 'test' command to run - Update pkg-descr to match upstream - pkg-descr: Update WWW: URL to match PyPi upstream This update passes QA (test suite) under Python 2.7 and 3.4. Changes: http://sendapatch.se/projects/pylibmc/changelog.html [1] https://github.com/lericson/pylibmc/issues/146 * Fix some horribly broken portsantoine2014-12-091-3/+6 | | | | Broken resurrections provided by: danfe * Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-094-3/+4 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) * - Use real PORTVERSIONsunpoet2014-12-093-3/+3 | * - Use real PORTVERSIONsunpoet2014-12-091-3/+1 | * IGNORE when PGSQL_DEFAULT is higher than 9.2antoine2014-12-081-1/+7 | * - Update to 3.8sunpoet2014-12-085-42/+10 | | | | Changes: https://github.com/facebook/rocksdb/releases * - Resurrect, unbreak, cleanup Makefile, define LICENSE (LGPL21)danfe2014-12-074-0/+43 | | | | | - Convert three-line pkg-plist into PLIST_FILES knob - Improve grammar in port description text, fix couple of typos * Sort the entries and amend COMMENT.danfe2014-12-071-3/+3 | * Remove port databases/postgresql93-plv8js (avoids broken index)marino2014-12-073-10/+1 | | | | | | | | | | | | | | | | | | | | | This port was added on 5 October 2014. The intention for its existence was to provide a way to use plv8js with pgsql 9.3 instead of the default pgsql 9.2. It was implemented in such a way that if PGSQL_DEFAULT is set to 9.3, the index breaks with a duplicate origin with datbases/ postgresql-plv8js. It's possible to adjust the plv8js ports by converting the version into an option and using typical master/slave techniques, but I can't come up with a good reason to do this at all. I don't think this port ever should have been created. Anyone that would need this port would have needed to set PGSQL_DEFAULT anyway (which already works). In the worst case, WANT_PGSQL could be based through a command line. Perhaps the motivation was to have a binary package to avoid building it, but this reason disappears soon when the default version of pgsql is bumped to 9.3. Based on all those reasons, I think it is better to remove the port outright (pointing to master port) rather than adjust it to avoid a broken index. PR: 195281 * Limit pgsql to 9.2 on four databases category portsmarino2014-12-074-4/+4 | | | | | | | | | | | | | | As the result of a recent exp-run for postgresql 9.3, several ports failed to build as a result. Most could likely be fixed by updating the port to a later available version. Until that happens, set the maximum version of pgsql to 9.2 for these ports. * pg_rman (1.23) : version 1.27 is available * pg_statsinfo (2.4.1) : version 2.5.0 available, works on pgsql 9.3 * pgpool-II (3.1.6) : version 3.4 available, works on pgsql 9.3 * pgpool-II30 (3.0.4) PR: 195281 * Fix build when compiler is clangbapt2014-12-071-0/+5 | * - Update to 0.002107wen2014-12-072-4/+3 | | | | Changes: http://cpansearch.perl.org/src/FREW/DBIx-Class-Candy-0.002107/Changes * - Update to 0.19wen2014-12-072-7/+8 | | | | | Changes: http://cpansearch.perl.org/src/JJNAPIORK/DBIx-Class-Schema-PopulateMore-0.19/Changes - Update DEPENDS * - Update to 0.11020wen2014-12-072-4/+3 | | | | Changes: http://cpansearch.perl.org/src/ILMARI/SQL-Translator-0.11020/Changes * - Update to 0.082810wen2014-12-073-11/+13 | | | | | Changes: http://search.cpan.org/src/RIBASUSHI/DBIx-Class-0.082810/Changes - Update DEPENDS * - Update to 1.632wen2014-12-072-4/+3 | | | | Changes: http://search.cpan.org/dist/DBI/Changes#Changes_in_DBI_1.632 * - Update to 0.46wen2014-12-072-7/+6 | | | | | Changes: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.46/ChangeLog - Update DEPENDS * The pgpool license is actually an old minimal variant of the MIT licensefeld2014-12-077-28/+7 | | | | Submitted by: antoine * - Fix build when WITHOUT_PROFILE is definedsunpoet2014-12-071-0/+3 | | | | Submitted by: vanilla * databases/xtrabackup: 2.1.7 -> 2.2.6pi2014-12-076-52/+29 | | | | | | | http://www.percona.com/doc/percona-xtrabackup/2.2/release-notes.html PR: 195164 Approved by: maintainer (timeout) * Update to 1.7matthew2014-12-074-90/+122 | | | | | | | | | - MASTER_SITE switch to GitHub - Add LICENSE (GPLv2) - Use PLIST_FILES and delete pkg-plist PR: 195428 Submitted by: spil.oss@gmail.com * - Remove WWW of Google Codesunpoet2014-12-071-1/+0 | * databases/cego: 2.20.17 -> 2.20.18pi2014-12-062-3/+3 | | | | | | Added more detailed log information for tableset import and export operation Submitted by: Björn Lemke <lemke@lemke-it.com> * Update to 4.3.0matthew2014-12-062-3/+3 | | | | | | | This is the fist release from the new 4.3.x branch, and brings with it some significant new functionality. Release Notes: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.3.0/phpMyAdmin-4.3.0-notes.html/view * New port: databases/rubygem-arel-helpersantoine2014-12-054-0/+23 | | | | | | Useful tools to help construct database queries with ActiveRecord and Arel. WWW: https://github.com/camertron/arel-helpers * Update "BSD" licenses in databases categoryfeld2014-12-0520-17/+43 | * - Fix build on FreeBSD 10+sunpoet2014-12-041-7/+7 | * Mark broken for FreeBSD 10.0+mat2014-12-041-1/+7 | | | | | Reported by: portsmon Sponsored by: Absolight * Security update to 4.2.13.1matthew2014-12-042-3/+3 | | | | | | | | | | Serious DoS vulnerability by use of long passwords Non-critical XSS vulnerability in the rediection mechanism Release Notes: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.2.13.1/phpMyAdmin-4.2.13.1-notes.html/view MFH: 2014Q4 Security: c9c46fbf-7b83-11e4-a96e-6805ca0b3d42 * Ooops. Replace the %%PREFIX%% special tokens accidentally lost duringmatthew2014-12-041-2/+2 | | | | the previous update. * - Install man pages to a location where man(1) can find themmatthew2014-12-045-3/+103 | | | | | | | - While here update man pages and speciment barman.conf file to use FreeBSD-ish locations for various things, particularly that our idea of the PostgreSQL default user is 'pgsql' although the database to connect to is 'postgres' * Update to 5.6.22 release.ale2014-12-033-6/+6 | * Update to 5.5.41 release.ale2014-12-036-23/+31 | * Update GNOME to 3.14.2.kwm2014-12-032-4/+4 | | | | | | | | | | | | | | This update was brought to you in collaboration with Gustua Perez Make sure gtk30 pulls it the default theme (adwaita-icon-theme). Update the extra gnome-shell-extensions so they work with gnome-shell 3.14. Drop metacity from gnome3 meta-port. Remove the gtile gnome-shell extension since it proven to be buggy. Exp-run done by antoine@ for gdk-pixbuf2 deprecated API. PR: 195414 Obtained from: gnome dev repo * Finish resetting maintainershipbapt2014-12-032-2/+2 | | | | PR: 195059 * Update vsqlite-- to 0.3.13.kwm2014-12-022-6/+5 | * New port:matthew2014-12-026-0/+73 | | | | | | | | | | | | | Barman: backup and recovery manager for PostgreSQL. Barman is an open-source administration tool for disaster recovery of PostgreSQL servers written in Python. It allows your organisation to perform remote backups of multiple servers in business critical environments and helps DBAs during the recovery phase. WWW: http://www.pgbarman.org/ * New port:matthew2014-12-024-0/+40 | | | | | | | pgespresso is an extension to postgresql that adds functions and views to be used by Barman, the disaster recovery tool WWW: https://github.com/2ndquadrant-it/pgespresso * Remove expired ports:rene2014-12-026-70/+0 | | | | | | | | | | 2014-11-30 ports-mgmt/pkg-plist: Generate incorrect plists 2014-11-30 sysutils/rubygem-hiera-puppet: Has been incorporated into hiera 2014-11-30 sysutils/rubygem-hiera-json: Has been incorporated into hiera 2014-11-30 databases/memcachedb: Depends on deprecated Berkeley DB version, needs porting to DB_SITE 2014-12-01 games/djgame2: Online servers gone, game is not playable 2014-12-01 devel/creduce: Unmaintained and depends on ancient LLVM 3.2 2014-12-01 lang/clay: No development since July 2013, depends on obsolete clang-3.2 * Fix build when linking with libperl.so.mat2014-12-011-0/+2 | | | | | With hat: portmgr, perl Sponsored by: Absolight * Update to 4.2.13matthew2014-12-012-3/+3 | | | | | | | This is a routine bugfix update, and will be the last of the 4.2.x series, barring any emergency fixes. Change Log: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.2.13/phpMyAdmin-4.2.13-notes.html/view * Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. Thetijl2014-11-301-1/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine) * - Bump PORTREVISIONamdmi32014-11-294-125/+96 | | | | | | | | | | | | - Add USE_GCC=yes, fix mysql signal 11 crash - Remove dependency on net/asio, use asio from devel/boost-libs - Remove GARB option (linker problem - upstream notified) - Fix errnos warnings - Fix problem with 'ar' and pass RPATH properly PR: 195457 Submitted by: amdmi3 (but all changes by maintainer) Approved by: horia@racoviceanu.com (maintainer) * databases/mariadb-(server,client): Update conflictsmarino2014-11-282-2/+8 | | | | | | PR: 194824 Submitted by: Bernard Spil Approved by: maintainer timeout * databases/py-postgresql: Support python 3.4marino2014-11-281-2/+2 | | | | | | | | | When python 3 only is specified, building the port tries to install python 3.3 even if python 3.4 is requested, so this change addresses that. PR: 194656 Submitted by: Axel Rau (chaos1.de) Approved by: maintainer timeout * Extend expiration date of 3 months, *coin ports still need it and nowantoine2014-11-281-1/+1 | | | | | | audio/jack needs it too With hat: portmgr * Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-26489-618/+583 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr * databases/pgaccess: fix typos in pkg-descrmarino2014-11-261-2/+2 | | | | PR: 195335 * Bump PORTREVISION after graphics/poppler update to 0.26.3makc2014-11-251-1/+1 | * Update to 5.6.21-70.1flo2014-11-257-53/+59 | | | | | | | Update CONFLICTS [1] PR: 194821 [1] Submitted by: Bernard Spil <spil.oss@gmail.com> [1] * Update to 5.5.40-36.1flo2014-11-254-14/+21 | | | | | | | Update CONFLICTS [1] PR: 194820 [1] Submitted by: Bernard Spil <spil.oss@gmail.com> [1] * databases/mariadb55-server: Fix FreeBSD 8 and 9 (jemallac issue)marino2014-11-251-8/+4 | | | | | | | | | | Bring in MariaDB 10's jemalloc logic to fix FreeBSD 8 and 9. While here, convert to USES+= execinfo PR: 195320 Reported by: FreeBSD 9 users Submitted by: maintainer Final fix by: marino * - Update to 2.5.4sunpoet2014-11-252-16/+14 | | | | | | | - Add LICENSE - Add DOCS and EXAMPLES to OPTIONS_DEFINE Changes: http://initd.org/psycopg/articles/2014/08/30/psycopg-254-released/ * - Update to 1.2.19.0sunpoet2014-11-252-3/+3 | | | | | Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.19 http://search.cpan.org/dist/Search-Xapian/Changes * - Update to 1.2.19sunpoet2014-11-252-3/+3 | | | | Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.19 * - Update to 1.2.19sunpoet2014-11-253-4/+4 | | | | Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.19 * - Update to 0.08sunpoet2014-11-252-3/+3 | | | | Changes: http://search.cpan.org/dist/Dancer-Plugin-Database-Core/Changes * - Update to 3.7sunpoet2014-11-253-15/+4 | | | | Changes: https://github.com/facebook/rocksdb/releases * databases/linux-oracle-instantclient-*: fix download link, take maintainerpi2014-11-244-20/+41 | | | | | | - The download link given in the IGNORE message was out-dated. - ldconfig was not invoked so the shared libraries were not found - taking maintainer * - Take maintainershipsunpoet2014-11-231-1/+1 | * Fix DEPENDS linecrees2014-11-231-2/+2 | * Finally retire USE_PGSQLcrees2014-11-2315-26/+17 | * Switch to USES=pgsqlcrees2014-11-233-3/+3 | * databases/mariadb55-(client,server): Upgrade version 5.5.39 => 5.5.40marino2014-11-2310-194/+55 | | | | | | | PR: 194434 PR: 194435 Submitted by: Bernard Spil Approved by: maintainer timeout (Ukraine) * We currently only support kerberos from base. Make sure it disabled andkwm2014-11-231-1/+3 | | | | | | | not accidently picked up by configure. PR: 194760 Submitted by: Neel Chauhan <neel@neelc.org> * - Update to 3.8.7.2danilo2014-11-222-4/+4 | | | | | PR: 195063 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) * - Update to 3.8.7.2danilo2014-11-222-5/+6 | | | | | PR: 195062 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) * - tiny cleanups.kuriyama2014-11-221-4/+10 | | | | | PR: ports/194342 Submitted by: amdmi3@amdmi3.ru * Horde package update:mm2014-11-222-3/+3 | | | | | | | | | | comms/pear-Horde_ActiveSync 2.20.0 -> 2.20.1 www/pear-Horde_Browser 2.0.7 -> 2.0.8 security/pear-Horde_Crypt 2.5.0 -> 2.5.1 databases/pear-Horde_Db 2.2.0 -> 2.2.2 devel/pear-Horde_History 2.3.2 -> 2.3.3 mail/pear-Horde_Mime_Viewer 2.0.7 -> 2.0.8 deskutils/horde-nag 4.2.2 -> 4.2.3 * Security update to 4.2.12matthew2014-11-212-3/+3 | | | | | | | | - 4 security advisories covering XSS and information disclosure vulnerabilities MFH: 2014Q4 Security: a5d4a82a-7153-11e4-88c7-6805ca0b3d42 * databases/p5-Dancer2-Plugin-Database: fix pkg-descrpi2014-11-211-4/+5 | | | | PR: 194960 * New port: databases/p5-Dancer2-Plugin-Databasepi2014-11-215-0/+43 | | | | | | | | | | | | | | | | Dancer2::Plugin::Database provides an easy way to obtain a connected DBI database handle by simply calling the database keyword within your Dancer2 application. Returns a Dancer2::Plugin::Database::Handle object, which is a subclass of DBI's DBI::db connection handle object, so it does everything you'd expect to do with DBI, but also adds a few convenience methods. See the documentation for Dancer2::Plugin::Database::Handle for full details of those. WWW: http://search.cpan.org/dist/Dancer2-Plugin-Database/ PR: 194960 Submitted by: Henk van Oers <hvo.pm@xs4all.nl> * - Upgrade to 0.25.kuriyama2014-11-202-3/+7 | * - Upgrade to 1.20.kuriyama2014-11-203-4/+11 | * - Upgrade to 2.36.kuriyama2014-11-202-3/+7 | * - Upgrade to 1.13.kuriyama2014-11-202-3/+7 | * - Upgrade to 0.39.kuriyama2014-11-203-9/+13 | * - Upgrade to 1.001024.kuriyama2014-11-202-4/+8 | * - Upgrade to 0.002212.kuriyama2014-11-203-7/+7 | * Update PostgreSQL 9.4 to release candidate 1.girgen2014-11-204-4/+8 | * The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.kwm2014-11-1918-976/+894 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed * * Drop the patches replacing strnlen() -- this function ismatthew2014-11-185-27/+38 | | | | | | | | | | | | | | | | | available in libc for all currently supported versions of FreeBSD. * Install the default config file into ${PREFIX}/etc/repmgr.conf.sample and uses the standard @sample plist functionality. This is where hier(7) expects config files to be installed. * Add an rc.d script to start up repmgrd automatically on system boot, which relies on the config file being in ${PREFIX}/etc/. PR: 195106 Submitted by: matthew Approved by: 5u623l20@gmail.com (maintainer) * Take miwi's old perl ports into perl@'s fold.mat2014-11-188-8/+8 | | | | Sponsored by: Absolight * Reset miwi's maintainership per his demandbapt2014-11-1837-37/+37 | | | | Hope to see you back! Thank for all the work! * Do install hirb.rb.demon2014-11-173-2/+14 | | | | | | Pointed out by: Piotr Kubaj <pkubaj@riseup.net> Patch hbase script to use correct location of config directory. * Update to latest version.girgen2014-11-172-3/+3 | * databases/Makefile: fix py-sqlite ports changesrobak2014-11-161-2/+1 | | | | | | | | | In r372639 I've committed changes related to my work-in-progress cleanup of py-sqlite ports by mistake. This commit is to revert these changes as they should not get in to the ports tree yet. Reviewed by: danfe Approved by: mentors(implicit) * databases/php56-redis: fix PKGNAMEPREFIXrobak2014-11-161-1/+1 | | | | | | PR: 194270 Submitted by: Daniel Ylitalo <daniel at blodan.se> Approved by: mentors(implicit) * databases/php56-redis: NEW PORT - PHP5 extension for Redisrobak2014-11-164-1/+53 | | | | | | | | | | | | | | | This extension provides an API for communicating with Redis database, a persistent key-value database with built-in net interface written in ANSI-C for Posix systems. It is a fork of alfonsojimenez's phpredis, adding many methods and fixing a lot of issues. WWW: https://github.com/nicolasff/phpredis PR: 194270 Submitted by: Daniel Ylitalo <daniel at blodan.se> Approved by: mentors (implicit) * databases/cego: 2.20.16 -> 2.20.17pi2014-11-162-3/+3 | | | | | | | | | | | Change for primary and secondary host evaluation. Instead of comparing gethostbyname, the defined dbhost value is used. This helps if the configured dbhost does not match with the result value of gethostbyname (e.g. is multiple hostnames are configured on a database server) Submitted by: Björn Lemke <lemke@lemke-it.com> * Update to 5.1.34matthew2014-11-152-3/+3 | | | | Release notes: https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-34.html * Update to 0.4.12.trociny2014-11-152-4/+4 | * Update to 0.4.13trociny2014-11-152-3/+3 | * databases/cassandra2: update 2.0.10 -> 2.1.1robak2014-11-137-150/+144 | | | | | | | | - Delete obsolete patch PR: 194698 Submitted by: Aleksey Ovcharenko <admins@perceptyx.com> Approved by: mentors (implicit) * - Update to 0.0008culot2014-11-122-4/+5 | | | | | PR: ports/194937 Submitted by: Henk Van Oers <hvo.pm@xs4all.nl> (maintainer) * Revert r247147.girgen2014-11-127-7/+9 | | | | | | | We need -pthread in LDFLAGS for threaded extensions like plv8js to work. PR: 175783 Submitted by: Li-Wen Hsu <lwhsu@FreeBSD.org> * Update to 0.4.11 (support for LeoFS v1.2).trociny2014-11-122-3/+3 | * Update to 1.2.1.trociny2014-11-123-90/+91 | * Mark broken with Ruby 2.1swills2014-11-122-2/+14 | | | | With hat: ruby@ * Upgrade CentOS to 6.6xmj2014-11-112-4/+5 | | | | | | | | | | | | | | | | | | - Upgrade all things linux-c6- to CentOS 6.6 - Add ports: devel/linux-c6-libsigc++20 graphics/linux-c6-gdk-pixbuf [1] graphics/linux-c6-glx-utils - Add pkg-plists for net/linux-c6-openldap and security/linux-c6-cyrus-sasl2 - Misc. cleanups Differential Revision: https://reviews.freebsd.org/D1108 Submitted by: kmoore [1] Reviewed by: rene (emulation) Approved by: portmgr (swills) Approved by: swills (mentor) Sponsored by: Perceivon Hosting Inc. * Horde package update:mm2014-11-112-3/+3 | | | | | | | | devel/pear-Horde_Alarm 2.2.2 -> 2.2.3 devel/pear-Horde_Core 2.16.0 -> 2.16.1 databases/pear-Horde_Db 2.1.5 -> 2.2.0 mail/pear-Horde_Imap_Client 2.25.2 -> 2.25.3 devel/pear-Horde_Translation 2.1.0 -> 2.2.0 * - Add Haskell API and bindings for Redis:pgj2014-11-114-0/+26 | | | | | | | | | | devel/hs-BoundedChan Channels with bounded sizes devel/hs-bytestring-lexing Parse and produce literals from bytestrings databases/hs-hedis Haskell API for Redis PR: 194299 Submitted by: martin@sugioarto.com Obtained from: FreeBSD Haskell * Update to 1.2.0.trociny2014-11-093-400/+247 | * - Update to version 2.2.0 [1]pawel2014-11-083-7/+7 | | | | | | | | - Remove uneeded <bsd.port.{pre|post}.mk> inclusion - Break too long line PR: 194573 [1] Submitted by: maintainer [1] * Remove * from LIB_DEPENDS lines and specify the default library namekwm2014-11-071-1/+1 | | | | for ImageMagick. Using '*' it is unsupported and potention bugs here. * Update CONFLICTS.ale2014-11-062-2/+6 | | | | | PR: 194819 Submitted by: spil.oss@gmail.com * - Update to 3.6.2sunpoet2014-11-063-7/+17 | | | | Changes: https://github.com/facebook/rocksdb/releases * - Chase GNU Emacs updatesashish2014-11-051-1/+1 | | | | PR: 194624 * Update Qt5 ports to 5.3.2.rakuco2014-11-054-5/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Proudly presented by the KDE on FreeBSD team, with several guest stars. This update took way longer than initially expected due to us previously accumulating assumptions and changes to Qt's build system that finally bit us back with the 5.3 release series, so we had to do a fair amount of cleanup. New ports: - comms/qt5-serialport: Qt functions to access serial ports, originally based on work by Fernando Apesteguia. [1] - devel/qt5-qdoc: Qt documentation generator, the Qt5 equivalent of devel/qt4-qdoc3. Originally worked on by Tobias Berner. It had already been half-split from devel/qt5-buildtools, we just needed to finish the work. Dead ports: - devel/qt5-qmldevtools: Merged into lang/qt5-qml. Minor changes: - devel/qt5: Add x11/qt5-x11extras and the new ports to the dependency list. - graphics/qt5-imageformats: The port now supports the JPEG2000, WEBP, Direct Draw Surface and ICNS formats. - multimedia/qt5-multimedia: The ALSA and PULSEAUDIO options are now mutually exclusive due to changes introduced in Qt 5.3.0 (the ALSA code is now a proper plugin that is only built if PulseAudio is not used). - x11/qt5-x11extras: Add USE_LDCONFIG since the port installs a shared library. The big changes: - bsd.qt.mk: Set QMAKESPEC instead of QMAKEPATH. [3] QMAKEPATH does much more than we want now that we call qmake from the top of ${WRKSRC}. qmake uses QMAKEPATH when evaluating the QMAKE_MKSPECS property, which is in turn used by qt_config.pri to load the .pri files in mkspecs/modules. In practice, this means that if people have an older Qt installation those files will be used and QT_CONFIG will have values such as "gui" even if one is building a port like textproc/qt5-xml, which passes -no-gui to the configure script. Consequently, unintended code paths may be enabled or the configuration step can just fail if the .pro files expect values that are not present in the system-wide, older .pri files. We avoid all those problems if we use QMAKESPEC, as qmake does not take its value into account when evaluating the QMAKE_MKSPECS property and will only parse the files in the mkspec's directory (mkspecs/freebsd-clang, for example, instead of all the files in mkspecs). - Stop explicitly passing ${LOCALBASE} to the compiler. [3] qmake's behavior has changed in Qt 5, and the paths set in QMAKE_INCDIR and QMAKE_LIBDIR in the mkspecs are passed before any others, such as the ones in the build directory themselves. In practice, this means that we end up with linker calls like this: c++ -o libfoo.so foo.o bar.o -L/usr/local/lib -L/wrkdir/build/lib -lQt5Gui -lQt5Core So if one already has Qt installed in the system, the older, already present version of the libraries in /usr/local/lib will be used instead of the newly-built ones in /wrkdir/build/lib. QTBUG-40825 discusses this behavior upstream, but there has been no agreement on a solution yet. For now, the solution adopted is to make the compiler and the linker aware of those paths but only try them last after all others, and this is achieved by setting the CPATH and LIBRARY_PATH environment variables when qmake is being used. In addition to setting them in CONFIGURE_ENV and MAKE_ENV, we also need to stop changing QMAKE_INCDIR and QMAKE_LIBDIR as well as filter those paths from the pkg-config calls qtbase's configure script makes. - Call qmake from the root of the ${WRKSRC}. In Qt 5.3, Qt's build infrastructure has undergone some changes that make our previous approach of calling qmake from the directories we want to build stop working. Things would break even more in Qt 5.4, in which qtbase's configure script does not accept the -process, -fully-process and -dont-process arguments anymore (it always behaves as if -process had been used). Bite the bullet and start calling qmake from ${WRKSRC}. The largest part of this change involves changing lines in Makefiles from WRKSRC_SUBDIR= foo/bar to BUILD_WRKSRC= ${WRKSRC}/foo/bar INSTALL_WRKSRC= ${WRKSRC}/foo/bar as well as adding patches to .pro files to avoid entering other subdirectories and removing post-configure targets that are not necessary anymore. Since qmake needs to be called from the top of ${WRKSRC} anyway, we can also simplify the configuration process for the qtbase ports a little. Looking at r10019 it is not clear why we started calling qmake in the pre-configure target in addition to the post-configure one (while also skipping it in do-configure), but we can now drop this call since letting configure behave as if -process had been passed means it will call qmake on its own and overwrite the files generated by the pre-configure call. We still need to call qmake in post-configure though, as the configure script does not pass -recursive when calling qmake and we need to be able to call make from any subdirectory when building. PR: 194762 [1] PR: 194566 # exp-run with base GCC and clang PR: 194088 [3] * - Update to 0.999madpilot2014-11-053-11/+12 | * Remove duplicate portantoine2014-11-055-57/+0 | * databases/p5-DBD-cego: fix Makefilepi2014-11-051-4/+1 | * databases/p5-DBD-cego: 1.2.8 -> 1.2.9pi2014-11-052-10/+16 | | | | | | - Modifications in Cego.xs to support newer releases of DBI Submitted by: Björn Lemke <lemke@lemke-it.com> * Add new port databases/pecl-yacmarino2014-11-055-0/+57 | | | | | | | | | | | | | PR: 194553 Submitted by: John Pupu Yac is a shared memory user data cache for PHP. It can be used instead of APC or local memcached. Yac is lockless, which it is very fast, but there could be a chance the wrong data will be retrieved (it depends on how many key slots are allocated and how many keys are stored), so a product using Yac should not be very sensitive to data loss. * Update CONFLICTS.ale2014-11-052-2/+6 | | | | | PR: 194810 Submitted by: spil.oss@gmail.com * Update CONFLICTS.ale2014-11-051-3/+7 | | | | | PR: 194809 Submitted by: spil.oss@gmail.com * Add new ports databases/mariadb100-server and -client (version 10.0)marino2014-11-0451-0/+1734 | | | | | | | | | | | | PR: 193539 Submitted by: spil.oss (gmail) MariaDB is a database server that offers drop-in replacement functionality for MySQL. MariaDB is built by some of the original authors of MySQL, with assistance from the broader community of Free and open source software developers. In addition to the core functionality of MySQL, MariaDB offers a rich set of feature enhancements including alternate storage engines, server optimizations, and patches. * - Update to version 0.9.4 [1]pawel2014-11-022-4/+4 | | | | | | | - Code is under 2 clause BSD license PR: 194095 Submitted by: maintainer * Update to 4.2.11matthew2014-11-012-3/+3 | | | | | | This is a routine bugfix update ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.2.11/phpMyAdmin-4.2.11-notes.html/view * Add READLINE option and conditionally add readline to USES, thismadpilot2014-11-011-3/+9 | | | | | | | | | | | fixes command line editing on head, which does not install libreadline anymore in base. While heere also add ncurses USES. PR: 194717 Submitted by: me Approved by: Pavel Volkov <pavelivolkov at gmail.com> (maintainer) * Simplify more the plistbapt2014-11-011-13/+2 | * Fix packagingantoine2014-11-011-1/+1 |