[Midnightbsd-cvs] mports [22911] trunk/devel/glib20: fix plist

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 7 13:29:19 EDT 2017


Revision: 22911
          http://svnweb.midnightbsd.org/mports/?rev=22911
Author:   laffer1
Date:     2017-10-07 13:29:18 -0400 (Sat, 07 Oct 2017)
Log Message:
-----------
fix plist

Modified Paths:
--------------
    trunk/devel/glib20/Makefile
    trunk/devel/glib20/pkg-descr
    trunk/devel/glib20/pkg-plist

Modified: trunk/devel/glib20/Makefile
===================================================================
--- trunk/devel/glib20/Makefile	2017-10-07 16:14:31 UTC (rev 22910)
+++ trunk/devel/glib20/Makefile	2017-10-07 17:29:18 UTC (rev 22911)
@@ -16,8 +16,8 @@
 
 .if !defined(REFERENCE_PORT)
 
-LIB_DEPENDS+=	libpcre.so:${PORTSDIR}/devel/pcre \
-		libffi.so:${PORTSDIR}/devel/libffi
+LIB_DEPENDS+=	libpcre.so:devel/pcre \
+		libffi.so:devel/libffi
 
 GNU_CONFIGURE=	yes
 USES+=		compiler:c11 gettext gmake iconv:wchar_t libtool pathfix \
@@ -45,9 +45,8 @@
 		glib-compile-resources.1 gresource.1 gdbus-codegen.1
 gobject_MAN=	glib-genmarshal.1 glib-mkenums.1 gobject-query.1
 
-OPTIONS_DEFINE=	COLLATION_FIX DEBUG GDB
+OPTIONS_DEFINE=	COLLATION_FIX DEBUG NLS
 COLLATION_FIX_DESC=	fix string collation
-GDB_DESC=	Install python gdb scripts
 
 .include <bsd.port.pre.mk>
 
@@ -77,19 +76,17 @@
 #CONFIGURE_ENV+=	CFLAGS="-D__STDC_ISO_10646__"
 .endif
 
-.if ${PORT_OPTIONS:MGDB}
-PLIST_SUB+=	GDB=""
-.else
-EXTRA_PATCHES+=	${FILESDIR}/extra-glib_gdbscripts \
-		${FILESDIR}/extra-gobject_gdbscripts
-PLIST_SUB+=	GDB="@comment "
-.endif
-
 .if ${PORT_OPTIONS:MDEBUG}
 CONFIGURE_ARGS+=	--enable-debug=yes \
 			--disable-silent-rules
 .endif
 
+.if ${PORT_OPTIONS:MNLS}
+PLIST_SUB+=	NLS=""
+.else
+PLIST_SUB+=	NLS="@comment "
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \
 		s|/usr/share/locale/locale|${LOCALBASE}/share/locale/locale|g' \

Modified: trunk/devel/glib20/pkg-descr
===================================================================
--- trunk/devel/glib20/pkg-descr	2017-10-07 16:14:31 UTC (rev 22910)
+++ trunk/devel/glib20/pkg-descr	2017-10-07 17:29:18 UTC (rev 22911)
@@ -2,4 +2,4 @@
 routines such as lists, trees, hashes, memory allocation, and much, much
 more.  It is a foundation for writing portable applications.
 
-WWW: http://www.gtk.org/
+WWW: https://www.gtk.org/

Modified: trunk/devel/glib20/pkg-plist
===================================================================
--- trunk/devel/glib20/pkg-plist	2017-10-07 16:14:31 UTC (rev 22910)
+++ trunk/devel/glib20/pkg-plist	2017-10-07 17:29:18 UTC (rev 22911)
@@ -1,6 +1,7 @@
 bin/gapplication
 bin/gdbus
 bin/gdbus-codegen
+bin/gio
 bin/gio-querymodules
 bin/glib-compile-resources
 bin/glib-compile-schemas
@@ -44,6 +45,7 @@
 include/glib-2.0/gio/gconverterinputstream.h
 include/glib-2.0/gio/gconverteroutputstream.h
 include/glib-2.0/gio/gcredentials.h
+include/glib-2.0/gio/gdatagrambased.h
 include/glib-2.0/gio/gdatainputstream.h
 include/glib-2.0/gio/gdataoutputstream.h
 include/glib-2.0/gio/gdbusactiongroup.h
@@ -69,6 +71,9 @@
 include/glib-2.0/gio/gdbusserver.h
 include/glib-2.0/gio/gdbusutils.h
 include/glib-2.0/gio/gdrive.h
+include/glib-2.0/gio/gdtlsclientconnection.h
+include/glib-2.0/gio/gdtlsconnection.h
+include/glib-2.0/gio/gdtlsserverconnection.h
 include/glib-2.0/gio/gemblem.h
 include/glib-2.0/gio/gemblemedicon.h
 include/glib-2.0/gio/gfile.h
