svn commit: r317425 - in head/emulators: i386-wine-devel wine-devel

David Naylor dbn at FreeBSD.org
Sun May 5 18:31:32 UTC 2013


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 at 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 at FreeBSD.org
-COMMENT=	Microsoft Windows compatibility environment
+COMMENT?=	Microsoft Windows compatibility environment
 
 LICENSE=	LGPL21 LGPL3
 LICENSE_COMB=	dual


More information about the svn-ports-all mailing list