View | Details | Raw Unified | Return to bug 252783
Collapse All | Expand All

(-)Makefile (-8 / +10 lines)
Lines 2-13 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	consolekit
4
PORTNAME=	consolekit
5
PORTVERSION=	1.2.1
5
PORTVERSION=	1.2.2
6
PORTREVISION=	1
7
CATEGORIES=	sysutils gnome
6
CATEGORIES=	sysutils gnome
8
MASTER_SITES=	https://github.com/ConsoleKit2/ConsoleKit2/releases/download/${PORTVERSION}/
9
PKGNAMESUFFIX=	2
7
PKGNAMESUFFIX=	2
10
DISTNAME=	ConsoleKit2-${PORTVERSION}
11
8
12
MAINTAINER=	desktop@FreeBSD.org
9
MAINTAINER=	desktop@FreeBSD.org
13
COMMENT=	Framework for defining and tracking users
10
COMMENT=	Framework for defining and tracking users
Lines 26-34 Link Here
26
POLKIT_LIB_DEPENDS=	libpolkit-gobject-1.so:sysutils/polkit
23
POLKIT_LIB_DEPENDS=	libpolkit-gobject-1.so:sysutils/polkit
27
POLKIT_CONFIGURE_ENABLE=	polkit
24
POLKIT_CONFIGURE_ENABLE=	polkit
28
25
29
WRKSRC=		${WRKDIR}/ConsoleKit2-${PORTVERSION}
26
USE_GITHUB=	yes
30
USES=		gettext gmake gnome libtool localbase pathfix pkgconfig \
27
GH_ACCOUNT=	ConsoleKit2
31
		tar:bzip2 xorg
28
GH_PROJECT=	ConsoleKit2
29
GH_TAGNAME=	51c11c1
30
31
USES=		autoreconf gettext gmake gnome libtool localbase pathfix \
32
		pkgconfig tar:bzip2 xorg
32
USE_CSTD=	gnu99
33
USE_CSTD=	gnu99
33
USE_XORG=	x11
34
USE_XORG=	x11
34
USE_GNOME=	glib20 libxslt introspection:build
35
USE_GNOME=	glib20 libxslt introspection:build
Lines 45-51 Link Here
45
		--disable-libdrm \
46
		--disable-libdrm \
46
		--disable-libevdev \
47
		--disable-libevdev \
47
		--disable-libudev \
48
		--disable-libudev \
48
		--without-systemdsystemunitdir
49
		--without-systemdsystemunitdir \
50
		--disable-gtk-doc
49
INSTALL_TARGET=	install-strip
51
INSTALL_TARGET=	install-strip
50
52
51
post-install:
53
post-install:
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1516458395
1
TIMESTAMP = 1610903180
2
SHA256 (ConsoleKit2-1.2.1.tar.bz2) = 9af223096ece88b217bcd3fe85093390a8d1527b6492124b0e90ea7688ec934b
2
SHA256 (ConsoleKit2-ConsoleKit2-1.2.2-51c11c1_GH0.tar.gz) = 88ec6d7b5fdfbf735e054cba8168fbcdd2a3bf36ee09926779d203c65f6bd435
3
SIZE (ConsoleKit2-1.2.1.tar.bz2) = 1182946
3
SIZE (ConsoleKit2-ConsoleKit2-1.2.2-51c11c1_GH0.tar.gz) = 254801
(-)files/patch-Makefile.am (+17 lines)
Line 0 Link Here
1
--- Makefile.am.orig	2020-12-07 11:27:30 UTC
2
+++ Makefile.am
3
@@ -27,7 +27,6 @@ EXTRA_DIST = config.rpath \
4
 	NEWS			\
5
 	ChangeLog		\
6
 	m4				\
7
-	gtk-doc.make	\
8
 	$(NULL)
9
 
10
 DISTCLEANFILES =		\
11
@@ -73,5 +72,5 @@ $(srcdir)/ChangeLog:
12
 
13
 DISTCHECK_CONFIGURE_FLAGS = \
14
 	--enable-introspection \
15
-	--enable-gtk-doc \
16
+	--disable-gtk-doc \
17
 	--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
(-)files/patch-configure.ac (+10 lines)
Line 0 Link Here
1
--- configure.ac.orig	2020-12-07 11:27:30 UTC
2
+++ configure.ac
3
@@ -553,7 +553,6 @@ doc/Makefile
4
 doc/console-kit-daemon.1m
5
 doc/dbus/ConsoleKit.xml
6
 doc/dbus/Makefile
7
-doc/libconsolekit/Makefile
8
 libconsolekit/Makefile
9
 libconsolekit/libconsolekit.pc
10
 libck-connector/Makefile
(-)files/patch-doc_Makefile.am (+8 lines)
Line 0 Link Here
1
--- doc/Makefile.am.orig	2020-12-07 11:27:30 UTC
2
+++ doc/Makefile.am
3
@@ -1,4 +1,4 @@
4
-SUBDIRS = dbus libconsolekit
5
+SUBDIRS = dbus
6
 
7
 manpagedir = $(mandir)/man1
8
 manpage_DATA =            \

Return to bug 252783