From owner-freebsd-ports Tue Sep 17 10:30:43 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 593F537B401 for ; Tue, 17 Sep 2002 10:30:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17A4243EA3 for ; Tue, 17 Sep 2002 10:30:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8HHUHCo017885 for ; Tue, 17 Sep 2002 10:30:17 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8HHUHFw017882; Tue, 17 Sep 2002 10:30:17 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1880637B423 for ; Tue, 17 Sep 2002 10:24:20 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1991343FD3 for ; Tue, 17 Sep 2002 09:54:38 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g8HGrlOT021313 for ; Tue, 17 Sep 2002 09:54:07 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g8HGrM9n021222; Tue, 17 Sep 2002 09:53:22 -0700 (PDT) Message-Id: <200209171653.g8HGrM9n021222@www.freebsd.org> Date: Tue, 17 Sep 2002 09:53:22 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/42895: Update port: editors/poedit to 1.1.10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 42895 >Category: ports >Synopsis: Update port: editors/poedit to 1.1.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 17 10:30:13 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6.2-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.1.10 New file: files/patch-Makefile.in Remove file: files/patch-configure files/patch-instlal::Makefile.in >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/poedit/Makefile editors/poedit/Makefile --- /usr/ports/editors/poedit/Makefile Tue Sep 10 20:09:45 2002 +++ editors/poedit/Makefile Tue Sep 17 19:54:08 2002 @@ -7,46 +7,32 @@ # PORTNAME= poedit -PORTVERSION= 1.1.8 -PORTREVISION= 3 +PORTVERSION= 1.1.10 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -#PATCH_SITES= ${MASTER_SITES} -#PATCHFILES= poedit-1.1.5-wxwin-2.3.1.patch 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.3:${PORTSDIR}/databases/db3 +LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 \ + intl.4:${PORTSDIR}/devel/gettext \ + wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk-devel -PATCH_DIST_ARGS= -d ${PATCH_WRKSRC} -E ${PATCH_DIST_STRIP} -p1 -USE_REINPLACE= yes USE_X_PREFIX= yes -WANT_GNOME= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" -CONFIGURE_ARGS= --datadir=${PREFIX}/share +USE_REINPLACE= yes USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -MAN1= poedit.1 +CPPFLAGS= -I${LOCALBASE}/include/db3 -I${LOCALBASE}/include \ + ${PTHREAD_CFLAGS} +LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -.include +MAN1= poedit.1 -.if defined(HAVE_GNOME) -USE_GNOME= yes -.else -CONFIGURE_ARGS+= --without-gnome -.endif - -pre-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|\$$(datadir)/gnome/|\$$(datadir)/|g ; \ - s|\$$(datadir)/locale|\$$(prefix)/share/locale|g' +post-patch: + @${REINPLACE_CMD} -e 's|db-3.1;|db-3.1 db3;|g ; \ + s|-O3||g' ${WRKSRC}/configure -.include +.include diff -urN /usr/ports/editors/poedit/distinfo editors/poedit/distinfo --- /usr/ports/editors/poedit/distinfo Sun Apr 7 00:06:02 2002 +++ editors/poedit/distinfo Tue Sep 17 19:16:19 2002 @@ -1 +1 @@ -MD5 (poedit-1.1.8.tar.gz) = 71436c17916194cfb291f3097ffe7482 +MD5 (poedit-1.1.10.tar.gz) = d4ef0222f6932f1e4028041c375e7f69 diff -urN /usr/ports/editors/poedit/files/patch-Makefile.in editors/poedit/files/patch-Makefile.in --- /usr/ports/editors/poedit/files/patch-Makefile.in Thu Jan 1 09:00:00 1970 +++ editors/poedit/files/patch-Makefile.in Tue Sep 17 19:51:40 2002 @@ -0,0 +1,11 @@ +--- Makefile.in.orig Wed Sep 11 18:20:10 2002 ++++ Makefile.in Tue Sep 17 19:51:27 2002 +@@ -93,7 +93,7 @@ + WX_LIBS_STATIC = @WX_LIBS_STATIC@ + WX_VERSION = @WX_VERSION@ + +-SUBDIRS = extras src docs install locales ++SUBDIRS = extras src docs locales + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_CLEAN_FILES = diff -urN /usr/ports/editors/poedit/files/patch-configure editors/poedit/files/patch-configure --- /usr/ports/editors/poedit/files/patch-configure Tue Feb 26 16:45:17 2002 +++ editors/poedit/files/patch-configure Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- configure.orig Tue Feb 26 15:09:09 2002 -+++ configure Tue Feb 26 15:09:22 2002 -@@ -1996,7 +1996,7 @@ - cat conftest.$ac_ext >&5 - fi - rm -f conftest* --test "$ac_cv_search_db_create" = "no" && for i in db-3.6 db-3.5 db-3.4 db-3.3 db-3.2 db-3.1 db; do -+test "$ac_cv_search_db_create" = "no" && for i in db-3.6 db-3.5 db-3.4 db-3.3 db-3.2 db-3.1 db3; do - LIBS="-l$i $ac_func_search_save_LIBS" - cat > conftest.$ac_ext <Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message