[SVN-Commit] r66 - in trunk/mail/lightning: . files

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Wed Jul 29 07:18:02 UTC 2009


Author: beat
Date: Wed Jul 29 07:17:54 2009
New Revision: 66

Log:
- Add amd64 as recognized platform. Without this patch the calender plugin
  was not shown on amd64.

Reported by:	Jonathan Chen <jonathan.chen AT solnetsolutions.co.nz>
Submitted by:	ale@

Added:
   trunk/mail/lightning/files/patch-configure
Modified:
   trunk/mail/lightning/Makefile

Modified: trunk/mail/lightning/Makefile
==============================================================================
--- trunk/mail/lightning/Makefile	Sun Jul 26 20:49:43 2009	(r65)
+++ trunk/mail/lightning/Makefile	Wed Jul 29 07:17:54 2009	(r66)
@@ -2,11 +2,12 @@
 # Date created:		2006-10-13
 # Whom:			Michael Johnson <ahze at FreeBSD.org>
 #
-# $FreeBSD: ports/mail/lightning/Makefile,v 1.22 2009/05/04 19:23:42 miwi Exp $
+# $FreeBSD: ports/mail/lightning/Makefile,v 1.23 2009/07/15 20:48:42 beat Exp $
 #   $MCom: ports/mail/lightning/Makefile,v 1.1 2006/10/14 03:49:20 ahze Exp $
 
 PORTNAME=	lightning
 PORTVERSION=	0.9
+PORTREVISION=	1
 CATEGORIES=	mail deskutils
 MASTER_SITES=	${MASTER_SITE_MOZILLA}
 MASTER_SITE_SUBDIR=	calendar/${PORTNAME}/releases/${DISTVERSION}/source

Added: trunk/mail/lightning/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/mail/lightning/files/patch-configure	Wed Jul 29 07:17:54 2009	(r66)
@@ -0,0 +1,11 @@
+--- configure.orig	2009-07-28 09:36:01.000000000 +0200
++++ configure	2009-07-28 09:37:09.000000000 +0200
+@@ -5408,7 +5408,7 @@
+     CPU_ARCH=sparc
+     ;;
+ 
+-x86_64 | sparc | ppc | ia64)
++amd64 | x86_64 | sparc | ppc | ia64)
+     CPU_ARCH="$OS_TEST"
+     ;;
+ esac


More information about the freebsd-gecko mailing list