diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-03 18:43:07 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-03 18:43:07 +0000 |
commit | b1108b38b5a4cfda633d4041b37e0691786ad40e (patch) | |
tree | 7b73b4310c2b7e5c753ad6d5f8ef65259f7f5f09 /devel/ossp-ex | |
parent | 52cde85c5292a421bcb6b7daab70649a30b9c2df (diff) |
Notes
Diffstat (limited to 'devel/ossp-ex')
-rw-r--r-- | devel/ossp-ex/Makefile | 17 | ||||
-rw-r--r-- | devel/ossp-ex/distinfo | 4 |
2 files changed, 12 insertions, 9 deletions
diff --git a/devel/ossp-ex/Makefile b/devel/ossp-ex/Makefile index fb801d37458e..d6803a41e673 100644 --- a/devel/ossp-ex/Makefile +++ b/devel/ossp-ex/Makefile @@ -1,14 +1,12 @@ -# ex:ts=8 -*-mode: makefile-*- -# -# New ports collection makefile for: ossp-mm -# Date created: 2003-01-31 -# Whom: Alan Eldridge <alane@geeksrus.net> +# New ports collection makefile for: ossp-ex +# Date created: 2003-01-31 +# Whom: Alan Eldridge <alane@geeksrus.net> # # $FreeBSD$ # PORTNAME= ex -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_OSSP} MASTER_SITE_SUBDIR= lib/${PORTNAME} @@ -19,7 +17,8 @@ COMMENT= OSSP ex is a small exception handling library for use in C USE_GMAKE= yes GNU_CONFIGURE= yes -USE_LIBTOOL_VER= 13 +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_LIBTOOL_VER= 15 INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> @@ -28,5 +27,9 @@ INSTALLS_SHLIB= yes BROKEN= "Does not compile on alpha" .endif +check: build + @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) + .include "${FILESDIR}/manpages.mk" + .include <bsd.port.post.mk> diff --git a/devel/ossp-ex/distinfo b/devel/ossp-ex/distinfo index a88d4c17bce1..a1b46c1ef638 100644 --- a/devel/ossp-ex/distinfo +++ b/devel/ossp-ex/distinfo @@ -1,2 +1,2 @@ -MD5 (ex-1.0.4.tar.gz) = 9054e4325e5e182b2105566d9d02732d -SIZE (ex-1.0.4.tar.gz) = 306196 +MD5 (ex-1.0.5.tar.gz) = 419f0915cb578f9eb3bfc483bc49f066 +SIZE (ex-1.0.5.tar.gz) = 318246 |