pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/inputmethod/ibus-hangul



Hello Makoto, 

Makoto Fujiwara writes:
> [...]
> Log Message:
> (inputmethod/ibus-hangul) PLIST variation for py 27 36 37
> [...]
> Index: pkgsrc/inputmethod/ibus-hangul/Makefile
> diff -u pkgsrc/inputmethod/ibus-hangul/Makefile:1.18 pkgsrc/inputmethod/ibus-hangul/Makefile:1.19
> --- pkgsrc/inputmethod/ibus-hangul/Makefile:1.18      Thu Apr 25 07:33:00 2019
> +++ pkgsrc/inputmethod/ibus-hangul/Makefile   Sat May 11 07:19:43 2019
> [...]
> @@ -16,6 +16,16 @@ USE_LIBTOOL=               yes
>  USE_PKGLOCALEDIR=    yes
>  USE_TOOLS+=          pkg-config gmake msgfmt intltool
>  
> +.include "../../lang/python/application.mk"
> +
> +PLIST_SUBST+=   PYPKGPREFIX_NO=${PYPKGPREFIX:S/py//}
> +
> +.if !empty(PYPKGPREFIX:Mpy27)
> +PLIST_SRC=  ${PKGDIR}/PLIST ${PKGDIR}/PLIST.py27
> +.else
> +PLIST_SRC=  ${PKGDIR}/PLIST ${PKGDIR}/PLIST.py3
> +.endif
> +
>  .include "../../devel/gettext-lib/buildlink3.mk"
>  .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
>  BUILDLINK_API_DEPENDS.libhangul+=    libhangul>=0.1.0
> [...]

I think this is similar to pkgsrc/inputmethod/ibus-array except
there is actually no PLIST changes.

Can you please revert Makefile and PLIST to their previous versions,
remove PLIST.py27 and PLIST.py3 and add:

 PY_PATCHPLIST= yes

...and:

 .include "../../lang/python/application.mk"

to the Makefile?


Thank you!



Home | Main Index | Thread Index | Old Index