ports/160098: Update port: emulators/gbe

KATO Tsuguru tkato432 at yahoo.com
Wed Aug 24 18:50:21 UTC 2011


>Number:         160098
>Category:       ports
>Synopsis:       Update port: emulators/gbe
>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:   Wed Aug 24 18:50:20 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/emulators/gbe/Makefile emulators/gbe/Makefile
--- /usr/ports/emulators/gbe/Makefile	2011-08-02 22:32:47.000000000 +0900
+++ emulators/gbe/Makefile	2011-08-23 04:00:50.000000000 +0900
@@ -9,20 +9,21 @@
 PORTVERSION=	0.0.22
 PORTREVISION=	3
 CATEGORIES=	emulators
-MASTER_SITES=	http://www.zophar.net/unix/Files/
+MASTER_SITES=	http://www.zophar.net/fileuploads/1/468dreaj/ \
+		ftp://ftp.canadatux.org/videogames/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Nintendo GameBoy(tm) emulator with GNU source code
 
-BROKEN=	does not fech: 302 redirect
-
-PLIST_FILES=	bin/gbe
-
 WRKSRC=		${WRKDIR}/${PORTNAME}
-CPPFLAGS+=	-I${LOCALBASE}/include
-MAKE_ENV=	LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
 
 USE_XORG=	x11
+MAKE_ENV=	LDFLAGS="${LDFLAGS}"
+
+PLIST_FILES=	bin/gbe
+
+CPPFLAGS=	-I${LOCALBASE}/include
+LDFLAGS=	-L${LOCALBASE}/lib
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/gbe ${PREFIX}/bin
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list