public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* Re: Update of packages by non-maintainer
       [not found]   ` <e777c90f-40f9-2276-1e6c-f8e5ee67678e@gmail.com>
@ 2020-05-28 22:34     ` Yasuhiro KIMURA
  2020-05-29  9:59       ` Achim Gratz
  0 siblings, 1 reply; 6+ messages in thread
From: Yasuhiro KIMURA @ 2020-05-28 22:34 UTC (permalink / raw)
  To: cygwin-apps

Thank for reply, and sorry for late response

I had some troubles to upgrade anthy port to version 0.4 from Debian.
But I managed to success to build new anthy packages and am now
testing them with my daily use.

From: Marco Atzeri <marco.atzeri@gmail.com>
Subject: Re: Update of packages by non-maintainer
Date: Thu, 21 May 2020 23:11:34 +0200

>> currently we have no solution. There were in the past discussion
>> to overcome such problem but they are not yet implemented.
> 
> I was wrong, the mechanism was created
> 
> https://cygwin.com/packaging-hint-files.html#override.hint

In my case following line should be put as override.hint. Right?

----------------------------------------------------------------------
curr: 0.4-1
----------------------------------------------------------------------

And is there any way to generate override.hint from .cygport file with
cygport command?

---
Yasuhiro KIMURA

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Update of packages by non-maintainer
  2020-05-28 22:34     ` Update of packages by non-maintainer Yasuhiro KIMURA
@ 2020-05-29  9:59       ` Achim Gratz
  2020-06-03  5:31         ` Yasuhiro KIMURA
  0 siblings, 1 reply; 6+ messages in thread
From: Achim Gratz @ 2020-05-29  9:59 UTC (permalink / raw)
  To: cygwin-apps

Am 29.05.2020 um 00:34 schrieb Yasuhiro KIMURA:
> In my case following line should be put as override.hint. Right?
> 
> ----------------------------------------------------------------------
> curr: 0.4-1
> ----------------------------------------------------------------------

You would probably also need a "replace-versions:" line.  I'd tend to 
use the "version:" line to override the upstream version number to 
something that sorts correctly with the previous version number in this 
case, though.  Something as simple as "deb+0.4" might already do that.


-- 
Achim.

(on the road :-)


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Update of packages by non-maintainer
  2020-05-29  9:59       ` Achim Gratz
@ 2020-06-03  5:31         ` Yasuhiro KIMURA
  2020-06-03 16:20           ` Request for review: anthy 9100h+0.4 (Re: Update of packages by non-maintainer) Yasuhiro KIMURA
  0 siblings, 1 reply; 6+ messages in thread
From: Yasuhiro KIMURA @ 2020-06-03  5:31 UTC (permalink / raw)
  To: cygwin-apps

From: Achim Gratz <Stromeko@Nexgo.DE>
Subject: Re: Update of packages by non-maintainer
Date: Fri, 29 May 2020 11:59:01 +0200

>> In my case following line should be put as override.hint. Right?
>>
> ----------------------------------------------------------------------
>> curr: 0.4-1
>>
> ----------------------------------------------------------------------
> 
> You would probably also need a "replace-versions:" line.  I'd tend to
> use the "version:" line to override the upstream version number to
> something that sorts correctly with the previous version number in
> this case, though.  Something as simple as "deb+0.4" might already do
> that.

I put this override.hint to my overlay package server directory and
ran mksetupini. But it resulted in error that mksetupini don't know
"cur:". So I changed override.hint as following.

----------------------------------------------------------------------
replace-versions: 9100h-2
----------------------------------------------------------------------

Then again I put it to the direcotry and ran mksetupini. This time it
succeeded without any error. But when I run setup-x86_64, anthy
packages didn't appear in Pending view.

So I gave up to use override.hint and decided to change version number
to "9100h+0.4". It works fine with all of cygport, mksetupini and
setup-x86_64.

---
Yasuhiro KIMURA

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Request for review: anthy 9100h+0.4 (Re: Update of packages by non-maintainer)
  2020-06-03  5:31         ` Yasuhiro KIMURA
@ 2020-06-03 16:20           ` Yasuhiro KIMURA
  2020-06-03 16:41             ` Yaakov Selkowitz
  0 siblings, 1 reply; 6+ messages in thread
From: Yasuhiro KIMURA @ 2020-06-03 16:20 UTC (permalink / raw)
  To: cygwin-apps

