Don't ship with debug symbols anymore; there's a new opt-in facility to do

this now.
This commit is contained in:
ajacoutot 2019-11-09 17:27:39 +00:00
parent f7d23312e5
commit 503e103de2
4 changed files with 17 additions and 25 deletions

View File

@ -1,15 +1,11 @@
# $OpenBSD: Makefile,v 1.316 2019/11/07 14:26:21 landry Exp $
# Everything is a Freaking GLib/GTK+ problem
CFLAGS += -g
INSTALL_STRIP= # empty
# $OpenBSD: Makefile,v 1.317 2019/11/09 17:27:39 ajacoutot Exp $
COMMENT= general-purpose utility library
GNOME_PROJECT= glib
GNOME_VERSION= 2.62.2
PKGNAME= ${DISTNAME:S/glib/glib2/}
REVISION= 2
REVISION= 3
CATEGORIES= devel

View File

@ -1,8 +1,4 @@
# $OpenBSD: Makefile,v 1.229 2019/07/12 20:51:12 sthen Exp $
# Everything is a Freaking GLib/GTK+ problem
CFLAGS += -g
INSTALL_STRIP= # empty
# $OpenBSD: Makefile,v 1.230 2019/11/09 17:27:39 ajacoutot Exp $
COMMENT-main= multi-platform graphical toolkit
COMMENT-cups= gtk+2 CUPS print backend
@ -13,8 +9,8 @@ GNOME_PROJECT= gtk+
PKGNAME-main= gtk+2-${GNOME_VERSION}
PKGNAME-cups= gtk+2-cups-${GNOME_VERSION}
REVISION-main= 5
REVISION-cups= 1
REVISION-main= 6
REVISION-cups= 2
CATEGORIES= x11 devel

View File

@ -1,11 +1,7 @@
# $OpenBSD: Makefile,v 1.220 2019/10/04 14:18:17 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.221 2019/11/09 17:27:40 ajacoutot Exp $
# XXX add support for libcloudproviders?
# Everything is a Freaking GLib/GTK+ problem
CFLAGS += -g
INSTALL_STRIP= # empty
PORTROACH= skipv:3.90.0,3.92.1,3.93.0,3.94.0
COMMENT-main= multi-platform graphical toolkit
@ -21,6 +17,11 @@ PKGNAME-cups= gtk+3-cups-${GNOME_VERSION}
PKGNAME-cloudprint= gtk+3-cloudprint-${GNOME_VERSION}
PKGNAME-guic= gtk-update-icon-cache-${GNOME_VERSION}
REVISION-main= 0
REVISION-cups= 0
REVISION-cloudprint= 0
REVISION-guic= 0
CATEGORIES= x11 devel
SHARED_LIBS += gdk-3 2201.1 # 2404.8

View File

@ -1,14 +1,10 @@
# $OpenBSD: Makefile,v 1.16 2019/08/17 10:47:56 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.17 2019/11/09 17:27:40 ajacoutot Exp $
# XXX: PORTROACH is set at the end of this file to override gnome.port.mk
# XXX -Dman-pages=true yet no man page is built
# XXX add support for libcloudproviders? (-Denable-cloudproviders=true)
# Everything is a Freaking GLib/GTK+ problem
CFLAGS += -g
INSTALL_STRIP= # empty
COMMENT-main= multi-platform graphical toolkit
COMMENT-cups= gtk+4 CUPS print backend
COMMENT-cloudprint= gtk+4 Google Cloud Print backend
@ -24,8 +20,11 @@ PKGNAME-cloudprint= gtk+4-cloudprint-${GNOME_VERSION}
PKGNAME-guic= gtk4-update-icon-cache-${GNOME_VERSION}
PKGNAME-media= gtk+4-media-${GNOME_VERSION}
REVISION-main= 3
REVISION-cups= 0
REVISION-main= 4
REVISION-cups= 1
REVISION-cloudprint= 0
REVISION-guic= 0
REVISION-media= 0
CATEGORIES= x11 devel