- Add LICENSE
- Regenerate patches with `make makepatch`
This commit is contained in:
parent
7bd4cba274
commit
666abc5661
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412916
5 changed files with 22 additions and 19 deletions
|
@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/^(...)\./\1/}
|
|||
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_CFLAGS
|
|||
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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<j; gra_truetypedeffont++)
|
||||
{
|
||||
T1_LoadFont(gra_truetypedeffont);
|
||||
@@ -3088,8 +3090,13 @@
|
||||
@@ -3088,8 +3090,13 @@ void ewait(INTBIG process)
|
||||
INTBIG enumprocessors(void)
|
||||
{
|
||||
INTBIG numproc;
|
||||
|
@ -40,7 +40,7 @@
|
|||
return(numproc);
|
||||
}
|
||||
|
||||
@@ -4758,7 +4765,7 @@
|
||||
@@ -4758,7 +4765,7 @@ INTBIG screengetfacelist(CHAR ***list, B
|
||||
|
||||
if (gra_numfaces == 0)
|
||||
{
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- src/include/global.h.orig Fri Jul 14 12:43:20 2006
|
||||
+++ src/include/global.h Fri Jul 14 12:45:34 2006
|
||||
--- src/include/global.h.orig 2004-07-16 01:59:53 UTC
|
||||
+++ src/include/global.h
|
||||
@@ -204,7 +204,7 @@
|
||||
#define INTSML short /* at least 16 bits */
|
||||
#define UINTSML unsigned short
|
||||
|
|
Loading…
Reference in a new issue