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

(-)Makefile (-4 / +39 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	compiz
8
PORTNAME=	compiz
9
PORTVERSION=	0.5.0
9
PORTVERSION=	0.5.2
10
#PORTREVISION=	1
10
#PORTREVISION=	1
11
CATEGORIES=	x11-wm
11
CATEGORIES=	x11-wm
12
12
Lines 19-31 Link Here
19
19
20
XORG_CAT=	app
20
XORG_CAT=	app
21
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
22
USE_BZIP2=	yes
22
#USE_BZIP2=	yes
23
USE_TGZ=	yes
24
USE_GMAKE=	yes
23
USE_GETTEXT=	yes
25
USE_GETTEXT=	yes
24
USE_GL=		glu
26
USE_GL=		glu
25
USE_GNOME=	gnomehack gnomeprefix gconf2
27
USE_GNOME=	gnomehack gconf2
26
USE_XORG=	xcomposite xfixes xdamage xrandr xrender ice sm xinerama glproto
28
USE_XORG=	xcomposite xfixes xdamage xrandr xrender ice sm xinerama glproto
27
USE_LDCONFIG=	yes
29
USE_LDCONFIG=	yes
28
GCONF_SCHEMAS=	compiz.schemas gwd.schemas
30
USE_AUTOTOOLS=	libtool:15
31
32
GCONF_SCHEMAS=	gwd.schemas \
33
		compiz-annotate.schemas \
34
		compiz-blur.schemas \
35
		compiz-clone.schemas \
36
		compiz-core.schemas \
37
		compiz-cube.schemas \
38
		compiz-dbus.schemas \
39
		compiz-decoration.schemas \
40
		compiz-fade.schemas \
41
		compiz-fs.schemas \
42
		compiz-gconf.schemas \
43
		compiz-glib.schemas \
44
		compiz-ini.schemas \
45
		compiz-inotify.schemas \
46
		compiz-minimize.schemas \
47
		compiz-move.schemas \
48
		compiz-place.schemas \
49
		compiz-plane.schemas \
50
		compiz-png.schemas \
51
		compiz-regex.schemas \
52
		compiz-resize.schemas \
53
		compiz-rotate.schemas \
54
		compiz-scale.schemas \
55
		compiz-screenshot.schemas \
56
		compiz-svg.schemas \
57
		compiz-switcher.schemas \
58
		compiz-video.schemas \
59
		compiz-water.schemas \
60
		compiz-wobbly.schemas \
61
		compiz-zoom.schemas
62
63
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
29
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
64
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
30
		LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}"
65
		LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}"
