aboutsummaryrefslogtreecommitdiff
path: root/databases/yasql/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* Fix non-existing function call and deprecated functions.Thierry Thomas2010-11-211-2/+6
| | | | | | | | | | Since I'm there, define the license, and release the maintainership. PR: ports/152399 Submitted by: Riccardo Torrini <riccardo (at) torrini.org> Notes: svn path=/head/; revision=264887
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* - Upgrade to 1.83Thierry Thomas2005-05-101-11/+11
| | | | | | | | | | Changelog at <http://sourceforge.net/project/shownotes.php?group_id=19382&release_id=326187> - Don't use '.if exists' in pre-/post- install. Notes: svn path=/head/; revision=135011
* p5-Term-ReadLine-Gnu is not necessary: devel/p5-ReadLine-Gnu is the sameThierry Thomas2005-02-231-1/+1
| | | | | | | | | port (previous release). Reported by: Florent Thoumie Notes: svn path=/head/; revision=129625
* Add yasql 1.82, yet Another SQL*Plus Replacement.Thierry Thomas2005-02-231-0/+81
Successfully used to access Oracle 7 and Oracle 8i databases, but fails with Oracle 9i (ORA-03113 "end-of-file on communication channel"). Notes: svn path=/head/; revision=129617