aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-09-302-4/+2
| | | | Notes: svn path=/head/; revision=328825
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-09-302-3/+1
| | | | Notes: svn path=/head/; revision=328824
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-09-302-3/+1
| | | | Notes: svn path=/head/; revision=328823
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-09-302-3/+1
| | | | Notes: svn path=/head/; revision=328822
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-09-302-3/+1
| | | | Notes: svn path=/head/; revision=328821
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-09-302-5/+3
| | | | Notes: svn path=/head/; revision=328817
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-09-302-12/+10
| | | | Notes: svn path=/head/; revision=328813
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-09-302-3/+1
| | | | Notes: svn path=/head/; revision=328812
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-09-302-7/+5
| | | | Notes: svn path=/head/; revision=328811
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-09-302-3/+1
| | | | Notes: svn path=/head/; revision=328810
* - Remove default DISTNAMEBryan Drewery2013-09-301-1/+0
| | | | | | | | | PR: ports/165609 Submitted by: pgollucci (March 2012) With hat: portmgr Notes: svn path=/head/; revision=328795
* Fix plistChris Rees2013-09-291-15/+0
| | | | | | | | PR: ports/182489 Submitted by: antoine Notes: svn path=/head/; revision=328729
* - remove CFLAGS [1]Olli Hauer2013-09-291-1/+0
| | | | | | | [1] discussed with ivoras@ (maintainer) per PM Notes: svn path=/head/; revision=328728
* - update to 1.0.7Olli Hauer2013-09-293-21/+15
| | | | | | | | | | - add stage support PR: ports/182410 Submitted by: Ivan Voras <ivoras@FreeBSD.org> (maintainer) Notes: svn path=/head/; revision=328718
* - update to r6Olli Hauer2013-09-292-21/+13
| | | | | | | | | | - add stage support PR: ports/182409 Submitted by: Ivan Voras <ivoras@FreeBSD.org> (maintainer) Notes: svn path=/head/; revision=328717
* - Convert USE_GMAKE=yes to USES=gmakeGrzegorz Blach2013-09-291-2/+2
| | | | | | | | | - Support staging Approved by: crees, tabthorpe (mentors, implicit) Notes: svn path=/head/; revision=328633
* - Fix install due to PREFIX not being defined by including bsd.port.pre.mkBryan Drewery2013-09-281-1/+3
| | | | | | | | | | | | | | | This was not caught because 'poudriere testport' (in 3.0.8) was setting PREFIX in the environment which removes the need to include bsd.port.pre.mk. bulk -t was showing this problem though because it does not set PREFIX in the environment. PR: ports/182453 Reported by: Kenji Rikitake <kenji.rikitake@acm.org> Approved by: maintainer (implicit via original submission) Pointyhat to: bdrewery Notes: svn path=/head/; revision=328568
* - Convert to PYDISTUTILS_AUTOPLISTMarcus von Appen2013-09-2816-191/+63
| | | | | | | | | | - Enable stage support - Limit to the supported python versions - Change to new LIB_DEPENDS where necessary - Switch to new OPTIONS framework where necessary Notes: svn path=/head/; revision=328563
* - stagifyMatthew Seaman2013-09-272-26/+27
| | | | | | | - move post-install actions into pkg-install Notes: svn path=/head/; revision=328496
* Strict python version to 2.x branch. ZODB < 3.11 or 4.0 does not supportRuslan Makhmatkhanov2013-09-271-1/+1
| | | | | | | | | | python3. PR: 182423 Reported by: Arseny Nasokin <eirnym@gmail.com> Notes: svn path=/head/; revision=328482
* Update to 5.6.14 release.Alex Dupre2013-09-272-3/+3
| | | | Notes: svn path=/head/; revision=328476
* Update to 5.5.34 release.Alex Dupre2013-09-272-3/+3
| | | | Notes: svn path=/head/; revision=328475
* Update to 5.1.72 release.Alex Dupre2013-09-272-3/+3
| | | | Notes: svn path=/head/; revision=328474
* Update to 5.5.4 release.Alex Dupre2013-09-271-19/+0
| | | | | | | | PR: ports/182242 Submitted by: Rustem Alimov <rustem.alimov@gmail.com> Notes: svn path=/head/; revision=328471
* Update to 5.4.20 release.Alex Dupre2013-09-271-19/+0
| | | | | | | | PR: ports/182292 Submitted by: Rustem Alimov <rustem.alimov@gmail.com> Notes: svn path=/head/; revision=328470
* - Add new port databases/riakBryan Drewery2013-09-2712-0/+382
| | | | | | | | | | | | | | | | | - Did not convert to staging as it fails to build when enabled currently Riak is a distributed database designed for maximum availability: so long as your client can reach one server, it should be able to write data. In most failure scenarios the data you want to read should be available, albeit possibly stale. WWW: http://basho.com/riak/ PR: ports/182317 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Notes: svn path=/head/; revision=328458
* - stageifyMatthew Seaman2013-09-271-4/+3
| | | | Notes: svn path=/head/; revision=328439
* - stageifyMatthew Seaman2013-09-272-3/+1
| | | | Notes: svn path=/head/; revision=328437
* databases/py-south: use distutils instead of setuptoolsWilliam Grzybowski2013-09-262-385/+381
| | | | | | | | | - Use distutils instead of setuptools - Allow staging - Use PYTHON_PY3K_PLIST_HACK Notes: svn path=/head/; revision=328421
* - Change EXPIRATION_DATE to 2013-10-10, to match removal of lang/ruby18Thomas Abthorpe2013-09-262-2/+2
| | | | | | | Discussed with: swills Notes: svn path=/head/; revision=328414
* - Convert to USES+=tk and USES+=gmakePietro Cerutti2013-09-251-4/+1
| | | | Notes: svn path=/head/; revision=328265
* - Convert to USES+=tclPietro Cerutti2013-09-252-6/+5
| | | | | | | - Fix package provide Notes: svn path=/head/; revision=328258
* Support stage.Vanilla I. Shu2013-09-252-9/+0
| | | | Notes: svn path=/head/; revision=328230
* - Remove NO_STAGE as these have been tested to be safeBryan Drewery2013-09-254-4/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=328226
* - Update to 1.4.1Steve Wills2013-09-242-4/+4
| | | | | | | | | | - Pass maintainership to ruby@ PR: ports/181571 Submitted by: "Mikhail T." <m.tsatsenko@gmail.com> (maintainer) Notes: svn path=/head/; revision=328149
* Update to 4.0.7Matthew Seaman2013-09-242-3/+3
| | | | | | | - ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.7/phpMyAdmin-4.0.7-notes.html/view Notes: svn path=/head/; revision=328115
* - Mark databases/ruby-memcache DEPRECATEDThomas Abthorpe2013-09-231-0/+3
| | | | | | | | | | - Unify date to expire at the same time With hat: portmgr Discussed with: swills Notes: svn path=/head/; revision=328026
* - add new USES target: zope, and convert the tree to itRuslan Makhmatkhanov2013-09-232-4/+4
| | | | | | | | | | | | | - old USE_ZOPE knob support was removed from bsd.python.mk - update CHANGES and bsd.sanity.mk accordingly - add ZOPE options knob and use it in lang/py-mx-base The work is done by Marcus von Appen, but any problems are mine. Submitted by: mva (python ML) Notes: svn path=/head/; revision=328002
* - Mark DEPRECATED, set EXPIRATION_DATE at maintainer's requestThomas Abthorpe2013-09-231-0/+2
| | | | Notes: svn path=/head/; revision=327997
* Tidy up zope/plone ports over the tree. Common changes:Ruslan Makhmatkhanov2013-09-231-2/+3
| | | | | | | | | | | | | - remove indefinite article from COMMENT - align USE_PYDISTUTILS value in Makefile - tab -> space change in pkg-descr:WWW - update WWW to use https scheme in url to avoid redirect - add trailing slash to WWW All changes are non-functional. Notes: svn path=/head/; revision=327992
* - update to 1.1.1Florian Smeets2013-09-233-7/+7
| | | | | | | - fix a few portlint warnings Notes: svn path=/head/; revision=327971
* Fix NO_STAGE attributionBaptiste Daroussin2013-09-226-6/+6
| | | | Notes: svn path=/head/; revision=327888
* - remove empty files and directoriesRuslan Makhmatkhanov2013-09-223-0/+0
| | | | Notes: svn path=/head/; revision=327875
* - Mark broken on 10Bryan Drewery2013-09-221-0/+4
| | | | | | | | | | | | | | | | | | | | manager.c:133:10: error: too few arguments to function call, expected 6, have 5 hp = my_gethostbyname_r(host,&tmp_hostent,buff2,sizeof(buff2), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/my_net.h:113:74: note: expanded from macro 'my_gethostbyname_r' #define my_gethostbyname_r(A,B,C,D,E) gethostbyname_r((A),(B),(C),(D),(E)) ~~~~~~~~~~~~~~~ ^ /usr/include/netdb.h:250:1: note: 'gethostbyname_r' declared here int gethostbyname_r(const char *, struct hostent *, char *, size_t, ^ 1 warning and 1 error generated. *** Error code 1 PR: ports/181833 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer) Notes: svn path=/head/; revision=327872
* - Update to 1.2.1Li-Wen Hsu2013-09-222-3/+4
| | | | Notes: svn path=/head/; revision=327867
* - Update to 4.024Sunpoet Po-Chuan Hsieh2013-09-213-20/+15
| | | | | | | | | | | | | - Remove unnecessary DISTNAME - Use CONFLICTS_INSTALL instead of CONFLICTS - Add TEST_DEPENDS - Convert to new OPTIONS simplifier - Sort PLIST Changes: http://search.cpan.org/dist/DBD-mysql/ChangeLog Notes: svn path=/head/; revision=327825
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-214-4/+8
| | | | Notes: svn path=/head/; revision=327804
* - Update to 1.14.0Sunpoet Po-Chuan Hsieh2013-09-212-6/+6
| | | | | | | Changes: http://code.google.com/p/leveldb/source/list Notes: svn path=/head/; revision=327792
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-20927-1554/+1220
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Remove last vestiges of MAKE_JOBS_SAFE knobAlex Kozlov2013-09-202-4/+0
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=327683