Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2013 21:15:25 +0200
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        jpaetzel@FreeBSD.org
Subject:   ports/179894: [MAINTAINER] graphics/radius-engine: Shorten header, add pathfix
Message-ID:  <20130623191534.DEE721A6@hub.freebsd.org>
Resent-Message-ID: <201306231920.r5NJK0S0049003@freefall.freebsd.org>

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

>Number:         179894
>Category:       ports
>Synopsis:       [MAINTAINER] graphics/radius-engine: Shorten header, add pathfix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 23 19:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.1-RELEASE-p8 amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p8 FreeBSD 9.1-RELEASE-p8 #0: Tue Jun 18 15:25:28 UTC 2013
>Description:

- Shorten header
- Add new Uses for pathfix

Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
>How-To-Repeat:

Build log

https://redports.org/buildarchive/20130623185900-27883/

>Fix:

--- radius-engine-1.1.patch begins here ---
diff -ruN /usr/ports/graphics/radius-engine/Makefile ./Makefile
--- /usr/ports/graphics/radius-engine/Makefile	2013-06-02 18:53:20.000000000 +0200
+++ ./Makefile	2013-06-23 20:55:24.000000000 +0200
@@ -1,9 +1,5 @@
-# New Ports collection makefile for:	Radius Engine
-# Date created:		2012-05-17
-# Whom:			nemysis@gmx.ch
-#
+# Created by: nemysis <nemysis@gmx.ch>
 # $FreeBSD: head/graphics/radius-engine/Makefile 300896 2012-07-14 13:54:48Z beat $
-#
 
 PORTNAME=	radius-engine
 PORTVERSION=	1.1
@@ -19,11 +15,12 @@
 		png15:${PORTSDIR}/graphics/png \
 		physfs.1:${PORTSDIR}/devel/physfs
 
+USES=		pathfix
+USE_SDL=	sdl sound
+USE_GL=		glu
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
 CFLAGS+=	-I${LOCALBASE}/include
-USE_SDL=	sdl sound
-USE_GL=		glu
 MAKE_JOBS_SAFE=	yes
 
 PLIST_FILES=	include/radius.h \
@@ -34,6 +31,5 @@
 post-patch:
 	@${REINPLACE_CMD} -e 's|lua5.1|lua-5.1|g' \
 		${WRKSRC}/acinclude.m4 ${WRKSRC}/configure
-	@${REINPLACE_CMD} -e 's|(pkgconfigdir)|{PREFIX}/libdata/pkgconfig|g' ${WRKSRC}/Makefile.in
 
 .include <bsd.port.mk>
--- radius-engine-1.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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