Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2001 14:47:38 -0500 (EST)
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/32945: [MAINTAINER UPDATE] Update net/netatalk
Message-ID:  <200112171947.fBHJlcp72634@shumai.marcuscom.com>

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

>Number:         32945
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] Update net/netatalk
>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 Dec 17 11:50:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Joe Marcus Clarke
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
MarcusCom, Inc.
>Environment:
System: FreeBSD shumai.marcuscom.com 4.4-STABLE FreeBSD 4.4-STABLE #0: Sun Dec 16 00:23:18 EST 2001 marcus@shumai.marcuscom.com:/usr/obj/usr/src/sys/SHUMAI i386


	
>Description:
	Update Netatalk 1.5pre8 to 1.5rc1.  This also fixes up the build process
a great deal.
>How-To-Repeat:
	
>Fix:
	* Deleted Files:
	  files/patch-configure.in

--- Makefile.orig	Mon Dec 17 14:41:17 2001
+++ Makefile	Mon Dec 17 14:44:29 2001
@@ -6,12 +6,11 @@
 #
 
 PORTNAME=	netatalk
-PORTVERSION=	1.5p8
-PORTREVISION=	2
+PORTVERSION=	1.5r1
 CATEGORIES=	net print
 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	netatalk
-DISTNAME=	netatalk-1.5pre8
+DISTNAME=	netatalk-1.5rc1
 
 MAINTAINER=	marcus@marcuscom.com
 
@@ -48,18 +47,15 @@
 # Configure EXPERIMENTAL CNID DID support.  This is an attmept to make
 # DIDs more persistent by using a Berkeley database to store the DID values.
 # This should hopefully allow aliases to work between restarts of afpd.
-# This has been tested on MacOS 9.2.1.  I have not gotten working on OS X.
-CONFIGURE_ARGS+=		--enable-cnid-db \
+# This has been tested on MacOS 9.2.x and OS X.
+CONFIGURE_ARGS+=		--with-did=cnid \
 						--with-db3=/usr/local
 .else
 # This method of DID calculation is not persistent, but has been tested to
-# work with MacOS X (10.0.4 and 10.1) as well as MacOS 7-9.2.1.
+# work with MacOS X (10.0.3-10.1.1) as well as MacOS 7-9.2.2.
 CONFIGURE_ARGS+=		--with-did=last
 .endif
-USE_AUTOMAKE=	yes
-AUTOMAKE_ARGS=	--add-missing --no-force
-USE_LIBTOOL=	yes
-LIBTOOLFILES=   configure
+GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 FILES=		AppleVolumes.default AppleVolumes.system afpd.conf \
 		atalkd.conf papd.conf
@@ -79,10 +75,6 @@
 post-extract:
 	@${SED} -e "s=%%PREFIX%%=${PREFIX}=g" ${FILESDIR}/netatalk.sh \
 		> ${WRKSRC}/netatalk.sh
-	@${RM} -f ${WRKSRC}/missing ${WRKSRC}/mkinstalldirs
-
-post-configure:
-	@find ${WRKSRC} -type f | xargs ${TOUCH} -f
 
 post-install:
 	@${RM} -f ${PREFIX}/bin/nu ${PREFIX}/bin/lp2pap.sh \


--- distinfo.orig	Mon Dec 17 14:41:25 2001
+++ distinfo	Mon Dec 17 14:15:31 2001
@@ -1 +1 @@
-MD5 (netatalk-1.5pre8.tar.gz) = 5abc43625a4efa19ac4bf1a10bebab69
+MD5 (netatalk-1.5rc1.tar.gz) = 66cba4ab02b37ea1fa1ff245e4669f2a


--- files/patch-Makefile.in.orig	Mon Dec 17 14:46:31 2001
+++ files/patch-Makefile.in	Mon Dec 17 14:33:22 2001
@@ -1,18 +1,17 @@
---- config/Makefile.in.orig	Thu Aug 30 12:02:31 2001
-+++ config/Makefile.in	Thu Aug 30 12:03:21 2001
-@@ -136,11 +136,11 @@
+--- config/Makefile.in.orig	Mon Dec 17 14:30:53 2001
++++ config/Makefile.in	Mon Dec 17 14:31:45 2001
+@@ -264,12 +264,8 @@
+ install-config-files: $(CONFFILES) $(GENFILES)
  	$(mkinstalldirs) $(DESTDIR)$(pkgconfdir)
- 	@list='$(pkgconf_DATA)'; for p in $$list; do \
- 	  if test -f $(srcdir)/$$p; then \
--	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfdir)/$$p"; \
--	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfdir)/$$p; \
-+	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfdir)/$$p.dist"; \
-+	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfdir)/$$p.dist; \
- 	  else if test -f $$p; then \
--	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfdir)/$$p"; \
--	    $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfdir)/$$p; \
-+	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfdir)/$$p.dist"; \
-+	    $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfdir)/$$p.dist; \
- 	  fi; fi; \
+ 	for f in $(CONFFILES) $(GENFILES); do \
+-		if test "x$(OVERWRITE_CONFIG)" = "xyes" -o ! -f $(DESTDIR)$(pkgconfdir)/$$f; then \
+-			echo "$(INSTALL_DATA) $$f $(DESTDIR)$(pkgconfdir)"; \
+-			$(INSTALL_DATA) $$f $(DESTDIR)$(pkgconfdir); \
+-		else \
+-			echo "not overwriting $$f"; \
+-		fi; \
++		echo "$(INSTALL_DATA) $$f $(DESTDIR)$(pkgconfdir)/$$f.dist"; \
++		$(INSTALL_DATA) $$f $(DESTDIR)$(pkgconfdir)/$$f.dist; \
  	done
  
+ @USE_PAM_TRUE@install-data-local: install-config-files $(PAMFILES)
>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?200112171947.fBHJlcp72634>