- Fix build (change required autoconf from 2.60 to 2.59).
- Remove old, unused autoheader stuff. PR: ports/103864 Submitted by: "Pawel Pekala" <c0rn@o2.pl> (maintainer)
This commit is contained in:
parent
21c4e557d8
commit
c2ea70edc9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174243
4 changed files with 18 additions and 6 deletions
|
@ -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}
|
||||
|
@ -29,7 +30,4 @@ USE_AUTOTOOLS= autoconf:259
|
|||
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
|
||||
--with-libintl-prefix=${LOCALBASE}
|
||||
|
||||
pre-configure:
|
||||
@cd ${WRKDIR}/${PORTNAME}-${PORTVERSION} && ${AUTOHEADER}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
8
mail/claws-mail-vcalendar/files/patch-configure.ac
Normal file
8
mail/claws-mail-vcalendar/files/patch-configure.ac
Normal file
|
@ -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
|
|
@ -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}
|
||||
|
@ -29,7 +30,4 @@ USE_AUTOTOOLS= autoconf:259
|
|||
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
|
||||
--with-libintl-prefix=${LOCALBASE}
|
||||
|
||||
pre-configure:
|
||||
@cd ${WRKDIR}/${PORTNAME}-${PORTVERSION} && ${AUTOHEADER}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
8
mail/sylpheed-claws-vcalendar/files/patch-configure.ac
Normal file
8
mail/sylpheed-claws-vcalendar/files/patch-configure.ac
Normal file
|
@ -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
|
Loading…
Reference in a new issue