Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Mar 2011 03:05:55 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/155863: Update port: graphics/xmountains to 2.9
Message-ID:  <20110323030555.7ff2c648.tkato432@yahoo.com>
Resent-Message-ID: <201103221830.p2MIU4lC045227@freefall.freebsd.org>

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

>Number:         155863
>Category:       ports
>Synopsis:       Update port: graphics/xmountains to 2.9
>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 Mar 22 18:30:04 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.3-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 2.9

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/xmountains/Makefile graphics/xmountains/Makefile
--- /usr/ports/graphics/xmountains/Makefile	2009-09-17 02:23:27.000000000 +0900
+++ graphics/xmountains/Makefile	2011-03-14 03:25:23.000000000 +0900
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xmountains
-PORTVERSION=	2.8
+PORTVERSION=	2.9
 CATEGORIES=	graphics
 MASTER_SITES=	http://www2.epcc.ed.ac.uk/~spb/xmountains/
 DISTNAME=	${PORTNAME}_${PORTVERSION}
@@ -17,10 +17,6 @@
 NO_WRKSUBDIR=	yes
 
 USE_XORG=	xbitmaps x11
-MAKEFILE=	Makefile.alt
-ALL_TARGET=	${PORTNAME}
-MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
 
 MAN6=		${PORTNAME}.6
 PLIST_FILES=	bin/${PORTNAME}
@@ -28,6 +24,10 @@
 post-extract:
 	@${LN} -sf ${PORTNAME}.man ${WRKSRC}/${PORTNAME}.6
 
+do-build:
+	cd ${BUILD_WRKSRC} && ${CC} ${CFLAGS} -I${LOCALBASE}/include *.c \
+		-o ${PORTNAME} -L${LOCALBASE}/lib -lX11 -lm
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${MAN6PREFIX}/man/man6
diff -urN /usr/ports/graphics/xmountains/distinfo graphics/xmountains/distinfo
--- /usr/ports/graphics/xmountains/distinfo	2009-09-17 02:23:27.000000000 +0900
+++ graphics/xmountains/distinfo	2011-03-14 03:11:23.000000000 +0900
@@ -1,3 +1,2 @@
-MD5 (xmountains_2.8.tar.gz) = e5d55515315227f7849f62e449601fb8
-SHA256 (xmountains_2.8.tar.gz) = 2c9e49ea6802dcb6c8b47415d3a454363218baa6c0636ccc25c996222c138725
-SIZE (xmountains_2.8.tar.gz) = 27985
+SHA256 (xmountains_2.9.tar.gz) = 3830f48ab46d770f0ce1c5e8fd1861e28fa1b8373aa82fac66a563f017aaee89
+SIZE (xmountains_2.9.tar.gz) = 27951
>Release-Note:
>Audit-Trail:
>Unformatted:



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