@@ -133,10 +138,10 @@
 include/glib-2.0/gio/gsettingsschema.h
 include/glib-2.0/gio/gsimpleaction.h
 include/glib-2.0/gio/gsimpleactiongroup.h
+include/glib-2.0/gio/gsimpleasyncresult.h
 include/glib-2.0/gio/gsimpleiostream.h
+include/glib-2.0/gio/gsimplepermission.h
 include/glib-2.0/gio/gsimpleproxyresolver.h
-include/glib-2.0/gio/gsimpleasyncresult.h
-include/glib-2.0/gio/gsimplepermission.h
 include/glib-2.0/gio/gsocket.h
 include/glib-2.0/gio/gsocketaddress.h
 include/glib-2.0/gio/gsocketaddressenumerator.h
@@ -319,8 +324,10 @@
 share/aclocal/glib-gettext.m4
 share/aclocal/gsettings.m4
 share/bash-completion/completions/gapplication
-%%GDB%%share/gdb/auto-load/libglib-2.0.so.%%LIBVERSION%%-gdb.py
-%%GDB%%share/gdb/auto-load/libgobject-2.0.so.%%LIBVERSION%%-gdb.py
+share/gdb/auto-load%%RESETPREFIX%%/lib/libglib-2.0.so.%%LIBVERSION%%-gdb.py
+share/gdb/auto-load%%RESETPREFIX%%/lib/libgobject-2.0.so.%%LIBVERSION%%-gdb.py
+share/gettext/its/gschema.its
+share/gettext/its/gschema.loc
 share/glib-2.0/codegen/__init__.py
 share/glib-2.0/codegen/__init__.pyc
 share/glib-2.0/codegen/__init__.pyo
@@ -345,106 +352,107 @@
 share/glib-2.0/codegen/utils.py
 share/glib-2.0/codegen/utils.pyc
 share/glib-2.0/codegen/utils.pyo
-%%GDB%%share/glib-2.0/gdb/glib.py
-%%GDB%%share/glib-2.0/gdb/gobject.py
+share/glib-2.0/gdb/glib_gdb.py
+share/glib-2.0/gdb/gobject_gdb.py
 share/glib-2.0/gettext/po/Makefile.in.in
 share/glib-2.0/schemas/gschema.dtd
