Date: Fri, 18 Dec 2009 20:55:55 +0100 (CET) From: Matthias Andree <mandree@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mm@FreeBSD.org Subject: ports/141760: [PATCH] devel/smake: update to 1.2.a.49 Message-ID: <20091218195555.5ACF939838@apollo.emma.line.org> Resent-Message-ID: <200912182000.nBIK0D96079761@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 141760 >Category: ports >Synopsis: [PATCH] devel/smake: update to 1.2.a.49 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Dec 18 20:00:12 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 8.0-STABLE amd64 >Organization: >Environment: System: FreeBSD apollo.emma.line.org 8.0-STABLE FreeBSD 8.0-STABLE #15: Wed Dec 16 09:45:20 CET 2009 >Description: - Update to 1.2.a.49 - this fixes the build issue on FreeBSD 8. Let me know if you want _me_ to commit the update. Port maintainer (mm@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- smake-1.2.a.49.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/smake/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 28 Jul 2008 13:27:09 -0000 1.13 +++ Makefile 18 Dec 2009 19:44:24 -0000 @@ -6,7 +6,7 @@ # PORTNAME= smake -PORTVERSION= 1.2.a.41 +PORTVERSION= 1.2.a.49 CATEGORIES= devel MASTER_SITES= ftp://ftp.berlios.de/pub/smake/alpha/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a./a/} @@ -26,10 +26,4 @@ RULEUSED= "`${WRKSRC}/conf/oarch.sh`" PLIST_SUB= RULESUSED="${RULEUSED}" -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 800032 -BROKEN= Does not compile -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/smake/distinfo,v retrieving revision 1.10 diff -u -r1.10 distinfo --- distinfo 12 Apr 2007 15:35:16 -0000 1.10 +++ distinfo 18 Dec 2009 19:42:09 -0000 @@ -1,3 +1,3 @@ -MD5 (smake-1.2a41.tar.bz2) = 16ed2a07db8589a223a6aa0f66176078 -SHA256 (smake-1.2a41.tar.bz2) = 1f12e7b4f43e49e298b371caf96b7ed03536cbf6328d4ef10dd1f40b9f08ca35 -SIZE (smake-1.2a41.tar.bz2) = 322768 +MD5 (smake-1.2a49.tar.bz2) = 1c1e5b7a2b718aca772305a84359ba7e +SHA256 (smake-1.2a49.tar.bz2) = 26c976d8e476136f6a70cf0a285335d56ca13672909ddf4e2cbb738bdea89166 +SIZE (smake-1.2a49.tar.bz2) = 385924 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/smake/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 12 Apr 2007 15:35:16 -0000 1.3 +++ pkg-plist 18 Dec 2009 19:48:16 -0000 @@ -4,6 +4,7 @@ include/schily/%%RULESUSED%%/xconfig.h lib/defaults.smk lib/libschily.a -lib/libschily_p.a +lib/profiled/libschily.a +@dirrmtry lib/profiled @dirrm include/schily/%%RULESUSED%% @dirrm include/schily --- smake-1.2.a.49.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091218195555.5ACF939838>