From owner-freebsd-ports Tue Nov 27 5:10:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F10037B41A for ; Tue, 27 Nov 2001 05:10:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARDA3V89217; Tue, 27 Nov 2001 05:10:03 -0800 (PST) (envelope-from gnats) Received: from phobos.raisdorf.net (phobos.raisdorf.net [195.244.235.251]) by hub.freebsd.org (Postfix) with ESMTP id 4D12B37B405 for ; Tue, 27 Nov 2001 05:05:29 -0800 (PST) Received: by phobos.raisdorf.net (8.11.6/8.11.6) id fARCx8a27823; Tue, 27 Nov 2001 13:59:08 +0100 (CET) Message-Id: <200111271259.fARCx8a27823@phobos.raisdorf.net> Date: Tue, 27 Nov 2001 13:59:08 +0100 (CET) From: Oliver Lehmann Reply-To: Oliver Lehmann To: FreeBSD-gnats-submit@freebsd.org Cc: Oliver Lehmann X-Send-Pr-Version: 3.113 Subject: ports/32330: update port: mail/sylpheed (broken build fixed) 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: 32330 >Category: ports >Synopsis: update port: mail/sylpheed (broken build fixed) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Nov 27 05:10:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Oliver Lehmann >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD localhost138.brainwire.de 4.4-STABLE FreeBSD 4.4-STABLE #5: Wed Oct 17 21:33:39 CEST 2001 olivleh1@localhost138.brainwire.de:/usr/obj/usr/src/sys/LOCALHOST138 i386 don't use automake/autoconf, because it requires to many patches and workarounds to get it worked with autoconf213, automake14 and so on. In my humble opinion, it's better to create the libtool link in WRKSRC and everybody is happy ;) >Description: don't use automake/autoconf, because it requires to many patches and workarounds to get it worked with autoconf213, automake14 and so on. In my humble opinion, it's better to create the libtool link in WRKSRC and everybody is happy ;) files/patch-ad removed >How-To-Repeat: >Fix: diff -ruN sylpheed.old/Makefile sylpheed/Makefile --- sylpheed.old/Makefile Tue Nov 27 13:04:05 2001 +++ sylpheed/Makefile Tue Nov 27 13:43:50 2001 @@ -7,6 +7,7 @@ PORTNAME= sylpheed PORTVERSION= 0.6.5 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ @@ -14,12 +15,10 @@ USE_BZIP2= yes USE_GMAKE= yes -USE_AUTOMAKE= yes USE_X_PREFIX= yes USE_IMLIB= yes USE_LIBTOOL= yes -CONFIGURE_SCRIPT= autogen.sh CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-compface --disable-gdk-pixbuf --enable-ipv6 --prefix=${PREFIX} --with-included-gettext @@ -51,11 +50,8 @@ .endif @${ECHO_MSG} -pre-configure: - ${PERL} -pi -e "s|AM_PROG_INSTALL|AC_PROG_INSTALL|g" ${WRKSRC}/aclocal.m4 - if ([ ${WITH_GPGME} ] || [ -f "${LOCALBASE}/share/aclocal/gpgme.m4" ]) ; then \ - ${RM} -f ${WRKSRC}/ac/gpgme.m4 ; \ - fi +pre-build: + ${LN} -sf ${LOCALBASE}/bin/${LIBTOOL} ${WRKSRC}/libtool post-install: .if !defined(NOPORTDOCS) diff -ruN sylpheed.old/files/patch-ad sylpheed/files/patch-ad --- sylpheed.old/files/patch-ad Tue Nov 27 13:04:05 2001 +++ sylpheed/files/patch-ad Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- intl/Makefile.in.orig Wed Oct 24 03:57:52 2001 -+++ intl/Makefile.in Wed Oct 24 03:58:06 2001 -@@ -41,7 +41,7 @@ - MKINSTALLDIRS = @MKINSTALLDIRS@ - mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac` - --l = @INTL_LIBTOOL_SUFFIX_PREFIX@ -+l = - - AR = ar - CC = @CC@ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message