Opened 10 years ago

Closed 10 years ago

#44070 closed update (wontfix)

Update lang/blassic to 0.10.2

Reported by: jruschme@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: blassic

Description

Current version of Blassic is 0.10.2, MP is still at 0.10.0.

Revised Portfile attached.

Attachments (3)

Portfile (1.9 KB) - added by jruschme@… 10 years ago.
Revised Portfile for lang/blassic
Portfile.diff (1.3 KB) - added by jruschme@… 10 years ago.
Diff of changes to portfile
main.log (34.6 KB) - added by mf2k (Frank Schima) 10 years ago.

Download all attachments as: .zip

Change History (7)

Changed 10 years ago by jruschme@…

Attachment: Portfile added

Revised Portfile for lang/blassic

comment:1 Changed 10 years ago by mf2k (Frank Schima)

Port: blassic added; lang/blassic removed
Version: 2.3.0

Per the guidelines, please instead attach a unified diff of the Portfile so we can easily see what changes you are proposing.

Changed 10 years ago by jruschme@…

Attachment: Portfile.diff added

Diff of changes to portfile

comment:2 Changed 10 years ago by mf2k (Frank Schima)

Thanks. A few comments:

  • Please do not modify the # $Id: line.
  • The revision needs to be reset to 0 when the version increases. This is best accomplished by deleting the revision line since that is the default value.

comment:3 Changed 10 years ago by mf2k (Frank Schima)

The patch, as it stands, does not apply against trunk. I manually added your changes without the revision line and with modern checksums, but it fails to build for me. I'm attaching the log.

:info:build if /usr/bin/clang++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"blassic\" -DVERSION=\"0.10.2\" -DBLASSIC_CONFIG=1 -DBLASSIC_CONFIG_NO_GRAPHICS=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_CSTDLIB=1 -DHAVE_SYS_MMAN_H=1 -DHAVE_MMAP=1 -DHAVE_LIBDL=1 -DHAVE_NCURSES_H=1 -DHAVE_LIBNCURSES=1 -DBLASSIC_CONFIG_USE_NCURSES=1 -DHAVE_TERM_H=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_DECL_ASINH=1 -DHAVE_DECL_ACOSH=1 -DHAVE_DECL_ATANH=1  -I. -I.   -I/opt/local/include  -pipe -Os -arch x86_64 -stdlib=libc++ -MT blassic-filepopen.o -MD -MP -MF ".deps/blassic-filepopen.Tpo" -c -o blassic-filepopen.o `test -f 'filepopen.cpp' || echo './'`filepopen.cpp; \
:info:build 	then mv -f ".deps/blassic-filepopen.Tpo" ".deps/blassic-filepopen.Po"; else rm -f ".deps/blassic-filepopen.Tpo"; exit 1; fi
:info:build In file included from cursor.cpp:19:
:info:build /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/map:1192:17: error: no matching function for call to object of type 'const <anonymous>::Cstring_less'
:info:build             if (__tree_.value_comp().key_comp()(__k, __nd->__value_.__cc.first))
:info:build                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Changed 10 years ago by mf2k (Frank Schima)

Attachment: main.log added

comment:4 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Resolution: wontfix
Status: newclosed

I have updated the homepage in r121358.

According to http://blassic.net/download.html, "Current version is 0.10.0"; 0.10.1 and 0.10.2 are "for testing only". So the port should not be updated at this time.

Note: See TracTickets for help on using tickets.