Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Nov 2001 13:59:08 +0100 (CET)
From:      Oliver Lehmann <lehmann@ans-netz.de>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        Oliver Lehmann <lehmann@ans-netz.de>
Subject:   ports/32330: update port: mail/sylpheed (broken build fixed)
Message-ID:  <200111271259.fARCx8a27823@phobos.raisdorf.net>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111271259.fARCx8a27823>