From owner-freebsd-ports Mon Sep 9 7:30:27 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C1FF37B400 for ; Mon, 9 Sep 2002 07:30:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06D7743E42 for ; Mon, 9 Sep 2002 07:30:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g89EU3JU011892 for ; Mon, 9 Sep 2002 07:30:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g89EU3NU011891; Mon, 9 Sep 2002 07:30:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CA1C37B413 for ; Mon, 9 Sep 2002 07:20:15 -0700 (PDT) Received: from norfolk.ki.iif.hu (inferno.terena.nl [192.87.30.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CA0C43E42 for ; Mon, 9 Sep 2002 07:19:54 -0700 (PDT) (envelope-from mohacsi@norfolk.ki.iif.hu) Received: (from mohacsi@localhost) by norfolk.ki.iif.hu (8.12.5/8.12.5) id g89EJrjO017440; Mon, 9 Sep 2002 16:19:53 +0200 (CEST) (envelope-from mohacsi) Message-Id: <200209091419.g89EJrjO017440@norfolk.ki.iif.hu> Date: Mon, 9 Sep 2002 16:19:53 +0200 (CEST) From: Janos Mohacsi Reply-To: Janos Mohacsi To: FreeBSD-gnats-submit@FreeBSD.org Cc: Kris Kennaway X-Send-Pr-Version: 3.113 Subject: ports/42593: Maintainer update: openag version 1.1.1 (port revision 1) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 42593 >Category: ports >Synopsis: Maintainer update: openag version 1.1.1 (port revision 1) >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: Mon Sep 09 07:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Janos Mohacsi >Release: FreeBSD 4.6-STABLE i386 >Organization: NIIF >Environment: System: FreeBSD norfolk.ki.iif.hu 4.6-STABLE FreeBSD 4.6-STABLE #1: Fri Aug 23 14:55:31 CEST 2002 root@norfolk.ki.iif.hu:/usr/src/sys/compile/NORFOLK i386 >Description: Maintainer update for openag: version 1.1.1 (port revision 1) for two reason: 1. openag used to depend on wget/curl. This has been fixed. Now uses FreeBSD's own infrastructure: fetch Bug reported by Kris Kennaway while tested on FreeBSD 5. 2. Audiogalaxy Search Server is virtually down. Openag cannot be used anymore useful way. Port is marked to be BROKEN. >How-To-Repeat: Apply this diff >Fix: diff -ruN openag.bak/Makefile openag/Makefile --- openag.bak/Makefile Mon Jun 10 00:19:59 2002 +++ openag/Makefile Mon Sep 9 15:30:55 2002 @@ -6,6 +6,7 @@ PORTNAME= openag PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= audio net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= openags @@ -13,10 +14,15 @@ MAINTAINER= janos.mohacsi@bsd.hu -GNU_CONFIGURE= yes +BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf + +USE_AUTOCONF= yes +AUTOCONF= ${LOCALBASE}/bin/autoconf CONFIGURE_TARGET= --build=${MACHINE_ARCH} DOC_FILES= AUTHORS COPYING ChangeLog INSTALL README + +BROKEN= "The Central AudioGalaxy Search Server shutdown in June 2002. See more: http://homepage.mac.com/macdomeeu/dev/current/openag/email.html This client will be marked broken until AudioGalaxy Search server clone has not set up." post-install: .ifndef(NOPORTDOCS) diff -ruN openag.bak/files/patch-configure.in openag/files/patch-configure.in --- openag.bak/files/patch-configure.in Thu Jan 1 01:00:00 1970 +++ openag/files/patch-configure.in Mon Sep 9 15:48:26 2002 @@ -0,0 +1,40 @@ +--- configure.in.orig Mon Apr 22 22:45:05 2002 ++++ configure.in Mon Sep 9 15:48:12 2002 +@@ -22,15 +22,23 @@ + AC_PROG_LIBTOOL + + # Extra libtool stuff. This SHOULDN'T be needed! +-Xsed="sed -e s/^X//" +-LTLIBOBJS=`echo X"$LIBOBJS"|\ +- [$Xsed -e "s,\.[^.]* ,.lo ,g;s,\.[^.]*$,.lo,"]` ++#Xsed="sed -e s/^X//" ++#LTLIBOBJS=`echo X"$LIBOBJS"|\ ++# [$Xsed -e "s,\.[^.]* ,.lo ,g;s,\.[^.]*$,.lo,"]` ++#AC_SUBST(LTLIBOBJS) ++# This is necessary so that .o files in LIBOBJS are also built via ++# the ANSI2KNR-filtering rules. ++LIB@&t@OBJS=`echo "$LIB@&t@OBJS" | ++ sed 's,\.[[^.]]* ,$U&,g;s,\.[[^.]]*$,$U&,'` ++LTLIBOBJS=`echo "$LIB@&t@OBJS" | ++ sed 's,\.[[^.]]* ,.lo ,g;s,\.[[^.]]*$,.lo,'` + AC_SUBST(LTLIBOBJS) + + ++ + #Checks for the presence of wget or curl on the user's system. + #Neccessary for fechting libmp3info source. +-AC_CHECK_PROGS(WGET, wget curl) ++AC_CHECK_PROGS(WGET, fetch wget curl) + AC_ARG_VAR(WGET, [a wget-like URL http file comandline file \ + retreaver is necessary to automatically retrieve libmp3info source]) + AC_ARG_VAR(WGET_FLAGS, [the flags required by the wget-like \ +@@ -41,6 +49,9 @@ + AC_SUBST(WGET_FLAGS,[-O]) + ;; + curl) ++ AC_SUBST(WGET_FLAGS,[-o]) ++ ;; ++fetch) + AC_SUBST(WGET_FLAGS,[-o]) + ;; + *) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message