Port details |
- sqlite34 An SQL database engine in a C library
- 3.4.2 databases
=2 3.4.2Version of this port present on the latest quarterly branch.
- DEPRECATED: No more supported, please use databases/sqlite3 instead
This port expired on: 2012-05-16
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2008-04-05 14:54:19
- Last Update: 2012-05-18 13:18:31
- SVN Revision: UNKNOWN
- People watching this port, also watch:: pcre, screen, smartmontools, mhash
- License: not specified in port
- WWW:
- http://www.sqlite.org/
- Description:
- SQLite is an SQL database engine in a C library. Programs that link the SQLite
library can have SQL database access without running a separate RDBMS process.
The distribution comes with a standalone command-line access program (sqlite)
that can be used to administer an SQLite database and which serves as an
example of how to use the SQLite library.
WWW: http://www.sqlite.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- sqlite34>0:databases/sqlite34
- No installation instructions:
- This port has been deleted.
- PKGNAME: sqlite34
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- tclsh8.5 : lang/tcl85
- gmake : devel/gmake
- libtool>=2.4 : devel/libtool
- pkg-config : devel/pkg-config
- Runtime dependencies:
-
- pkg-config : devel/pkg-config
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for sqlite34-3.4.2:
DEBUG=off (default) "Enable debugging & verbose explain"
DOCS=on (default) "Building docs (depends on TCL)"
FTS1=off (default) "Enable FTS1 (Full Text Search) module"
FTS2=off (default) "Enable FTS2 (Full Text Search) module"
TCLWRAPPER=off (default) "Enable TCL wrapper"
THREADS=off (default) "Enable threads support"
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.4.2 18 May 2012 13:18:31 |
rene |
Remove expired unmaintained ports:
2012-05-16 databases/sqlite34: No more supported, please use databases/sqlite3
instead
2012-05-10 graphics/long-exposure-tools: BROKEN for more than 6 month
2012-05-10 misc/kde3-i18n-hsb: BROKEN for more than 6 month
2012-05-10 misc/kde3-i18n-mt: BROKEN for more than 6 month
2012-05-10 misc/kde3-i18n-nso: BROKEN for more than 6 month
2012-05-10 net-im/pino: BROKEN for more than 6 month
2012-05-18 print/perlftlib: No more upstream, no more used in the ports tree |
3.4.2 16 Apr 2012 13:35:01 |
bapt |
Fix typo in DEPRECATED keyword |
3.4.2 16 Apr 2012 06:06:19 |
bapt |
sqlite34 has no more consumers in the ports tree, let's deprecate it and
recommend the user to use sqlite3 |
3.4.2 01 Feb 2012 15:53:08 |
tabthorpe |
- Reassign to the heap |
3.4.2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
3.4.2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
3.4.2 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
3.4.2 23 Mar 2009 05:31:39 |
mnag |
- Change hard coded TCL dependancy to USE_TCL
PR: 132381
Submitted by: Scot W. Hetzel <swhetzel___gmail.com> |
3.4.2 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
3.4.2 09 Apr 2008 13:42:26 |
pav |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
3.4.2 05 Apr 2008 14:53:55 |
mnag |
- Update to 3.4.2
- Now FTS1 and FTS2 works fine.
Repocopy from: databases/sqlite3
Repocopied by: marcus |