From: Yasuhiro KIMURA <yasu@utahime.org>
Subject: Re: Update of packages by non-maintainer
Date: Wed, 03 Jun 2020 14:31:56 +0900 (JST)

> So I gave up to use override.hint and decided to change version number
> to "9100h+0.4". It works fine with all of cygport, mksetupini and
> setup-x86_64.

Anyway version number issue has sloved. So I would like to request for
review of anthy 9100h+0.4.

Changes from 9100h-2 are:

* Source is switched to version 0.4 from Debian forked Anthy project.
* VERSION is changed to "9100h+0.4" to keep version number from going
  backword.
* Fedora patchset is removed.
* Some patches committed to repository of a Debian Anthy after release
  of 0.4 are adopted.
* As for cygwin local patch, 9100h-no-undefined.patch is changed to
  make it fit to new source tree. Others are removed.
* All of src_patch_hook is unnecessary for new sources. So it is
  removed.
* Add "MAKEOPTS=-j1" because parallel make causes build error.

anthy.cygport:
----------------------------------------------------------------------
NAME="anthy"
VERSION=9100h+0.4
RELEASE=1
CATEGORY="Libs"
SUMMARY="Japanese input method"
DESCRIPTION="Anthy is a system for Japanese input method. It converts
Hiragana text to Kana Kanji mixed text."
HOMEPAGE="https://salsa.debian.org/debian/anthy"
SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_0.4.orig.tar.gz"
PATCH_URI="
	https://salsa.debian.org/debian/anthy/-/commit/b83129e05cdde8046a5aa0484f63910e9a204555.patch
	https://salsa.debian.org/debian/anthy/-/commit/e7748e35ab5f68d50690d2ba54341a2d45339ece.patch
	https://salsa.debian.org/debian/anthy/-/commit/cea40c6a31815b1ec14312265025dea7b6d22fac.patch
	9100h-no-undefined.patch
"
SRC_DIR="${PN}-0.4"

PKG_NAMES="${NAME} lib${NAME}0 lib${NAME}-common lib${NAME}-devel emacs-${NAME}"
anthy_CATEGORY="Text"
anthy_CONTENTS="usr/bin/*.exe usr/share/doc/"
libanthy0_REQUIRES="libanthy-common"
libanthy0_CONTENTS="usr/bin/cyganthy*.dll"
libanthy_common_CONTENTS="etc/ usr/share/anthy/"
libanthy_devel_CONTENTS="usr/include/ usr/lib/"
emacs_anthy_CATEGORY="Editors"
emacs_anthy_CONTENTS="usr/share/emacs/"
emacs_anthy_REQUIRES="emacs"

CYGPORT_USE_UNSTABLE_API=1

# prevent stack overflow in mkworddic
LDFLAGS+=" -Wl,--stack,0x4000000"

# parallel make causes build error
MAKEOPTS=-j1
----------------------------------------------------------------------

9100h-no-undefined.patch:
----------------------------------------------------------------------
--- origsrc/anthy-0.4/src-main/Makefile.am	2019-07-05 11:37:13.000000000 +0900
+++ src/anthy-0.4/src-main/Makefile.am	2020-05-23 00:59:04.136024700 +0900
@@ -6,6 +6,6 @@
                      ../src-ordering/libordering.la \
                      ../src-worddic/libanthydic.la -lm
 
-libanthy_la_LDFLAGS = -version-info 2:2:1
+libanthy_la_LDFLAGS = -version-info 2:2:1 -no-undefined
 
 libanthy_la_SOURCES = main.c context.c main.h
--- origsrc/anthy-0.4/src-util/Makefile.am	2019-07-05 11:37:13.000000000 +0900
+++ src/anthy-0.4/src-util/Makefile.am	2020-05-23 00:59:26.155191100 +0900
@@ -26,5 +26,6 @@
 libanthyinput_la_SOURCES = input.c rkconv.c rkhelper.c\
  rkconv.h rkmap.h rkhelper.h
 libanthyinput_la_LIBADD = ../src-main/libanthy.la
+libanthyinput_la_LDFLAGS = -no-undefined
 
 pkgdata_DATA = typetab dic-tool-usage.txt
--- origsrc/anthy-0.4/src-worddic/Makefile.am	2019-07-05 11:37:13.000000000 +0900
+++ src/anthy-0.4/src-worddic/Makefile.am	2020-05-23 00:59:52.482504900 +0900
@@ -13,5 +13,5 @@
 	mem_dic.h dic_personality.h
 
 libanthydic_la_LIBADD = ../src-diclib/libdiclib.la
