Skip site navigation (1)Skip section navigation (2)
Date:      6 Nov 2002 05:25:23 -0800
From:      Seth Kingsley <sethk@meowfishies.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44999: [MAINTAINER UPDATE] audio/nosefart
Message-ID:  <20021106132523.84689.qmail@magnesium.net>

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

>Number:         44999
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] audio/nosefart
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 06 05:30:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Seth Kingsley
>Release:        FreeBSD 5.0-CURRENT
>Organization:
>Environment:
FreeBSD 5.0-CURRENT #17: Tue Nov  5 14:52:10 PST 2002
sethk@neko.home.meowfishies.com:/usr/src/sys/i386/compile/NEKO

>Description:
	Changes in this patch:
	+ Update master site.
	+ Update to version 1.92c-mls.

>How-To-Repeat:
	N/A

>Fix:

Index: Makefile
===================================================================
RCS file: /stor/ncvs/ports/audio/nosefart/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile	28 Oct 2001 19:06:36 -0000	1.2
+++ Makefile	6 Nov 2002 19:38:02 -0000
@@ -5,20 +5,20 @@
 # $FreeBSD: ports/audio/nosefart/Makefile,v 1.2 2001/10/28 19:06:36 sf Exp $
 #
 
-PORTNAME=	nosefart
-PORTVERSION=	1.92
-CATEGORIES=	audio emulators
-MASTER_SITES=	http://www.meowfishies.com/code/
+PORTNAME=	    nosefart
+PORTVERSION=	    1.92c-mls
+CATEGORIES=	    audio emulators
+MASTER_SITES=	    ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= nosefart
 
-MAINTAINER=	sethk@meowfishies.com
+MAINTAINER=	    sethk@meowfishies.com
 
-LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+LIB_DEPENDS=	    gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
 
-USE_ZIP=	yes
-USE_GMAKE=	yes
+USE_BZIP2=	    yes
+USE_GMAKE=	    yes
 
-MAKEFILE=	Makefile.linux
-MAKE_ENV+=	INSTALL=${INSTALL} BINGRP=${BINGRP} BINMODE=${BINMODE} \
-		BINOWN=${BINOWN}
+MAKE_ENV+=	    INSTALL=${INSTALL} BINGRP=${BINGRP} \
+		    BINMODE=${BINMODE} BINOWN=${BINOWN}
 
 .include    <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /stor/ncvs/ports/audio/nosefart/distinfo,v
retrieving revision 1.1
diff -u -p -r1.1 distinfo
--- distinfo	14 Oct 2000 11:22:33 -0000	1.1
+++ distinfo	6 Nov 2002 19:35:05 -0000
@@ -1 +1 @@
-MD5 (nosefart-1.92.zip) = 88d03f2c8feeb452c043e93eec62b866
+MD5 (nosefart-1.92c-mls.tar.bz2) = 33d14543993848041b1ae3cd40dedf48
Index: pkg-descr
===================================================================
RCS file: /stor/ncvs/ports/audio/nosefart/pkg-descr,v
retrieving revision 1.1
diff -u -p -r1.1 pkg-descr
--- pkg-descr	14 Oct 2000 11:22:33 -0000	1.1
+++ pkg-descr	6 Nov 2002 19:42:00 -0000
@@ -1,8 +1,8 @@
-This is a port of Nosefart, a player for the NSF sound format, which
-describes music taken from Nintendo Entertainment System game cartriges
-in a compact form.
+Nosefart plays NSF (NES sound format) files extracted from 8-bit
+Nintendo games so you can listen to those old tunes without actually
+having to play through the games.  It was mostly written by Matt Conte.
 
-WWW: http://www.nofrendo.org/nosefart/
+WWW: http://sourceforge.net/projects/nosefart/
 
 - Seth
 sethk@osd.bsdi.com
Index: files/patch-aa
===================================================================
RCS file: /stor/ncvs/ports/audio/nosefart/files/patch-aa,v
retrieving revision 1.1
diff -u -p -r1.1 patch-aa
--- files/patch-aa	14 Oct 2000 11:22:33 -0000	1.1
+++ files/patch-aa	6 Nov 2002 20:05:10 -0000
@@ -1,6 +1,6 @@
---- Makefile.linux.orig	Wed Oct 11 13:05:18 2000
-+++ Makefile.linux	Thu Oct 12 14:07:05 2000
-@@ -3,12 +3,6 @@
+--- Makefile.orig	Tue Nov  5 22:13:02 2002
++++ Makefile	Wed Nov  6 12:04:36 2002
+@@ -1,12 +1,6 @@
  ################################
  # Configuration
  
@@ -13,13 +13,11 @@
  # nothing below here should need to be changed
  
  ################################
