update to pcb-20070912

ok maintainer Andreas Bihlmaier
This commit is contained in:
steven 2007-09-16 12:54:38 +00:00
parent 1092f30dee
commit 1e11dc7064
7 changed files with 1700 additions and 60 deletions

View File

@ -1,8 +1,7 @@
# $OpenBSD: Makefile,v 1.3 2007/09/15 21:36:57 simon Exp $
# $OpenBSD: Makefile,v 1.4 2007/09/16 12:54:38 steven Exp $
COMMENT= printed circuit board layout tool
DISTNAME= pcb-20060822
PKGNAME= ${DISTNAME}p0
DISTNAME= pcb-20070912
CATEGORIES= cad
HOMEPAGE= http://pcb.sourceforge.net/
@ -15,7 +14,8 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xau Xdmcp Xrender c m z expat fontconfig freetype jpeg png \
WANTLIB= X11 Xcursor Xext Xfixes Xi Xinerama Xrandr Xau Xdmcp Xrender \
c m z expat fontconfig freetype jpeg png \
cairo glitz atk-1.0 glib-2.0 gmodule-2.0 gobject-2.0 \
pango-1.0 pangoft2-1.0 pangocairo-1.0

View File

@ -1,5 +1,5 @@
MD5 (pcb-20060822.tar.gz) = 4JEoXWdBhgSEsx6Kxbfjfw==
RMD160 (pcb-20060822.tar.gz) = ZTGMMambSrTjjSFA+Mmiu1kTp5c=
SHA1 (pcb-20060822.tar.gz) = 57pYcDP170+5pTcv6ExObWmsp1s=
SHA256 (pcb-20060822.tar.gz) = Pj55Z0o7xKMZboxPwymaHGfoRO4jELNpM7KxVES0O80=
SIZE (pcb-20060822.tar.gz) = 3229845
MD5 (pcb-20070912.tar.gz) = skM0sZ7AB9Q+98WBxHP2sA==
RMD160 (pcb-20070912.tar.gz) = Y98BF9XMDZlaUwxETGMz1GrW2BU=
SHA1 (pcb-20070912.tar.gz) = PfJ6jAr63f75bvG+T+3ZtTM6gik=
SHA256 (pcb-20070912.tar.gz) = OqViopMyv1F0+fuGyFQnsUAJ9kaAQqZO/8sCauBY/Eo=
SIZE (pcb-20070912.tar.gz) = 3836056

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-configure,v 1.1.1.1 2007/01/05 16:52:21 steven Exp $
--- configure.orig Wed Aug 23 03:47:59 2006
+++ configure Thu Jan 4 11:14:57 2007
@@ -4436,7 +4436,7 @@ echo "$as_me: error: Did not find a m4 e
{ (exit 1); exit 1; }; }
$OpenBSD: patch-configure,v 1.2 2007/09/16 12:54:38 steven Exp $
--- configure.orig Thu Sep 13 01:46:17 2007
+++ configure Sat Sep 15 11:13:51 2007
@@ -5810,7 +5810,7 @@ echo "${ECHO_T}no" >&6; }
fi
-for ac_prog in wish wish83 wish8.3 wish80 wish8.0 cygwish83 cygwish80
+for ac_prog in wish wish84 wish8.4 wish80 wish8.0 cygwish83 cygwish80
do

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-example_Makefile_in,v 1.1.1.1 2007/01/05 16:52:21 steven Exp $
--- example/Makefile.in.orig Thu Jan 4 11:18:29 2007
+++ example/Makefile.in Thu Jan 4 11:18:34 2007
@@ -204,7 +204,7 @@ sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
$OpenBSD: patch-example_Makefile_in,v 1.2 2007/09/16 12:54:38 steven Exp $
--- example/Makefile.in.orig Thu Sep 13 03:09:44 2007
+++ example/Makefile.in Sat Sep 15 11:14:19 2007
@@ -204,7 +204,7 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-examplesdir = $(pkgdatadir)/examples
+examplesdir = $(datadir)/examples/pcb
examples_DATA = ${EXAMPLES}

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-example_libraries_Makefile_in,v 1.1.1.1 2007/01/05 16:52:21 steven Exp $
--- example/libraries/Makefile.in.orig Thu Jan 4 11:23:54 2007
+++ example/libraries/Makefile.in Thu Jan 4 11:23:57 2007
@@ -195,7 +195,7 @@ sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
$OpenBSD: patch-example_libraries_Makefile_in,v 1.2 2007/09/16 12:54:38 steven Exp $
--- example/libraries/Makefile.in.orig Thu Sep 13 03:09:45 2007
+++ example/libraries/Makefile.in Sat Sep 15 11:14:38 2007
@@ -192,7 +192,7 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-examplesdir = $(pkgdatadir)/examples/libraries
+examplesdir = $(datadir)/examples/pcb/libraries
examples_DATA = ${EXAMPLES}

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_fontmode_c,v 1.1.1.1 2007/01/05 16:52:21 steven Exp $
--- src/fontmode.c.orig Thu Jan 4 11:35:05 2007
+++ src/fontmode.c Thu Jan 4 11:35:09 2007
@@ -232,6 +232,8 @@ FontSave (int argc, char **argv, int Ux,
}
SetFontInfo (font);
+
+ return 0;
}
HID_Action fontmode_action_list[] = {

File diff suppressed because it is too large Load Diff