replace gettext module with library dependency; ok rpointel@

This commit is contained in:
naddy 2016-04-06 11:29:25 +00:00
parent a65e60987c
commit d9f3e296dc
4 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.41 2015/12/17 19:16:51 rpointel Exp $
# $OpenBSD: Makefile,v 1.42 2016/04/06 11:29:25 naddy Exp $
# IMPORTANT! If you make any changes to the Python ports, be sure
# to also update files/CHANGES.OpenBSD for your change. This is a
@ -7,6 +7,7 @@
VERSION = 2.7
PATCHLEVEL = .11
REVISION = 0
SHARED_LIBS = python2.7 0.0
VERSION_SPEC = >=2.7,<2.8

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2015/12/23 07:18:12 rpointel Exp $
# $OpenBSD: Makefile,v 1.9 2016/04/06 11:29:25 naddy Exp $
# IMPORTANT! If you make any changes to the Python ports, be sure
# to also update files/CHANGES.OpenBSD for your change. This is a
@ -7,6 +7,7 @@
VERSION = 3.4
PATCHLEVEL = .4
REVISION = 0
SHARED_LIBS = python3.4m 1.0
VERSION_SPEC = >=3.4,<3.5

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2015/12/22 18:00:30 rpointel Exp $
# $OpenBSD: Makefile,v 1.6 2016/04/06 11:29:25 naddy Exp $
# IMPORTANT! If you make any changes to the Python ports, be sure
# to also update files/CHANGES.OpenBSD for your change. This is a
@ -7,6 +7,7 @@
VERSION = 3.5
PATCHLEVEL = .1
REVISION = 0
SHARED_LIBS = python3.5m 0.0
VERSION_SPEC = >=3.5,<3.6

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.113 2016/03/16 20:02:11 naddy Exp $
# $OpenBSD: Makefile.inc,v 1.114 2016/04/06 11:29:25 naddy Exp $
# IMPORTANT! If you make any changes to the Python ports, be sure
# to also update files/CHANGES.OpenBSD for your change. This is a
@ -57,8 +57,6 @@ MULTI_PACKAGES = -main -tests -gdbm -idle -tkinter
ONLY_FOR_ARCHS-bsddb= amd64 i386
.endif
MODULES += devel/gettext
# All subpackages depend on the main python package.
RUN_DEPENDS = ${FULLPKGNAME-main}:lang/python/${VERSION},-main
@ -66,11 +64,10 @@ LIB_DEPENDS =
LIB_DEPENDS-main = archivers/bzip2 \
devel/libffi \
${MODGETTEXT_LIB_DEPENDS}
devel/gettext
RUN_DEPENDS-main =
WANTLIB-main = bz2 c crypto expat ffi m ncursesw panelw pthread \
readline sqlite3 ssl stdc++ util z \
${MODGETTEXT_WANTLIB}
WANTLIB-main = bz2 c crypto expat ffi intl m ncursesw panelw pthread \
readline sqlite3 ssl stdc++ util z
.if ${VERSION} != "2.7"
LIB_DEPENDS-main += archivers/xz
WANTLIB-main += lzma