On 5/8/06, steven mestdagh <[EMAIL PROTECTED]> wrote:
TAKAHASHI Tamotsu [2006-05-08, 01:00:01]:
> Hi,
>
> As Ash seems away,
> I'd like to be the maintainer of SCIM port if
> I don't need to remove "-1.0" suffix using 17 patches
> (because it's too heavy for me to maintain).
did you get an answer from upstream about controlling this with some
variable instead of hardcoded stuff?
At least, the author took a look at a patch.
If the patch is applied upstream, only one patch (for
configure.ac) and autoconf will be able to remove the
suffix.
http://sourceforge.net/mailarchive/message.php?msg_id=15528248
But I don't know what's going on.
> Here is the port I'm currently using:
> http://www10.plala.or.jp/sanrinsha/tamo/scim_20060508.tgz
you have quite a lot of @comment lines in PLIST.
try setting LIBTOOL_FLAGS=--tag=disable-static
also, do not comment the LC_MESSAGES directories...
you have 1.4.0 in a number of directory names, which i expect will
change with updates. either try to leave out this version number if
possible, or use a variable for it in SUBST_VARS.
i suggest you start over with this PLIST, remove it and run `make plist',
then @comment and @sample what is really necessary.
Thanks for the advice in detail.
What about
http://www10.plala.or.jp/sanrinsha/tamo/scim_20060509.tgz
- LIBTOOL_FLAGS=--tag=disable-static
- SCIM_BINARY_VERSION=1.4.0 & SUBST_VARS+=SCIM_BINARY_VERSION
- rm pkg/PLIST; make plist; only add @sample
configure.ac tells that the "1.4.0" is the lowest version
number which has binary compatibility with the current:
# Define a string for the earliest version that this release has
# binary compatibility with. This is used for module locations.
--
tamo