pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/49383: bump cad/pcb version



>Number:         49383
>Category:       pkg
>Synopsis:       bump cad/pcb version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Nov 11 21:25:00 +0000 2014
>Originator:     Ben Gergely
>Release:        pkgsrc current
>Organization:
>Environment:
NetBSD 7.99.1 i386
>Description:
bump cad/pcb version to pcb-20140316
>How-To-Repeat:

>Fix:
delete patch-aa, it's not longer required and add the following:

--- Makefile    2014-11-11 20:46:37.000000000 +0000
+++ .#Makefile.1.77
@@ -2,5 +2,5 @@
 #
 
-DISTNAME=      pcb-20110918
+DISTNAME=      pcb-20140316
 PKGREVISION=   16
 CATEGORIES=    cad


--- src/global.h.orig   2014-03-11 03:09:51.000000000 +0000
+++ src/global.h
@@ -43,6 +43,10 @@
 #include "const.h"
 #include "macro.h"
 
+#ifdef HAVE_LOCALE_H
+#include <locale.h>
+#endif
+
 #ifdef HAVE_STDINT_H
 #include <stdint.h>
 #endif

--- PLIST       2014-11-11 20:45:29.000000000 +0000
+++ PLIST.orig
@@ -2,7 +2,9 @@
 bin/MergePCBPS
 bin/Merge_dimPCBPS
 bin/pcb
+include/gts.h
 info/pcb.info
+lib/libgts.a
 man/man1/pcb.1
 share/applications/pcb.desktop
 share/doc/pcb/examples/LED.net
@@ -1173,7 +1175,3 @@ share/pcb/tools/Merge_dimPCBPS
 share/pcb/tools/apctools.zip
 share/pcb/tools/gerbertotk.c
 share/pcb/tools/pcb2ncap.tgz
-share/appdata/pcb.appdata.xml
-share/locale/pt_BR/LC_MESSAGES/pcb.mo
-share/pcb/pcblib-newlib/geda/DIP4.fp
-share/pcb/tools/pcbdiff



Home | Main Index | Thread Index | Old Index