From owner-freebsd-ports Mon Apr 17 4:30: 8 2000 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 3959D37B739 for ; Mon, 17 Apr 2000 04:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA97782; Mon, 17 Apr 2000 04:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D854F37B6CB for ; Mon, 17 Apr 2000 04:21:11 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA96548; Mon, 17 Apr 2000 04:21:12 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Message-Id: <200004171121.EAA96548@freefall.freebsd.org> Date: Mon, 17 Apr 2000 04:21:12 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/18046: Update port: audio/gqmpeg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18046 >Category: ports >Synopsis: Update port: audio/gqmpeg >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 17 04:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.0-RELEASE i386 >Organization: >Environment: >Description: - Fix LIB_DEPENDS to actually used one - Support install macros >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/gqmpeg/Makefile audio/gqmpeg/Makefile --- /usr/ports/audio/gqmpeg/Makefile Sun Apr 9 15:42:24 2000 +++ audio/gqmpeg/Makefile Thu Apr 13 04:01:32 2000 @@ -15,12 +15,9 @@ MAINTAINER= nakai@FreeBSD.org RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 -LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib +LIB_DEPENDS= gdk_imlib.5:${PORTSDIR}/graphics/imlib USE_X_PREFIX= yes ALL_TARGET= gqmpeg - -post-install: - @strip ${PREFIX}/bin/gqmpeg .include diff -urN /usr/ports/audio/gqmpeg/patches/patch-aa audio/gqmpeg/patches/patch-aa --- /usr/ports/audio/gqmpeg/patches/patch-aa Mon Jul 5 11:20:05 1999 +++ audio/gqmpeg/patches/patch-aa Thu Apr 13 20:39:24 2000 @@ -1,22 +1,34 @@ ---- Makefile.orig Sat Jul 3 04:39:08 1999 -+++ Makefile Mon Jul 5 19:14:39 1999 -@@ -1,8 +1,7 @@ +--- Makefile.orig Sat Jul 3 20:39:08 1999 ++++ Makefile Thu Apr 13 03:59:10 2000 +@@ -1,8 +1,8 @@ -PREFIX=/usr/local ++PREFIX?=/usr/local -GTK_INCLUDE = `gtk-config --cflags` -GTK_LIB = `gtk-config --libs` -+GTK_INCLUDE = `gtk12-config --cflags` -+GTK_LIB = `gtk12-config --libs` ++#GTK_INCLUDE = `gtk-config --cflags` ++#GTK_LIB = `gtk-config --libs` IMLIB_INCLUDE = `imlib-config --cflags-gdk` IMLIB_LIB = `imlib-config --libs-gdk` -@@ -15,7 +14,7 @@ +@@ -15,7 +15,7 @@ #for IRIX #LDFLAGS = $(GTK_LIB) $(IMLIB_LIB) -laudio -CC = gcc -Wall -+CC += -Wall ++CC ?= gcc -Wall GNOME_PREFIX = `gnome-config --prefix` +@@ -119,8 +119,8 @@ + $(CC) $(OBJS) -o gqmpeg.static -static $(LDFLAGS) + + install: gqmpeg +- install -c gqmpeg $(PREFIX)/bin/gqmpeg +- install -c plugin/gqmpeg-shoutcast-plugin.sh $(PREFIX)/bin/gqmpeg-shoutcast-plugin.sh ++ ${BSD_INSTALL_PROGRAM} gqmpeg $(PREFIX)/bin/gqmpeg ++ ${BSD_INSTALL_SCRIPT} plugin/gqmpeg-shoutcast-plugin.sh $(PREFIX)/bin/gqmpeg-shoutcast-plugin.sh + + gnome-install: gqmpeg + install -c gqmpeg $(PREFIX)/bin/gqmpeg >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message