Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 2002 16:19:53 +0200 (CEST)
From:      Janos Mohacsi <mohacsi@niif.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Kris Kennaway <kris@obsecurity.org>
Subject:   ports/42593: Maintainer update: openag version 1.1.1 (port revision 1)
Message-ID:  <200209091419.g89EJrjO017440@norfolk.ki.iif.hu>

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

>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




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