svn commit: r478477 - head/science/gabedit

Yuri Victorovich yuri at FreeBSD.org
Thu Aug 30 18:00:13 UTC 2018


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


More information about the svn-ports-head mailing list