aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2002-08-23 03:13:46 +0800
committerade <ade@FreeBSD.org>2002-08-23 03:13:46 +0800
commitf023fd5b6b250a8bdfc37bd5e13409317ed74f28 (patch)
treec0988538bbc487214b31686fa1f5fde3fec62827 /editors
parent2b1c91666faa28abde2390dcc02e7049a34089db (diff)
downloadfreebsd-ports-gnome-f023fd5b6b250a8bdfc37bd5e13409317ed74f28.tar.gz
freebsd-ports-gnome-f023fd5b6b250a8bdfc37bd5e13409317ed74f28.tar.zst
freebsd-ports-gnome-f023fd5b6b250a8bdfc37bd5e13409317ed74f28.zip
BerkeleyDB cleanup - stage 2
Update databases/db3 to 3.3.11, and fix the few ports that need sorting after the shlib version update, and a slight API change from 3.2.x->3.3.x
Diffstat (limited to 'editors')
-rw-r--r--editors/nvi-devel/Makefile6
-rw-r--r--editors/poedit/Makefile4
2 files changed, 5 insertions, 5 deletions
diff --git a/editors/nvi-devel/Makefile b/editors/nvi-devel/Makefile
index 367c5076cdf1..ade2f73a6182 100644
--- a/editors/nvi-devel/Makefile
+++ b/editors/nvi-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nvi
PORTVERSION= 1.81.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors
MASTER_SITES= http://www.kotnet.org/~skimo/nvi/devel/ \
${MASTER_SITE_LOCAL}
@@ -16,13 +16,13 @@ MASTER_SITE_SUBDIR= dd
MAINTAINER= dd@FreeBSD.org
BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv
-LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3
+LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
-CONFIGURE_ARGS+= --with-db3=${PREFIX}
+CONFIGURE_ARGS+= --with-db3=${LOCALBASE}
CONFIGURE_SCRIPT= ../dist/configure
MAN1= ex.1 vi.1 view.1
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile
index 154c9aefaa9a..873bb82ab711 100644
--- a/editors/poedit/Makefile
+++ b/editors/poedit/Makefile
@@ -8,7 +8,7 @@
PORTNAME= poedit
PORTVERSION= 1.1.8
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -20,7 +20,7 @@ MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \
wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk-devel \
- db3:${PORTSDIR}/databases/db3
+ db3.3:${PORTSDIR}/databases/db3
PATCH_DIST_ARGS= -d ${PATCH_WRKSRC} -E ${PATCH_DIST_STRIP} -p1
USE_REINPLACE= yes