From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 30 15:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C40702CD for ; Wed, 30 Oct 2013 15:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A092D2C0A for ; Wed, 30 Oct 2013 15:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9UFo0io033370 for ; Wed, 30 Oct 2013 15:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9UFo0tn033369; Wed, 30 Oct 2013 15:50:00 GMT (envelope-from gnats) Resent-Date: Wed, 30 Oct 2013 15:50:00 GMT Resent-Message-Id: <201310301550.r9UFo0tn033369@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Bacon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D092613B for ; Wed, 30 Oct 2013 15:46:47 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BE48D2BDB for ; Wed, 30 Oct 2013 15:46:47 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9UFklVC095202 for ; Wed, 30 Oct 2013 15:46:47 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9UFkls8095199; Wed, 30 Oct 2013 15:46:47 GMT (envelope-from nobody) Message-Id: <201310301546.r9UFkls8095199@oldred.freebsd.org> Date: Wed, 30 Oct 2013 15:46:47 GMT From: Jason Bacon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/183486: maintainer update: audio/praat X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Oct 2013 15:50:00 -0000 >Number: 183486 >Category: ports >Synopsis: maintainer update: audio/praat >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: Wed Oct 30 15:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jason Bacon >Release: 10.0-BETA1 >Organization: Acadix Consulting, LLC >Environment: FreeBSD freebsd10.local 10.0-BETA1 FreeBSD 10.0-BETA1 #0 r256420: Sun Oct 13 01:43:07 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Updates for building on 10.0-BETA1. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN --exclude=CVS /usr/ports/audio/praat/Makefile /usr/wip/audio/praat/Makefile --- /usr/ports/audio/praat/Makefile 2013-09-20 09:36:35.000000000 -0500 +++ /usr/wip/audio/praat/Makefile 2013-10-30 10:43:37.000000000 -0500 @@ -11,6 +11,8 @@ MAINTAINER= jwbacon@tds.net COMMENT= Phonetics by Computer +LICENSE= GPLv2 + USE_DOS2UNIX= yes NO_STAGE= yes DOS2UNIX_REGEX= .*Makefile @@ -19,6 +21,7 @@ MAKEFILE= makefile PLIST_FILES= bin/praat MAKE_JOBS_UNSAFE= yes +CFLAGS+= -ltinfow MAN1= praat.1 diff -ruN --exclude=CVS /usr/ports/audio/praat/files/patch-dwsys-Makefile /usr/wip/audio/praat/files/patch-dwsys-Makefile --- /usr/ports/audio/praat/files/patch-dwsys-Makefile 1969-12-31 18:00:00.000000000 -0600 +++ /usr/wip/audio/praat/files/patch-dwsys-Makefile 2013-10-30 10:13:52.000000000 -0500 @@ -0,0 +1,20 @@ +--- dwsys/Makefile.orig 2013-10-30 09:47:03.000000000 -0500 ++++ dwsys/Makefile 2013-10-30 09:47:03.000000000 -0500 +@@ -4,7 +4,7 @@ + + include ../makefile.defs + +-CFLAGS = -I ../sys -I ../fon -I ../dwtools -I ../GSL -I ../dwsys -I ../kar ++CFLAGS += -I ../sys -I ../fon -I ../dwtools -I ../GSL -I ../dwsys -I ../kar + + all: libdwsys.a + +@@ -16,7 +16,7 @@ + NUM2.o NUMlapack.o NUMmachar.o \ + NUMf2c.o NUMcblas.o NUMclapack.o NUMfft_f.o NUMfft_d.o NUMsort2.o \ + Permutation.o Permutation_and_Index.o \ +- regularExp.o regularExpW.o SimpleVector.o Simple_extensions.o \ ++ regularExp.o SimpleVector.o Simple_extensions.o \ + SVD.o + + $(OBJECTS): *.h ../sys/*.h diff -ruN --exclude=CVS /usr/ports/audio/praat/files/patch-makefiles-makefile.defs.freebsd.dynamic /usr/wip/audio/praat/files/patch-makefiles-makefile.defs.freebsd.dynamic --- /usr/ports/audio/praat/files/patch-makefiles-makefile.defs.freebsd.dynamic 1969-12-31 18:00:00.000000000 -0600 +++ /usr/wip/audio/praat/files/patch-makefiles-makefile.defs.freebsd.dynamic 2013-10-30 10:30:53.000000000 -0500 @@ -0,0 +1,14 @@ +--- makefiles/makefile.defs.freebsd.dynamic.orig 2007-01-31 11:12:13.000000000 -0600 ++++ makefiles/makefile.defs.freebsd.dynamic 2013-10-30 10:13:50.000000000 -0500 +@@ -3,9 +3,9 @@ + # System: FreeBSD + # Paul Boersma, January 31, 2007 + +-CC = gcc -std=gnu99 -DUNIX -Dlinux -I /usr/X11R6/include -Wimplicit -Wreturn-type -Wunused -Wunused-parameter -Wuninitialized -O ++CC += -std=gnu99 -DUNIX -Dlinux -I${LOCALBASE}/include -Wimplicit -Wreturn-type -Wunused -Wunused-parameter -Wuninitialized + +-LIBS = /usr/X11R6/lib/libXm.a -L /usr/X11R6/lib -lXmu -lXp -lXt -lSM -lICE -lXext -lX11 -lm ++LIBS = ${LOCALBASE}/lib/libXm.a -L${LOCALBASE}/lib -lXmu -lXp -lXt -lSM -lICE -lXext -lX11 -lm -lpng -ljpeg -lXft -lfontconfig + + RANLIB = ls + ICON = diff -ruN --exclude=CVS /usr/ports/audio/praat/files/patch-makefiles_makefile.defs.freebsd.dynamic /usr/wip/audio/praat/files/patch-makefiles_makefile.defs.freebsd.dynamic --- /usr/ports/audio/praat/files/patch-makefiles_makefile.defs.freebsd.dynamic 2013-09-04 13:06:07.000000000 -0500 +++ /usr/wip/audio/praat/files/patch-makefiles_makefile.defs.freebsd.dynamic 1969-12-31 18:00:00.000000000 -0600 @@ -1,14 +0,0 @@ ---- makefiles/makefile.defs.freebsd.dynamic.orig 2007-12-02 15:47:18.000000000 +0200 -+++ makefiles/makefile.defs.freebsd.dynamic 2007-12-02 15:55:05.000000000 +0200 -@@ -3,9 +3,9 @@ - # System: FreeBSD - # Paul Boersma, January 31, 2007 - --CC = gcc -std=gnu99 -DUNIX -Dlinux -I /usr/X11R6/include -Wimplicit -Wreturn-type -Wunused -Wunused-parameter -Wuninitialized -O -+CC += -std=gnu99 -DUNIX -Dlinux -I${LOCALBASE}/include -Wimplicit -Wreturn-type -Wunused -Wunused-parameter -Wuninitialized - --LIBS = /usr/X11R6/lib/libXm.a -L /usr/X11R6/lib -lXmu -lXp -lXt -lSM -lICE -lXext -lX11 -lm -+LIBS = ${LOCALBASE}/lib/libXm.a -L${LOCALBASE}/lib -lXmu -lXp -lXt -lSM -lICE -lXext -lX11 -lm -lpng -ljpeg %%ICONV_LIB%% -lXft - - RANLIB = ls - ICON = >Release-Note: >Audit-Trail: >Unformatted: