Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Oct 2006 11:48:30 +0200
From:      "Pawel Pekala" <c0rn@o2.pl>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/103864: [maintainer-update] mail/sylpheed-claws-vcalendar fix build
Message-ID:  <1159696110.48338@caprica.slowicza.org>
Resent-Message-ID: <200610010950.k919oE5S061742@freefall.freebsd.org>

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

>Number:         103864
>Category:       ports
>Synopsis:       [maintainer-update] mail/sylpheed-claws-vcalendar fix build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 01 09:50:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Pawel Pekala
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:


System: FreeBSD 6.2-PRERELEASE #0: Sun Sep 24 03:04:16 CEST 2006
    root@caprica.slowicza.org:/usr/obj/usr/src/sys/GENERIC



>Description:


- fix build (change required autoconf from 2.60 to 2.59)
- remove old, unused autoheader stuff


>How-To-Repeat:





>Fix:


--- sc-vcalendar.diff begins here ---
diff -urN /usr/ports/mail/sylpheed-claws-vcalendar/Makefile sylpheed-claws-vcalendar/Makefile
--- /usr/ports/mail/sylpheed-claws-vcalendar/Makefile	Sat Sep 30 21:32:24 2006
+++ sylpheed-claws-vcalendar/Makefile	Sun Oct  1 11:29:42 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	vcalendar
 PORTVERSION=	1.89.1
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://sylpheed-claws.net/downloads/plugins/ \
 		${MASTER_SITE_LOCAL}
@@ -28,8 +29,5 @@
 
 CONFIGURE_ARGS=	--with-libiconv-prefix=${LOCALBASE} \
 	--with-libintl-prefix=${LOCALBASE}
-
-pre-configure:
-	@cd ${WRKDIR}/${PORTNAME}-${PORTVERSION} && ${AUTOHEADER}
 
 .include <bsd.port.mk>
diff -urN /usr/ports/mail/sylpheed-claws-vcalendar/files/patch-configure.ac sylpheed-claws-vcalendar/files/patch-configure.ac
--- /usr/ports/mail/sylpheed-claws-vcalendar/files/patch-configure.ac	Thu Jan  1 01:00:00 1970
+++ sylpheed-claws-vcalendar/files/patch-configure.ac	Sun Oct  1 11:29:00 2006
@@ -0,0 +1,8 @@
+--- configure.ac.orig	Sun Oct  1 11:28:13 2006
++++ configure.ac	Sun Oct  1 11:28:27 2006
+@@ -1,4 +1,4 @@
+-AC_PREREQ(2.60)
++AC_PREREQ(2.59)
+ AC_INIT(src/plugin.c)
+ AC_CONFIG_AUX_DIR(config)
+ AM_MAINTAINER_MODE
--- sc-vcalendar.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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