ports/155823: Update port: emulators/hatari to 1.4.0

KATO Tsuguru tkato432 at yahoo.com
Tue Mar 22 18:20:13 UTC 2011


>Number:         155823
>Category:       ports
>Synopsis:       Update port: emulators/hatari to 1.4.0
>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:20:13 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.3-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 1.4.0

Remove file:
files/patch-Makefile
files/patch-Makefile.cnf.in
files/patch-tools_hmsa_Makefile

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/emulators/hatari/Makefile emulators/hatari/Makefile
--- /usr/ports/emulators/hatari/Makefile	2010-03-28 17:36:17.000000000 +0900
+++ emulators/hatari/Makefile	2010-10-12 03:55:11.000000000 +0900
@@ -6,42 +6,54 @@
 #
 
 PORTNAME=	hatari
-PORTVERSION=	1.3.1
-PORTREVISION=	1
+PORTVERSION=	1.4.0
 CATEGORIES=	emulators
 MASTER_SITES=	BERLIOS
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	An Atari ST emulator
 
+BUILD_DEPENDS=	portaudio>=19:${PORTSDIR}/audio/portaudio2
 LIB_DEPENDS=	png.6:${PORTSDIR}/graphics/png
+RUN_DEPENDS=	portaudio>=19:${PORTSDIR}/audio/portaudio2
 
 USE_BZIP2=	yes
+USE_GNOME=	pygtk2
 USE_SDL=	sdl
-USE_GMAKE=	yes
-GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+USE_CMAKE=	yes
+CMAKE_ARGS=	-DPORTAUDIO_INCLUDE_DIR:STRING="${PA2_INCLUDE_DIR}" \
+		-DPORTAUDIO_LIBRARY:STRING="${PA2_LIBRARY}" \
+		-DCMAKE_C_FLAGS_RELEASE:STRING="-DNDEBUG"
 
+MANCOMPRESSED=	yes
 MANLANG=	"" fr
 MAN1=		${PORTNAME}.1
+MAN1_EN=	${PORTNAME}ui.1
 
-CPPFLAGS=	`libpng-config --I_opts`
-LDFLAGS=	`libpng-config --L_opts`
+CFLAGS+=	-I${LOCALBASE}/include/portaudio2
+PA2_INCLUDE_DIR=-I${LOCALBASE}/include/portaudio2
+PA2_LIBRARY=	${LOCALBASE}/lib/portaudio2/libportaudio.so
+
+post-extract:
+	@cd ${WRKSRC}/doc && ${GZIP_CMD} -c ${PORTNAME}.1 > ${PORTNAME}.1.gz
+	@cd ${WRKSRC}/doc/fr && ${GZIP_CMD} -c ${PORTNAME}.1 > ${PORTNAME}.1.gz
 
 post-patch:
-	@${REINPLACE_CMD} -e '/if test/s|==|=|g' ${WRKSRC}/configure
-	@${REINPLACE_CMD} -e '/^ICONPATH/s|/icons/.*$$|/pixmaps|' \
-		${WRKSRC}/python-ui/Makefile
+	@${REINPLACE_CMD} -e '/CONFDIR/s|"/etc|"${PREFIX}/etc| ; \
+		 /MANDIR/s|share/man|man| ; \
+		 /doc/s|^add_|#add_|' ${WRKSRC}/CMakeLists.txt
+	@${REINPLACE_CMD} -e '/DESTINATION/s|/icons/.*)|/pixmaps)|' \
+		${WRKSRC}/python-ui/CMakeLists.txt
 
 post-install:
