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

(-)x11/xnee/Makefile (-6 / +11 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	xnee
8
PORTNAME=	xnee
9
PORTVERSION=	2.03
9
PORTVERSION=	2.05
10
CATEGORIES=	x11
10
CATEGORIES=	x11
11
MASTER_SITES=	${MASTER_SITE_GNU}
11
MASTER_SITES=	${MASTER_SITE_GNU}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 15-29 Link Here
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	X events recorder and player
16
COMMENT=	X events recorder and player
17
17
18
BUILD_DEPENDS=	${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo
19
18
USE_X_PREFIX=	yes
20
USE_X_PREFIX=	yes
19
WANT_GNOME=	yes
21
WANT_GNOME=	yes
20
USE_GNOME=	gnomehack gnometarget
22
USE_GNOME=	gnomehack gnometarget
23
USE_GMAKE=	yes
21
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
22
CONFIGURE_ARGS=	--disable-doc
25
CONFIGURE_ARGS=	--mandir=${PREFIX}/man --enable-cli --disable-doc
23
26
27
MAN1=		cnee.1
24
INFO=		xnee
28
INFO=		xnee
25
PLIST_FILES=	bin/cnee \
29
PLIST_FILES=	bin/cnee \
26
		lib/libxnee.a \
27
		share/Xnee/example1.xns \
30
		share/Xnee/example1.xns \
28
		share/Xnee/simple_bash.sh \
31
		share/Xnee/simple_bash.sh \
29
		share/Xnee/xnee.sh
32
		share/Xnee/xnee.sh
Lines 40-50 Link Here
40
.endif
43
.endif
41
44
42
post-patch:
45
post-patch:
43
	@${REINPLACE_CMD} -e 's|^#!/bin|!#!${LOCALBASE}/bin|g' \
46
	@${REINPLACE_CMD} -e \
44
		${WRKSRC}/examples/simple_bash.sh
47
		's|make man|$$(MAKE) man|g' ${WRKSRC}/cnee/Makefile.in
48
49
post-build:
50
	cd ${WRKSRC}/doc && ${LOCALBASE}/bin/makeinfo --no-split xnee.texi
45
51
46
post-install:
52
post-install:
47
	cd ${WRKSRC}/doc && makeinfo --no-split xnee.texi
48
	${INSTALL_DATA} ${WRKSRC}/doc/xnee.info ${PREFIX}/${INFO_PATH}
53
	${INSTALL_DATA} ${WRKSRC}/doc/xnee.info ${PREFIX}/${INFO_PATH}
49
54
50
.include <bsd.port.post.mk>
55
.include <bsd.port.post.mk>
(-)x11/xnee/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (Xnee-2.03.tar.gz) = 8bab29246610d556a9a9429a270ba3b1
1
MD5 (Xnee-2.05.tar.gz) = cffd6240d1b362ba2b805d115f362020
2
SHA256 (Xnee-2.03.tar.gz) = c20373aa214400818b7bd56786ed3b787a0ae75979023d7c771e38346acb0a62
2
SHA256 (Xnee-2.05.tar.gz) = 4e4a0a49bd5c5f0d89339ce360bfeb062b4302b61671c755993b4f80bbdd241f
3
SIZE (Xnee-2.03.tar.gz) = 511284
3
SIZE (Xnee-2.05.tar.gz) = 598222
(-)x11/xnee/files/patch-gnee__src__callbacks.c (-12 lines)
Lines 1-12 Link Here
1
--- gnee/src/callbacks.c.orig	Thu Dec  8 08:43:13 2005
2
+++ gnee/src/callbacks.c	Wed Dec 21 23:02:55 2005
3
@@ -467,8 +467,8 @@
4
 {
5
   GtkWidget          *about_box;
6
   GtkWidget          *about_label_1;
7
-  GNEE_DEBUG(("on_about1_activate\n"));
8
   char buf[256];
9
+  GNEE_DEBUG(("on_about1_activate\n"));
10
 
11
   about_box      = lookup_widget(GTK_WIDGET(user_data),
12
 				 "about_window");

Return to bug 99049