ports/97017: x11-toolkits/paragui: Make fetchable

Shaun Amott shaun at inerd.com
Tue May 9 04:40:24 UTC 2006


>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 at FreeBSD.org
+MAINTAINER=	shaun at 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
- at dirrm share/paragui
+%%DATADIR%%/default.zip
+%%DATADIR%%/simple.zip
+ at dirrm %%DATADIR%%
 @dirrm include/paragui
--- paragui.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list