From 01b6d814ad5285acd9f2f46b4963ffc0c324fd62 Mon Sep 17 00:00:00 2001 From: naddy Date: Thu, 25 Apr 2002 01:37:57 +0000 Subject: [PATCH] Update to 1.05 and overhaul port. Prompted by Damien Bastie reporting unfetchable distfile. --- devel/xmake/Makefile | 22 ++++++++++++---------- devel/xmake/distinfo | 6 +++--- devel/xmake/pkg/DESCR | 2 ++ 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/devel/xmake/Makefile b/devel/xmake/Makefile index e169049bdfe..24d32dd4170 100644 --- a/devel/xmake/Makefile +++ b/devel/xmake/Makefile @@ -1,23 +1,23 @@ -# $OpenBSD: Makefile,v 1.16 2002/03/21 20:46:26 espie Exp $ +# $OpenBSD: Makefile,v 1.17 2002/04/25 01:37:57 naddy Exp $ COMMENT= "powerful make utility" -DISTNAME= xmake-1.01 +DISTNAME= xmake-1.05 CATEGORIES= devel NEED_VERSION= 1.515 +HOMEPAGE= http://apollo.backplane.com/xmake/ -# License: NONE -PERMIT_PACKAGE_CDROM= "no license" -PERMIT_PACKAGE_FTP= "no license" -PERMIT_DISTFILES_CDROM= "no license" -PERMIT_DISTFILES_FTP= "no license" +# public domain +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes -MASTER_SITES= http://www.backplane.com/xmake/ \ - ftp://atari.saturn5.com/pub/dlowe/ +MASTER_SITES= ${HOMEPAGE} EXTRACT_SUFX= .tgz WRKDIST= ${WRKDIR}/xmake -MAKE_FLAGS=CFLAGS='${CFLAGS} -Wall -Wstrict-prototypes' +MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}" pre-build: @rm -rf ${WRKSRC}/obj @@ -26,4 +26,6 @@ do-install: ${INSTALL_PROGRAM} ${WRKBUILD}/xmake ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/xmake.1 ${PREFIX}/man/man1 +NO_REGRESS= Yes + .include diff --git a/devel/xmake/distinfo b/devel/xmake/distinfo index babaa6fdc51..824c5505130 100644 --- a/devel/xmake/distinfo +++ b/devel/xmake/distinfo @@ -1,3 +1,3 @@ -MD5 (xmake-1.01.tgz) = 7fb2ebb2c32e3baab4ea22bf7d37bcd6 -RMD160 (xmake-1.01.tgz) = 9f988774880391fbf642e4b5d83acc96d749569d -SHA1 (xmake-1.01.tgz) = 38e14236ac28fadb7d327f15f928f4bd45b09614 +MD5 (xmake-1.05.tgz) = 1563ca7d04d2df79bfa9a5c7db532aa7 +RMD160 (xmake-1.05.tgz) = 2f5c9a6a800a2f899112c2a7b72f08f79b43c817 +SHA1 (xmake-1.05.tgz) = 7f608c6a0e30567f0ca1921a5f2e984767cecf24 diff --git a/devel/xmake/pkg/DESCR b/devel/xmake/pkg/DESCR index 3f1bcc5f6e1..f589d190bc5 100644 --- a/devel/xmake/pkg/DESCR +++ b/devel/xmake/pkg/DESCR @@ -4,3 +4,5 @@ other makes have confusing rulesets and do not support many-to-many dependancy specifications, XMake has relatively few (basically no) rulesets and allows you to easily specify many:many dependencies. This gives XMake the flexibility to deal with complex project hierarchies very simply. + +WWW: ${HOMEPAGE}