Update to 1.1.0 to fix build problems on amd64
This commit is contained in:
parent
97eb0f8271
commit
040d67b32c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106925
3 changed files with 5 additions and 8 deletions
|
@ -1,5 +1,4 @@
|
|||
# ex:ts=8 -*-mode: makefile-*-
|
||||
#
|
||||
# New ports collection makefile for: ossp-var
|
||||
# Date created: 2003-01-31
|
||||
# Whom: Alan Eldridge <alane@geeksrus.net>
|
||||
|
@ -8,9 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= var
|
||||
PORTVERSION= 1.0.0
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 0
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/var/
|
||||
PKGNAMEPREFIX= ossp-
|
||||
|
@ -25,7 +22,7 @@ INSTALLS_SHLIB= yes
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
|
||||
.if ${ARCH} == "alpha"
|
||||
BROKEN= "Does not compile on alpha or amd64"
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (var-1.0.0.tar.gz) = f96cba6f54a579e717279b693c961a28
|
||||
SIZE (var-1.0.0.tar.gz) = 230628
|
||||
MD5 (var-1.1.0.tar.gz) = 7ef3fb12215a6633ecad95e5f9b5f468
|
||||
SIZE (var-1.1.0.tar.gz) = 330630
|
||||
|
|
|
@ -3,4 +3,4 @@ include/var.h
|
|||
lib/libvar.a
|
||||
lib/libvar.la
|
||||
lib/libvar.so
|
||||
lib/libvar.so.10
|
||||
lib/libvar.so.11
|
||||
|
|
Loading…
Reference in a new issue