Hi,
libunicode (https://github.com/contour-terminal/libunicode) requires
Unicode UCD's emoji directory.
libunicode uses UCD's emoji definition and it downloads Unicode UCD archive
during build procedure by CMake.
Creating ports of libunicode, download feature of CMake is disabled
so we have to us
ping?
On Tue, 07 May 2024 22:32:44 +0900,
SASANO Takayoshi wrote:
>
> here is vlgothic-20230918 diff. (fixed U+33C7 glyph)
>
> ok?
>
> Index: Makefile
> ===
> RCS file: /cvs/ports/fonts/vlgothic/Makef
Hi,
I want to port Contour-terminal (https://github.com/contour-terminal/contour)
and this requires two libraries.
Here is the one of, boxed-cpp. Simply put into include/boxed-cpp/boxed-hpp.
ok?
--
SASANO Takayoshi (JG1UAA)
boxed-cpp.tgz
Description: Binary data
Hi,
I want to port Contour-terminal (https://github.com/contour-terminal/contour)
and this requires two libraries.
Here is the another, libunicode. It requires previously posted
updated textproc/unicode/ucd.
ok?
--
SASANO Takayoshi (JG1UAA)
libunicode.tgz
Description: Binary data
/libunicode package.
https://marc.info/?l=openbsd-ports&m=171961710727187&w=2 (libunicode)
https://marc.info/?l=openbsd-ports&m=171961232324802&w=2 (boxed-cpp)
Previously I posted these ports and I need ok for them to
work creating contour-terminal port smoothly.
--
SASANO T
}
@lib lib/libgs.so.${LIBgs_VERSION}
+@so lib/libgxps.so
+lib/libgxps.so.18
+@lib lib/libgxps.so.${LIBgxps_VERSION}
@man man/man1/dvipdf.1
@man man/man1/eps2eps.1
@man man/man1/gs.1
--
SASANO Takayoshi (JG1UAA)
18
lib/libgpdl.so.${LIBgpdl_VERSION}
lib/libgxps.so
lib/libgxps.so.18
lib/libgxps.so.${LIBgxps_VERSION}
Regards,
--
SASANO Takayoshi (JG1UAA)
Well, how do we treat commonly-installed documents?
binary is different, but manuals (and some other stuff) are same
between Ghost*.
(so, I think ghostscript package contains all; same as ghostpdl or
ghostpdl might be addendum for ghostscript.)
--
SASANO Takayoshi (JG1UAA)
RGS = -DLIBUNICODE_TESTING=OFF \
+ -DLIBUNICODE_USE_INTRINSICS=OFF \
-DLIBUNICODE_UCD_DIR=${LOCALBASE}/share/unicode/ucd
.include
--
SASANO Takayoshi (JG1UAA)
unicode/ucd
+.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} == "aarch64"
+CONFIGURE_ARGS += -DLIBUNICODE_USE_INTRINSICS=OFF
+.endif
+
.include
--
SASANO Takayoshi (JG1UAA)
il::scan_for_text_ascii(string_view text, s
> + auto input = text.data();
> + auto const end = text.data() + min(text.size(), maxColumnCount);
> +
> ++#if defined(USE_INTRINSICS)
> + intrinsics::m128i const ControlCodeMax = intrinsics::set1_epi8(0x20);
> // 0..0x1F
> + intrinsics::m128i const Complex = intrinsics::set1_epi8(-128);
> // equals to 0x80 (0b1000')
> +
> +@@ -99,6 +100,7 @@ size_t detail::scan_for_text_ascii(string_view text, s
> + }
> + input += sizeof(intrinsics::m128i);
> + }
> ++#endif
> +
> + while (input != end && is_ascii(*input))
> + ++input;
>
--
SASANO Takayoshi (JG1UAA)
Hello,
Here is the diff of dtc-1.3.0 to dtc-1.4.1 at devel/dtc.
In 1.4.1, the name of command ftdump has renamed to fdtdump and
two utilities (fdtget/fdtput) has added.
ok?
--
SASANO Takayoshi
Index: Makefile
===
RCS file: /cvs
Hello,
Here is the update for geo/gpsbabel-1.4.3 -> gpsbabel-1.4.4.
And new file, patches/patch-gbser_posix_c fixes the stuck problem when
downloading log data from GPS logger via serial port.
I tested with CanMore's GP-101, it contains PL-2303 USB-UART converter.
Regards,
--
SASANO T
Hi,
Is there any other problem?
If this is ok, I will commit the diff within two or three days.
Thank you for testing.
SASANO Takayoshi
At Fri, 28 Dec 2012 11:42:43 +0400,
Sergey Bronnikov wrote:
>
> Just checked patch with my Holux M-241.
> Downloading of tracks works fine.
>
Hi, here is new diff. ok?
- only SHA256 digest in distinfo
- removed REVISION-main and REVISION-qt from Makefile
- add two files in pkg/PLIST-main
Thanks for comments from sergeyb@, brad@ sthen@ and kirby@.
--
SASANO Takayoshi
Index: Makefile
Hello,
I am using msdl (http://msdl.sourceforge.net/), a download client for
rtsp/mms/mmsh for long time.
I attach a port. Tested with armv7 and amd64.
--
SASANO Takayoshi (JG1UAA)
msdl.tar.gz
Description: Binary data
nd package name is msdl-1.2.7p2 instead of
msdl-1.2.7-r2.
--
SASANO Takayoshi (JG1UAA)
msdl-2.tar.gz
Description: Binary data
> I would suggest this:
>
> V = 1.2.7
> DISTNAME = msdl-1.2.7-r2
> PKGNAME = ${DISTNAME:S/-r/pl}
ok, here is third edition; using msdl-1.2.7pl2 instead of msdl-1.2.7-r2.
(the tar.gz is attached)
--
SASANO Takayoshi (JG1UAA)
msdl-3.tar.gz
Description: Binary data
PA_SNDIO_AUDIODEVICES_MAX) {
> if (*device == '\0')
> continue;
> info = &sndioHostApi->device_info[deviceCount];
> InitDeviceInfo(info, hostApiIndex, device);
> sndioHostApi->infos[deviceCount] = info;
> deviceCount++;
> }
> }
>
675c727
< (*hostApi)->info.deviceCount = 1;
---
> (*hostApi)->info.deviceCount = deviceCount;
--
SASANO Takayoshi (JG1UAA)
found that _mainCRTStartup, __aeabi_idiv, .divsi3_skip_div0_test and
__aeabi_idivmod is ARM, others are Thumb.
I want to use division/remainder function (no startup required),
is there any remedy?
Regards,
--
SASANO Takayoshi (JG1UAA)
283007704
--
SASANO Takayoshi (JG1UAA)
Hello,
> not ok, as this would break www/firefox-i18n. Of course i have the same
> diff, i'm just waiting for feedback from upstream as why the langpacks
> are missing from the release.
>
> Landry
Thanks Landry, I will wait the release.
Regards,
--
SASANO Takayoshi (JG1UAA)
library,
for example MMDVM_HS (https://github.com/juribeparada/MMDVM_HS).
Is this difficult to add into devel/arm-none-eabi/newlib?
Regards,
--
SASANO Takayoshi (JG1UAA)
html
share/doc/gpsbabel/fmt_raymarine.html
share/doc/gpsbabel/fmt_ricoh.html
share/doc/gpsbabel/fmt_s_and_t.html
@@ -182,10 +171,10 @@ share/doc/gpsbabel/fmt_saplus.html
share/doc/gpsbabel/fmt_saroute.html
share/doc/gpsbabel/fmt_sbn.html
share/doc/gpsbabel/fmt_sbp.html
+share/doc/gpsbabel/fmt_shape.html
share/doc/gpsbabel/fmt_skyforce.html
share/doc/gpsbabel/fmt_skytraq-bin.html
share/doc/gpsbabel/fmt_skytraq.html
-share/doc/gpsbabel/fmt_sportsim.html
share/doc/gpsbabel/fmt_stmsdf.html
share/doc/gpsbabel/fmt_stmwpp.html
share/doc/gpsbabel/fmt_subrip.html
--
SASANO Takayoshi (JG1UAA)
l/fmt_wbt-tk1.html
-share/doc/gpsbabel/fmt_wbt.html
-share/doc/gpsbabel/fmt_wfff.html
-share/doc/gpsbabel/fmt_wintec_tes.html
-share/doc/gpsbabel/fmt_xcsv.html
-share/doc/gpsbabel/fmt_xmap.html
-share/doc/gpsbabel/fmt_xmap2006.html
-share/doc/gpsbabel/fmt_xmapwpt.html
-share/doc/gpsbabel/fmt_xol.html
-share/doc/gpsbabel/fmt_yahoo.html
-share/doc/gpsbabel/index.html
-share/doc/gpsbabel/inifile.html
-share/doc/gpsbabel/style_behavior.html
-share/doc/gpsbabel/style_define.html
-share/doc/gpsbabel/style_examples.html
-share/doc/gpsbabel/style_global.html
-share/doc/gpsbabel/style_intro2.html
-share/doc/gpsbabel/style_layout.html
-share/doc/gpsbabel/style_notes.html
-share/doc/gpsbabel/styles_internal_const.html
-share/doc/gpsbabel/styles_intro.html
-share/doc/gpsbabel/tracking.html
Regards,
--
SASANO Takayoshi (JG1UAA)
share/doc/gpsbabel/fmt_xmapwpt.html
-share/doc/gpsbabel/fmt_xol.html
-share/doc/gpsbabel/fmt_yahoo.html
-share/doc/gpsbabel/index.html
-share/doc/gpsbabel/inifile.html
-share/doc/gpsbabel/style_behavior.html
-share/doc/gpsbabel/style_define.html
-share/doc/gpsbabel/style_examples.html
-share/doc/gpsbabel/style_global.html
-share/doc/gpsbabel/style_intro2.html
-share/doc/gpsbabel/style_layout.html
-share/doc/gpsbabel/style_notes.html
-share/doc/gpsbabel/styles_internal_const.html
-share/doc/gpsbabel/styles_intro.html
-share/doc/gpsbabel/tracking.html
--
SASANO Takayoshi (JG1UAA)
-plex/IBMPlexSansJP-Text.ttf
+share/fonts/ibm-plex/IBMPlexSansJP-Thin.otf
+share/fonts/ibm-plex/IBMPlexSansJP-Thin.ttf
share/fonts/ibm-plex/IBMPlexSansKR-Bold.otf
share/fonts/ibm-plex/IBMPlexSansKR-ExtraLight.otf
share/fonts/ibm-plex/IBMPlexSansKR-Light.otf
--
SASANO Takayoshi (JG1UAA)
and space-efficient trie data structure. And libmarisa is a C++ library to
provide an implementation of MARISA. Also, the package of libmarisa contains
a set of command line tools for building and operating a MARISA-based
dictionary.
--
SASANO Takayoshi (JG1UAA)
marisa-trie.tgz
Description
(pypi) bindings later.
--
SASANO Takayoshi (JG1UAA)
py-marisa.tgz
Description: Binary data
Hi,
marisa-0.2.6 trie library is now imported to textproc/libmarisa,
so here is the Python(3) binding will be settled at textproc/py-marisa.
this is needed to build libkkc.
thanks to inoguchi@ that telling me about libmarisa is already posted.
--
SASANO Takayoshi (JG1UAA)
py-marisa.tgz
ase go ahead.
Thanks!
--
SASANO Takayoshi (JG1UAA)
Hi,
here is libkkc, Kana-Kanji Conversion library for Japanese.
this needs textproc/libmarisa.
--
SASANO Takayoshi (JG1UAA)
libkkc.tar.gz
Description: Binary data
Hi,
here is libkkc-data, kana-kanji conversion dictionary for libkkc.
this needs py(3)-libmarisa.
--
SASANO Takayoshi (JG1UAA)
libkkc-data.tar.gz
Description: Binary data
Hi,
here is ibus-kkc, input engine for ibus based on libkkc.
this requires inputmethods/libkkc and inputmethods/libkkc-data.
--
SASANO Takayoshi (JG1UAA)
ibus-kkc.tar.gz
Description: Binary data
Hi,
here is fcitx-kkc, input engine for fcitx based on libkkc.
this requires inputmethods/libkkc and inputmethods/libkkc-data.
--
SASANO Takayoshi (JG1UAA)
fcitx-kkc.tar.gz
Description: Binary data
.
Regards,
--
SASANO Takayoshi (JG1UAA)
libkkc.tgz
Description: Binary data
Hi,
> I'm fine with this and OK inoguchi@.
> '-pthread' might be '-lpthread' ('l' is missing) ?
Thanks, committed with the fix '-lpthread'.
--
SASANO Takayoshi (JG1UAA)
Hi,
Is there any problem to disable the cache of g-ir-scanner?
I think specifing cahe path by XDG_CACHE_HOME looks no problem.
ok by uaa@
--
SASANO Takayoshi (JG1UAA)
h Qt.
I don't know about workaround, sorry.
--
SASANO Takayoshi (JG1UAA)
, but I have no idea to integrate.
This is difficult for me.
Different from libmarisa, the source code for libkkc comes from
GitHub's git repository, and libkkc-data comes from tarball asset.
Is there any good method to handle git and tarball same time?
Regards,
--
SASANO Takayoshi (JG1UAA)
solve them, please tell me.
Regards,
--
SASANO Takayoshi (JG1UAA)
Index: Makefile
===
RCS file: /cvs/ports/comms/hamlib/Makefile,v
retrieving revision 1.43
diff -u -p -r1.43 Makefile
--- Makefile22 Nov 2021 13:55:54 - 1.43
Hi,
here is a diff for comms/tlf logging program to update hamlib-4.4.
it can support older hamlib.
--
SASANO Takayoshi (JG1UAA)
Index: Makefile
===
RCS file: /cvs/ports/comms/tlf/Makefile,v
retrieving revision 1.17
diff -u -p -u
This is a diff for comms/xlog logging program to update hamlib-4.4.
it can support older hamlib.
fldigi and gpsk31 is is no problem to update hamlib.
gpsk31 is no longer supported (already in Attic).
--
SASANO Takayoshi (JG1UAA)
Index: Makefile
> That was just my thoughts, and go ahead your original separate package
> if it is good.
ok, now committed to inputmethods/libkkc-data.
thanks all!
--
SASANO Takayoshi (JG1UAA)
mp;m=167256738314983&w=2)
--
SASANO Takayoshi (JG1UAA)
alsa-lib.tgz
Description: Binary data
alsa-utils.tgz
Description: Binary data
alsa-plugins.tgz
Description: Binary data
fix two issues
- cannakill cannot kill cannaserver
- cannastat does not work
ok?
BTW, how about to migrate canna-3.7 series?
postscript
comments in canna source code uses EUC-JP, not UTF-8.
--
SASANO Takayoshi (JG1UAA)
Index: Makefile
Hello,
here is DOSBox-X DOS emulator, enhanced version of DOSBox.
ok?
--
SASANO Takayoshi (JG1UAA)
dosbox-x.tgz
Description: Binary data
Hi, thanks for your review.
Here is the second version of ports.
- DESCR rewrited
- Makefile fixed
- new patches supported FIX_CRLF_FILES
Regards,
--
SASANO Takayoshi (JG1UAA)
dosbox-x.tgz
Description: Binary data
Hello,
to acclerate alsa-utils and alsa-plugin ports development,
post alsa-lib ports first. (I sent pull-request of alsa-utils for *BSD;
https://github.com/alsa-project/alsa-utils/pull/186 if there is no enough
time for us, use same diff in ports until they are merged)
--
SASANO Takayoshi
Hi,
previous ports cannot support alsa-plugin due to libdl detection,
here is new ports with patch. (the patch is sent same as pull-request at
https://github.com/alsa-project/alsa-lib/pull/290 )
--
SASANO Takayoshi (JG1UAA)
alsa-lib.tgz
Description: Binary data
Hello,
- patch for configure.ac is simplified by your idea.
(new diff is also posted to github)
- warning of pcm.c is fixed, but I use (long)status->x.tv_sec cast
because of other printf() uses same thing. no %ld -> %lld format change.
- add comment before NO_TEST
ok?
--
is better, wait for ALSA team response or work our patch
simultaneously?
--
SASANO Takayoshi (JG1UAA)
penBSD.
How about to use PERMIT_PACKAGE=No (and PERMIT_DISTFILES=No?) to
reduce install accidentaly, and install alsa suites into
/usr/local/alsa or somewhere?
--
SASANO Takayoshi (JG1UAA)
ocal/ealsa,
config.log says "--prefix=/usr/local/ealsa --prefix=/usr/local", I saw.
patches/patch-configure_ac contains workaround, prefix="$prefix/ealsa".
Regards,
--
SASANO Takayoshi (JG1UAA)
tion.
Indeed I added sndio backend for DireWolf software TNC,
but many other ham radio software (for alsa) remains...
--
SASANO Takayoshi (JG1UAA)
Hi,
aaauuuggghhh, here is the archive. sorry!
On Sat, 07 Jan 2023 21:23:19 +0900,
Stuart Henderson wrote:
>
> On 2023/01/07 20:11, SASANO Takayoshi wrote:
> > Hello,
> >
> > alsa-lib.tgz (take3) attached.
> >
> > > The most common method to deal with th
ery hard to porting apps to /usr/local/lib/alsa-lib and
/usr/local/include/alsa-lib.
In alsa-utils, about 50 or more files are needed to be patched
if header files are stored into /usr/local/include/alsa-lib .
I think this is too much, but simply do write a patch that
it is still neccesary...
-
ke inotify,
/usr/local/include/alsa-lib/(alsa/xxx) and
/usr/local/lib/alsa-lib/(xxx) ?
--
SASANO Takayoshi (JG1UAA)
sa-lib-topology
- configuration files at /usr/local/share/alsa-lib/alsa.conf (not /alsa/)
- /usr/local/bin/aserver not changed
Best regards,
--
SASANO Takayoshi (JG1UAA)
alsa-lib.tgz
Description: Binary data
t regards,
--
SASANO Takayoshi (JG1UAA)
dosbox-x.tgz
Description: Binary data
e/msgpack-c/msgpack-c-targets${MODCMAKE_BUILD_SUFFIX}
+lib/cmake/msgpack-c/msgpack-c-targets.cmake
+@static-lib lib/libmsgpack-c.a
+@lib lib/libmsgpack-c.so.${LIBmsgpack-c_VERSION}
+lib/pkgconfig/msgpack-c.pc
--
SASANO Takayoshi (JG1UAA)
+ CPPFLAGS="$MSGPACK_CFLAGS $CPPFLAGS"
+ LIBS="$MSGPACK_LIBS $LIBS"
+@@ -210,7 +210,7 @@ PKG_CHECK_MODULES(
+ found_msgpack=no
+ )
+ if test "x$found_msgpack" = xno; then
+- AC_MSG_ERROR("msgpack >= 1.1.0 not found")
++ AC_MSG_ERROR("msgpack-c >= 1.1.0 not found")
+ fi
+
+ PKG_CHECK_MODULES(
--
SASANO Takayoshi (JG1UAA)
here is the ports of alsa-lib-1.2.11.
ok?
--
SASANO Takayoshi (JG1UAA)
alsa-lib.tgz
Description: Binary data
here is the ports of alsa-utils-1.2.11.
ok?
--
SASANO Takayoshi (JG1UAA)
alsa-utils.tgz
Description: Binary data
here is the ports of alsa-plugins-1.2.7.1.
ok?
--
SASANO Takayoshi (JG1UAA)
alsa-plugins.tgz
Description: Binary data
p;w=2
The aim is "porting aid and rescue".
Many ham-radio related softwares use ALSA,
so this is required at least until it supports sndio.
And, alsa-lib/alsa-utils(aplay)/alsa-plugin(Pulse) combination is working
on OpenBSD-7.4/amd64.
--
SASANO Takayoshi (JG1UAA)
://marc.info/?l=openbsd-ports&m=167133709916806&w=2
this post is old and I have to think produce both option enabled and disabled
binary for H6.
Regards,
--
SASANO Takayoshi (JG1UAA)
g (capturing).
--
SASANO Takayoshi (JG1UAA)
> It builds ok now anyway. IIRC something was changed in llvm (building
> with some warnings disabled by default, perhaps) between the test build
> and commit.
I see, I will dispose my diff.
Thanks.
--
SASANO Takayoshi (JG1UAA)
rusted-firmware/sun50i_a64-bl31.bin
+share/arm-trusted-firmware/sun50i_h6-bl31-noreg.bin
share/arm-trusted-firmware/sun50i_h6-bl31.bin
share/arm-trusted-firmware/sun50i_h616-bl31.bin
--
SASANO Takayoshi (JG1UAA)
rmware/rk3399-bl31.elf
share/arm-trusted-firmware/sun50i_a64-bl31.bin
+share/arm-trusted-firmware/sun50i_h6-bl31-noreg.bin
share/arm-trusted-firmware/sun50i_h6-bl31.bin
share/arm-trusted-firmware/sun50i_h616-bl31.bin
regards,
--
SASANO Takayoshi (JG1UAA)
mbian/build/blob/main/patch/kernel/archive/sunxi-6.1/patches.megous/arm64-dts-allwinner-orange-pi-3-Enable-ethernet.patch
best regards,
--
SASANO Takayoshi (JG1UAA)
; invalid MIME type ("" does not contain a subtype)
>
now contour-terminal itself has OpenBSD support so patches are all removed.
currently version number is 0.4.3.6442 (5-Feb-2024) but the essense is
HEAD at github. I hope 0.4.4. will be released soon...
--
SASANO Takayoshi (JG1UAA)
contour.tgz
Description: Binary data
.
>
> opinions? OKs?
compared with my diff, this is ok uaa@
--
SASANO Takayoshi (JG1UAA)
rmat(boxed::detail::boxed const& val,
fmt::format_context& ctx)
- {
- return fmt::format_to(ctx.out(), "{}", val.value);
--
SASANO Takayoshi (JG1UAA)
[sinrom] "m" (logsinrom_addr),
++[exprom] "m" (exprom_addr),
+ [i] "m" (iter_counter)
+ : "cc", "ax", "bx", "cx", "di"
+ );
+-#elif defined(__GNUC__) && defined(__arm__)
++#elif defined(__GNUC__) && defined(__arm__) &&
!defined(_ESFMU_DISABLE_ASM_OPTIMIZATIONS)
+ asm (
+ "movsr3, #0 \n\t"
+ "movs%[out], #0 \n\t"
--
SASANO Takayoshi (JG1UAA)
Here is ports of alsa-{lib,utils,plugins}-1.2.12.
This is for developing aid (until the software supports sndio, or testing),
not recommend for normal application.
--
SASANO Takayoshi (JG1UAA)
alsa-lib.tgz
Description: Binary data
alsa-utils.tgz
Description: Binary data
alsa
-20220612.tar.bz2) =
JwOUprBMHKzQaZsxP8a4DZGl4G9H/aByRz9VrJlHZdo=
+SIZE (VLGothic-20220612.tar.bz2) = 4955343
--
SASANO Takayoshi (JG1UAA)
Hi,
here is Konatu, a Japanese TrueType font with embedded bitmap.
DESCR is same as NetBSD's konatu-ttf.
ok?
--
SASANO Takayoshi (JG1UAA)
konatu-ttf.tgz
Description: Binary data
Hi,
I want to build OpenDHT (https://github.com/savoirfairelinux/opendht)
and this uses msgpack-cxx
(https://github.com/msgpack/msgpack-c/tree/cpp_master).
So I made this ports. This port installs C++ headers only.
--
SASANO Takayoshi (JG1UAA)
msgpack-cxx.tgz
Description: Binary data
Hi,
Here is the port of OpenDHT-3.1.7, without tools and Python support.
To build, it requires devel/msgpack-cxx I sent previously.
SASANO Takayoshi (JG1UAA)
opendht.tgz
Description: Binary data
x/languages/ru_RU.lng
share/dosbox-x/languages/tr_TR.lng
share/dosbox-x/languages/zh_CN.lng
share/dosbox-x/languages/zh_TW.lng
--
SASANO Takayoshi (JG1UAA)
Hi,
> I would recommend running `make update-patches` to update the patch for
> Makefile.am, otherwise looks good and runs. ok thfr@
I committed after running `make update-patches`. Thanks!
--
SASANO Takayoshi (JG1UAA)
Hi,
this is updated version that I previously posted.
This port installs C++ headers only and is required to build OpenDHT.
--
SASANO Takayoshi (JG1UAA)
msgpack-cxx.tgz
Description: Binary data
Hi,
Here is the port of OpenDHT-3.1.9, without tools and Python support.
previous port (3.1.7) could not link any applications due to configure.ac
is written for bash (not sh/ksh).
This port has patch to fix configure script.
(I reported this issue to author but not fixed yet)
--
SASANO
Hi,
I compared Brad's diff with current DOSBox-X code on GitHub
https://github.com/joncampbell123/dosbox-x/commit/53fe254c9ce25a48dbe11582416cbf3a49516dce
Copyright date is different (2002-2021 should be 2002-2024) but
others are same.
I think this is ok.
--
SASANO Takayoshi (JG1UAA)
)
ok?
--
SASANO Takayoshi (JG1UAA)
Index: Makefile
===
RCS file: /cvs/ports/emulators/dosbox-x/Makefile,v
diff -u -p -r1.4 Makefile
--- Makefile20 Apr 2024 19:21:56 - 1.4
+++ Makefile28 Apr 2024 00:22:34 -
.otf.ttc
--
SASANO Takayoshi (JG1UAA)
> Oh... actually I see it sets DIST_SUBDIR for these so ignore my last
> email
well... ok or not?
--
SASANO Takayoshi (JG1UAA)
.tar.bz2) = 4955343
+SHA256 (VLGothic-20230918.tar.bz2) =
9bCNVZBXsAAdDjubRKf8iAfLRcp9LTstPbSJ+vayTwo=
+SIZE (VLGothic-20230918.tar.bz2) = 4958674
--
SASANO Takayoshi (JG1UAA)
Hello,
I send this patch to ports@ on 3-Jan-2016
(see https://marc.info/?l=openbsd-ports&m=145181327024296&w=2 ).
About one year will be passed but there is no response to commit or not,
so I send this patch again.
If there is no problem, I will commit.
Best Regards,
--
SASANO T
Hello,
Here is the diff for xnp2-20140607 to xnp2-0.86.
It requires gcc4.9 to build.
ok?
--
SASANO Takayoshi
Index: Makefile
===
RCS file: /cvs/ports/emulators/xnp2/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
openocd-0.9.0'
gmake: *** [Makefile:407: all] Error 2
*** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2687
'/usr/ports/pobj/openocd-0.9.0/.build_done')
*** Error 1 in /usr/ports/devel/openocd
(/usr/ports/infrastructure/mk/bsd.port.mk:2389 'all')
#
--
SASANO Takayo
Hi,
here is a diff for openocd-0.6.1 -> openocd-0.9.0
ok?
--
SASANO Takayoshi
Index: Makefile
===
RCS file: /cvs/ports/devel/openocd/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile16 Sep 2014 15
l_c fixes #1 and patch-decode_c is for #2.
ok?
--
SASANO Takayoshi
Index: Makefile
===
RCS file: /cvs/ports/converters/ish/Makefile,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile
--- Makefile16 Sep 2007 01:40:27 - 1
Hello,
> Ping ? anyone willing to okay the mechanical ports removal/layout change?
>
> Landry
ok to split components and place suitable directory.
(Simply I want to use xorriso with grub2, so I had no idea about
libraries at that time)
Regards,
--
SASANO Takayoshi (JG1UAA)
Hello,
QEMU's -curses option is not enabled because configure script requires
the information of ncurses by pkg-config.
The diff specifies the place of ncurses library to enable QEMU's
curses support.
ok or comment?
--
SASANO Takayoshi (JG1UAA)
Index
or comment?
--
SASANO Takayoshi (JG1UAA)
Index: Makefile
===
RCS file: /cvs/ports/emulators/qemu/Makefile,v
retrieving revision 1.160
diff -u -p -r1.160 Makefile
--- Makefile23 Apr 2017 13:24:17 - 1.160
+++ Makefile2
Hi, I added simply #define _XOPEN_SOURCE_EXTENDED to the top of probe code
like this.
--
SASANO Takayoshi (JG1UAA)
Index: Makefile
===
RCS file: /cvs/ports/emulators/qemu/Makefile,v
retrieving revision 1.160
diff -u -r1.160
Hello,
here is the port of xorriso, iso9660 file manipulator.
For my mistake, I already imported this to CVS tree.
Sorry and if there is serious problem please remove it on CVS.
--
SASANO Takayoshi (JG1UAA)
diff -uNpr sysutils.orig/Makefile sysutils/Makefile
--- sysutils.orig/Makefile
1 - 100 of 143 matches
Mail list logo