diff options
| author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-19 05:21:34 +0800 |
|---|---|---|
| committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-19 05:21:34 +0800 |
| commit | ba071757b3316d82b90ca83cc710c11e9479bbe1 (patch) | |
| tree | 1b274308b866e794c2d73a24ddfc783a01d0f05a /databases/evolution-data-server/Makefile | |
| parent | c66fe59deec2e2909f20e268bc49f133962c785b (diff) | |
| download | marcuscom-ports-ba071757b3316d82b90ca83cc710c11e9479bbe1.tar.gz marcuscom-ports-ba071757b3316d82b90ca83cc710c11e9479bbe1.tar.zst marcuscom-ports-ba071757b3316d82b90ca83cc710c11e9479bbe1.zip | |
Restore a lost patch to fix memory allocation problems on 64-bit
architectures.
Obtained from: ports
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7817 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/evolution-data-server/Makefile')
| -rw-r--r-- | databases/evolution-data-server/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index a4f67fddc..30d00445c 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/databases/evolution-data-server/Makefile,v 1.99 2006/10/03 00:13:42 ahze Exp $ +# $MCom: ports/databases/evolution-data-server/Makefile,v 1.101 2006/10/18 07:44:32 marcus Exp $ # PORTNAME= evolution-data-server PORTVERSION= 1.9.1 +PORTREVISION= 1 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} |
