View | Details | Raw Unified | Return to bug 202542 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	tint2
3
PORTNAME=	tint2
4
PORTVERSION=	0.12.1
4
PORTVERSION=	0.12.2
5
CATEGORIES=	x11
5
CATEGORIES=	x11
6
MASTER_SITES=	http://leigh123linux.fedorapeople.org/pub/${PORTNAME}/source/
6
MASTER_SITES=	http://leigh123linux.fedorapeople.org/pub/${PORTNAME}/source/
7
7
Lines 18-24 Link Here
18
USE_GNOME=	glib20 librsvg2 pango
18
USE_GNOME=	glib20 librsvg2 pango
19
USE_XORG=	x11 xcomposite xdamage xinerama xrandr xrender
19
USE_XORG=	x11 xcomposite xdamage xinerama xrandr xrender
20
20
21
CMAKE_ARGS=	-DMANDIR:PATH=man
21
CMAKE_ARGS=	-DMANDIR:PATH=man -DSYSCONFDIR:PATH=etc
22
22
23
OPTIONS_DEFINE=	EXAMPLES
23
OPTIONS_DEFINE=	EXAMPLES
24
EXAMPLES_CMAKE_ON=	-DENABLE_EXAMPLES:BOOL=ON
24
EXAMPLES_CMAKE_ON=	-DENABLE_EXAMPLES:BOOL=ON
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (tint2-0.12.1.tar.gz) = 5731394b812215f56441146d2a50dcf063efda0a19ccf51b3599ddbe07b14559
1
SHA256 (tint2-0.12.2.tar.gz) = 3d5a0d37e4384affd2669bab4d38661772b8cd8b86a815b4cec111cb543e0eda
2
SIZE (tint2-0.12.1.tar.gz) = 230228
2
SIZE (tint2-0.12.2.tar.gz) = 230439
(-)files/patch-CMakeLists.txt (-11 lines)
Lines 1-11 Link Here
1
--- CMakeLists.txt.orig	2015-08-04 09:22:00 UTC
2
+++ CMakeLists.txt
3
@@ -114,7 +114,7 @@ endif()
4
 
5
 set( MANDIR share/man CACHE PATH "Directory for man pages" )
6
 set( DATADIR share CACHE PATH "Directory for shared data" )
7
-set( SYSCONFDIR /etc CACHE PATH "Directory for configuration files" )
8
+set( SYSCONFDIR etc CACHE PATH "Directory for configuration files" )
9
 set( DOCDIR share/doc/tint2 CACHE PATH "Directory for documentation files" )
10
 
11
 add_custom_target( version ALL "${PROJECT_SOURCE_DIR}/get_version.sh" "\"${PROJECT_SOURCE_DIR}\"" )

Return to bug 202542