Skip to content

Commit

Permalink
misc/gpsim: update 0.31.0 → 0.32.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Nov 3, 2023
1 parent f2cd1a1 commit 6ba7ea8
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 17 deletions.
8 changes: 5 additions & 3 deletions misc/gpsim/Makefile
@@ -1,6 +1,5 @@
PORTNAME= gpsim
DISTVERSION= 0.31.0
PORTREVISION= 1
DISTVERSION= 0.32.0
CATEGORIES= misc
MASTER_SITES= SF

Expand All @@ -14,15 +13,18 @@ LICENSE_COMB= multi
BUILD_DEPENDS= gpasm:devel/gputils
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libharfbuzz.so:print/harfbuzz \
libpopt.so:devel/popt
RUN_DEPENDS= gpasm:devel/gputils

USES= compiler:c++11-lang gmake gnome libtool localbase:ldflags pathfix pkgconfig readline
USE_CXXSTD= c++11
USE_GNOME= cairo gdkpixbuf2 glib20 gtk20 pango
USE_LDCONFIG= yes

GNU_CONFIGURE= yes

INSTALL_TARGET= install-strip
USE_LDCONFIG= yes

CONFLICTS_BUILD= ga

Expand Down
6 changes: 3 additions & 3 deletions misc/gpsim/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1571981677
SHA256 (gpsim-0.31.0.tar.gz) = 110ee6be3a5d02b32803a91e480cbfc9d423ef72e0830703fc0bc97b9569923f
SIZE (gpsim-0.31.0.tar.gz) = 3454179
TIMESTAMP = 1698993663
SHA256 (gpsim-0.32.0.tar.gz) = 8ef4fb64c993b205d943b300fb9dcb8cc0c4c9d0e8d8d47fdc088fe9c3c42468
SIZE (gpsim-0.32.0.tar.gz) = 3621850
14 changes: 14 additions & 0 deletions misc/gpsim/files/patch-Makefile.in
@@ -0,0 +1,14 @@
- workaround for the regression: build breakage in the 'doc' folder in 0.32.0
- reported to the upstream author Scott Dattalo via e-mail on 2023-11-03.

--- Makefile.in.orig 2023-11-03 16:11:02 UTC
+++ Makefile.in
@@ -387,7 +387,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
ACLOCAL_AMFLAGS = -I m4
pkgconfig_DATA = @PACKAGE_NAME@.pc
-SUBDIRS = eXdbm src cli xpms gui modules extras gpsim examples doc regression
+SUBDIRS = eXdbm src cli xpms gui modules extras gpsim examples regression
EXTRA_DIST = PROCESSORS HISTORY README.EXAMPLES ANNOUNCE README.MODULES \
README INSTALL.gpsim COPYING.LESSER \
config_win32.h.in \
11 changes: 0 additions & 11 deletions misc/gpsim/files/patch-src_modules.cc

This file was deleted.

4 changes: 4 additions & 0 deletions misc/gpsim/pkg-plist
Expand Up @@ -15,6 +15,7 @@ include/gpsim/16bit-tmrs.h
include/gpsim/ValueCollections.h
include/gpsim/a2d_v2.h
include/gpsim/a2dconverter.h
include/gpsim/at.h
include/gpsim/attributes.h
include/gpsim/bit.h
include/gpsim/bitlog.h
Expand Down Expand Up @@ -72,6 +73,7 @@ include/gpsim/pic-ioports.h
include/gpsim/pic-packages.h
include/gpsim/pic-processor.h
include/gpsim/pic-registers.h
include/gpsim/pid.h
include/gpsim/pie.h
include/gpsim/pir.h
include/gpsim/pm_rd.h
Expand All @@ -96,6 +98,7 @@ include/gpsim/ttoken.h
include/gpsim/uart.h
include/gpsim/ui.h
include/gpsim/value.h
include/gpsim/wdt.h
include/gpsim/xref.h
include/gpsim/zcd.h
lib/libgpsim.a
Expand Down Expand Up @@ -126,3 +129,4 @@ lib/libgpsimgui.a
lib/libgpsimgui.so
lib/libgpsimgui.so.0
lib/libgpsimgui.so.0.0.0
libdata/pkgconfig/gpsim.pc

0 comments on commit 6ba7ea8

Please sign in to comment.