summaryrefslogtreecommitdiff
path: root/databases (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-032-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Correct PLIST, Makefile, and portlint nitsChris D. Faulhaber2000-08-016-38/+36
| | | | | | | | PR: 20084 Submitted by: Maintainer Notes: svn path=/head/; revision=31218
* Update to 1.0.25.Maxim Sobolev2000-07-314-4/+4
| | | | | | | | PR: 20316 Submitted by: Domas Mituzas <midom@dammit.lt> Notes: svn path=/head/; revision=31174
* Update to version 1.2214Kevin Lo2000-07-314-4/+4
| | | | | | | | PR: 20246 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU> Notes: svn path=/head/; revision=31158
* Update to version 1.9Kevin Lo2000-07-312-4/+4
| | | | | | | | PR: 20250 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU> Notes: svn path=/head/; revision=31155
* Update to version 0.95Kevin Lo2000-07-314-4/+4
| | | | | | | | PR: 20247 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU> Notes: svn path=/head/; revision=31154
* Update to 2.01.Maxim Sobolev2000-07-317-16/+210
| | | | | | | | | | | | Other improvements: - make USE_LIBTOOL actually working; - enable building of python module and make python the secondary category; - install api documentation; - reshape PLIST to fully use screen estate; - replace ugly ${FILESDIR}/patch.Makefile with normal patch. Notes: svn path=/head/; revision=31146
* PLIST @dirrm should be added to configuration directory.Kevin Lo2000-07-252-0/+2
| | | | | | | | PR: 20152 Submitted by: MAINTAINER Notes: svn path=/head/; revision=31012
* Fix build error caused by xforms upgrade.Dirk Froemberg2000-07-241-0/+14
| | | | Notes: svn path=/head/; revision=30993
* UpdateVanilla I. Shu2000-07-226-4/+10
| | | | | | | | | | | | | | | p5-Crypt-CBC => 1.25 p5-DBI => 1.14 p5-Date-Manip => 5.38 p5-Devel-Symdump => 2.01 p5-IRC => 0.70 p5-Locale-Codes => 1.02 p5-MIME-Lite => 2.101 p5-ParallelUA => 2.49 p5-URI => 1.07 Notes: svn path=/head/; revision=30963
* Add mysql++, a C++ library API to MySQL.Will Andrews2000-07-2115-0/+395
| | | | | | | | | | PR: 20063 Submitted by: Miklos Niedermayer <mico@bsd.hu> Apologies to: Mikhail Teterin <mi@aldan.algebra.com>, for never finishing work on his mysql++ port in PR 17588. :-( Notes: svn path=/head/; revision=30926
* Add USE_LIBTOOL to fix c_r issues.Maxim Sobolev2000-07-192-17/+1
| | | | | | | Submitted by: Max Khon <fjoe@iclub.nsu.ru> Notes: svn path=/head/; revision=30887
* Correct PLISTChris D. Faulhaber2000-07-192-6/+6
| | | | | | | | PR: 20032 Submitted by: Maintainer Notes: svn path=/head/; revision=30845
* Update to 0.3.2.Maxim Sobolev2000-07-172-7/+2
| | | | Notes: svn path=/head/; revision=30735
* Update to use Tcl version 8.3.Steve Price2000-07-165-8/+174
| | | | | | | | PR: 19874 Submitted by: maintainer Notes: svn path=/head/; revision=30717
* Update to use tcl-8.3.Steve Price2000-07-164-20/+286
| | | | | | | | PR: 19900 Submitted by: maintainer Notes: svn path=/head/; revision=30713
* Update port to 0.0.11Chris D. Faulhaber2000-07-162-2/+2
| | | | Notes: svn path=/head/; revision=30692
* Update port to 1.2Chris D. Faulhaber2000-07-142-4/+4
| | | | Notes: svn path=/head/; revision=30618
* -LDCONFIG_DIRS= %%PREFIX%%/pgsqlAndreas Klemm2000-07-1114-14/+14
| | | | | | | | | +LDCONFIG_DIRS= %%PREFIX%%/pgsql/lib Submitted by: "Chris D. Faulhaber" <jedgar@fxp.org> Notes: svn path=/head/; revision=30491
* Build with tcl8.2 instead of tcl8.0.Steve Price2000-07-103-8/+9
| | | | | | | | PR: 19108 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com> Notes: svn path=/head/; revision=30400
* Update to latest version 0.98.6Andreas Klemm2000-07-093-5/+4
| | | | | | | TCL/TK 8.3 works, so changed port dependencies Notes: svn path=/head/; revision=30379
* Update MASTER_SITESChris D. Faulhaber2000-07-072-3/+3
| | | | | | | Update my email address Notes: svn path=/head/; revision=30343
* - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-configSteve Price2000-07-073-10/+29
| | | | | | | | | | - Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly PR: 19623 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=30342
* Fix MASTER_SITES.Dirk Froemberg2000-07-051-3/+3
| | | | Notes: svn path=/head/; revision=30234
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-0514-16/+54
| | | | | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged. Notes: svn path=/head/; revision=30229
* Add lib/libtyphoon_p.a.Satoshi Asami2000-07-051-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=30203
* New port of mysql-navigator - a MySQL database server administration packageMaxim Sobolev2000-07-037-0/+62
| | | | | | | for Gnome desktop. Notes: svn path=/head/; revision=30140
* Add p5-DBZ_File, a perl module for accessing DBZ databases.Will Andrews2000-07-029-0/+1870
| | | | | | | | PR: 18846 Submitted by; Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> Notes: svn path=/head/; revision=30059
* Update to 1.0.24Alexander Langer2000-06-2814-66/+78
| | | | | | | | PR: 19250 Submitted by: maintainer Notes: svn path=/head/; revision=29941
* Update to 0.2.2.Maxim Sobolev2000-06-246-4/+10
| | | | Notes: svn path=/head/; revision=29843
* Locally hosted distfiles moved to ftp.freebsd.org.Jacques Vidrine2000-06-201-2/+1
| | | | Notes: svn path=/head/; revision=29719
* Use ${PKG_PREFIX} instead of `/usr/local'.Akinori MUSHA2000-06-2014-14/+14
| | | | Notes: svn path=/head/; revision=29699
* Update to 7.0.2.Akinori MUSHA2000-06-2098-2296/+2310
| | | | | | | | | Fix NOPORTDOCS support. Fix PLIST in many respects, especially for pgacess. Notes: svn path=/head/; revision=29698
* Tell these port to use INSTALLS_SHLIB/LDCONFIG_DIRS.Akinori MUSHA2000-06-172-3/+1
| | | | Notes: svn path=/head/; revision=29662
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.Will Andrews2000-06-1712-47/+55
| | | | | | | | | | | Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de> Notes: svn path=/head/; revision=29658
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-1620-20/+20
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-1630-42/+28
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-2/+1
| | | | Notes: svn path=/head/; revision=29630
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-164-4/+4
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Third round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-154-4/+2
| | | | Notes: svn path=/head/; revision=29615
* First round of INSTALL_SHLIB fixes.Maxim Sobolev2000-06-154-6/+4
| | | | Notes: svn path=/head/; revision=29613
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.Maxim Sobolev2000-06-141-1/+2
| | | | Notes: svn path=/head/; revision=29595
* Add support for building db2 shared library.Maxim Sobolev2000-06-0624-60/+5844
| | | | | | | | | | | | | "A somewhat cumbersome update to db to have it build a shared lib. Ports depending on it will now be able to use a simple LIB_DEPENDS instead of a semantically incorrect RUN_DEPENDS." PR: 19035 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> Notes: svn path=/head/; revision=29268
* Enable multibyte support by default, and add knobs to disable it or set theAkinori MUSHA2000-06-0414-56/+532
| | | | | | | | | | | | default encoding. Still the "default" default encoding is singlebyte, so this shouldn't hurt anything but a little code increase. Approved by: andreas (the maintainer) Notes: svn path=/head/; revision=29177
* GNU_CONFIGURE -> USE_LIBTOOL.Dirk Froemberg2000-06-032-2/+2
| | | | Notes: svn path=/head/; revision=29144
* Add "-b" option for the fetch(1) to make distfile actually downloadable.Maxim Sobolev2000-06-022-0/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=29095
* Actually display ${PKGMESSAGE}, which I added some time ago, upon installation.Maxim Sobolev2000-06-011-4/+5
| | | | Notes: svn path=/head/; revision=29036
* Add MyODBC port, an ODBC driver for MySQL.Will Andrews2000-05-3011-0/+65
| | | | | | | | PR: 17586 Submitted by: Erik H. Bakke <erikhb@bgnett.no> Notes: svn path=/head/; revision=28965
* Make the port work in the absence of XNick Sayer2000-05-291-0/+6
| | | | | | | Submitted by: andrews@technologist.com Notes: svn path=/head/; revision=28931
* Add libiodbc, a library which allows access to ODBC databases.Will Andrews2000-05-296-0/+35
| | | | | | | | PR: 17587 Submitted by: Erik H. Bakke <erikhb@bgnett.no> Notes: svn path=/head/; revision=28920