Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Feb 2013 12:41:04 +0000
From:      Max Brazhnikov <makc@issp.ac.ru>
To:        Alexey Dokuchaev <danfe@freebsd.org>
Cc:        svn-ports-head@freebsd.org, Rene Ladan <rene@freebsd.org>, svn-ports-all@freebsd.org, nemysis@gmx.ch, ports-committers@freebsd.org
Subject:   Re: Re: svn commit: r312762 - in head/games/whichwayisup: . files
Message-ID:  <1751495.PQQzyNnWBz@mercury.ph.man.ac.uk>
In-Reply-To: <20130222122130.GA7583@FreeBSD.org>
References:  <201302221144.r1MBiKi6043715@svn.freebsd.org> <3721488.3U2r0mz0lE@mercury.ph.man.ac.uk> <20130222122130.GA7583@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 22 Feb 2013 12:21:30 +0000 Alexey Dokuchaev wrote:
> On Fri, Feb 22, 2013 at 12:09:55PM +0000, Max Brazhnikov wrote:
> > Since this port generates .desktop file via DESKTOP_ENTRIES it definitely
> > doesn't need desktopfileutils. If .deskop file is shipped with the sources
> > the criterion for using desktopfileutils is MimeType key in .deskop file.
> > Configure script usually looks for it in this case.
> 
> This is (by far) not the first time I see people blindly depending on
> desktopfileutils in cases when it is not really needed.  Someone(tm) should
> grep the collection for incorrect usages thereof, and fix them.

It can be done for ports with DESKTOP_ENTRIES, but it's up to maintainers when
.desktop comes with tarball. Perhaps I should update porters handbook on this
matter.

Max
From owner-svn-ports-head@FreeBSD.ORG  Fri Feb 22 13:10:13 2013
Return-Path: <owner-svn-ports-head@FreeBSD.ORG>
Delivered-To: svn-ports-head@freebsd.org
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
 by hub.freebsd.org (Postfix) with ESMTP id 2F4E95AE;
 Fri, 22 Feb 2013 13:10:13 +0000 (UTC) (envelope-from gjb@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 by mx1.freebsd.org (Postfix) with ESMTP id 13103E21;
 Fri, 22 Feb 2013 13:10:13 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1MDACGS068906;
 Fri, 22 Feb 2013 13:10:12 GMT (envelope-from gjb@svn.freebsd.org)
Received: (from gjb@localhost)
 by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1MDACex068902;
 Fri, 22 Feb 2013 13:10:12 GMT (envelope-from gjb@svn.freebsd.org)
Message-Id: <201302221310.r1MDACex068902@svn.freebsd.org>
From: Glen Barber <gjb@FreeBSD.org>
Date: Fri, 22 Feb 2013 13:10:12 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r312763 - in head/sysutils/cfengine-devel: . files
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 <svn-ports-head.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head>;
List-Post: <mailto:svn-ports-head@freebsd.org>
List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 22 Feb 2013 13:10:13 -0000

Author: gjb
Date: Fri Feb 22 13:10:11 2013
New Revision: 312763
URL: http://svnweb.freebsd.org/changeset/ports/312763

Log:
  - Update to 3.5.0a1
  
  Approved by:	cy (maintainer, implicit)

Added:
  head/sysutils/cfengine-devel/files/patch-doc-build-stdlib.c   (contents, props changed)
Deleted:
  head/sysutils/cfengine-devel/files/patch-src-files_select.c
Modified:
  head/sysutils/cfengine-devel/Makefile
  head/sysutils/cfengine-devel/distinfo

Modified: head/sysutils/cfengine-devel/Makefile
==============================================================================
--- head/sysutils/cfengine-devel/Makefile	Fri Feb 22 11:44:20 2013	(r312762)
+++ head/sysutils/cfengine-devel/Makefile	Fri Feb 22 13:10:11 2013	(r312763)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	cfengine
-PORTVERSION=	3.4.0b2
-PORTREVISION=	2
+PORTVERSION=	3.5.0a1
+PORTREVISION=
 PORTEPOCH=	1
 CATEGORIES=	sysutils
 PKGNAMESUFFIX=	-devel
@@ -16,8 +16,6 @@ COMMENT=	A systems administration tool f
 LATEST_LINK=	cfengine-devel
 FETCH_BEFORE_ARGS=	-o ${DISTDIR}/${DISTFILES}
 
-IGNORE=		Development version not branched from cfengine34
-
 CONFLICTS=	cfengine-[23]*
 
 USE_RC_SUBR=	cf-execd cf-serverd

Modified: head/sysutils/cfengine-devel/distinfo
==============================================================================
--- head/sysutils/cfengine-devel/distinfo	Fri Feb 22 11:44:20 2013	(r312762)
+++ head/sysutils/cfengine-devel/distinfo	Fri Feb 22 13:10:11 2013	(r312763)
@@ -1,2 +1,2 @@
-SHA256 (cfengine-3.4.0b2.tar.gz) = 5150125b56f1235e90b29fbe351a0d09b2148cdcf9ad2c78840d2ce08ff20999
-SIZE (cfengine-3.4.0b2.tar.gz) = 4671105
+SHA256 (cfengine-3.5.0a1.tar.gz) = 47d3eff2321360e0c5287e7a4d2c6d57acb90b279fb28fbc5571307716f0d225
+SIZE (cfengine-3.5.0a1.tar.gz) = 4773963

Added: head/sysutils/cfengine-devel/files/patch-doc-build-stdlib.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/cfengine-devel/files/patch-doc-build-stdlib.c	Fri Feb 22 13:10:11 2013	(r312763)
@@ -0,0 +1,56 @@
+--- docs/tools/build-stdlib.c.orig	2013-02-22 07:56:59.781081590 -0500
++++ docs/tools/build-stdlib.c	2013-02-22 07:56:21.000000000 -0500
+@@ -9,7 +9,7 @@
+ #define true 1
+ 
+ #include <stdio.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <string.h>
+ 
+ struct Item
+@@ -25,7 +25,7 @@
+     struct Item *SortItemListNames(struct Item *list);
+ int IncludeManualFile(FILE *fout,char *file);
+ 
+-    
++int
+ main(int argc, char *argv[])
+ 
+ { FILE *fin,*fout = NULL;
+@@ -35,7 +35,7 @@
+ if ((fin = fopen(argv[1],"r")) == NULL)
+    {
+    printf("Could not open the %s file\n", argv[1]);
+-   return;
++   return 1;
+    }
+ 
+    
+@@ -67,7 +67,7 @@
+       if ((fout = fopen(name,"w")) == NULL)
+          {
+          printf("Could not open output file %s\n",name);
+-         return;
++         return 1;
+          }
+ 
+       fprintf(fout,"%s",buffer);
+@@ -92,7 +92,7 @@
+ if ((fout = fopen("CfengineStdLibrary.texinfo","w")) == NULL)
+    {
+    printf("Could not open the CfengineStdLibrary.texinfo file\n");
+-   return;
++   return 1;
+    }
+ 
+ IncludeManualFile(fout,"preamble.texinfo");
+@@ -131,7 +131,7 @@
+ if ((fp = fopen(file,"r")) == NULL)
+    {
+    printf("Could not read %s\n",file);
+-   return;
++   return 1;
+    }
+ 
+ while(!feof(fp))



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1751495.PQQzyNnWBz>