Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2002 14:04:33 -0500 (EST)
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34704: [MAINTAINER UPDATE] Update net/openslp to 1.0.7
Message-ID:  <200202071904.g17J4XM54289@shumai.marcuscom.com>

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

>Number:         34704
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] Update net/openslp to 1.0.7
>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:   Thu Feb 07 11:10:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Joe Marcus Clarke
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
MarcusCom, Inc.
>Environment:
System: FreeBSD shumai.marcuscom.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Sat Feb 2 17:21:37 EST 2002 marcus@shumai.marcuscom.com:/usr/obj/usr/src/sys/SHUMAI i386


	
>Description:
Update the OpenSLP port to 1.0.7.
>How-To-Repeat:
	
>Fix:

	
ADDED FILES:
  files/patch-ltmain.sh

--- Makefile.orig	Thu Feb  7 13:55:52 2002
+++ Makefile	Thu Feb  7 13:55:42 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	openslp
-PORTVERSION=	1.0.6
+PORTVERSION=	1.0.7
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	openslp
@@ -22,6 +22,7 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--sysconfdir=${PREFIX}/etc/openslp \
 				--localstatedir=/var
+CONFIGURE_TARGET=   --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
 
 .if defined(WITH_SLP_SECURITY)
 CONFIGURE_ARGS+=	--enable-slpv2-security
@@ -31,7 +32,6 @@
 CONFIGURE_ARGS+=	--enable-async-api
 .endif
 
-USE_LIBTOOL=	yes
 INSTALLS_SHLIB=	yes
 
 post-extract:
--- distinfo.orig	Thu Feb  7 13:56:04 2002
+++ distinfo	Thu Feb  7 13:44:31 2002
@@ -1 +1 @@
-MD5 (openslp-1.0.6.tar.gz) = c9af809dbdf6cfd1f08d42d9fcfd2e1a
+MD5 (openslp-1.0.7.tar.gz) = 35c6d09272bb6be0658dd6982798d462
--- files/patch-aa.orig	Thu Feb  7 13:56:18 2002
+++ files/patch-aa	Thu Feb  7 13:50:50 2002
@@ -1,12 +1,12 @@
---- Makefile.in.orig	Mon Dec 17 11:26:53 2001
-+++ Makefile.in	Mon Dec 17 11:27:42 2001
+--- Makefile.in.orig	Mon Jan 28 13:27:17 2002
++++ Makefile.in	Thu Feb  7 13:50:38 2002
 @@ -78,8 +78,7 @@
  VERSION = @VERSION@
  
  SUBDIRS = common libslpattr slpd libslp slptool test
--EXTRA_DIST = win32 doc etc README.W32
+-EXTRA_DIST = win32 doc etc README.W32 FAQ
 -DOC_DIR = $(prefix)/doc/openslp-$(VERSION)
-+EXTRA_DIST = win32 etc README.W32
++EXTRA_DIST = win32 etc README.W32 FAQ
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  CONFIG_CLEAN_FILES =  slp.list

--- ltmain.sh	2001/08/27 09:51:26	1.1
+++ ltmain.sh	2001/08/27 09:51:42
@@ -2408,6 +2408,9 @@
 	  *-*-netbsd*)
 	    # Don't link with libc until the a.out ld.so is fixed.
 	    ;;
+	  *-*-freebsd*)
+	    # FreeBSD doesn't need this...
+	    ;;
 	  *)
 	    # Add libc to deplibs on all other systems if necessary.
 	    if test "$build_libtool_need_lc" = "yes"; then
@@ -4175,10 +4178,12 @@
 	fi
 
 	# Install the pseudo-library for information purposes.
+	if /usr/bin/false; then
 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
 	instname="$dir/$name"i
 	$show "$install_prog $instname $destdir/$name"
 	$run eval "$install_prog $instname $destdir/$name" || exit $?
+	fi
 
 	# Maybe install the static library, too.
 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
>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?200202071904.g17J4XM54289>