From owner-svn-ports-all@freebsd.org Sun Apr 10 11:24:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B19BAE2339; Sun, 10 Apr 2016 11:24:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 427C41A1C; Sun, 10 Apr 2016 11:24:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3ABOPjY073836; Sun, 10 Apr 2016 11:24:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3ABOONe073831; Sun, 10 Apr 2016 11:24:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201604101124.u3ABOONe073831@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 10 Apr 2016 11:24:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412916 - in head/cad/electric: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2016 11:24:26 -0000 Author: amdmi3 Date: Sun Apr 10 11:24:24 2016 New Revision: 412916 URL: https://svnweb.freebsd.org/changeset/ports/412916 Log: - Add LICENSE - Regenerate patches with `make makepatch` Modified: head/cad/electric/Makefile head/cad/electric/files/patch-Makefile.in head/cad/electric/files/patch-src_graph_graphqtdlg.h head/cad/electric/files/patch-src_graph_graphunixx11.c head/cad/electric/files/patch-src_include_global.h Modified: head/cad/electric/Makefile ============================================================================== --- head/cad/electric/Makefile Sun Apr 10 11:18:17 2016 (r412915) +++ head/cad/electric/Makefile Sun Apr 10 11:24:24 2016 (r412916) @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/^( MAINTAINER= ports@FreeBSD.org COMMENT= Sophisticated electrical CAD system +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes USES= motif @@ -21,7 +24,7 @@ OPTIONS_DEFINE= T1LIB NLS OPTIMIZED_CFLA OPTIONS_DEFAULT=T1LIB T1LIB_DESC= Use T1lib Type1 font library -T1LIB_LIB_DEPENDS+= libt1.so:devel/t1lib +T1LIB_LIB_DEPENDS= libt1.so:devel/t1lib T1LIB_VARS= FEATURES+=T1LIB NLS_USES= gettext NLS_VARS= FEATURES+=INT Modified: head/cad/electric/files/patch-Makefile.in ============================================================================== --- head/cad/electric/files/patch-Makefile.in Sun Apr 10 11:18:17 2016 (r412915) +++ head/cad/electric/files/patch-Makefile.in Sun Apr 10 11:24:24 2016 (r412916) @@ -1,5 +1,5 @@ ---- Makefile.in.orig 2004-07-16 03:59:50.000000000 +0200 -+++ Makefile.in 2013-02-07 14:08:44.000000000 +0100 +--- Makefile.in.orig 2004-07-16 01:59:50 UTC ++++ Makefile.in @@ -1,14 +1,14 @@ ########################################################## USING QT ##### If using Qt, uncomment these five lines @@ -21,7 +21,7 @@ ##### Qt on Macintosh: uncomment the next two lines (for Qt Evaluation, change "-lqt" to "-lqt-mt"): # ELECTRIC_TARGET = electric-target-mac -@@ -20,11 +20,11 @@ +@@ -20,11 +20,11 @@ QUI_CFLAGS = -DUSEQUI ########################################################### USING MOTIF ##### If using Motif (or OpenMotif/Lesstif), uncomment these five lines @@ -38,7 +38,7 @@ ##### For the general-purpose X facility, uncomment this line XPOWER = -DANYDEPTH -@@ -32,8 +32,8 @@ +@@ -32,8 +32,8 @@ XPOWER = -DANYDEPTH # XPOWER = ##### For the T1lib TrueType, uncomment these two lines and set them to the proper location @@ -49,7 +49,7 @@ ########################################################### -@@ -61,8 +61,8 @@ +@@ -61,8 +61,8 @@ XPOWER = -DANYDEPTH ########################################################### TCL INTERPRETER ##### If building with a TCL interpreter, uncomment these two lines @@ -60,7 +60,7 @@ ########################################################### -@@ -164,7 +164,8 @@ +@@ -164,7 +164,8 @@ JAVA_OBJS = $(JAVA_SRCS:%.java=%.class) ########################################################### MISCELLANEOUS EXTRAS ##### If building with Internationalization, uncomment this line @@ -70,7 +70,7 @@ ##### If building with Unicode text, uncomment this line # UNICODECFLAGS = -D_UNICODE -@@ -179,7 +180,7 @@ +@@ -179,7 +180,7 @@ JAVA_OBJS = $(JAVA_SRCS:%.java=%.class) # FORTECFLAGS = -compat ##### If optimizing, uncomment this line (modify optimizations to taste) @@ -79,7 +79,7 @@ ##### If debugging, uncomment this line (modify debug options to taste) # DEBUG = -g3 -@@ -796,12 +797,12 @@ +@@ -796,12 +797,12 @@ CORE_SRC = \ BUILDOPTS = $(DEBUG) $(ARCHFLAGS) BUILDDIR = obj HDS = src/include Modified: head/cad/electric/files/patch-src_graph_graphqtdlg.h ============================================================================== --- head/cad/electric/files/patch-src_graph_graphqtdlg.h Sun Apr 10 11:18:17 2016 (r412915) +++ head/cad/electric/files/patch-src_graph_graphqtdlg.h Sun Apr 10 11:24:24 2016 (r412916) @@ -1,6 +1,6 @@ ---- src/graph/graphqtdlg.h.orig Fri Jul 14 00:33:51 2006 -+++ src/graph/graphqtdlg.h Fri Jul 14 00:34:01 2006 -@@ -59,6 +59,7 @@ +--- src/graph/graphqtdlg.h.orig 2004-07-16 01:59:53 UTC ++++ src/graph/graphqtdlg.h +@@ -59,6 +59,7 @@ struct Idialogitem; class QSignalMapper; class EScrollField; class EDialogPrivate; Modified: head/cad/electric/files/patch-src_graph_graphunixx11.c ============================================================================== --- head/cad/electric/files/patch-src_graph_graphunixx11.c Sun Apr 10 11:18:17 2016 (r412915) +++ head/cad/electric/files/patch-src_graph_graphunixx11.c Sun Apr 10 11:24:24 2016 (r412916) @@ -1,5 +1,5 @@ ---- src/graph/graphunixx11.c.orig Fri Jul 16 05:59:53 2004 -+++ src/graph/graphunixx11.c Fri Jul 14 01:11:20 2006 +--- src/graph/graphunixx11.c.orig 2004-07-16 01:59:53 UTC ++++ src/graph/graphunixx11.c @@ -167,6 +167,8 @@ #define TRUESTRLEN strlen @@ -9,7 +9,7 @@ /****** windows ******/ #define WMLEFTBORDER 8 /* size of left border for windows */ -@@ -1518,13 +1520,13 @@ +@@ -1518,13 +1520,13 @@ BOOLEAN initgraphics(BOOLEAN messages) gra_truetypeon = 1; /* Preload T1 fonts here, because T1_LoadFont spoils memory */ @@ -25,7 +25,7 @@ for(gra_truetypedeffont=0; gra_truetypedeffont