Permalink
Browse files
cad/gtkwave: Upgrade to 3.3.87, no longer requires patches
- Loading branch information
Showing
with
4 additions
and
15 deletions.
-
+4
−15
cad/gtkwave/Portfile
|
|
@@ -2,7 +2,7 @@ |
|
|
PortSystem 1.0 |
|
|
|
|
|
name gtkwave |
|
|
version 3.3.48 |
|
|
version 3.3.87 |
|
|
categories cad |
|
|
platforms darwin |
|
|
license GPL-2+ |
|
|
@@ -16,8 +16,9 @@ long_description \ |
|
|
homepage http://gtkwave.sourceforge.net |
|
|
master_sites sourceforge:project/gtkwave/gtkwave-${version} |
|
|
|
|
|
checksums rmd160 04d1d0a67a25d5cd19f6bb80d613c362e19c91e2 \ |
|
|
sha256 420e25a0eddcb54fa137a9ffee9642d3b6fccebfbaf8d2296c687447015165fd |
|
|
checksums sha1 8aa13b6ce1c20483562a210beae9078ddd3428a3 \ |
|
|
rmd160 acb85f76024b75d2fc5fc9817c07e32c787da47f \ |
|
|
sha256 c6e552716876c8b88c8f6e36e3614a8c53a32cef7895e2c1e6e608daf0ee5b7a |
|
|
|
|
|
depends_build port:pkgconfig |
|
|
|
|
|
@@ -28,18 +29,6 @@ depends_lib port:bzip2 \ |
|
|
port:xz \ |
|
|
port:zlib |
|
|
|
|
|
post-patch { |
|
|
reinplace {s/GtkOSXApplication/GtkosxApplication/g |
|
|
s/GTK_TYPE_OSX_APPLICATION/GTKOSX_TYPE_APPLICATION/g |
|
|
s/gtk_osxapplication/gtkosx_application/g |
|
|
s/quartz_application/gtkosx_application/g} \ |
|
|
${worksrcpath}/src/main.c \ |
|
|
${worksrcpath}/src/menu.c \ |
|
|
${worksrcpath}/src/rc.c \ |
|
|
${worksrcpath}/src/savefile.c \ |
|
|
${worksrcpath}/src/savefile.h |
|
|
} |
|
|
|
|
|
configure.args --with-tcl=${prefix}/lib \ |
|
|
--with-tk=${prefix}/lib \ |
|
|
--disable-mime-update \ |
|
|
|