-	${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${MANPREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1.gz ${MANPREFIX}/man/man1
 	@${MKDIR} ${MANPREFIX}/man/fr/man1
-	${INSTALL_MAN} ${WRKSRC}/doc/fr/${PORTNAME}.1 ${MANPREFIX}/man/fr/man1
+	${INSTALL_MAN} ${WRKSRC}/doc/fr/${PORTNAME}.1.gz ${MANPREFIX}/man/fr/man1
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/[a-z]*.txt ${DOCSDIR}
 	@${MKDIR} ${DOCSDIR}/fr
 	${INSTALL_DATA} ${WRKSRC}/doc/fr/*.txt ${DOCSDIR}/fr
 	@${MKDIR} ${DOCSDIR}/images
diff -urN /usr/ports/emulators/hatari/distinfo emulators/hatari/distinfo
--- /usr/ports/emulators/hatari/distinfo	2009-11-20 18:05:39.000000000 +0900
+++ emulators/hatari/distinfo	2011-03-20 02:54:03.000000000 +0900
@@ -1,3 +1,2 @@
-MD5 (hatari-1.3.1.tar.bz2) = 112b544ec4affb7c04e931088e62a115
-SHA256 (hatari-1.3.1.tar.bz2) = ebae927ad99a029f8cd8796463df2113357a7636c2199e00290ad4a35856e0da
-SIZE (hatari-1.3.1.tar.bz2) = 1045627
+SHA256 (hatari-1.4.0.tar.bz2) = 690e21bd2210a7e86af5d76ccc7f4e608aae37df466d2ead2ac4d105a637bc7b
+SIZE (hatari-1.4.0.tar.bz2) = 1260844
diff -urN /usr/ports/emulators/hatari/files/patch-Makefile emulators/hatari/files/patch-Makefile
--- /usr/ports/emulators/hatari/files/patch-Makefile	2009-11-09 02:06:56.000000000 +0900
+++ emulators/hatari/files/patch-Makefile	1970-01-01 09:00:00.000000000 +0900
@@ -1,45 +0,0 @@
---- Makefile.orig	2009-01-24 12:12:44.000000000 -0200
-+++ Makefile	2009-11-06 21:26:15.000000000 -0200
-@@ -31,9 +31,6 @@
- 		cp -v config-default.h config.h; \
- 	fi
- 
--hatari.1.gz: doc/hatari.1
--	gzip -9 -c doc/hatari.1 > $@
--
- 
- clean:
- 	$(MAKE) -C src/ clean
-@@ -43,14 +40,12 @@
- 	$(MAKE) -C src/ distclean
- 	$(MAKE) -C tools/hmsa/ distclean
- 	$(RM) config.cache config.log Makefile.cnf config.h
--	$(RM) hatari.1.gz
--
- 
- # Use "make depend" to generate file dependencies:
- depend:
- 	$(MAKE) -C src/ depend
- 
--install: all hatari.1.gz
-+install: all
- 	@if [ "x$(INSTALL)" = "x" ]; then \
- 		echo; \
- 		echo "*** Hatari was not configured for installation. ***"; \
-@@ -58,9 +53,6 @@
- 	fi
- 	$(INSTALL) -d $(DESTDIR)$(BINDIR)
- 	$(INSTALL) -d $(DESTDIR)$(DATADIR)
--	$(INSTALL) -d $(DESTDIR)$(MANDIR)
--	$(INSTALL) -d $(DESTDIR)$(DOCDIR)
--	$(INSTALL) -d $(DESTDIR)$(DOCDIR)/images
- 	$(INSTALL_PROGRAM) src/hatari $(DESTDIR)$(BINDIR)/hatari
- 	$(INSTALL_PROGRAM) tools/hmsa/hmsa $(DESTDIR)$(BINDIR)/hmsa
- 	$(INSTALL_SCRIPT) tools/zip2st.sh $(DESTDIR)$(BINDIR)/zip2st
-@@ -68,6 +60,3 @@
- 	if test -f src/tos.img -a \! -f $(DESTDIR)$(DATADIR)/tos.img ; then \
- 	  $(INSTALL_DATA) src/tos.img $(DESTDIR)$(DATADIR)/tos.img ; \
- 	fi
--	$(INSTALL_DATA) hatari.1.gz $(DESTDIR)$(MANDIR)/
--	$(INSTALL_DATA) doc/*.txt doc/*.html $(DESTDIR)$(DOCDIR)/
--	$(INSTALL_DATA) doc/images/*.png $(DESTDIR)$(DOCDIR)/images/
diff -urN /usr/ports/emulators/hatari/files/patch-Makefile.cnf.in emulators/hatari/files/patch-Makefile.cnf.in
--- /usr/ports/emulators/hatari/files/patch-Makefile.cnf.in	2010-05-19 06:44:36.000000000 +0900
+++ emulators/hatari/files/patch-Makefile.cnf.in	1970-01-01 09:00:00.000000000 +0900
@@ -1,22 +0,0 @@
-# This patch prevents shadowing of hatari's header
-# files by files in directories mentioned in X_CFLAGS.
---- Makefile.cnf.in	Sun Nov 22 01:43:31 2009 +0100
-+++ Makefile.cnf.in	Sun Nov 22 01:58:24 2009 +0100
-@@ -5,7 +5,7 @@
- CC = @CC@
- 
- # Set flags passed to the compiler (e.g. optimization flags)
--CFLAGS = @CFLAGS@ @X_CFLAGS@
-+CFLAGS = @CFLAGS@
- 
- # Set flags passed to the preprocessor (e.g. -I<include dir>)
- CPPFLAGS = @CPPFLAGS@
-@@ -30,7 +30,7 @@
- 
- 
- # SDL-Library configuration (compiler flags and linker options)
--SDL_CFLAGS = @SDL_CFLAGS@
-+SDL_CFLAGS = @X_CFLAGS@ @SDL_CFLAGS@
- SDL_LIBS = @SDL_LIBS@
- 
- 
diff -urN /usr/ports/emulators/hatari/files/patch-tools_hmsa_Makefile emulators/hatari/files/patch-tools_hmsa_Makefile
--- /usr/ports/emulators/hatari/files/patch-tools_hmsa_Makefile	2010-05-19 06:44:36.000000000 +0900
+++ emulators/hatari/files/patch-tools_hmsa_Makefile	1970-01-01 09:00:00.000000000 +0900
@@ -1,13 +0,0 @@
-# This patch prevents shadowing of hatari's header
-# files by files in directories mentioned in X_CFLAGS.
---- tools/hmsa/Makefile	Sun Nov 22 01:43:31 2009 +0100
-+++ tools/hmsa/Makefile	Sun Nov 22 01:59:13 2009 +0100
-@@ -8,7 +8,7 @@
- OBJS = $(HMSA_OBJS) $(HATARI_OBJS:%.o=../../src/%.o)
- 
- # Additional include directories:
--CPPFLAGS += $(SDL_CFLAGS) -I../.. -I../../src/includes -I../../src/uae-cpu
-+CPPFLAGS += -I../.. -I../../src/includes -I../../src/uae-cpu $(SDL_CFLAGS)
- 
- all: hmsa
- 
diff -urN /usr/ports/emulators/hatari/pkg-plist emulators/hatari/pkg-plist
--- /usr/ports/emulators/hatari/pkg-plist	2009-11-20 18:05:39.000000000 +0900
+++ emulators/hatari/pkg-plist	2010-10-05 21:52:13.000000000 +0900
@@ -1,8 +1,9 @@
+bin/atari-hd-image.sh
 bin/hatari
 bin/hatari-console.py
 bin/hatariui
 bin/hmsa
-bin/zip2st
+bin/zip2st.sh
 share/applications/hatariui.desktop
 %%PORTDOCS%%%%DOCSDIR%%/authors.txt
 %%PORTDOCS%%%%DOCSDIR%%/changelog.txt
@@ -17,6 +18,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/images/keyboard.png
 %%PORTDOCS%%%%DOCSDIR%%/images/main.png
 %%PORTDOCS%%%%DOCSDIR%%/images/memory.png
+%%PORTDOCS%%%%DOCSDIR%%/images/monitor.png
 %%PORTDOCS%%%%DOCSDIR%%/images/newfloppy.png
 %%PORTDOCS%%%%DOCSDIR%%/images/screen.png
 %%PORTDOCS%%%%DOCSDIR%%/images/sound.png
@@ -30,7 +32,6 @@
 %%PORTDOCS%%%%DOCSDIR%%/release-notes.txt
 %%PORTDOCS%%%%DOCSDIR%%/todo.txt
 %%DATADIR%%/hatari-icon.bmp
-%%DATADIR%%/hatariui/Changelog
 %%DATADIR%%/hatariui/README
 %%DATADIR%%/hatariui/TODO
 %%DATADIR%%/hatariui/config.py
@@ -40,6 +41,7 @@
 %%DATADIR%%/hatariui/hatari.png
 %%DATADIR%%/hatariui/hatari.py
 %%DATADIR%%/hatariui/hatariui.py
+%%DATADIR%%/hatariui/release-notes.txt
 %%DATADIR%%/hatariui/uihelpers.py
 %%DATADIR%%/tos.img
 share/pixmaps/hatari-icon.png
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list