-libanthydic_la_LDFLAGS = -version-info 2:3:1
+libanthydic_la_LDFLAGS = -version-info 2:3:1 -no-undefined
 lib_LTLIBRARIES = libanthydic.la
----------------------------------------------------------------------

Best Regards.

---
Yasuhiro KIMURA

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Request for review: anthy 9100h+0.4 (Re: Update of packages by non-maintainer)
  2020-06-03 16:20           ` Request for review: anthy 9100h+0.4 (Re: Update of packages by non-maintainer) Yasuhiro KIMURA
@ 2020-06-03 16:41             ` Yaakov Selkowitz
  2020-06-04 17:04               ` Request for review: anthy 9100h+0.4 Yasuhiro KIMURA
  0 siblings, 1 reply; 6+ messages in thread
From: Yaakov Selkowitz @ 2020-06-03 16:41 UTC (permalink / raw)
  To: cygwin-apps

On Thu, 2020-06-04 at 01:20 +0900, Yasuhiro KIMURA wrote:
> From: Yasuhiro KIMURA <yasu@utahime.org>
> > So I gave up to use override.hint and decided to change version number
> > to "9100h+0.4". It works fine with all of cygport, mksetupini and
> > setup-x86_64.
> 
> Anyway version number issue has sloved. So I would like to request for
> review of anthy 9100h+0.4.

Not ready yet; see comments inline.

> * As for cygwin local patch, 9100h-no-undefined.patch is changed to
>   make it fit to new source tree. Others are removed.
[snip]
> * Add "MAKEOPTS=-j1" because parallel make causes build error.

That's the whole purpose of the exeext patch, to fix parallel make. 
Before you remove patches, you first need to understand what the patch
does, why it was needed, and see if it still is or not.  If you don't
know, then you should be asking rather than just dropping them.

> PKG_NAMES="${NAME} lib${NAME}0 lib${NAME}-common lib${NAME}-devel emacs-${NAME}"
[snip]
> libanthy0_REQUIRES="libanthy-common"
> libanthy0_CONTENTS="usr/bin/cyganthy*.dll"

This is wrong; most of the DLLs will be -1.dll, so this needs to be
libanthy1 (but see below!!).

> 9100h-no-undefined.patch:

This looks mostly fine, except:

> --- origsrc/anthy-0.4/src-util/Makefile.am      2019-07-05 11:37:13.000000000 +0900
> +++ src/anthy-0.4/src-util/Makefile.am  2020-05-23 00:59:26.155191100 +0900
> @@ -26,5 +26,6 @@
>  libanthyinput_la_SOURCES = input.c rkconv.c rkhelper.c\
>   rkconv.h rkmap.h rkhelper.h
>  libanthyinput_la_LIBADD = ../src-main/libanthy.la
> +libanthyinput_la_LDFLAGS = -no-undefined
>  
>  pkgdata_DATA = typetab dic-tool-usage.txt

This should probably have -version-info flag as well upstream,
otherwise you'll have conflicts with libanthy0 and libanthy1.  

-- 
Yaakov Selkowitz
Senior Software Engineer - Platform Enablement
Red Hat, Inc.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Request for review: anthy 9100h+0.4
  2020-06-03 16:41             ` Yaakov Selkowitz
