Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Aug 2018 18:00:13 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478477 - head/science/gabedit
Message-ID:  <201808301800.w7UI0D4B086933@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Aug 30 18:00:12 2018
New Revision: 478477
URL: https://svnweb.freebsd.org/changeset/ports/478477

Log:
  science/gabedit: Add BROKEN_i386
  
  Also replace port name with ${PORTNAME}.
  
  Reported by:	fallout

Modified:
  head/science/gabedit/Makefile

Modified: head/science/gabedit/Makefile
==============================================================================
--- head/science/gabedit/Makefile	Thu Aug 30 17:50:38 2018	(r478476)
+++ head/science/gabedit/Makefile	Thu Aug 30 18:00:12 2018	(r478477)
@@ -13,6 +13,8 @@ COMMENT=	Graphical user interface for several chemistr
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/License
 
+BROKEN_i386=	undefined reference to `__atomic_load'
+
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2 \
 		libgtkglext-x11-1.0.so:x11-toolkits/gtkglext
@@ -25,12 +27,12 @@ INSTALLS_ICONS=	yes
 
 BINARY_ALIAS=	make=gmake
 
-PLIST_FILES=	bin/gabedit \
-		share/applications/gabedit.desktop
+PLIST_FILES=	bin/${PORTNAME} \
+		share/applications/${PORTNAME}.desktop
 
 ICON_SIZES=	16 24 32 48
 .for SZ in ${ICON_SIZES}
-PLIST_FILES+=	share/icons/hicolor/${SZ}x${SZ}/apps/gabedit.png
+PLIST_FILES+=	share/icons/hicolor/${SZ}x${SZ}/apps/${PORTNAME}.png
 .endfor
 
 OPTIONS_DEFINE=		OPENMP



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