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

(-)compiz/Makefile (-3 / +2 lines)
Lines 1-12 Link Here
1
# $FreeBSD: head/x11-wm/compiz/Makefile 352745 2014-05-01 11:08:29Z bar $
1
# $FreeBSD: head/x11-wm/compiz/Makefile 352745 2014-05-01 11:08:29Z bar $
2
2
3
PORTNAME=	compiz
3
PORTNAME=	compiz
4
PORTVERSION=	0.8.4
4
PORTVERSION=	0.8.8
5
PORTREVISION=	12
6
CATEGORIES=	x11-wm
5
CATEGORIES=	x11-wm
7
MASTER_SITES=	http://releases.compiz.org/${PORTVERSION}/
6
MASTER_SITES=	http://releases.compiz.org/${PORTVERSION}/
8
7
9
MAINTAINER=	ports@FreeBSD.org
8
MAINTAINER=	freebsd-ports@dan.me.uk
10
COMMENT=	Compiz Composite/Window Manager
9
COMMENT=	Compiz Composite/Window Manager
11
10
12
LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png \
11
LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png \
(-)compiz/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xorg/app/compiz-0.8.4.tar.bz2) = b02bf0d2ad3ddf5dbf82ff3eb3174f3f9336bde1c5dffd44cfc007fb7e2fe924
1
SHA256 (xorg/app/compiz-0.8.8.tar.bz2) = 3ba555b0d6d536850a227d37d6ebc5cd5b15ee5bad83d7956529a27b870977e3
2
SIZE (xorg/app/compiz-0.8.4.tar.bz2) = 1131583
2
SIZE (xorg/app/compiz-0.8.8.tar.bz2) = 1123892
(-)compiz/files/patch-src-Makefile.in (+11 lines)
Line 0 Link Here
1
--- src/Makefile.in.orig	2014-06-02 19:14:25.669435783 +0100
2
+++ src/Makefile.in	2014-06-02 19:14:34.064435780 +0100
3
@@ -292,7 +292,7 @@
4
 	-DIMAGEDIR=\"$(imagedir)\"   \
5
 	-DMETADATADIR=\"$(metadatadir)\"
6
 
7
-compiz_LDADD = @COMPIZ_LIBS@ @GL_LIBS@ -lm -ldl
8
+compiz_LDADD = @COMPIZ_LIBS@ @GL_LIBS@ -lm
9
 compiz_LDFLAGS = -export-dynamic -pthread
10
 compiz_SOURCES = \
11
 	main.c	   \

Return to bug 190534