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

(-)x11/3ddesktop/Makefile (-10 / +24 lines)
Lines 5-25 Link Here
5
# $FreeBSD: ports/x11/3ddesktop/Makefile,v 1.6 2004/04/10 17:26:51 trevor Exp $
5
# $FreeBSD: ports/x11/3ddesktop/Makefile,v 1.6 2004/04/10 17:26:51 trevor Exp $
6
#
6
#
7
7
8
PORTNAME=		3ddesktop
8
PORTNAME=	3ddesktop
9
PORTVERSION=		0.2.5
9
PORTVERSION=	0.2.7
10
PORTREVISION=		1
10
CATEGORIES=	x11
11
CATEGORIES=		x11
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	desk3d
12
MASTER_SITE_SUBDIR=	desk3d
14
13
15
MAINTAINER=		ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=		3D Virtual Desktop Switcher
15
COMMENT=	3D Virtual Desktop Switcher
17
16
18
LIB_DEPENDS=		Imlib2.2:${PORTSDIR}/graphics/imlib2
17
LIB_DEPENDS=	glut.3:${PORTSDIR}/graphics/libglut \
18
		Imlib2.2:${PORTSDIR}/graphics/imlib2
19
19
20
USE_X_PREFIX=		yes
20
USE_GL=		yes
21
GNU_CONFIGURE=		yes
22
USE_GETOPT_LONG=	yes
21
USE_GETOPT_LONG=	yes
22
USE_REINPLACE=	yes
23
GNU_CONFIGURE=	yes
24
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
25
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
26
27
PORTDOCS=	README README.windowmanagers
28
PLIST_FILES=	bin/3ddesk bin/3ddeskd etc/3ddesktop.conf \
29
		%%DATADIR%%/digits.bmp
30
PLIST_DIRS=	%%DATADIR%%
31
32
CPPFLAGS=	-I${LOCALBASE}/include -DHAVE_DECL_GETOPT ${PTHREAD_CFLAGS} 
33
LDFLAGS=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
34
35
post-patch:
36
	@${REINPLACE_CMD} -e 's|-O3||g' ${WRKSRC}/Makefile.in
23
37
24
post-install:
38
post-install:
25
.if !defined(NOPORTDOCS)
39
.if !defined(NOPORTDOCS)
(-)x11/3ddesktop/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (3ddesktop-0.2.5.tar.gz) = afecac14b6d432e757e37085d4bc8549
1
MD5 (3ddesktop-0.2.7.tar.gz) = 2b9204195101d17eaca02f0c5286ed15
2
SIZE (3ddesktop-0.2.5.tar.gz) = 162089
2
SIZE (3ddesktop-0.2.7.tar.gz) = 167984
(-)x11/3ddesktop/files/patch-3ddesk.cpp (+10 lines)
Line 0 Link Here
1
--- 3ddesk.cpp.orig	Mon May 10 01:44:54 2004
2
+++ 3ddesk.cpp	Thu Aug 26 22:59:52 2004
3
@@ -22,6 +22,7 @@
4
 #include <stdlib.h>
5
 #include <errno.h>
6
 #include <sys/types.h>
7
+#include <sys/time.h>
8
 #include <sys/ipc.h>
9
 #include <sys/msg.h>
10
 #include <string.h>
(-)x11/3ddesktop/files/patch-util.h (+11 lines)
Line 0 Link Here
1
--- util.h.orig	Mon May 10 00:57:26 2004
2
+++ util.h	Thu Aug 26 23:00:45 2004
3
@@ -21,7 +21,7 @@
4
 #ifndef _UTIL_H
5
 #define _UTIL_H
6
 #include <math.h>     // for cos
7
-#include <endian.h>
8
+#include <sys/endian.h>
9
 #include "3ddesk.h"
10
 
11
 #define MAX_FACES  30  // this is a lot
(-)x11/3ddesktop/pkg-plist (-8 lines)
Lines 1-8 Link Here
1
bin/3ddesk
2
bin/3ddeskd
3
etc/3ddesktop.conf
4
share/3ddesktop/digits.bmp
5
%%PORTDOCS%%share/doc/3ddesktop/README
6
%%PORTDOCS%%share/doc/3ddesktop/README.windowmanagers
7
%%PORTDOCS%%@dirrm share/doc/3ddesktop
8
@dirrm share/3ddesktop

Return to bug 71126