ports/162853: Update port: devel/liboop

KATO Tsuguru tkato432 at yahoo.com
Thu Nov 24 18:30:14 UTC 2011


>Number:         162853
>Category:       ports
>Synopsis:       Update port: devel/liboop
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 24 18:30:14 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES
- Support USE_TCL

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/liboop/Makefile devel/liboop/Makefile
--- /usr/ports/devel/liboop/Makefile	2011-09-24 13:26:11.000000000 +0900
+++ devel/liboop/Makefile	2011-09-27 15:54:06.000000000 +0900
@@ -8,30 +8,30 @@
 
 PORTNAME=	liboop
 PORTVERSION=	1.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GENTOO}
-MASTER_SITE_SUBDIR=	distfiles
+MASTER_SITES=	GENTOO/distfiles \
+		http://download.ofb.net/liboop/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A low-level event loop management library for POSIX-based OS
 
 LIB_DEPENDS=	adns.1:${PORTSDIR}/dns/adns \
-		tcl84.1:${PORTSDIR}/lang/tcl84 \
 		wwwcore.1:${PORTSDIR}/www/libwww
 
-USE_AUTOTOOLS=	libtool
 USE_BZIP2=	yes
 USE_GNOME=	glib12 glib20 gnomehack
-GNU_CONFIGURE=	yes
+USE_TCL_BUILD=	yes
+USE_TCL=	yes
+USE_AUTOTOOLS=	libtool
 CONFIGURE_ARGS=	--with-libwww
 USE_LDCONFIG=	yes
-MAKE_JOBS_UNSAFE=	yes
+MAKE_JOBS_UNSAFE=yes
 
-CPPFLAGS+=	-I${LOCALBASE}/include/tcl8.4 -I${LOCALBASE}/include
+CPPFLAGS+=	-I${TCL_INCLUDEDIR} -I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|8\.4|84|g' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's|8\.4|${TCL_VER:S/.//}|g' ${WRKSRC}/configure
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list