31
66
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (xorg/app/compiz-0.5.0.tar.bz2) = 7a35a9f52155b945aa195f826d3d607a
1
MD5 (xorg/app/compiz-0.5.2.tar.gz) = 7a38a921359573fb57d53e057f481f08
2
SHA256 (xorg/app/compiz-0.5.0.tar.bz2) = 4191745d86bec37de4cdc79bf0031afde1d28079eac2e3fc29aed18cd7a2a4e6
2
SHA256 (xorg/app/compiz-0.5.2.tar.gz) = e1cc3f3bd144d32d0ebd1e505a7ea7727fb0246f36e5fcea53b808e27adf197c
3
SIZE (xorg/app/compiz-0.5.0.tar.bz2) = 926090
3
SIZE (xorg/app/compiz-0.5.2.tar.gz) = 1778046
(-)pkg-plist (-4 / +42 lines)
Lines 2-8 Link Here
2
bin/compiz
2
bin/compiz
3
%%GTK%%bin/gtk-window-decorator
3
%%GTK%%bin/gtk-window-decorator
4
include/compiz/compiz.h
4
include/compiz/compiz.h
5
include/compiz/cube.h
5
include/compiz/decoration.h
6
include/compiz/decoration.h
7
include/compiz/scale.h
6
lib/libdecoration.so.0
8
lib/libdecoration.so.0
7
lib/libdecoration.so
9
lib/libdecoration.so
8
lib/libdecoration.la
10
lib/libdecoration.la
Lines 10-15 Link Here
10
lib/compiz/libgconf.so
12
lib/compiz/libgconf.so
11
lib/compiz/libgconf.la
13
lib/compiz/libgconf.la
12
lib/compiz/libgconf.a
14
lib/compiz/libgconf.a
15
lib/compiz/libglib.so
16
lib/compiz/libglib.la
17
lib/compiz/libglib.a
13
lib/compiz/libdecoration.so
18
lib/compiz/libdecoration.so
14
lib/compiz/libdecoration.la
19
lib/compiz/libdecoration.la
15
lib/compiz/libdecoration.a
20
lib/compiz/libdecoration.a
Lines 85-94 Link Here
85
lib/compiz/libannotate.so
90
lib/compiz/libannotate.so
86
lib/compiz/libannotate.la
91
lib/compiz/libannotate.la
87
lib/compiz/libannotate.a
92
lib/compiz/libannotate.a
88
libdata/pkgconfig/libdecoration.pc
89
libdata/pkgconfig/compiz.pc
93
libdata/pkgconfig/compiz.pc
90
share/gnome/compiz/icon.png
94
libdata/pkgconfig/compiz-cube.pc
91
share/gnome/compiz/freedesktop.png
95
libdata/pkgconfig/compiz-scale.pc
96
libdata/pkgconfig/compiz-gconf.pc
97
libdata/pkgconfig/libdecoration.pc
98
%%DATADIR%%/icon.png
99
%%DATADIR%%/freedesktop.png
100
%%DATADIR%%/core.xml
101
%%DATADIR%%/annotate.xml
102
%%DATADIR%%/blur.xml
103
%%DATADIR%%/clone.xml
104
%%DATADIR%%/cube.xml
105
%%DATADIR%%/dbus.xml
106
%%DATADIR%%/decoration.xml
107
%%DATADIR%%/fade.xml
108
%%DATADIR%%/fs.xml
109
%%DATADIR%%/gconf.xml
110
%%DATADIR%%/glib.xml
111
%%DATADIR%%/ini.xml
112
%%DATADIR%%/inotify.xml
113
%%DATADIR%%/minimize.xml
114
%%DATADIR%%/move.xml
115
%%DATADIR%%/place.xml
116
%%DATADIR%%/plane.xml
117
%%DATADIR%%/png.xml
118
%%DATADIR%%/regex.xml
119
%%DATADIR%%/resize.xml
120
%%DATADIR%%/rotate.xml
121
%%DATADIR%%/scale.xml
122
%%DATADIR%%/screenshot.xml
123
%%DATADIR%%/svg.xml
124
%%DATADIR%%/switcher.xml
125
%%DATADIR%%/video.xml
126
%%DATADIR%%/water.xml
127
%%DATADIR%%/wobbly.xml
128
%%DATADIR%%/zoom.xml
129
%%DATADIR%%/schemas.xslt
92
%%GNOME%%@cwd %%WINDOWSETTINGSDATADIR%%
130
%%GNOME%%@cwd %%WINDOWSETTINGSDATADIR%%
93
%%GNOME%%share/gnome/wm-properties/compiz.desktop
131
%%GNOME%%share/gnome/wm-properties/compiz.desktop
94
%%GNOME%%@cwd %%WINDOWSETTINGSLIBDIR%%
132
%%GNOME%%@cwd %%WINDOWSETTINGSLIBDIR%%
Lines 161-166 Link Here
161
@dirrmtry share/locale/xh
199
@dirrmtry share/locale/xh
162
@dirrmtry share/locale/zu/LC_MESSAGES
200
@dirrmtry share/locale/zu/LC_MESSAGES
163
@dirrmtry share/locale/zu
201
@dirrmtry share/locale/zu
164
@dirrmtry share/gnome/compiz
202
@dirrmtry %%DATADIR%%
165
@dirrmtry lib/compiz
203
@dirrmtry lib/compiz
166
@dirrmtry include/compiz
204
@dirrmtry include/compiz

Return to bug 115703