From mandree@FreeBSD.org  Fri Dec 18 19:55:57 2009
Return-Path: <mandree@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0F1201065679;
	Fri, 18 Dec 2009 19:55:57 +0000 (UTC)
	(envelope-from mandree@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28])
	by mx1.freebsd.org (Postfix) with ESMTP id D81478FC15;
	Fri, 18 Dec 2009 19:55:56 +0000 (UTC)
Received: from mandree.no-ip.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBIJtu1m079446;
	Fri, 18 Dec 2009 19:55:56 GMT
	(envelope-from mandree@FreeBSD.org)
Received: from apollo.emma.line.org (apollo.emma.line.org [192.168.0.4])
	by merlin.emma.line.org (Postfix) with ESMTP id BB55994042;
	Fri, 18 Dec 2009 20:55:55 +0100 (CET)
Received: by apollo.emma.line.org (Postfix, from userid 1001)
	id 5ACF939838; Fri, 18 Dec 2009 20:55:55 +0100 (CET)
Message-Id: <20091218195555.5ACF939838@apollo.emma.line.org>
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: [PATCH] devel/smake: update to 1.2.a.49
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         141760
>Category:       ports
>Synopsis:       [PATCH] devel/smake: update to 1.2.a.49
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 18 20:00:12 UTC 2009
>Closed-Date:    Mon Dec 21 08:15:45 UTC 2009
>Last-Modified:  Mon Dec 21 08:15:45 UTC 2009
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->mm 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Dec 18 20:00:30 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141760 

From: Martin Matuska <mm@FreeBSD.org>
To: bug-followup@FreeBSD.org, mandree@FreeBSD.org
Cc:  
Subject: Re: ports/141760: [PATCH] devel/smake: update to 1.2.a.49
Date: Sat, 19 Dec 2009 00:32:14 +0100

 I approve the patch, you can commit it - but you have to update
 archivers/star to 1.5.1 at the same time, otherwise it becomes broken.

From: "Matthias Andree" <matthias.andree@tu-dortmund.de>
To: "Martin Matuska" <mm@freebsd.org>, bug-followup@freebsd.org,
        mandree@freebsd.org
Cc:  
Subject: Re: ports/141760: [PATCH] devel/smake: update to 1.2.a.49
Date: Sat, 19 Dec 2009 01:12:09 +0100

 Am 19.12.2009, 00:32 Uhr, schrieb Martin Matuska <mm@freebsd.org>:
 
 > I approve the patch, you can commit it - but you have to update
 > archivers/star to 1.5.1 at the same time, otherwise it becomes broken.
 
 Thank you.
 
 It appears that star was already updated to 1.5.1 by ehaupt last week.
 
 -- 
 Matthias Andree

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/141760: commit references a PR
Date: Mon, 21 Dec 2009 08:01:25 +0000 (UTC)

 mm          2009-12-21 08:01:09 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/smake          Makefile distinfo pkg-plist 
   Log:
   - Update to 1.2.a49
   - Unbreak
   
   PR:             ports/141760
   Submitted by:   mandree
   
   Revision  Changes    Path
   1.14      +2 -8      ports/devel/smake/Makefile
   1.11      +3 -3      ports/devel/smake/distinfo
   1.4       +2 -1      ports/devel/smake/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: mm 
State-Changed-When: Mon Dec 21 08:15:44 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141760 
>Unformatted:
