aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* Update to 4.1.1Matthew Seaman2013-12-182-4/+3
| | | | | | | | | Routine bugfix update. ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.1/phpMyAdmin-4.1.1-notes.html/view Notes: svn path=/head/; revision=336801
* Fix LIB_DEPENDS conversionBaptiste Daroussin2013-12-171-1/+1
| | | | | | | Reported by: truckman Notes: svn path=/head/; revision=336771
* - Fix a typo in LIB_DEPENDS (s/libmemcached.do/libmemcached.so) [1]Danilo Egea Gondolfo2013-12-171-2/+1
| | | | | | | | | | - Add stage support PR: ports/184914 Submitted by: Benjamin Lee <ben@b1c1l1.com> [1] Notes: svn path=/head/; revision=336749
* Update to 5.1.73 release and stagify.Alex Dupre2013-12-177-14/+45
| | | | Notes: svn path=/head/; revision=336733
* Drop the SUPHP option as the www/suphp port has expired.Matthew Seaman2013-12-173-89/+5
| | | | | | | | | | | | | General cleanup: pkg-install and pkg-deinstall are redundant: it's all handled by @exec and @unexec actions in pkg-plist. PR: ports/184923 Submitted by: rene Notes: svn path=/head/; revision=336725
* Update to 5.6.15 release and stagify.Alex Dupre2013-12-176-21/+55
| | | | Notes: svn path=/head/; revision=336716
* - Fix build on 10.xSergey Matveychuk2013-12-171-0/+1
| | | | Notes: svn path=/head/; revision=336715
* Update to 5.5.35 release and stagify.Alex Dupre2013-12-176-21/+52
| | | | Notes: svn path=/head/; revision=336708
* Update to 6.0.20, fixing a wrong LICENSE file.Matthias Andree2013-12-163-5/+9
| | | | | | | While at it, re-enable the db185 compatibility interface that some ports use. Notes: svn path=/head/; revision=336680
* Update to 5.3.28, fixing nearly two dozen bugs.Matthias Andree2013-12-163-5/+10
| | | | | | | While at it, re-enable the db185 compatibility interface that some ports use. Notes: svn path=/head/; revision=336679
* Fix/reword BerkeleyDB based UPGRADING, and change DEPRECATION text a bitMatthias Andree2013-12-167-7/+7
| | | | | | | so that people don't rush to upgrades yet. Notes: svn path=/head/; revision=336664
* [Errno 11] Resource Temporarily UnavailableGreg Larkin2013-12-164-4/+4
| | | | | | | | | | Reassigning my ports back to the pool with the hope of freeing up to do more FreeBSD work in the future. Submitted by: glarkin Notes: svn path=/head/; revision=336656
* databases/pymongo: allow staging and minor changesWilliam Grzybowski2013-12-162-135/+2
| | | | | | | | | - Allow staging - Switch from easy_install to install - Use python auto plist Notes: svn path=/head/; revision=336627
* databases/py-south: switch from easy_install to installWilliam Grzybowski2013-12-161-2/+1
| | | | Notes: svn path=/head/; revision=336626
* databases/py-sqlobject: update to 1.5.1William Grzybowski2013-12-162-3/+3
| | | | Notes: svn path=/head/; revision=336620
* databases/py-sqlobject: stagify and minor changesWilliam Grzybowski2013-12-152-211/+6
| | | | | | | | | - Allow staging - Switch distutils from easy_install - Use auto plist Notes: svn path=/head/; revision=336578
* Use setuptools for all Python ports.William Grzybowski2013-12-153-13/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setuptools is the preferred method to manage Python distributions after many changes to the packaging ecosystem over the past couple of years. Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using USE_PYDISTUTILS= easy_install remains the same however this usage is now deprecated and should be converted to USE_PYDISTUTILS= yes. Some Python distributions do not work with setuptools out of the box because they extend the install command from distutils and not setuptools, and so they need to be patched accordingly. pip (which leverages setuptools) works around the issue by using eggs, however we want to get rid of those as well, as support for "flat" installation is unavailable or has other issues associated with it. This work allows us to unify how python packages are built, ensure that Python distributions are installed consistently, reduces complexity for Python port maintainers and paves the way for simplifying the Python ports framework in the future. With hat on: python Reviewed by: koobs, antoine Exp-run: bdrewery Approved by: bdrewery (portmgr) Notes: svn path=/head/; revision=336553
* - add stage supportAndrej Zverev2013-12-153-8/+5
| | | | | | | - pet portlint Notes: svn path=/head/; revision=336507
* databases/py-fdb: Update to 1.4, Set BROKEN on 9+ i386Kubilay Kocak2013-12-153-30/+8
| | | | | | | | | | | | | | | - Update to 1.4 - Set BROKEN on FreeBSD 9+ i386 - Enable STAGE support - Enable AUTOPLIST support delete pkg-plist accordingly - Remove py3k-fix-pkg-plist.inc hack (AUTOPLIST) - Whitespace alignment PR: ports/184357 Submitted by: Jose jachuf <jjachuf@gmail.com> Notes: svn path=/head/; revision=336505
* Update to 5.3.28Florian Smeets2013-12-142-2/+0
| | | | | | | Security: 47b4e713-6513-11e3-868f-0025905a4771 Notes: svn path=/head/; revision=336500
* Convert to staging.Matthias Andree2013-12-142-24/+25
| | | | | | | Strip debug symbols for installed .so files unless WITH_DEBUG is set. Notes: svn path=/head/; revision=336431
* - Fix shebang replacementMarcus von Appen2013-12-141-2/+3
| | | | | | | | Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Notes: svn path=/head/; revision=336426
* Mark deprecated, for 41/42, add CONFLICTS between crypto/-nocrypto ports.Matthias Andree2013-12-1310-4/+28
| | | | Notes: svn path=/head/; revision=336383
* All modern compiler can build libdrizzleBaptiste Daroussin2013-12-131-1/+0
| | | | Notes: svn path=/head/; revision=336351
* - Use %%PERL_ARCH%% instead of machSunpoet Po-Chuan Hsieh2013-12-131-2/+2
| | | | | | | - Sort PLIST Notes: svn path=/head/; revision=336309
* - Update LICENSESunpoet Po-Chuan Hsieh2013-12-132-9/+1
| | | | | | | - Shorten pkg-descr Notes: svn path=/head/; revision=336302
* Update to 4.1.0Matthew Seaman2013-12-122-4/+4
| | | | | | | | | | | With this release, the minimum required version of PHP is now php-5.3, and the minimum compatible version of MySQL is now mysql-5.5. See http://docs.phpmyadmin.net/en/latest/require.html for details. ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.1.0/phpMyAdmin-4.1.0-notes.html/view Notes: svn path=/head/; revision=336297
* - Update to 1.15.0Sunpoet Po-Chuan Hsieh2013-12-112-7/+7
| | | | | | | | | | - Fix make reinstall [1] Changes: http://code.google.com/p/leveldb/source/list Submitted by: bdrewery (via IRC) Notes: svn path=/head/; revision=336194
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-11103-190/+190
| | | | | | | LIB_DEPENDS in databases Notes: svn path=/head/; revision=336187
* Upgrade from 2.8.2 to 2.8.3.Sergey A. Osokin2013-12-114-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | Use modern name for dependent libraries. <ChangeLog> # UPGRADE URGENCY: MODERATE for Redis, HIGH for Sentinel. * [FIX] Sentinel instance role sampling fixed, the system is now more reliable during failover and when reconfiguring instances with non matching configuration. * [FIX] Inline requests are now handled even when terminated with just LF. * [FIX] Replication timeout handling greatly improved, now the slave is able to ping the master while removing the old data from memory, and while loading the new RDB file. This avoid false timeouts sensed by masters. * [FIX] Fixed a replication bug involving 32 bit instances and big datasets hard to compress that resulted into more than 2GB of RDB file sent. * [FIX] Return error for inline requests with unbalanced quotes. * [FIX] Publish the slave replication offset even when disconnected from the master if there is still a cached master instance. </ChangeLog> Notes: svn path=/head/; revision=336182
* - Fix USE_PYTHONSunpoet Po-Chuan Hsieh2013-12-101-1/+1
| | | | Notes: svn path=/head/; revision=336103
* - Chase r336083 and bump all ports using NO_ARCH so that users buildingBryan Drewery2013-12-102-1/+2
| | | | | | | | | their own packages and still on pkg 1.1.4 can upgrade. With hat: portmgr Notes: svn path=/head/; revision=336102
* USE_GMAKE -> USES=gmakeBaptiste Daroussin2013-12-101-1/+1
| | | | Notes: svn path=/head/; revision=336073
* - Support STAGEPhilippe Audeoud2013-12-103-3/+0
| | | | Notes: svn path=/head/; revision=336065
* - Add missing files for p5-DBD-mysql51, p5-DBD-mysql52, p5-DBD-mysql55 with ↵Philippe Audeoud2013-12-101-0/+2
| | | | | | | staging Notes: svn path=/head/; revision=336064
* - Stage support for all -reference portsAntoine Brodin2013-12-094-4/+0
| | | | | | | | | - Nuke NOPORTDOCS, those ports are already IGNOREd with NOPORTDOCS Approved by: kwm (maintainer) Notes: svn path=/head/; revision=336013
* Fix build with clangMax Brazhnikov2013-12-091-0/+22
| | | | Notes: svn path=/head/; revision=336010
* databases/wmjsql: Unbreak on F10, headJohn Marino2013-12-082-1/+28
| | | | | | | | Port requires the specified gmake, but "make" was hardcoded and bmake was used instead. Notes: svn path=/head/; revision=335946
* Mark all my architecture independent ports using shell/perl/PHP asMatthew Seaman2013-12-082-0/+2
| | | | | | | | | | | | | | | | NO_ARCH=yes While here, fix a few other niggles: net/phpldapadmin -- remove indefinite article from COMMENT www/p5-RT* -- fix comments referencing the different versions of RT x11-fonts/gentium-{basic,plus} -- mention ${STAGEDIR} explicitly in the install targets; rework the handling of ${FONTPATH} Notes: svn path=/head/; revision=335945
* databases/py-firebirdsql: update to 0.8.1William Grzybowski2013-12-083-23/+4
| | | | | | | | | | | | - Update to 0.8.1 [1] - Allow staging - Use auto plist PR: ports/184598 Submitted by: maintainer Notes: svn path=/head/; revision=335941
* - Build and install shared library [1]Pawel Pekala2013-12-081-6/+6
| | | | | | | | | | - Convert to staging PR: ports/184537 [1] Submitted by: Ralf van der Enden <tremere@cainites.net> Notes: svn path=/head/; revision=335935
* Modify do-configure target not to depend from GNU_CONFIGURETimur I. Bakeyev2013-12-081-3/+19
| | | | Notes: svn path=/head/; revision=335917
* - Fix the usage of 'python' to get rid of the implicit lang/pythonMarcus von Appen2013-12-081-2/+9
| | | | | | | | | dependency Approved by: portmgr (blanket) Notes: svn path=/head/; revision=335883
* New USES=twisted, to replace the old USE_TWISTED knob.Marcus von Appen2013-12-081-1/+1
| | | | | | | | | | | | | | | | | twisted can be configured with the arguments run or build to replace the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted components can be added as comma-separated arguments. If you previously wrote USE_TWISTED= yes USE_TWISTED= conch names USE_TWISTED_RUN= yes you now would write USES= twisted USES= twisted:conch,names USES= twisted:run Notes: svn path=/head/; revision=335877
* Support stagingAdam Weinberger2013-12-071-13/+7
| | | | | | | Don't force running the optional regression tests Notes: svn path=/head/; revision=335836
* - update to 1.8.0Mikolaj Golub2013-12-073-17/+10
| | | | | | | | | | - support staging - use autoplist Approved by: bdrewery (mentor) Notes: svn path=/head/; revision=335832
* - Update to 3.2.16Sunpoet Po-Chuan Hsieh2013-12-052-7/+7
| | | | | | | | | - Sort RUN_DEPENDS Changes: https://github.com/rails/rails/blob/v3.2.16/activerecord/CHANGELOG.md Notes: svn path=/head/; revision=335702
* - Update to 3.2.16Sunpoet Po-Chuan Hsieh2013-12-052-4/+6
| | | | | | | | | | - Add LICENSE - Remove leading indefinite article from COMMENT Changes: https://github.com/rails/rails/blob/v3.2.16/activemodel/CHANGELOG.md Notes: svn path=/head/; revision=335699
* - Update to 1.2.16Sunpoet Po-Chuan Hsieh2013-12-052-10/+5
| | | | | | | | | - Simplify Makefile Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.16 Notes: svn path=/head/; revision=335692
* - Update to 1.2.16.0Sunpoet Po-Chuan Hsieh2013-12-052-3/+3
| | | | | | | | Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.16 http://search.cpan.org/dist/Search-Xapian/Changes Notes: svn path=/head/; revision=335691