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

(-)deskutils/genius/Makefile (-3 / +4 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	genius
8
PORTNAME=	genius
9
PORTVERSION=	0.5.7
9
PORTVERSION=	0.5.7.1
10
CATEGORIES=	deskutils gnome
10
CATEGORIES=	deskutils gnome
11
MASTER_SITES=	http://ftp.5z.com/pub/genius/
11
MASTER_SITES=	http://ftp.5z.com/pub/genius/
12
12
Lines 17-23 Link Here
17
17
18
USE_PERL5_BUILD=	yes
18
USE_PERL5_BUILD=	yes
19
USE_X_PREFIX=	yes
19
USE_X_PREFIX=	yes
20
USE_GNOME=	gnomehack gnomeprefix gnometarget gtksourceview libgnomeui vte
20
USE_GNOME=	gnomehack gnomeprefix gnometarget gtksourceview libgnomeui \
21
		lthack vte
21
USE_LIBTOOL=	yes
22
USE_LIBTOOL=	yes
22
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
23
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
23
		LDFLAGS="-L${LOCALBASE}/lib"
24
		LDFLAGS="-L${LOCALBASE}/lib"
Lines 25-31 Link Here
25
.include <bsd.port.pre.mk>
26
.include <bsd.port.pre.mk>
26
27
27
.if ${OSVERSION} < 500018
28
.if ${OSVERSION} < 500018
28
BROKEN=		"Requires readline 4.2 or newer"
29
IGNORE=		"Requires readline 4.2 or newer"
29
.endif
30
.endif
30
31
31
.include <bsd.port.post.mk>
32
.include <bsd.port.post.mk>
(-)deskutils/genius/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (genius-0.5.7.tar.gz) = 99b9ddd926eeb921e5dafa10be71d351
1
MD5 (genius-0.5.7.1.tar.gz) = 7cf56c233f07299a6dfb591682e4642c
(-)deskutils/genius/files/patch-configure (-10 lines)
Lines 1-10 Link Here
1
--- configure.orig	Fri Oct 17 02:09:41 2003
2
+++ configure	Fri Oct 17 11:52:59 2003
3
@@ -18425,6 +18425,7 @@
4
 
5
 # This can be used to rebuild libtool when needed
6
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
7
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
8
 
9
 # Always use our own libtool.
10
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'

Return to bug 61777