# New ports collection makefile for: db46 # Date created: 2007-07-26 # Whom: Gea-Suan Lin # # $FreeBSD$ # PORTNAME= db46 PORTVERSION= 4.6.21.4 CATEGORIES= databases MASTER_SITES= http://download-west.oracle.com/berkeley-db/ \ http://download-east.oracle.com/berkeley-db/ \ http://download-uk.oracle.com/berkeley-db/ PKGNAMEPREFIX?= DISTNAME= db-${PORTVERSION:R} DIST_SUBDIR= bdb PATCH_SITES= http://www.oracle.com/technology/products/berkeley-db/db/update/${PORTVERSION:R}/ PATCHFILES= patch.4.6.21.1 patch.4.6.21.2 patch.4.6.21.3 patch.4.6.21.4 PATCH_DIST_STRIP= -d .. -l # * patch.4.6.21.1: ----------------------------------------------------------- # Fixes a race condition between checkpoint and DB->close which can result in # the checkpoint thread self-deadlocking. [#15692] # * 4.6.21.2: ----------------------------------------------------------------- # Fixes the potential for the wrong number of mutexes to be allocated. This # issue could cause applications with multiple cache regions to see undefined # behavior in rare cases under load. [#16178] # * 4.6.21.3: ----------------------------------------------------------------- # Replication clients should be able to open a sequence. [#16406] # * 4.6.21.4: ----------------------------------------------------------------- # Fixes a bug which could lead to slow performance of internal init under # Replication Manager, as evidenced by "queue limit exceeded" messages in # verbose replication diagnostic output. [#15788] # I allow matthias.andree@gmx.de and all freebsd committer to do changes # to this package. MAINTAINER= gslin@gslin.org COMMENT= The Berkeley DB package, revision 4.6 BDBVER= ${PORTVERSION:R:R} CONFIGURE_ARGS= --enable-compat185 --enable-dump185 --enable-cxx \ --enable-dynamic --enable-rpc --enable-pthread_api \ --includedir=${PREFIX}/include/${PORTNAME} \ --libdir=${PREFIX}/lib/${PORTNAME} \ --bindir=${PREFIX}/bin/${PORTNAME} CONFIGURE_SCRIPT= ../dist/configure GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes INSTALL_TARGET= install_include install_lib install_utilities LIBTOOLFILES= ${CONFIGURE_SCRIPT} WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix USE_LDCONFIG= yes .if !defined(NOPORTDOCS) INSTALL_TARGET+= install_docs docdir=${DOCSDIR} PORTDOCS= * .endif post-install: .for i in libdb libdb_cxx ${LN} -s -f ${PORTNAME}/${i}-${BDBVER}.so.0 ${PREFIX}/lib ${LN} -s -f ${i}-${BDBVER}.so.0 ${PREFIX}/lib/${i}-${BDBVER}.so .endfor cd ${PREFIX}/bin/${PORTNAME} ; \ for i in * ; do ${LN} -s -f ${PORTNAME}/$$i ../$$i-${BDBVER} ; done .include /electron4/files/minimist-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/korean
Commit message (Expand)AuthorAgeFilesLines
* Fix packaging with python3antoine2017-12-141-0/+1
* - Those ports fail to build with python3antoine2017-12-131-2/+2
* OPTIONS_SUB only cares about being defined, its content is ignored.mat2017-11-211-1/+1
* Update to 5.3.7.jkim2017-11-031-5/+5
* Update LICENSEsunpoet2017-09-251-2/+2
* Fix kde4-l10n packages after sysutils/filelight's updatetcberner2017-09-172-2/+1
* Update to 5.3.6.jkim2017-09-061-5/+5
* Update to 5.3.5.jkim2017-08-041-5/+5
* Update to 5.3.4.jkim2017-06-221-5/+5
* Fix qt4 ports on armv6.tcberner2017-06-061-1/+1
* Update to 5.3.3.jkim2017-05-201-5/+5
* Update to 5.2.7.jkim2017-05-051-5/+5
* Chase ffmpeg 3.3 update (ABI changes)riggs2017-04-251-0/+1
* Update to 5.2.6.jkim2017-03-281-5/+5
* Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some moretcberner2017-02-191-0/+1
* Move devel/libcheck to devel/checksunpoet2017-02-051-1/+1
* Update to 5.2.5.jkim2017-02-011-5/+5
* Fix ports using PREFIX in their depends instead of LOCALBASE.mat2017-01-141-1/+1
* Use PYTHON_PKGNAMEPREFIX instead of py${PYTHON_SUFFIX}-sunpoet2017-01-081-1/+1
* textproc/hunspell: update to 1.6.0jbeich2017-01-071-1/+1
* Update to 5.2.4.jkim2017-01-021-5/+5
* Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-091-1/+1
* textproc/hunspell: update to 1.5.4jbeich2016-12-041-1/+1
* Update libreoffice to 5.2.3 and liborcus to 0.11.2bapt2016-11-121-4/+5
* Use USES=pathfix where applicable.mat2016-10-212-2/+1
* ${RM} already has -f.mat2016-10-213-4/+4
* Split korean/imhangul into korean/imhangul-gtk2 and korean/imhangul-gtk3.jkim2016-09-1611-23/+70
* Unbreak and modernize the port.jkim2016-09-152-25/+26
* - Unbreak and modernize the port.jkim2016-09-154-23/+44
* Unbreak the port and modernize.jkim2016-09-155-66/+23
* Unbreak the port and modernize.jkim2016-09-154-21/+35
* GOOGLE_CODE has gone away.mat2016-09-144-0/+8
* Fix a package installation error: dvipsk must be installed to run updmaptijl2016-09-104-13/+14
* - Switch to options helpersamdmi32016-07-222-7/+9
* - Switch to options helpersamdmi32016-07-152-5/+7
* Many KDE i10n ports: Patch updates CURDIRpi2016-05-261-1/+1
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by...amdmi32016-05-241-1/+0
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-191-1/+1
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-199-13/+13
* Update to 5.0.6.jkim2016-05-071-4/+4
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-0114-22/+22
* - Update to 20160201.jkim2016-03-263-44/+45
* Update to 5.0.5.jkim2016-02-161-4/+4
* korean/engdic: USES+= ncurses, respect LDFLAGSmarino2016-02-051-1/+2
* Update to 5.0.4.jkim2015-12-181-4/+4
* Fix ports that confused the meaning of WRKDIR and WRKSRC.mat2015-11-054-25/+25
* Update to 5.0.3.jkim2015-11-041-4/+4
* Specify correctly @post* for gtk-query-immodulesbapt2015-09-261-2/+2
* Update to 5.0.2.jkim2015-09-242-6/+6
* Update to 1.5.0.jkim2015-09-106-64/+23
* Strip binary and modernize the port.jkim2015-09-102-28/+15
* Update to 13.1.jkim2015-09-103-8/+7
* Update LibreOffice to 5.0.1.jkim2015-09-021-4/+4
* By default libtool replaces -export-symbols <file> with -retain-symbols-filetijl2015-08-021-1/+1
* Fix build with fmake.jkim2015-07-251-2/+2
* Update to 20141022 snapshot.jkim2015-07-233-27/+37
* Remove the unused license file since r332811.jkim2015-07-231-96/+0