-@@ -25,14 +19,10 @@
- 	-I$(SRCDIR)/sndhrdw\
- 	-I$(SRCDIR)/machine\
- 	-I$(SRCDIR)/cpu/nes6502\
-+	-I$(LOCALBASE)/include\
- 	-I$(BUILDDIR)
+@@ -18,13 +12,7 @@
+ BUILDDIR = nsfobj
+ SRCDIR = src
  
+-
 -ifeq "$(WANT_DEBUG)" "TRUE"
 -	CFLAGS += -ggdb -DNSF_PLAYER
 -else
@@ -28,9 +26,19 @@
 -endif
 +CFLAGS += -DNSF_PLAYER
  
+ CFLAGS += -I$(SRCDIR)\
+ 	-I$(SRCDIR)/linux\
+@@ -32,8 +20,7 @@
+ 	-I$(SRCDIR)/machine\
+ 	-I$(SRCDIR)/cpu/nes6502\
+ 	-I$(BUILDDIR)\
+-	-I/usr/local/include/\
+-	-lm
++	-I$(LOCALBASE)/include/\
+ 
  ################################
  # Here's where the directory tree gets ugly
-@@ -55,36 +45,26 @@
+@@ -56,18 +43,19 @@
  OBJS = $(addsuffix .o, $(FILES))
  OBJECTS = $(addprefix $(BUILDDIR)/, $(OBJS))
  
@@ -40,47 +48,38 @@
  # Rules
  
 -all: $(BUILDDIR)/$(NAME)
-+all: $(BUILDDIR)/config.h $(BUILDDIR)/$(NAME)
++all: $(BUILDDIR)/dep $(BUILDDIR)/config.h $(BUILDDIR)/$(NAME)
  
  ################################
  # Support
  
 -$(BUILDDIR):
-+$(BUILDDIR)/config.h: Makefile.linux
++$(BUILDDIR)/config.h:
 +	[ -d $(BUILDDIR) ] || mkdir -p $(BUILDDIR)
  	-mkdir -p $(BUILDDIR)/cpu/nes6502 $(BUILDDIR)/machine $(BUILDDIR)/sndhrdw $(BUILDDIR)/linux
 -
--$(BUILDDIR)/config.h: $(BUILDDIR) Makefile.linux
+-$(BUILDDIR)/config.h: $(BUILDDIR) Makefile
  	echo "#define VERSION \"$(VERSION)\"" > $(BUILDDIR)/config.h
  	echo "#define NAME \"$(NAME)\"" >> $(BUILDDIR)/config.h
  
--$(BUILDDIR)/dep: $(BUILDDIR)/config.h
--	$(CC) $(CFLAGS) -M $(SOURCES) > $@
--
--include $(BUILDDIR)/dep
--
+@@ -77,8 +65,9 @@
+ include $(BUILDDIR)/dep/
+ 
  install: $(BUILDDIR)/$(NAME)
 -	mkdir -p $(PREFIX)/bin
 -	cp $(BUILDDIR)/$(NAME) $(PREFIX)/bin
--	@echo "-----------------------------------------------"
--	@echo "Be sure to run chmod +s $(PREFIX)/bin/$(NAME) if you want ordinary users"
--	@echo "to be able to use /dev/dsp.  SUID isn't necessary, though, if you want to"
--	@echo "run $(NAME) with a wrapper, like artsdsp from arts or esddsp from esound."
--	@echo "-----------------------------------------------"
--	@echo "Also, make sure that $(PREFIX)/bin is in your PATH."
--	
 +	[ -d $(PREFIX)/bin ] || mkdir -p $(PREFIX)/bin
-+	$(INSTALL) -cs -g $(BINGRP) -m $(BINMODE) -o $(BINOWN) $(BUILDDIR)/$(NAME) $(PREFIX)/bin
-+
- uninstall:
- 	rm -f $(PREFIX)/bin/$(NAME)
- 
-@@ -92,7 +72,7 @@
++	$(INSTALL) -cs -g $(BINGRP) -m $(BINMODE) -o $(BINOWN)\
++	    $(BUILDDIR)/$(NAME) $(PREFIX)/bin
+ 	@echo "-----------------------------------------------"
+ 	@echo "Be sure to run chmod +s $(PREFIX)/bin/$(NAME) if you want ordinary users"
+ 	@echo "to be able to use /dev/dsp.  SUID isn't necessary, though, if you want to"
+@@ -96,7 +85,7 @@
  # The real heavy lifting
  
  $(BUILDDIR)/$(NAME): $(OBJECTS)
--	$(CC) $(LDFLAGS) -o $@ $(OBJECTS)
-+	$(CC) $(LDFLAGS) -o $@ $(OBJECTS) $(LDLIBS)
+-	$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(OBJECTS)
++	$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $(OBJECTS) $(LDLIBS)
  
  $(BUILDDIR)/%.o: $(SRCDIR)/%.c
  	$(CC) $(CFLAGS) -o $@ -c $<

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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