@ 2020-06-04 17:04               ` Yasuhiro KIMURA
  0 siblings, 0 replies; 6+ messages in thread
From: Yasuhiro KIMURA @ 2020-06-04 17:04 UTC (permalink / raw)
  To: cygwin-apps

From: Yaakov Selkowitz via Cygwin-apps <cygwin-apps@cygwin.com>
Subject: Re: Request for review: anthy 9100h+0.4 (Re: Update of packages by non-maintainer)
Date: Wed, 03 Jun 2020 12:41:14 -0400

>> Anyway version number issue has sloved. So I would like to request for
>> review of anthy 9100h+0.4.
> 
> Not ready yet; see comments inline.

Thank you for comments. Followings are revised version of .cygport
file and patches. All pointed out problems should be fixed now.

anthy.cygport:
----------------------------------------------------------------------
NAME="anthy"
VERSION=9100h+0.4
RELEASE=1
CATEGORY="Libs"
SUMMARY="Japanese input method"
DESCRIPTION="Anthy is a system for Japanese input method. It converts
Hiragana text to Kana Kanji mixed text."
HOMEPAGE="https://salsa.debian.org/debian/anthy"
SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_0.4.orig.tar.gz"
PATCH_URI="
	https://salsa.debian.org/debian/anthy/-/commit/b83129e05cdde8046a5aa0484f63910e9a204555.patch
	https://salsa.debian.org/debian/anthy/-/commit/e7748e35ab5f68d50690d2ba54341a2d45339ece.patch
	https://salsa.debian.org/debian/anthy/-/commit/cea40c6a31815b1ec14312265025dea7b6d22fac.patch
	9100h-exeext.patch
	9100h-no-undefined.patch
"
SRC_DIR="${PN}-0.4"

PKG_NAMES="${NAME} lib${NAME}1 lib${NAME}-common lib${NAME}-devel emacs-${NAME}"
anthy_CATEGORY="Text"
anthy_CONTENTS="usr/bin/*.exe usr/share/doc/"
libanthy1_REQUIRES="libanthy-common"
libanthy1_CONTENTS="usr/bin/cyganthy*-1.dll"
libanthy1_OBSOLETES="libanthy0"
libanthy_common_CONTENTS="etc/ usr/share/anthy/"
libanthy_devel_CONTENTS="usr/include/ usr/lib/"
emacs_anthy_CATEGORY="Editors"
emacs_anthy_CONTENTS="usr/share/emacs/"
emacs_anthy_REQUIRES="emacs"

CYGPORT_USE_UNSTABLE_API=1

# prevent stack overflow in mkworddic
LDFLAGS+=" -Wl,--stack,0x4000000"
----------------------------------------------------------------------

9100h-exeext.patch:
----------------------------------------------------------------------
diff -Nru origsrc/anthy-0.4/depgraph/Makefile.am src/anthy-0.4/depgraph/Makefile.am
--- origsrc/anthy-0.4/depgraph/Makefile.am	2019-07-05 11:37:13.000000000 +0900
+++ src/anthy-0.4/depgraph/Makefile.am	2020-06-04 16:06:42.090446500 +0900
@@ -11,7 +11,7 @@
 mkdepgraph_SOURCES = mkdepgraph.c
 mkdepgraph_LDADD =  ../src-main/libanthy.la ../src-worddic/libanthydic.la
 
-anthy.dep : mkdepgraph all.depword indepword-wt.txt
+anthy.dep : mkdepgraph$(EXEEXT) all.depword indepword-wt.txt
 	./mkdepgraph
 
 all.depword: $(DEPWORDS)
diff -Nru origsrc/anthy-0.4/mkanthydic/Makefile.am src/anthy-0.4/mkanthydic/Makefile.am
--- origsrc/anthy-0.4/mkanthydic/Makefile.am	2019-07-05 11:37:13.000000000 +0900
+++ src/anthy-0.4/mkanthydic/Makefile.am	2020-06-04 16:06:42.092412000 +0900
@@ -11,64 +11,64 @@
 anthy.dic: anthy.dic3
 	cp -p anthy.dic3 anthy.dic
 
-anthy.dic0: mkfiledic ../mkworddic/anthy.wdic ../depgraph/anthy.dep
+anthy.dic0: mkfiledic$(EXEEXT) ../mkworddic/anthy.wdic ../depgraph/anthy.dep
 	./mkfiledic -i -o anthy.dic0
 
-parsed_data0: $(top_srcdir)/corpus/corpus.?.txt ../calctrans/proccorpus anthy.dic0
+parsed_data0: $(top_srcdir)/corpus/corpus.?.txt ../calctrans/proccorpus$(EXEEXT) anthy.dic0
 	../calctrans/proccorpus -d anthy.dic0 \
 		$(top_srcdir)/corpus/corpus.?.txt > parsed_data0
 
-parsed_data1: $(top_srcdir)/corpus/corpus.?.txt ../calctrans/proccorpus anthy.dic1
+parsed_data1: $(top_srcdir)/corpus/corpus.?.txt ../calctrans/proccorpus$(EXEEXT) anthy.dic1
 	../calctrans/proccorpus -d anthy.dic1 \
 		$(top_srcdir)/corpus/corpus.?.txt > parsed_data1
 
-parsed_data2: $(top_srcdir)/corpus/corpus.?.txt ../calctrans/proccorpus anthy.dic2
+parsed_data2: $(top_srcdir)/corpus/corpus.?.txt ../calctrans/proccorpus$(EXEEXT) anthy.dic2
 	../calctrans/proccorpus -d anthy.dic2 \
 		$(top_srcdir)/corpus/corpus.?.txt > parsed_data2
 
-parsed_data3: $(top_srcdir)/corpus/corpus.?.txt ../calctrans/proccorpus anthy.dic3
+parsed_data3: $(top_srcdir)/corpus/corpus.?.txt ../calctrans/proccorpus$(EXEEXT) anthy.dic3
 	../calctrans/proccorpus -d anthy.dic3 \
 		$(top_srcdir)/corpus/corpus.?.txt > parsed_data3
 
-parsed_data4: $(top_srcdir)/corpus/corpus.?.txt ../calctrans/proccorpus anthy.dic4
+parsed_data4: $(top_srcdir)/corpus/corpus.?.txt ../calctrans/proccorpus$(EXEEXT) anthy.dic4
 	../calctrans/proccorpus -d anthy.dic4 \
 		$(top_srcdir)/corpus/corpus.?.txt > parsed_data4
 
-anthy.dic1: mkfiledic ../mkworddic/anthy.wdic ../depgraph/anthy.dep parsed_data0
+anthy.dic1: mkfiledic$(EXEEXT) ../mkworddic/anthy.wdic ../depgraph/anthy.dep parsed_data0
 	../calctrans/calctrans parsed_data0 -o corpus_info
 	../calctrans/calctrans parsed_data0 -e -o weak_words
 	../calctrans/calctrans -c corpus_info weak_words
 	./mkfiledic -o anthy.dic1
 
-anthy.dic2: mkfiledic ../mkworddic/anthy.wdic ../depgraph/anthy.dep \
+anthy.dic2: mkfiledic$(EXEEXT) ../mkworddic/anthy.wdic ../depgraph/anthy.dep \
 	    parsed_data0 parsed_data1
 	../calctrans/calctrans parsed_data0 parsed_data1 -o corpus_info
 	../calctrans/calctrans parsed_data0 parsed_data1 -e -o weak_words
 	../calctrans/calctrans -c corpus_info weak_words
 	./mkfiledic -o anthy.dic2
 
-anthy.dic3: mkfiledic ../mkworddic/anthy.wdic ../depgraph/anthy.dep \
+anthy.dic3: mkfiledic$(EXEEXT) ../mkworddic/anthy.wdic ../depgraph/anthy.dep \
 	    parsed_data0 parsed_data1 parsed_data2
 	../calctrans/calctrans parsed_data0 parsed_data1 parsed_data2 -o corpus_info
 	../calctrans/calctrans parsed_data0 parsed_data1 parsed_data2 -e -o weak_words
 	../calctrans/calctrans -c corpus_info weak_words
 	./mkfiledic -o anthy.dic3
 
-anthy.dic4: mkfiledic ../mkworddic/anthy.wdic ../depgraph/anthy.dep \
+anthy.dic4: mkfiledic$(EXEEXT) ../mkworddic/anthy.wdic ../depgraph/anthy.dep \
 	    parsed_data0 parsed_data1 parsed_data2 parsed_data3
 	../calctrans/calctrans parsed_data0 parsed_data1 parsed_data2 parsed_data3 -o corpus_info
 	../calctrans/calctrans parsed_data0 parsed_data1 parsed_data2 parsed_data3 -e -o weak_words
 	../calctrans/calctrans -c corpus_info weak_words
 	./mkfiledic -o anthy.dic4
 
-anthy.dic5: mkfiledic ../mkworddic/anthy.wdic ../depgraph/anthy.dep \
+anthy.dic5: mkfiledic$(EXEEXT) ../mkworddic/anthy.wdic ../depgraph/anthy.dep \
 	    parsed_data0 parsed_data1 parsed_data2 parsed_data3 parsed_data4
 	../calctrans/calctrans parsed_data0 parsed_data1 parsed_data2 parsed_data3 parsed_data4 -o corpus_info
 	../calctrans/calctrans parsed_data0 parsed_data1 parsed_data2 parsed_data3 parsed_data4 -e -o weak_words
 	../calctrans/calctrans -c corpus_info weak_words
 	./mkfiledic -o anthy.dic5
 else
-anthy.dic: mkfiledic ../mkworddic/anthy.wdic ../depgraph/anthy.dep \
+anthy.dic: mkfiledic$(EXEEXT) ../mkworddic/anthy.wdic ../depgraph/anthy.dep \
 	   corpus_info weak_words
 	../calctrans/calctrans -c $(srcdir)/corpus_info $(srcdir)/weak_words
 	./mkfiledic -o anthy.dic
diff -Nru origsrc/anthy-0.4/mkworddic/Makefile.am src/anthy-0.4/mkworddic/Makefile.am
--- origsrc/anthy-0.4/mkworddic/Makefile.am	2019-07-05 11:37:13.000000000 +0900
+++ src/anthy-0.4/mkworddic/Makefile.am	2020-06-04 16:06:42.094407200 +0900
@@ -31,7 +31,7 @@
 
 noinst_DATA = anthy.wdic
 
-anthy.wdic : mkworddic $(DIC_FILES)
+anthy.wdic : mkworddic$(EXEEXT) $(DIC_FILES)
 	   ./mkworddic -f ./dict.args
 
 
----------------------------------------------------------------------

9100h-no-undefined.patch:
----------------------------------------------------------------------
diff -Nru origsrc/anthy-0.4/src-main/Makefile.am src/anthy-0.4/src-main/Makefile.am
--- origsrc/anthy-0.4/src-main/Makefile.am	2019-07-05 11:37:13.000000000 +0900
+++ src/anthy-0.4/src-main/Makefile.am	2020-06-04 16:27:55.568919600 +0900
@@ -6,6 +6,6 @@
                      ../src-ordering/libordering.la \
                      ../src-worddic/libanthydic.la -lm
 
-libanthy_la_LDFLAGS = -version-info 2:2:1
+libanthy_la_LDFLAGS = -version-info 2:2:1 -no-undefined
 
 libanthy_la_SOURCES = main.c context.c main.h
diff -Nru origsrc/anthy-0.4/src-util/Makefile.am src/anthy-0.4/src-util/Makefile.am
--- origsrc/anthy-0.4/src-util/Makefile.am	2019-07-05 11:37:13.000000000 +0900
+++ src/anthy-0.4/src-util/Makefile.am	2020-06-04 16:58:59.585843600 +0900
@@ -26,5 +26,6 @@
 libanthyinput_la_SOURCES = input.c rkconv.c rkhelper.c\
  rkconv.h rkmap.h rkhelper.h
 libanthyinput_la_LIBADD = ../src-main/libanthy.la
+libanthyinput_la_LDFLAGS = -version-info 2:2:1 -no-undefined
 
 pkgdata_DATA = typetab dic-tool-usage.txt
diff -Nru origsrc/anthy-0.4/src-worddic/Makefile.am src/anthy-0.4/src-worddic/Makefile.am
--- origsrc/anthy-0.4/src-worddic/Makefile.am	2019-07-05 11:37:13.000000000 +0900
+++ src/anthy-0.4/src-worddic/Makefile.am	2020-06-04 16:27:55.573902300 +0900
@@ -13,5 +13,5 @@
 	mem_dic.h dic_personality.h
 
 libanthydic_la_LIBADD = ../src-diclib/libdiclib.la
-libanthydic_la_LDFLAGS = -version-info 2:3:1
+libanthydic_la_LDFLAGS = -version-info 2:3:1 -no-undefined
 lib_LTLIBRARIES = libanthydic.la
----------------------------------------------------------------------

Best Regards.

---
Yasuhiro KIMURA

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-06-04 17:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200521.134708.978300984572490822.yasu@utahime.org>
     [not found] ` <e40a75dd-5d73-19cd-2eeb-0625bb29d9f8@gmail.com>
     [not found]   ` <e777c90f-40f9-2276-1e6c-f8e5ee67678e@gmail.com>
2020-05-28 22:34     ` Update of packages by non-maintainer Yasuhiro KIMURA
2020-05-29  9:59       ` Achim Gratz
2020-06-03  5:31         ` Yasuhiro KIMURA
2020-06-03 16:20           ` Request for review: anthy 9100h+0.4 (Re: Update of packages by non-maintainer) Yasuhiro KIMURA
2020-06-03 16:41             ` Yaakov Selkowitz
2020-06-04 17:04               ` Request for review: anthy 9100h+0.4 Yasuhiro KIMURA

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).