svn commit: r474521 - head/www/cssed

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jul 12 14:13:02 UTC 2018


Author: amdmi3
Date: Thu Jul 12 14:13:01 2018
New Revision: 474521
URL: https://svnweb.freebsd.org/changeset/ports/474521

Log:
  - Switch to USES=localbase
  - Fix build with clang 6

Modified:
  head/www/cssed/Makefile

Modified: head/www/cssed/Makefile
==============================================================================
--- head/www/cssed/Makefile	Thu Jul 12 14:11:46 2018	(r474520)
+++ head/www/cssed/Makefile	Thu Jul 12 14:13:01 2018	(r474521)
@@ -13,14 +13,13 @@ COMMENT=	Application to help CSS style sheets creation
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		dos2unix gettext pathfix pkgconfig
+USES=		dos2unix gettext localbase pathfix pkgconfig
 DOS2UNIX_FILES=	scintilla/gtk/ScintillaGTK.cxx
 USE_GNOME=	gtk20 libxml2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-plugin-headers
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
+CXXFLAGS+=	-Wno-c++11-narrowing
 
 DESKTOP_ENTRIES="CSSED" "CSS Editor" "${DATADIR}/pixmaps/cssed-icon.png" \
 		"${PORTNAME}" "GTK;Development;WebDevelopment;TextEditor;" ""


More information about the svn-ports-all mailing list