aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-16 23:19:15 +0800
committerbapt <bapt@FreeBSD.org>2013-09-16 23:19:15 +0800
commit1f1883a72bab9c644a838bc241ccd389428c0df1 (patch)
treea6548509a3c3e365c6592d02e9806b4c41f9f3cd /Mk
parentef179b325c7a57ded2058cd0651d25d9f8c43eb1 (diff)
downloadfreebsd-ports-gnome-1f1883a72bab9c644a838bc241ccd389428c0df1.tar.gz
freebsd-ports-gnome-1f1883a72bab9c644a838bc241ccd389428c0df1.tar.zst
freebsd-ports-gnome-1f1883a72bab9c644a838bc241ccd389428c0df1.zip
Sqlite 3.4 is not in the ports tree anymore
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.database.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/Mk/bsd.database.mk b/Mk/bsd.database.mk
index 0adcd31be0a7..3ed4000f9efb 100644
--- a/Mk/bsd.database.mk
+++ b/Mk/bsd.database.mk
@@ -506,9 +506,6 @@ _SQLITE_VER= ${USE_SQLITE}
.if ${_SQLITE_VER} == "3"
LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite${_SQLITE_VER}
SQLITE_VER= ${_SQLITE_VER}
-.elif ${_SQLITE_VER} == "34"
-LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite${_SQLITE_VER}
-SQLITE_VER= ${_SQLITE_VER}
.elif ${_SQLITE_VER} == "2"
LIB_DEPENDS+= sqlite.2:${PORTSDIR}/databases/sqlite${_SQLITE_VER}
SQLITE_VER= ${_SQLITE_VER}
insertions'>+13 * This patch is now part of the stock FSF sources, so we don't need it anymore.obrien2005-09-091-16/+0 * Fix bug where static forward declarations weren't accepted.obrien2005-09-071-0/+16 * Update to the 20050730 snapshot of GCC 4.1.0.gerald2005-08-021-0/+0 * Update to the 20050528 snapshot of GCC 4.1.0. Adjust the libjava-relatedgerald2005-05-301-0/+16 * Update to the 20041107 snapshot of GCC 4.0.0 which contains some iconv-gerald2004-11-081-15/+0 * Complete the repo-copy of gcc34 to gcc40 and update to the 20041024gerald2004-10-312-11/+15 * Fix location of pkgconfig-datavs2004-09-041-0/+11 * Update to the 2004-01-28 snapshot of GCC 3.4. Merge in my 2004/01/26gerald2004-01-291-19/+0 * Update to the 2004-01-14 snapshot of GCC 3.4.gerald2004-01-221-0/+19 * Update to the 2003-12-24 snapshot.obrien2003-12-262-10/+0 * * Deal with GCC's configurary's assumption that /usr/local/{include,lib}obrien2003-12-152-0/+10 * Update from repo-copy of lang/gcc33 to the 2003-11-12 snapshot of GCC 3.4.gerald2003-11-154-224/+0 * Add bounds-checking support using Herman ten Brugge's patches.gerald2003-06-181-0/+11 * Update to the first prerelease of GCC 3.3, which is only available as .tar.gz.gerald2003-05-071-17/+0 * Merge targets pre-configure and pre-build, simplify them, and removegerald2003-04-261-12/+0 * Fifty-one months after ELF flag day, and after the system compiler becamegerald2003-04-242-92/+0 * Allow YACC to be used, rather than Bison, for C/C++.obrien2003-04-231-0/+29 * Not sure how I missed these patches in my 24-March-2003 GCC 3.3obrien2003-04-212-90/+10 * Remove files/patch-t-freebsd. The underlying problem has been fixed ingerald2003-04-171-10/+0 * Remove the last part of jdp's profile fixes from 1998/10/08, which actuallygerald2003-04-151-11/+0 * Finally remove the parts of this patch that date back to 1998 and have nowgerald2003-04-031-24/+0 * Remove special alpha optimization warning. alpha support now should begerald2003-04-021-20/+0 * Upgrade to a 7-Oct-2002 GCC 3.3 in-development checkout.obrien2002-10-112-96/+86 * This is now in the stock FSF sources.obrien2002-05-191-64/+0 * GCC 2.95 and later aren't called egcs (any longer), so remove two patchesgerald2002-04-122-23/+0 * Upgrade to the 28-Jan-2002 GCC 3.1 development snapshot.obrien2002-02-039-274/+157 * Upgrade to the 5-Feb-2001 edition GCC 2.97 development snapshot.obrien2001-02-152-122/+148 * Upgrade to the 2000-12-11 GCC 2.97 development snapshot.obrien2000-12-131-29/+36 * Change the libstdc++.so version number to be more like the stock one.obrien2000-12-061-1/+1 * First cut at configure support for FreeBSD PowerPC, Sparc64, and StrongARM.obrien2000-11-291-0/+64 * Upgrade to the 2000-11-20 GCC 2.97 development snapshot.obrien2000-11-297-263/+66 * Upgrade to the 2000-10-02 GCC 2.97 development snapshot.obrien2000-10-115-605/+150 * Upgrade to the 2000-08-28 GCC 2.96 development snapshot.obrien2000-09-161-61/+81 * Upgrade to the 2000-07-17 GCC 2.96 development snapshot.obrien2000-09-067-143/+111 * Upgrade to the 2000-03-13 GCC 2.96 development snapshot.obrien2000-03-191-21/+21 * Upgrade to the 2000-02-07 GCC 2.96 development snapshot.obrien2000-02-144-59/+67 * Upgrade to the 2000-01-10 GCC 2.96 development snapshot.obrien2000-01-175-77/+74 * Upgrade to the 1999-09-20 development snapshot.obrien1999-10-113-28/+42 * Fix SWITCH_TAKES_ARG / WORD_SWITCH_TAKES_ARG breakage on the Alpha createdobrien1999-07-252-20/+8 * Update to the 1999-07-18 beta snapshot of GCC-2.95.obrien1999-07-201-4/+4 * Upgrade to the July 12th GCC-2.95 prerelease.obrien1999-07-151-1/+1 * Changes to work with updated files/freebsd.h.obrien1999-07-051-12/+29 * Upgrade to the 19990623 GCC 2.95 pre-release snapshot.obrien1999-06-251-37/+9 * Update to the 19990616 GCC 2.95-prerelease.obrien1999-06-221-71/+38 * Update to the 1999-06-08 (gcc 2.95 prerelease).obrien1999-06-154-109/+74 * Fix for alpha.simokawa1999-06-101-6/+120 * Upgrade to 19990524 gcc-2.95 prerelease.obrien1999-05-261-10/+8 * Upgrade to the 19990517 snapshot. EGCS is not in a feature freeze for theobrien1999-05-192-20/+16 * Sync up with some diffs I sent to Cygnus.obrien1999-04-223-15/+17 * I give you the latest and greatest of the EGCS snapshot series.obrien1999-04-2110-102/+446 * * Add support for ``-pthead''obrien1999-03-225-24/+562 * Upgrade to 1.1.2 release.obrien1999-03-175-46/+88 * GNUHOST is now "i386-unknown-freebsd" for an ELF machine, andobrien1999-02-104-9/+58 * Allow '$' in labels as our offical compiler does.obrien1999-01-232-10/+36 * Build and install crtbegin.o crtbeginS.o crtend.o crtendS.o for the ELF case.obrien1998-12-261-0/+10 * Make profiling work.jdp1998-10-09