Re-add the GDB py macros now that the gdb from ports can use them.
This commit is contained in:
parent
d6075bd6fa
commit
4af9f2a2cf
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.144 2011/11/12 13:14:21 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.145 2011/11/13 15:16:17 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= general-purpose utility library
|
||||
COMMENT-docs= glib2 documentation
|
||||
@ -10,6 +10,8 @@ EXTRACT_SUFX= .tar.xz
|
||||
PKGNAME-main= glib2-${VERSION}
|
||||
PKGNAME-docs= glib2-docs-${VERSION}
|
||||
|
||||
REVISION-main= 0
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://www.gtk.org/
|
||||
@ -101,8 +103,4 @@ pre-configure:
|
||||
${WRKSRC}/gio/gdbusprivate.c \
|
||||
${WRKSRC}/po/*.po
|
||||
|
||||
# glib's GDB macros rely on gdb(1) auto-load feature
|
||||
post-install:
|
||||
rm -rf ${PREFIX}/share/{,glib-2.0}/gdb/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.22 2011/09/21 13:10:18 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.23 2011/11/13 15:16:17 ajacoutot Exp $
|
||||
@conflict glib2-fam-*
|
||||
@pkgpath devel/glib2
|
||||
@pkgpath devel/glib2,-fam
|
||||
@ -311,7 +311,14 @@ lib/pkgconfig/gthread-2.0.pc
|
||||
share/aclocal/glib-2.0.m4
|
||||
share/aclocal/glib-gettext.m4
|
||||
share/aclocal/gsettings.m4
|
||||
share/gdb/
|
||||
share/gdb/auto-load/
|
||||
share/gdb/auto-load/libglib-2.0.so.0.3000.2-gdb.py
|
||||
share/gdb/auto-load/libgobject-2.0.so.0.3000.2-gdb.py
|
||||
share/glib-2.0/
|
||||
share/glib-2.0/gdb/
|
||||
share/glib-2.0/gdb/glib.py
|
||||
share/glib-2.0/gdb/gobject.py
|
||||
share/glib-2.0/gettext/
|
||||
share/glib-2.0/gettext/mkinstalldirs
|
||||
share/glib-2.0/gettext/po/
|
||||
|
Loading…
x
Reference in New Issue
Block a user