From owner-freebsd-ports Tue May 25 18:30: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E871314A14 for ; Tue, 25 May 1999 18:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA56085; Tue, 25 May 1999 18:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 25 May 1999 18:30:03 -0700 (PDT) Message-Id: <199905260130.SAA56085@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: RE: ports/11757: update port: gqmpeg-0.5.2 to 0.5.99 Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/11757; it has been noted by GNATS. From: Chris Piazza To: freebsd-gnats-submit@FreeBSD.org, jim@blues.ghis.net Cc: Subject: RE: ports/11757: update port: gqmpeg-0.5.2 to 0.5.99 Date: Tue, 25 May 1999 18:20:45 -0700 (PDT) OK, the program was finalized and released as 0.6.0. Patch included below. Removed -lkvm and the BINGRP/BINMODE stuff -- this is not needed in this version for proper CPU statistics. Reminder: patch-ab was removed. Index: gqmpeg/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/audio/gqmpeg/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 1999/05/16 23:34:14 1.13 +++ Makefile 1999/05/26 01:09:15 @@ -1,12 +1,12 @@ # New ports collection makefile for: gqmpeg -# Version required: 0.5.2 +# Version required: 0.6.0 # Date Created: 28 Oct 1998 # Whom: Vanilla Pooh Shu # # $Id: Makefile,v 1.13 1999/05/16 23:34:14 steve Exp $ # -DISTNAME= gqmpeg-0.5.2 +DISTNAME= gqmpeg-0.6.0 CATEGORIES= audio MASTER_SITES= http://gqview.netpedia.net/ \ http://www.geocities.com/SiliconValley/Haven/5235/ @@ -19,9 +19,6 @@ USE_X_PREFIX= yes ALL_TARGET= gqmpeg - -BINGRP= kmem -BINMODE= 2555 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gqmpeg ${PREFIX}/bin Index: gqmpeg/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/audio/gqmpeg/files/md5,v retrieving revision 1.8 diff -u -r1.8 md5 --- md5 1999/05/16 23:34:32 1.8 +++ md5 1999/05/26 01:09:33 @@ -1 +1 @@ -MD5 (gqmpeg-0.5.2.src.tgz) = 2e1be28d9aaac1af8da6236f656a12c3 +MD5 (gqmpeg-0.6.0.src.tgz) = 0e9f8948aed67b5616924e66f1fac434 Index: gqmpeg/patches/patch-aa =================================================================== RCS file: /cvs/FreeBSD/ports/audio/gqmpeg/patches/patch-aa,v retrieving revision 1.7 diff -u -r1.7 patch-aa --- patch-aa 1999/04/02 03:52:55 1.7 +++ patch-aa 1999/05/26 01:11:52 @@ -1,21 +1,27 @@ ---- Makefile.orig Sat Mar 27 21:38:09 1999 -+++ Makefile Tue Mar 30 01:48:05 1999 -@@ -1,13 +1,11 @@ +--- Makefile.orig Tue May 25 18:10:24 1999 ++++ Makefile Tue May 25 18:11:45 1999 +@@ -1,12 +1,11 @@ -PREFIX=/usr/local -- + -GTK_INCLUDE = `gtk-config --cflags` -GTK_LIB = `gtk-config --libs` +GTK_INCLUDE = `gtk12-config --cflags` +GTK_LIB = `gtk12-config --libs` IMLIB_INCLUDE = `imlib-config --cflags-gdk` IMLIB_LIB = `imlib-config --libs-gdk` + -CFLAGS = $(GTK_INCLUDE) $(IMLIB_INCLUDE) --LDFLAGS = $(GTK_LIB) $(IMLIB_LIB) --CC = gcc -Wall $(CFLAGS) +CFLAGS += $(GTK_INCLUDE) $(IMLIB_INCLUDE) -+LDFLAGS = $(GTK_LIB) $(IMLIB_LIB) -lkvm -+CC += -Wall $(CFLAGS) + LDFLAGS = $(GTK_LIB) $(IMLIB_LIB) + + #The following commented out lines are for replacing the stock defines on +@@ -18,7 +17,7 @@ + #for IRIX + #LDFLAGS = $(GTK_LIB) $(IMLIB_LIB) -laudio + +-CC = gcc -Wall ++CC += -Wall GNOME_PREFIX = `gnome-config --prefix` --- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message