Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 May 2006 05:38:32 +0100
From:      Shaun Amott <shaun@inerd.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/97017: x11-toolkits/paragui: Make fetchable
Message-ID:  <1147149512.11422@charon.picobyte.net>
Resent-Message-ID: <200605090440.k494eNut081354@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         97017
>Category:       ports
>Synopsis:       x11-toolkits/paragui: Make fetchable
>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:   Tue May 09 04:40:23 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Shaun Amott
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:

>Description:

- Fix MASTER_SITES -> make fetchable
- portlint(1)
- Take maintainership

>How-To-Repeat:

>Fix:

--- paragui.diff begins here ---
diff -urN --exclude work paragui.orig/Makefile paragui/Makefile
--- paragui.orig/Makefile	Tue Apr 25 23:20:39 2006
+++ paragui/Makefile	Tue May  9 03:09:09 2006
@@ -10,17 +10,17 @@
 PORTVERSION=	1.0.4
 PORTREVISION=	5
 CATEGORIES=	x11-toolkits
-MASTER_SITES=	${MASTER_SITE_SAVANNAH}
-MASTER_SITE_SUBDIR=	${PORTNAME}/stable.pkg/${PORTVERSION}
+MASTER_SITES=	${MASTER_SITE_SAVANNAH} \
+		http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
+MASTER_SITE_SUBDIR=	${PORTNAME}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	shaun@inerd.com
 COMMENT=	Cross-platform high-level application framework and GUI library
 
 LIB_DEPENDS=	physfs-1.0.1:${PORTSDIR}/devel/physfs \
 		expat.6:${PORTSDIR}/textproc/expat2
 
 USE_X_PREFIX=	yes
-USE_REINPLACE=	yes
 USE_AUTOTOOLS=	libtool:15
 USE_SDL=	sdl image ttf
 CONFIGURE_ENV=	CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
@@ -30,11 +30,9 @@
 SHLIB_VER=	4
 PLIST_SUB=	SHLIB_VER="${SHLIB_VER}"
 
-.include <bsd.port.pre.mk>
+ONLY_FOR_ARCHS=	i386
 
-.if ${ARCH} != "i386"
-BROKEN=		"does not build on ${ARCH}"
-.endif
+.include <bsd.port.pre.mk>
 
 post-extract:
 	@${RM} -f ${WRKSRC}/src/physfs/platform.c
diff -urN --exclude work paragui.orig/pkg-plist paragui/pkg-plist
--- paragui.orig/pkg-plist	Tue Apr 25 23:20:39 2006
+++ paragui/pkg-plist	Tue May  9 03:04:58 2006
@@ -54,7 +54,7 @@
 lib/libparagui.so.%%SHLIB_VER%%
 libdata/pkgconfig/paragui.pc
 share/aclocal/paragui.m4
-share/paragui/default.zip
-share/paragui/simple.zip
-@dirrm share/paragui
+%%DATADIR%%/default.zip
+%%DATADIR%%/simple.zip
+@dirrm %%DATADIR%%
 @dirrm include/paragui
--- paragui.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1147149512.11422>