-share/locale/af/LC_MESSAGES/glib20.mo
-share/locale/am/LC_MESSAGES/glib20.mo
-share/locale/an/LC_MESSAGES/glib20.mo
-share/locale/ar/LC_MESSAGES/glib20.mo
-share/locale/as/LC_MESSAGES/glib20.mo
-share/locale/ast/LC_MESSAGES/glib20.mo
-share/locale/az/LC_MESSAGES/glib20.mo
-share/locale/be/LC_MESSAGES/glib20.mo
-share/locale/be at latin/LC_MESSAGES/glib20.mo
-share/locale/bg/LC_MESSAGES/glib20.mo
-share/locale/bn/LC_MESSAGES/glib20.mo
-share/locale/bn_IN/LC_MESSAGES/glib20.mo
-share/locale/bs/LC_MESSAGES/glib20.mo
-share/locale/ca/LC_MESSAGES/glib20.mo
-share/locale/ca at valencia/LC_MESSAGES/glib20.mo
-share/locale/cs/LC_MESSAGES/glib20.mo
-share/locale/cy/LC_MESSAGES/glib20.mo
-share/locale/da/LC_MESSAGES/glib20.mo
-share/locale/de/LC_MESSAGES/glib20.mo
-share/locale/dz/LC_MESSAGES/glib20.mo
-share/locale/el/LC_MESSAGES/glib20.mo
-share/locale/en at shaw/LC_MESSAGES/glib20.mo
-share/locale/en_CA/LC_MESSAGES/glib20.mo
-share/locale/en_GB/LC_MESSAGES/glib20.mo
-share/locale/eo/LC_MESSAGES/glib20.mo
-share/locale/es/LC_MESSAGES/glib20.mo
-share/locale/et/LC_MESSAGES/glib20.mo
-share/locale/eu/LC_MESSAGES/glib20.mo
-share/locale/fa/LC_MESSAGES/glib20.mo
-share/locale/fi/LC_MESSAGES/glib20.mo
-share/locale/fr/LC_MESSAGES/glib20.mo
-share/locale/ga/LC_MESSAGES/glib20.mo
-share/locale/gl/LC_MESSAGES/glib20.mo
-share/locale/gu/LC_MESSAGES/glib20.mo
-share/locale/he/LC_MESSAGES/glib20.mo
-share/locale/hi/LC_MESSAGES/glib20.mo
-share/locale/hr/LC_MESSAGES/glib20.mo
-share/locale/hu/LC_MESSAGES/glib20.mo
-share/locale/hy/LC_MESSAGES/glib20.mo
-share/locale/id/LC_MESSAGES/glib20.mo
-share/locale/is/LC_MESSAGES/glib20.mo
-share/locale/it/LC_MESSAGES/glib20.mo
-share/locale/ja/LC_MESSAGES/glib20.mo
-share/locale/ka/LC_MESSAGES/glib20.mo
-share/locale/kk/LC_MESSAGES/glib20.mo
-share/locale/kn/LC_MESSAGES/glib20.mo
-share/locale/ko/LC_MESSAGES/glib20.mo
-share/locale/ku/LC_MESSAGES/glib20.mo
-share/locale/lt/LC_MESSAGES/glib20.mo
-share/locale/lv/LC_MESSAGES/glib20.mo
-share/locale/mai/LC_MESSAGES/glib20.mo
-share/locale/mg/LC_MESSAGES/glib20.mo
-share/locale/mk/LC_MESSAGES/glib20.mo
-share/locale/ml/LC_MESSAGES/glib20.mo
-share/locale/mn/LC_MESSAGES/glib20.mo
-share/locale/mr/LC_MESSAGES/glib20.mo
-share/locale/ms/LC_MESSAGES/glib20.mo
-share/locale/nb/LC_MESSAGES/glib20.mo
-share/locale/nds/LC_MESSAGES/glib20.mo
-share/locale/ne/LC_MESSAGES/glib20.mo
-share/locale/nl/LC_MESSAGES/glib20.mo
-share/locale/nn/LC_MESSAGES/glib20.mo
-share/locale/oc/LC_MESSAGES/glib20.mo
-share/locale/or/LC_MESSAGES/glib20.mo
-share/locale/pa/LC_MESSAGES/glib20.mo
-share/locale/pl/LC_MESSAGES/glib20.mo
-share/locale/ps/LC_MESSAGES/glib20.mo
-share/locale/pt/LC_MESSAGES/glib20.mo
-share/locale/pt_BR/LC_MESSAGES/glib20.mo
-share/locale/ro/LC_MESSAGES/glib20.mo
-share/locale/ru/LC_MESSAGES/glib20.mo
-share/locale/rw/LC_MESSAGES/glib20.mo
-share/locale/si/LC_MESSAGES/glib20.mo
-share/locale/sk/LC_MESSAGES/glib20.mo
-share/locale/sl/LC_MESSAGES/glib20.mo
-share/locale/sq/LC_MESSAGES/glib20.mo
-share/locale/sr/LC_MESSAGES/glib20.mo
-share/locale/sr at ije/LC_MESSAGES/glib20.mo
-share/locale/sr at latin/LC_MESSAGES/glib20.mo
-share/locale/sv/LC_MESSAGES/glib20.mo
-share/locale/ta/LC_MESSAGES/glib20.mo
-share/locale/te/LC_MESSAGES/glib20.mo
-share/locale/tg/LC_MESSAGES/glib20.mo
-share/locale/th/LC_MESSAGES/glib20.mo
-share/locale/tl/LC_MESSAGES/glib20.mo
-share/locale/tr/LC_MESSAGES/glib20.mo
-share/locale/tt/LC_MESSAGES/glib20.mo
-share/locale/ug/LC_MESSAGES/glib20.mo
-share/locale/uk/LC_MESSAGES/glib20.mo
-share/locale/vi/LC_MESSAGES/glib20.mo
-share/locale/wa/LC_MESSAGES/glib20.mo
-share/locale/xh/LC_MESSAGES/glib20.mo
-share/locale/yi/LC_MESSAGES/glib20.mo
-share/locale/zh_CN/LC_MESSAGES/glib20.mo
-share/locale/zh_HK/LC_MESSAGES/glib20.mo
-share/locale/zh_TW/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/af/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/am/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/an/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/as/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/ast/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/az/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/be/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/be at latin/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/bn/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/bn_IN/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/bs/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/ca at valencia/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/cy/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/da/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/de/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/dz/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/el/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/en at shaw/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/en_CA/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/es/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/et/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/fa/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/ga/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/gd/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/gu/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/he/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/hi/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/hy/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/id/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/is/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/it/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/ka/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/kk/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/kn/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/ku/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/lv/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/mai/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/mg/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/mk/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/ml/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/mn/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/mr/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/ms/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/nds/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/ne/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/oc/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/or/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/pa/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/ps/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/rw/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/si/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/sq/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/sr at ije/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/sr at latin/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/ta/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/te/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/tg/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/th/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/tl/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/tt/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/ug/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/vi/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/wa/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/xh/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/yi/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/zh_HK/LC_MESSAGES/glib20.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/glib20.mo
 @dir lib/gio/modules
 @dir share/GConf/gsettings
 @postexec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas 2>/dev/null || /usr/bin/true



More information about the Midnightbsd-cvs mailing list