Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 May 2013 18:31:31 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317425 - in head/emulators: i386-wine-devel wine-devel
Message-ID:  <201305051831.r45IVVrd097886@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbn
Date: Sun May  5 18:31:31 2013
New Revision: 317425
URL: http://svnweb.freebsd.org/changeset/ports/317425

Log:
  Set explicit comment for slave port emulators/i386-wine-devel.
  
  i386-wine-devel is the normal wine-devel port built and packaged such that it
  can be installed (via `pkg add` or `pkg_add`) in an amd64 environment.  It can
  only be built in an i386 environment (hence the retained ONLY_FOR_ARCH) as
  the Ports Collection does not support cross compiling.
  
  Approved by:	eadler (mentor)

Modified:
  head/emulators/i386-wine-devel/Makefile
  head/emulators/wine-devel/Makefile

Modified: head/emulators/i386-wine-devel/Makefile
==============================================================================
--- head/emulators/i386-wine-devel/Makefile	Sun May  5 18:12:35 2013	(r317424)
+++ head/emulators/i386-wine-devel/Makefile	Sun May  5 18:31:31 2013	(r317425)
@@ -4,6 +4,7 @@
 PKGNAMEPREFIX=	i386-
 
 MAINTAINER=	dbn@FreeBSD.org
+COMMENT=	32bit Microsoft Windows compatibility environment for 64bit FreeBSD
 LATEST_LINK=	${PKGNAMEPREFIX}wine-devel
 
 # Use the wine port to do most of the heavy lifting

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Sun May  5 18:12:35 2013	(r317424)
+++ head/emulators/wine-devel/Makefile	Sun May  5 18:31:31 2013	(r317425)
@@ -9,7 +9,7 @@ MASTER_SITES=	SF/${PORTNAME}/Source \
 		http://ibiblio.org/pub/linux/system/emulators/wine/
 
 MAINTAINER?=	gerald@FreeBSD.org
-COMMENT=	Microsoft Windows compatibility environment
+COMMENT?=	Microsoft Windows compatibility environment
 
 LICENSE=	LGPL21 LGPL3
 LICENSE_COMB=	dual



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