| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 188717
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
|
|
|
|
|
|
|
| |
- Add LICENSE
PR: 188957
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
|
|
|
|
|
|
| |
Use options helpers
Use options sub
strip binaries
|
| |
|
|
|
|
|
|
|
| |
. do not use desktop-file-utils (there are no mime types at the desktop file);
. bump PORTREVISION.
Reported by: jenkins (swills via e-mail) [1]
|
| |
|
|
|
|
|
|
|
| |
. update to version 0.9.6.1.
PR: ports/188871 [1]
Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries. Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field. In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.
PR: ports/188759
Exp-run: bdrewery
Approved by: portmgr (bdrewery)
|
|
|
|
|
|
|
|
|
| |
Pass a PREFIX-safe Python library directory to Python --install arguments.
While I'm here:
- Re-order and sort USE(S) and PYDISTUTILS entries
- Whitespace alignment
|
| |
|
|
|
|
| |
Obtained from: pkgsrc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The maintainer actually provided a PR to address the breakage long
before it was marked broken. itetcu asked him a valid question: Why
is sqlbuddy defaulting to sqlite when it is primarily a mysql tool?
The question was never answered and the PR got thrown back on the heap.
The SQLite component is what is missing. Let's remove sqlite as an
option to restore the build and stage while here. It's bumped because
of the change in default options.
PR: ports/181708
submitted by: maintainer (Chenguang Li)
modified by: marino
MFH: 2014Q2
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
ocamlfind ocamlc -g -package unix,extlib,pcre,calendar,csv \
-pp "camlp4o pa_extend.cmo q_MLast.cmo -parser Camlp4MacroParser -impl" \
-I +camlp4 -c -impl pa_pgsql.ml4
File "pa_pgsql.ml4", line 127, characters 16-16:
Error: Unbound value _loc
Reported by: pkg-fallout
With hat: portmgr
|
|
|
|
|
| |
Support stage
Use lua 5.2
|
|
|
|
|
|
|
|
|
|
|
| |
1.12.1 07-April-2014
----------------------------------------------
- Fixed deadlock in SearchManager
- Fixed notification emission when appending items
- Fixed ItemRetriever ignoring changeSince argument
- Fixed X-AKAPPEND command response
- Fixed RID-based FETCH
- Fixed data loss in case of long-lasting copy or move operations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
|
|
|
|
|
|
| |
- Bump PORTREVISION (dependencies changed)
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Pet portlint
- pkg-plist fix
PR: ports/188664
Submitted by: Bartek Rutkowski <ports@robakdesign.com> (maintainer)
|
|
|
|
|
|
| |
PR: ports/188652
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr@ (blanket)
|
| |
|
|
|
|
|
|
|
|
| |
- Pet portlint
PR: ports/188650
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr@ (blanket)
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE [1]
- Pet portlint [1]
- Move freetds version check to pre-build to avoid issues when patching when freetds isn't installed
PR: ports/188646
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr@ (blanket)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE [1]
- Pet portlint [1]
- Avoid deprecated USE_PYDISTUTILS=easy_install
- Switch to automatic PLIST
- Bump PORTREVISION due to package change
PR: ports/188622 [1]
Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1]
Approved by: portmgr@ (blanket)
|
|
|
|
|
|
|
|
| |
- Pet portlint
PR: ports/188619
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr@ (blanket)
|
|
|
|
|
|
| |
PR: ports/188606
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr@ (blanket)
|
|
|
|
|
|
|
|
|
|
| |
- Fix pkg-plist
- Add LICENSE
- Pet portlint
PR: ports/188605
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr@ (blanket)
|
|
|
|
|
|
|
|
| |
- Pet portlint
PR: ports/188602
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
|
|
|
|
| |
Reported by: swills@
|
|
|
|
|
|
|
|
|
|
|
| |
- Pet portlint [1]
- Update to 1.9.7
- Convert to PYDISTUTILS_AUTOPLIST
- Update WWW
- Add LICENSE
PR: 188610 [1]
Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1]
|
|
|
|
|
|
|
|
|
|
|
| |
- Pet portlint [1]
- Add LICENSE [1]
- Convert to PYDISTUTILS_AUTOPLIST
- Mark DEPRECATED
- Reset maintainer to ports@
PR: 188620 [1]
Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1]
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
| |
This is a routine bugfix update
Change log: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.13/phpMyAdmin-4.1.13-notes.html/view
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2014-03-10 www/p5-CGI-modules: No more public distfiles
2014-04-10 www/p5-WWW-Link: Depends on expired www/p5-CGI-modules
2014-03-10 www/sbox-dtc: No more public distfiles
2014-04-10 sysutils/dtc: Depends on expired www/sbox-dtc
2014-03-10 textproc/glimpse: No more public distfiles
2014-04-10 ftp/ftplocate: Depends on expired textproc/glimpse
2014-04-10 misc/tkman: Depends on expired textproc/glimpse
2014-04-09 devel/asl: Unmaintained since 1997
2014-04-09 net/pcnfsd: Unmaintained since 1997
2014-04-10 cad/chipmunk: Unmaintained since 1999
2014-04-10 graphics/comix: Insists on installing in /usr/local, and uses nautilus2 which is deprecated.
2014-04-10 www/mambo: Broken for more than 6 months
2014-04-10 devel/lua-rds-parser: Broken for more than 6 months
2014-04-10 editors/the: Unmaintained since 1999
2014-04-10 japanese/exmh2: Unmaintained since 1999
2014-04-10 net/freewais-sf: Unmaintained since 1999
2014-04-10 editors/elvis: Unmaintained since 1999
2014-04-10 japanese/sed: Unmaintained since 1999
2014-04-10 x11-fm/xfm: Unmaintained since 1999
2014-04-10 print/rtf2latex: Unmaintained since 1999
2014-04-10 graphics/fbm: Unmaintained since 1999
2014-04-11 devel/p5-Penguin-Easy: Unmaintained since 2000
2014-04-11 emulators/prodosemu: Unmaintained since 2000
2014-04-11 security/gtkportscan: Unmaintained since 2000
2014-04-11 graphics/xmfract: Unmaintained since 2000
2014-04-11 databases/xmbase-grok: Unmaintained since 2000
2014-04-11 emulators/svr4_base: Unmaintained since 2000
2014-04-11 math/freefem: Unmaintained since 2000
2014-04-11 graphics/tiff2png: Unmaintained since 2000
2014-04-11 math/wingz: Unmaintained since 2000
2014-04-11 lang/STk: Unmaintained since 2000
2014-04-11 graphics/kdc2tiff: Unmaintained since 2000
2014-04-11 math/xlispstat: Unmaintained since 2000
2014-04-11 databases/typhoon: Unmaintained since 2000
2014-04-11 graphics/dc20ctrl: Unmaintained since 2000
2014-04-11 www/fhttpd: Unmaintained since 2000
2014-04-11 graphics/xmorph: Unmaintained since 2000
2014-04-11 editors/axe: Unmaintained since 2000
2014-04-11 www/cgic: Unmaintained since 2000
|
|
|
|
| |
Discussed with: gnome (kwm)
|
|
|
|
|
| |
- Pet portlint: use PYTHON_DISTNAME instead of PYTHON_DISTFILE
- Use USES=tar:xz
|
|
|
|
|
| |
- Pet portlint: use PYTHON_DISTNAME instead of PYTHON_DISTFILE
- Use USES=tar:xz
|
|
|
|
|
| |
- Pet portlint: use PYTHON_DISTNAME instead of PYTHON_DISTFILE
- Use USES=tar:xz
|
|
|
|
|
|
|
| |
- Stage
- Fix DOXYGEN support
- Replace tab with space in WWW
- Add LICENSE
|
|
|
|
| |
With hat: portmgr
|
|
|
|
| |
Sponsored by: The FreeBSD Foundation
|
| |
|
| |
|
|
|
|
| |
Allow packaging as a user
|
|
|
|
| |
Allow packaging as a user
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Dancer-Plugin-DBIC/Changes
PR: 188309
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
| |
- Use tar:bz2
- Convert spaces to tabs
PR: ports/188204
Submitted by: "Mohammad S. Babaei" <info@babaei.net> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove DEFAULT_PHP_VER
- Bump PORTREVISION for dependency change
- While I'm here:
- Use USE_PHPEXT and PHP_MODNAME
- Remove unnecessary CONFIGURE_ARGS
- Simplify Makefile: move common part of two extra patches to patch-adodb.c
- Use USES=dos2unix
- Support STAGEDIR
- Use single space after WWW:
PR: ports/188236
Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Horde_ActiveSync 2.13.3 -> 2.13.4
Horde_Alarm 2.1.0 -> 2.2.0
Horde_Argv 2.0.7 -> 2.0.8
Horde_Auth 2.1.2 -> 2.1.3
Horde_Cache 2.4.1 -> 2.4.2
Horde_Cli 2.0.4 -> 2.0.5
Horde_Crypt 2.4.1 -> 2.4.2
Horde_Date 2.0.8 -> 2.0.9
Horde_Db 2.1.0 -> 2.1.1
Horde_Form 2.0.7 -> 2.0.8
Horde_HashTable 1.1.1 -> 1.1.2
Horde_History 2.2.1 -> 2.3.0
Horde_Http 2.0.5 -> 2.1.0
Horde_Image 2.0.5 -> 2.0.6
Horde_Imap_Client 2.19.1 -> 2.19.2
Horde_ListHeaders 1.1.0 -> 1.1.1
Horde_Mail 2.1.5 -> 2.1.6
Horde_Smtp 1.4.0 -> 1.4.1
Horde_TimeZone 1.0.5 -> 1.0.6
|
|
|
|
|
|
|
|
| |
- Add LICENSE (MIT) [1]
- Pet portlint(1) by reformatting WWW link
PR: ports/188242 [1]
Submitted by: Rober Kruus <rob.kruus@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: ports/188225
Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
|
|
|
|
|
|
| |
Changes: http://www.sqlite.org/releaselog/3_8_4_2.html
PR: ports/1878224
Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Correct LICENSE definition
- Specify LICENSE_FILE
- Convert USE_BZIP2=yes to USES=tar:bzip2
- Use DEFAULT_VERSIONS instead of DEFAULT_PHP_VER
- Use COPYTREE_SHARE istead of CP
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2014-04-03 www/aolserver: abandonware, messing up on clusters
2014-04-03 www/openacs-dotlrn: Depends on expiring www/aolserver
2014-04-03 www/openacs: Depends on expiring www/aolserver
2014-04-03 security/aolserver-nsmcrypt: abandonware, messing up on clusters
2014-04-03 www/aolserver-xotcl: abandonware, messing up on clusters
2014-04-03 graphics/aolserver-nsgd: abandonware, messing up on clusters
2014-04-03 security/aolserver-nsencrypt: abandonware, messing up on clusters
2014-04-03 security/aolserver-nsmhash: abandonware, messing up on clusters
2014-04-03 archivers/aolserver-nszlib: abandonware, messing up on clusters
2014-04-03 security/aolserver-nsopenssl: abandonware, messing up on clusters
2014-04-03 databases/aolserver-nspostgres: abandonware, messing up on clusters
2014-04-03 databases/aolserver-nsmysql: abandonware, messing up on clusters
2014-04-03 security/aolserver-nssha1: abandonware, messing up on clusters
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes since 1.11.0:
* Improved 'akonadictl status' command output
* Server-search support
* Search plugins support
* Tags support
* Fixes and improvements in search
* Fixes in protocol parser
* Fixed inter-resource moves
* Fixed .desktop files parsing
* Optimized collections tasks scheduling
* Optimized flags handling
* Optimized appending new items via AK-APPEND
* Handle database transactions deadlocks and timeouts
* Improved PostgreSQL support
* Soprano is now an optional dependency
* Removed MySQL Embedded support
|
|
|
|
|
|
|
| |
- set maintainership to Yuri Perezhilin <yuri@rivera.ru>
PR: ports/187579
Submitted by: Yuri Perezhilin <yuri@rivera.ru>
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Dancer-Plugin-Database-Core/Changes
|
|
|
|
|
|
|
|
|
|
| |
high-availability solution with high system up-time, no data loss,
and scalability for future growth.
WWW: http://galeracluster.com
PR: ports/184654
Submitted by: Horia Racoviceanu <horia@racoviceanu.com>
|
|
|
|
| |
- Use @dirrm instead of @dirrmtry for sub-directory of a @dirrm'd directory
|
|
|
|
| |
Fix license
|
|
|
|
|
| |
PR: ports/185013
Submitted by: Alexandre Biancalana <ale@biancalanas.net>
|
|
|
|
| |
Update pkg-plist to be more convenient with pkgng(1).
|
| |
|
| |
|
|
|
|
|
|
| |
from there
Reported by: "vadim s. sabinich" <vadim@sabini.ch>
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Define an explicit option for the optional SASL dependency
- Bump PORTREVISION
Approved by: portmgr (blanket infrastructure)
|
|
|
|
|
|
|
| |
- While here, stage.
PR: ports/188079 [1]
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> [1]
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2014-03-07 emulators/gxmame: Depends on deprecated emulators/xmame
2014-03-07 emulators/pyxmame: Depends on deprecated emulators/xmame
2014-03-07 emulators/xmess: No more public distfiles
2014-03-07 benchmarks/xdd: No more public distfiles
2014-03-07 chinese/srecite: No more public distfiles
2014-03-07 games/hlstats: No more public distfiles
2014-03-07 audio/teamspeak_server: No more public distfiles
2014-03-07 games/utserver: No more public distfiles
2014-03-07 databases/p5-hp200lx-db: No more public distfiles
2014-03-07 audio/teamspeak_client: No more public distfiles
2014-03-10 german/vtiger: Depends on expiring www/vtiger
2014-03-10 www/gallery: No more public distfiles
2014-03-10 www/vtiger: No more public distfiles
2014-03-10 net/linux-nx-client: No more public distfiles
2014-03-10 emulators/extract-xiso: No more public distfiles
2014-03-10 www/trac-wantedpages: No more public distfiles
2014-03-10 www/trac-ldap: No more public distfiles
2014-03-10 www/trac-codetags: No more public distfiles
2014-03-10 www/trac-addcomment: No more public distfiles
2014-03-10 www/trac-nav: No more public distfiles
2014-03-10 www/baikal: No more public distfiles
2014-03-10 www/trac-pagetopdf: No more public distfiles
2014-03-10 sysutils/logmon: No more public distfiles
2014-03-10 www/trac-simpleticket: No more public distfiles
2014-03-10 www/trac-wikinegotiator: No more public distfiles
2014-03-10 www/trac-pagelist: No more public distfiles
2014-03-10 www/trac-remind: No more public distfiles
2014-03-10 www/trac-macropost: No more public distfiles
2014-03-10 mail/vexim: No more public distfiles
2014-03-10 lang/rscheme: No more public distfiles
|
|
|
|
| |
WWW: https://github.com/collectiveidea/awesome_nested_set
|
|
|
|
| |
Change log: https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-30.html
|
|
|
|
|
|
|
|
| |
9.x in order to prevent run-time breakage after the recent changes in
libiconv
- Bump port revision for lang/ghc and all dependents, as a consequence
Obtained from: FreeBSD Haskell
|
|
|
|
|
|
| |
PR: 187938
Submitted by: Geoff Garside < freebsd at geoffgarside.co.uk >
Reviewed by: swills@
|
|
|
|
|
|
| |
This is a routine bugfix release
Release Notes: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.12/phpMyAdmin-4.1.12-notes.html/view
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The initial version submitted in the PR was augmented by later changes
seen in pkgsrc where the counterpart is maintained by the submitter.
==
This OCaml library is a binding to the NDBM/GDBM Unix "databases". It
provides persistent storage of key-value pairs of strings.
WWW: http://forge.ocamlcore.org/projects/camldbm/
==
PR: ports/176115
Submitted by: Jaap Boender
Maintainer: Jaap Boender
Stage support: Taken from pkgsrc
|
|
|
|
|
|
|
|
|
| |
The referenced PR was implemented, and then augmented with stage
support from pkgsrc. The unique license was also documented.
PR: ports/176067
Submitted by: maintainer (Jaap Boender)
Stage support: Taken from pkgsrc
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Without direction, GPRconfig will create a cgpr file at the standard
$PREFIX/lib/gnat repository. This is the cause of the builder
failures because it touches a part of the userland it's not supposed to.
GPRconfig should be modified not to do this; it is never desirable.
In the meantime, the fix for APQ is to specify .cgpr targets which do
not exist so GPRconfig creates them there instead of $PREFIX/lib/gnat.
Reported by: swills
|
|
|
|
|
|
|
|
|
| |
- Sort *_DEPENDS
- Convert to new options helper
- Remove USE_PERL5=extract and outdated post-extract:
- Remove no-op SHA option
Changes: http://search.cpan.org/dist/DBIx-Class-EncodedColumn/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBD-mysql/ChangeLog
|
|
|
|
| |
Changes: http://search.cpan.org/dist/DBD-SQLite/Changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
APQ is a database interface library written in Ada95. This is the base
library, but it is not useful without a driver. There are three drivers
available for PostgreSQL, MySQL, and ODBC in separate ports.
Some features:
* Thick binding
* Strong typing support
* Full BLOB support (PGSQL)
* High performance BLOB I/O via streams
* Full support for NULL Values
* Fully portable (database neutral) code possible
* Four levels of debug tracing
WWW: https://bitbucket.org/kowframework/apq
|
|
|
|
|
|
| |
- Also pass --defaults-extra-file to mysql_install_db [1]
Submitted by: Daniel Ylitalo <daniel@203core.se>
|
|
|
|
|
|
| |
- Also pass --defaults-extra-file to mysql_install_db [1]
Submitted by: Daniel Ylitalo <daniel@203core.se>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2014-03-23 deskutils/lxshortcut: Now distributed with x11/libfm-1.2.0
2014-03-23 databases/p5-Ima-DBI-Contextual: deprecated by upstream
2014-03-23 databases/p5-Class-DBI-Lite: deprecated by upstream
2014-03-23 net/AquaGatekeeper: Binary port of software abandoned by the vendor
2014-03-23 mail/mailutils: This port needs to be taken care of, it suffers from bit rot. Especially with options other than GUILE, uninstall may leave files behind
2014-03-23 games/xflame: No more public distfiles
2014-03-23 games/p5-Algorithm-Pair-Best: Use games/p5-Algorithm-Pair-Best2 instead
2014-03-24 x11-wm/hackedbox: Abandonware
2014-03-23 emulators/hfs: No upstream, no public distfiles; consider using 'sysutils/hfsutils'
2014-03-23 games/fuhquake: Upstream disappeared; no more public distfiles; unmaintained
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Dancer-Plugin-DBIC/Changes
PR: ports/187710
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
|
|
|
|
| |
firebird25 instead
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Rewrite entries for pkg-plist.
<ChangeLog>
>> General
* [FIX] Sometimes the absolute config file path was obtained in a wrong way.
This happened when there was a "dir" directive inside the config file
and at the same time the configuration file was given as a relative
path to redis-server or redis-sentinel executables.
* [FIX] redis-cli: Automatically enter --slave mode when SYNC or PSYNC are
called during an interactive session.
* [FIX] BITCOUNT: fixed unaligned access causing issues in sparc and other
archs not capable of dealing with unaligned accesses. This also makes
the code faster in archs where unaligned accesses are allowed.
* [FIX] Force INFO used_memory_peak to match peak memory. This generated some
confusion among users even if it was not an actual bug.
* [FIX] Fixed an critical EVALSHA script cache bug: scripts executed may not
propagate to AOF / Slaves correctly under certain conditions.
See issue #1549 at Github for more information.
* [FIX] Fixed multiple bugs resulting into closing the link with master or slave
during replication without good reasons. This will result in useless
resynchronizations, or infinite loops where the replication link can't
be established.
* [FIX] Don't count the time needed to populate the buffers of clients waiting
in MONITOR mode when populating the Slow Log entries.
* [NEW] Redis-cli updated to use SCAN instead of random sampling via
RANDOMKEY in order to implement --bigkeys feature. Moreover the
implementation now supports pipelining and reports more information
at the end of the scan. Much faster, much better. A special thank
you to Michael Grunder for this improvement.
* [NEW] redis-cli now supports a new --intrinsic-latency mode that is able
to meter the latency of a system due to kernel / hypervisor.
How to use it is explained at http://redis.io/topics/latency.
* [NEW] New command BITPOS: find first bit set or clear in a bitmap.
* [NEW] CONFIG REWRITE calls are now logged.
* [NEW] AOF write errors (like no space on device) no longer abort Redis if the
fsync policy is none or every second. The database enters a read-only
mode where every write is refused with an error. Normal operations are
restored as soon as Redis is able to append again data to the AOF file.
* [NEW] Sentinel now accepts SHUTDOWN command.
>> Cluster
* [FIX] Bind the first interface listed in the "bind" configuration directive
if any, in order to perform outgoing connections. This fixes Cluster
usage when an address is bound but there are multiple interfaces that
may be used to connect with other nodes.
* [FIX] When an "Importing" slot is closed via CLUSTER SETSLOT NODE ...
increment the configEpoch in the special case it is zero.
* [FIX] Current transaction is invalidated on redirection errors.
* [FIX] Abort if port does not allow for a valid cluster bus port that is
always at fixed +10000 offset.
* [FIX] Keys extraction algorithm fixed for ZUNIONSTORE/ZINTERSTORE and SORT.
* [FIX] Better failover timeout and retry times: failover should now work
reliabily when node-timeout is very small (a few milliseconds).
* [FIX] Don't allow SORT GET/BY options in Cluster mode.
* [FIX] Clear importing/migrating state when turning from master to slave role.
* [FIX] Set slot error if we receive an update for a busy slot.
* [FIX] Update node configEpoch on UPDATE messages.
* [NEW] Support multi-key operations as long as keys resolve to the same
hash slot, and the slot is not migrating, or it is migrating but all
the mentioned keys are available.
* [NEW] New DEBUG command CMDKEYS available to debug / test keys identification
in Redis commands.
* [NEW] redis-trib: create subcommand is now able to assign spare slaves.
* [NEW] redis-trib: new subcommand 'call'. Exec command in all nodes.
>> Sentinel
* [FIX] Sentinel "IDONTKNOW" error removed as it does not made sense with the
new Sentinel design. This error was actually a fix for a design error
in the first implementation of Sentinel.
* [FIX] Sentinel: added a missing exit() call to abort after config file
checks at startup. This error was introduced with an improvement in
a previous 2.8 release.
* [FIX] Sentinel: better nodes fail over start time desynchronization to avoid
split-brain during the voting process needed to get authorization to
fail over. This means the system is less likely to need to retry
and will fail over faster. No changes in behavior / correctness.
* [NEW] Sentinel unit tests and framework. More tests needed and units must
be improved in order to have less false positives, but it is a start
and features a debugging console that is useful to fix tests or to
inspect bugs causing tests failures.
* [NEW] New Sentinel events: +/-monitor and +set used to monitor when an
instance to monitor is added or removed, or when a configuration
is modified via SENTINEL SET.
</ChangeLog>
|
|
|
|
| |
PR: ports/186875
|
| |
|
|
|
|
|
|
|
|
|
| |
This is a quick-reaction update to fix a regression in 4.1.10 released
earlier today:
reCaptcha on the login panel no longer worked
Release notes: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.11/phpMyAdmin-4.1.11-notes.html/view
|
|
|
|
|
|
|
|
| |
* USE_XZ -> USES tar:xz
This is a routine bugfix update.
Release notes: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.10/phpMyAdmin-4.1.10-notes.html/view
|
|
|
|
| |
the ossp library present, and then we never use it.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
version of the database system, including versions 9.3.4, 9.2.8, 9.1.13,
9.0.17, and 8.4.21. This minor release fixes a data corruption issue with
replication and crash recovery in version 9.3, as well as several other minor
issues in all versions. All users of version 9.3 are urged to update their
installations at the next possible downtime. Users of older versions should
update at their convenience.
The data corruption issue in PostgreSQL 9.3 affects binary replication
standbys, servers being recovered from point-in-time-recovery backup, and
standalone servers which recover from a system crash. The bug causes
unrecoverable index corruption during recovery due to incorrect replay of row
locking operations. This can then cause query results to be inconsistent
depending on whether or not an index is used, and eventually lead to primary
key violations and similar issues. For this reason, users are encouraged to
replace each of their standby databases with a new base backup after applying
the update.
See release notes for more changes.
URL: http://www.postgresql.org/docs/current/static/release.html
URL: https://wiki.postgresql.org/wiki/20140320UpdateIssues
A change specific to the FreeBSD port:
Modify the contrib/uuid-ossp to actually work (not crashing the backend) by
using the libc implementation of uuid instead of the ossp port. Schemas and
queries will just work. Based on the work of Andrew Gierth. 9.1+ EXTENSION
support added by girgen@.
URL: http://pgfoundry.org/projects/uuid-freebsd
PR: ports/121745, ports/182846
|
|
|
|
|
| |
- Use shebangfix
- Define DOCS option
|
|
|
|
|
|
| |
don't have time to investigate)
Submitted by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer)
|
|
|
|
|
| |
2014-03-18 databases/ludia: Broken since June 2013
2014-03-18 lang/schemetoc: Broken since July 2013
|
| |
|
|
|
|
| |
- Add regression-test:
|
|
|
|
|
| |
PR: 187666
Submitted by: Michael Gmelin <freebsd@grem.de>
|
|
|
|
|
|
|
|
| |
transparently handles disconnects and forks, supports transactions,
pipelining, and subscription mode. Module includes XS and pure Perl
versions of the parser.
WWW: http://search.cpan.org/dist/RedisDB/
|
|
|
|
|
|
| |
from the server.
WWW: http://search.cpan.org/dist/RedisDB-Parser/
|
| |
|
|
|
|
|
|
|
| |
- Support STAGEDIR
PR: ports/187662
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
|
| |
|
|
|
|
|
|
|
|
| |
- Strip library [1]
- Remove optional instalation of example files
PR: ports/187603 [1]
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/187604
Submitted by: maintainer
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Simplify Makefile
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Convert to stage support. State which BSD license is meant. [2]
PR: ports/181201 [1]
Submitted by: Daniel Ylitalo <daniel@blodan.se> [1]
Approved by: maintainer timeout (osa, 6 months) [1]
Approved by: portmgr (blanket) [2]
|
|
|
|
|
|
|
| |
- Support staging
PR: ports/187455
Submitted by: maintainer
|
|
|
|
|
|
| |
Changes: http://www.sqlite.org/releaselog/3_8_4.html
PR: ports/187445
Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
|
|
|
|
|
|
|
| |
- mysql is in-process of being unbroken
- stage support will be addressed in a later commit
Changes: http://community.jaspersoft.com/what-is-new
|
| |
|
| |
|
|
|
|
| |
net/samba41 port.
|
| |
|
|
|
|
|
|
|
|
|
| |
- Add memcached dependency since it seems required to run
- Use UIDs and GIDs and create a user for swift since that seems required
PR: ports/187421
Submitted by: swills (myself)
Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
|
|
|
|
|
| |
PR: ports/187428
Submitted by: swills
|
|
|
|
|
|
|
|
|
|
|
| |
DBIx::Admin::TableInfo is a pure Perl module. It is a convenient wrapper around
all of these DBI methods:
- table_info()
- column_info()
- primary_key_info()
- foreign_key_info()
WWW: http://search.cpan.org/dist/DBIx-Admin-TableInfo/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
DBIx::Admin::DSNManager manages a file of DSNs, for both testing and production.
The INI-style format was selected, rather than, say, using an SQLite database,
so that casual users could edit the file without needing to know SQL and without
having to install the command line program sqlite3.
Each DSN is normally for something requiring manual preparation, such as
creating the database named in the DSN.
In the case of SQLite, etc, where manual intervention is not required, you can
still put the DSN in dsn.ini.
One major use of this module is to avoid environment variable overload, since it
is common to test Perl modules by setting the env vars $DBI_DSN, $DBI_USER and
$DBI_PASS.
But then the problem becomes: What do you do when you want to run tests against
a set of databases servers? Some modules define sets of env vars, one set per
database server, with awkward and hard-to-guess names. This is messy and
obscure.
DBIx::Admin::DSNManager is a solution to this problem.
WWW: http://search.cpan.org/dist/DBIx-Admin-DSNManager/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
DBIx::Admin::CreateTable is a pure Perl module.
Database vendors supported: MySQL, Oracle, Postgres, SQLite.
Assumptions:
- Every table has a primary key
- The primary key is a unique, non-null, integer
- The primary key is a single column
- The primary key column is called 'id'
- If a primary key has a corresponding auto-created index, the index is called
't_pkey': This is true for Postgres, where declaring a column as a primary
key automatically results in the creation of an associated index for that
column. The index is named after the table, not after the column.
- If a table 't' (with primary key 'id') has an associated sequence, the
sequence is called 't_id_seq': This is true for both Oracle and Postgres,
which use sequences to populate primary key columns. The sequences are named
after both the table and the column.
WWW: http://search.cpan.org/dist/DBIx-Admin-CreateTable/
|
|
|
|
|
|
|
|
|
|
|
| |
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs)
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Dancer-Plugin-DBIC/Changes
PR: ports/187382
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
|
|
|
|
| |
Reported by: pkg-fallout
|
| |
|
|
|
|
| |
since more than 12 years)
|
|
|
|
|
|
|
| |
- Add staging support
PR: ports/187356 [1]
Submitted by: maintainer
|
|
|
|
| |
It seems infozip is not needed (java dumps core in the middle of the install here so not totally sure)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Correct LICENSE [1]
- Add staging support [1]
- Use USES=zip
- Remove leading article from COMMENT
- Docs files don't need optional installation with stage, convert
installation procedure to COPYTREE_SHARE
PR: ports/187336
Submitted by: Jim Ohlstein <jim@ohlste.in>
|
|
|
|
|
|
| |
This is a routine bugfix release.
ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.9/phpMyAdmin-4.1.9-notes.html/view
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2014-03-07 deskutils/phprojekt: No more public distfiles
2014-03-07 deskutils/libopensync-plugin-synce-legacy: No more public distfiles
2014-03-07 dns/skadns: No more public distfiles
2014-03-07 sysutils/gkrellmwho2: No more public distfiles
2014-03-07 audio/xmms-musepack: No more public distfiles
2014-03-07 archivers/bzip: No more public distfiles
2014-03-07 devel/cvsstat: No more public distfiles
2014-03-07 graphics/enfle: No more public distfiles
2014-03-07 audio/oggsplit: No more public distfiles
2014-03-07 devel/picasm: No more public distfiles
2014-03-07 databases/mysql-udf-preg: No more public distfiles
2014-03-07 devel/py-gitpython: No more public distfiles
2014-03-07 net/mars_nwe: No more public distfiles
2014-03-07 audio/fmio: No more public distfiles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
horde 5.1.5 -> 5.1.6
imp 6.1.6 -> 6.1.7
Horde_Alarm 2.0.5 -> 2.1.0
Horde_Auth 2.1.1 -> 2.1.2
Horde_Autoloader 2.0.1 -> 2.1.0
Horde_Browser 2.0.4 -> 2.0.5
Horde_Crypt 2.4.0 -> 2.4.1
Horde_Date 2.0.7 -> 2.0.8
Horde_Dav 1.0.3 -> 1.0.4
Horde_Db 2.0.4 -> 2.1.0
Horde_Editor 2.0.3 -> 2.0.4
Horde_Form 2.0.6 -> 2.0.7
Horde_Group 2.0.2 -> 2.0.3
Horde_Imap_Client 2.18.4 -> 2.18.6
Horde_SessionHandler 2.2.3 -> 2.2.4
Horde_Share 2.0.4 -> 2.0.5
Horde_Url 2.2.1 -> 2.2.2
Horde_Vfs 2.1.2 -> 2.2.0
|
| |
|
|
|
|
|
|
|
|
|
| |
Fix build with and without docs
Fix memcached eating 100% of memory when built with both libevent2 and libevent 1.4
installed at the same time by making sure to always find the event.h from libevent2 first
PR: ports/187337 ports/187340 ports/187309
Reported by: Lawrence "The Dreamer" Chen <beastie@tardisi.com>, Volodymyr Kostyrko <arcade@b1t.name>, Ross <basarevych@gmail.com>
|
|
|
|
|
| |
switch to USES=gmake libtool pathfix.
use USE_GNOME=glibmm
|
|
|
|
|
| |
Switch to USES=libtool, and change USE_AUTOTOOLS in libtoolize
so autogen.sh still works
|
|
|
|
| |
Submitted by: tijl@
|
|
|
|
| |
Stagify. Add USES=desktop-file-utils and libtool.
|
|
|
|
|
|
|
|
|
|
|
|
| |
c++ -fpic -DPIC -O2 -pipe -fno-strict-aliasing -I/usr/local/include/tcl8.4 -I/usr/local/include/mysql -c /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.cc -o sql-mysql.So
/wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.cc:1:17: error: tcl.h: No such file or directory
In file included from /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.h:3,
from /wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-mysql.cc:2:
/wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-interface.h: In member function 'virtual Sql_row* Sql_interface::fetchrow(int)':
/wrkdirs/usr/ports/databases/tcl-Mysql/work/tcl-sql/sql-interface.h:49: error: 'NULL' was not declared in this scope
...
Reported by: pkg-fallout
|
|
|
|
|
|
|
|
| |
libtool: compile: c++ -O2 -pipe -fno-strict-aliasing -Wall -pipe -I/usr/local/include -DDEFAULT_CONFIG_FILE=\"/usr/local/etc/sqlrelay.conf\" -DCACHE_DIR=\"/var/sqlrelay/cache\" -I./ -I../../ -I../../src/common -I../../src/util -I/usr/local/include -I/usr/include -DLIBEXECDIR=\"/usr/local/libexec/sqlrelay\" -c sqlrlistener.cpp -fPIC -DPIC -o .libs/sqlrlistener.o
sqlrlistener.cpp: In member function 'bool sqlrlistener::createSharedMemoryAndSemaphores(const char*)':
sqlrlistener.cpp:441: error: no matching function for call to 'sharedmemory::attach(key_t&)'
Reported by: pkg-fallout
|
|
|
|
| |
With hat: perl
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2014-03-05 databases/mysqlard: Abandonware
2014-03-05 print/acrobatviewer: Abandoned, outdated (no updates since 1999)
2014-03-06 multimedia/castpodder: Depends on deprecated multimedia/beep-media-player
2014-03-06 audio/bmp-modplug: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-fc: Abandonware, please consider using multimedia/audacious instead
2014-03-06 graphics/bmp-rootvis: Abandonware, please consider using multimedia/audacious instead
2014-03-06 deskutils/bmp-docklet: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-festalon: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-faad: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-flac: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-wma: Abandonware, please consider using multimedia/audacious instead
2014-03-06 multimedia/py-pybmp: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-mac: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-songchange: Abandonware, please consider using multimedia/audacious instead
2014-03-06 audio/bmp-htmlplaylist: Abandonware, please consider using multimedia/audacious instead
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<ChangeLog>
# UPGRADE URGENCY: LOW for Redis, LOW for Sentinel. However this release adds
new features so users may want to upgrade in order to
exploit the new functionalities.
* [FIX] Sometimes the absolute config file path was obtained in a wrong way.
This happened when there was a "dir" directive inside the config file
and at the same time the configuration file was given as a relative
path to redis-server or redis-sentinel executables.
* [FIX] redis-cli: Automatically enter --slave mode when SYNC or PSYNC are
called during an interactive session.
* [FIX] Sentinel "IDONTKNOW" error removed as it does not made sense with the
new Sentinel design. This error was actually a fix for a design error
in the first implementation of Sentinel.
* [FIX] Sentinel: added a missing exit() call to abort after config file
checks at startup. This error was introduced with an improvement in
a previous 2.8 release.
* [FIX] BITCOUNT: fixed unaligned access causing issues in sparc and other
archs not capable of dealing with unaligned accesses. This also makes
the code faster in archs where unaligned accesses are allowed.
* [FIX] Sentinel: better nodes fail over start time desynchronization to avoid
split-brain during the voting process needed to get authorization to
fail over. This means the system is less likely to need to retry
and will fail over faster. No changes in behavior / correctness.
* [FIX] Force INFO used_memory_peak to match peak memory. This generated some
confusion among users even if it was not an actual bug.
* [NEW] Sentinel unit tests and framework. More tests needed and units must
be improved in order to have less false positives, but it is a start
and features a debugging console that is useful to fix tests or to
inspect bugs causing tests failures.
* [NEW] New Sentinel events: +/-monitor and +set used to monitor when an
instance to monitor is added or removed, or when a configuration
is modified via SENTINEL SET.
* [NEW] Redis-cli updated to use SCAN instead of random sampling via
RANDOMKEY in order to implement --bigkeys feature. Moreover the
implementation now supports pipelining and reports more information
at the end of the scan. Much faster, much better. A special thank
you to Michael Grunder for this improvement.
* [NEW] redis-cli now supports a new --intrinsic-latency mode that is able
to meter the latency of a system due to kernel / hypervisor.
How to use it is explained at http://redis.io/topics/latency.
* [NEW] New command BITPOS: find first bit set or clear in a bitmap.
* [NEW] CONFIG REWRITE calls are now logged.
</ChangeLog>
|
|
|
|
| |
Use libevent2 instead of libevent
|
| |
|
| |
|
| |
|
|
|
|
| |
Reminded by: kwm
|
|
|
|
|
|
|
|
|
| |
libevent2 performs way better than libevent1
While here:
- support stage
- use options helpers
Approved by: swills (maintainer)
|
|
|
|
| |
- Fix dependency on mysql (lost after conversion to options helpers)
|
|
|
|
|
|
|
|
|
| |
libdbi. This drops support for msgl, sqlite2, firebird and freetds. [1]
Use DISTVERSION in MASTER_SITE instead of duplicating this information.
PR: 178780 [1]
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This supports multiple independent "instances", which permits programs
to use several dlopen()ed modules which are linked against libdbi. Support
for transactions and savepoints has been added, and drivers now receive
additional hints to optimize sequential reads from result sets.
Convert to staging (simplifying PORTDOCS handling).
PR: 178779 [1]
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [1]
Approved by: maintainer timeout (clsung, >9 months) [1]
|
|
|
|
|
|
|
|
|
|
| |
Alberto Villa (avilla@) has done all the hard work to create Qt 5 ports.
Trivial update from 5.2.0-beta1 to 5.2.1 by me.
Special thanks for Adriaan de Groot <groot@kde.org> for his assistance for
Qt-5.2.0 update.
Approved by: portmgr (bapt) (for Mk/bsd.port.mk)
|
|
|
|
|
|
|
|
|
| |
Maintainer is not available for further feedback (Ukraine)
Stay safe, Alexandr
PR: ports/185012
Sponsored by: SupraNet Communications, Inc
|
| |
|
|
|
|
|
|
| |
Since I'm there, support staging.
Requested by: eadler
|
|
|
|
|
|
|
|
| |
- convert to using auto-generated packing list and remove NO_STAGE
- install docs into staging area uncoditionally
- remove local plist hack - it is now handled by bsd.python.mk
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
| |
- clarify the license (BSD3C)
- use 3 in USE_PYTHON
- convert to using auto-generated packing list and remove NO_STAGE
- remove local plist hack - it is now handled by bsd.python.mk
- bump PORTREVISION for the case
Approved by: portmgr (blanket)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- do not use easy_install for installation and convert to auto-generated packing list
- remove options descriptions, that already presented in bsd.options.desc.mk
- utilize options helpers
- install docs and examples into staging area uncoditionally
- remove inclusion of devel/py-virtualenv/files/py3k-fix-pkg-plist.inc - it's implemented in bsd.python.mk
- bump PORTREVISION because of package change
Approved by: nivit (maintainer, explicitly for such changes in his ports)
|
|
|
|
| |
Approved by: maintainer (via mail)
|
|
|
|
|
|
| |
And USE_GMAKE by USES=gmake where touching a port because of the above.
Approved by: portmgr (bapt) [1]
|
| |
|
|
|
|
| |
- Remove outdated PERL_LEVEL check
|
|
|
|
|
|
|
|
| |
- Fix shebang
- Bump PORTREVISION for package change
- Support STAGEDIR
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
| |
- Convert to new options framework
- Fix shebang
- Bump PORTREVISION for package change
- Support STAGEDIR
Approved by: portmgr (blanket)
|
|
|
|
| |
- Simplify Makefile
|
|
|
|
|
| |
- Use BINMODE and DOCMODE
- Simplify Makefile
|
|
|
|
| |
- Bump PORTREVISION for package change
|
|
|
|
|
|
|
|
| |
- Do not run misc tests
PR: ports/176855
Submitted by: sunpoet (myself)
Approved by: GGeraud CONTINSOUZAS <geraud@gcu.info> (maintainer)
|
|
|
|
|
|
|
| |
to say goodbye. Upstream unsupported it since 2011-01-06 (see
http://php.net/eol.php )
Strip PHP 5.2 out of Mk/bsd.php.mk
|
|
|
|
|
|
| |
Error logs are available in the pkg-fallout archives
Reported by: pkg-fallout since at least january 2014
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
PR: ports/187131
Submitted by: sunpoet (myself)
Approved by: ale (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here:
- Add BUILD_DEPENDS
- Convert to new options helper
- Sort PLIST
PR: ports/187127
Submitted by: parv <parv@pair.com> (maintainer)
|
|
|
|
|
|
| |
- Use shebangfix
- Define EXAMPLES option
- Define DOCS option
|
| |
|
|
|
|
|
|
|
|
| |
- Convert to USES
- Use options helper
PR: 181057
Submitted by: ports fury
|
|
|
|
|
| |
Reviewed by: postgresql@
Tested by: miwi and me
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Use USE_PYDISTUTILS=yes
- Remove PYDISTUTILS_PKGNAME
- Bump PORTREVISION for package change
|
|
|
|
|
|
| |
- Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILES and PYDISTUTILS_EGGINFO
- Update USE_PYTHON
- Support STAGEDIR
|
|
|
|
|
| |
- Remove patch of not using setuptools
- Bump PORTREVISION for package change
|
| |
|
|
|
|
|
|
| |
This is a routine bugfix relaease
ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.8/phpMyAdmin-4.1.8-notes.html/view
|
|
|
|
| |
- add stage support and fix pkg-plist
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Horde_Cache 2.4.0 -> 2.4.1
Horde_Css_Parser 1.0.3 -> 1.0.4
Horde_HashTable 1.1.0 -> 1.1.1
Horde_Imap_Client 2.17.1 -> 2.18.2
Horde_Injector 2.0.2 -> 2.0.3
Horde_Mail 2.1.4 -> 2.1.5
Horde_Mime 2.2.8 -> 2.2.9
Horde_Smtp 1.3.1 -> 1.4.0
Horde_Stream 1.5.0 -> 1.6.1
Horde_Stream_Wrapper 2.0.1 -> 2.1.0
Horde_Translation 2.0.1 -> 2.1.0
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Changes:
http://cpansearch.perl.org/src/FREW/DBIx-Class-Helpers-2.019004/Changes
|
| |
|
| |
|
|
|
|
| |
WWW: http://www.rubyforge.org/projects/ruby-dbi
|
| |
|
| |
|
|
|
|
| |
- STAGE-clean
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
update to all supported versions of the PostgreSQL database system,
which includes minor versions 9.3.3, 9.2.7, 9.1.12, 9.0.16, and
8.4.20. This update contains fixes for multiple security issues, as
well as several fixes for replication and data integrity issues. All
users are urged to update their installations at the earliest
opportunity, especially those using binary replication or running a
high-security application.
This update fixes CVE-2014-0060, in which PostgreSQL did not properly
enforce the WITH ADMIN OPTION permission for ROLE management. Before
this fix, any member of a ROLE was able to grant others access to the
same ROLE regardless if the member was given the WITH ADMIN OPTION
permission. It also fixes multiple privilege escalation issues,
including: CVE-2014-0061, CVE-2014-0062, CVE-2014-0063, CVE-2014-0064,
CVE-2014-0065, and CVE-2014-0066. More information on these issues can
be found on our security page and the security issue detail wiki page.
Security: CVE-2014-0060,CVE-2014-0061,CVE-2014-0062,CVE-2014-0063
CVE-2014-0064,CVE-2014-0065,CVE-2014-0066,CVE-2014-0067
|
|
|
|
|
|
|
| |
- Amend LICENSE (BSD3CLAUSE)
- Convert to USES=libtool:oldver
- Convert to options
- Add stage support
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: hrs (based on)
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
| |
clang 3.4 is pickier and refuses to work when passed flags it does not
understand, such as -fno-check-new in this case.
PR: ports/186873
|
|
|
|
| |
Reported by: mat
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Update polyglot to 0.3.4 since rails wants the newer version
- Update redmine to use new rails
Security: CVE-2014-0080 [1]
Security: CVE-2014-0081 [1]
Security: CVE-2014-0082 [1]
MFH: 2014Q1
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- support staging
PR: 186759
Submitted by: Alex Samorukov <samm@os2.kiev.ua>
Approved by: Aleksandr Kuzminsky <aleksandr.kuzminsky@percona.com> (maintainer)
|
|
|
|
| |
- Add LICENSE
|
|
|
|
| |
- STAGE-clean
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix with newer Django [2]
- Lots of other cleanups and improvements, including moving the data to a more
standard location
- Take maintainership, maintainer has not responded to PRs in many months
PR: ports/181043 [1]
PR: ports/185097 [2]
Submitted by: brd [1]
Submitted by: swills (myself) [2]
Approved by: maintainer timeout (bsdports@wayfair.com, >3 months)
|
|
|
|
| |
Sponsored by: Absolight
|
| |
|