ports/169328: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Tue Jan 1 19:50:01 UTC 2013


The following reply was made to PR ports/169328; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/169328: commit references a PR
Date: Tue,  1 Jan 2013 19:41:08 +0000 (UTC)

 Author: mezz
 Date: Tue Jan  1 19:41:00 2013
 New Revision: 309780
 URL: http://svnweb.freebsd.org/changeset/ports/309780
 
 Log:
   Do not overwrite the configuration file at the each update or reinstall by
   disable its Makefile to install it as we already do it by manually. The patch
   was somehow lost in later version.
   
   PR:		ports/169328
   Reported by:	Dan McGregor <dan.mcgregor at usask.ca>
 
 Modified:
   head/net/avahi-app/files/patch-avahi-daemon_Makefile.in   (contents, props changed)
 
 Modified: head/net/avahi-app/files/patch-avahi-daemon_Makefile.in
 ==============================================================================
 --- head/net/avahi-app/files/patch-avahi-daemon_Makefile.in	Tue Jan  1 19:38:28 2013	(r309779)
 +++ head/net/avahi-app/files/patch-avahi-daemon_Makefile.in	Tue Jan  1 19:41:00 2013	(r309780)
 @@ -1,6 +1,6 @@
 ---- avahi-daemon/Makefile.in.orig	2010-07-24 19:49:59.000000000 -0400
 -+++ avahi-daemon/Makefile.in	2010-07-24 19:51:01.000000000 -0400
 -@@ -69,7 +69,7 @@ host_triplet = @host@
 +--- avahi-daemon/Makefile.in.orig	2013-01-01 13:29:10.000000000 -0600
 ++++ avahi-daemon/Makefile.in	2013-01-01 13:31:10.000000000 -0600
 +@@ -69,7 +69,7 @@
   @ENABLE_CHROOT_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@	caps.c caps.h
   
   @ENABLE_CHROOT_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE at am__append_3 = -lcap
 @@ -9,7 +9,7 @@
   @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE at am__append_5 = \
   @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@	dbus-protocol.c dbus-protocol.h \
   @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@	dbus-util.c dbus-util.h \
 -@@ -678,7 +678,7 @@ clean-sbinPROGRAMS:
 +@@ -682,7 +682,7 @@
   	rm -f $$list
   avahi-daemon$(EXEEXT): $(avahi_daemon_OBJECTS) $(avahi_daemon_DEPENDENCIES) 
   	@rm -f avahi-daemon$(EXEEXT)
 @@ -18,3 +18,32 @@
   ini-file-parser-test$(EXEEXT): $(ini_file_parser_test_OBJECTS) $(ini_file_parser_test_DEPENDENCIES) 
   	@rm -f ini-file-parser-test$(EXEEXT)
   	$(AM_V_CCLD)$(ini_file_parser_test_LINK) $(ini_file_parser_test_OBJECTS) $(ini_file_parser_test_LDADD) $(LIBS)
 +@@ -1283,17 +1283,17 @@
 + 	echo " ( cd '$(DESTDIR)$(servicedir)' && rm -f" $$files ")"; \
 + 	cd "$(DESTDIR)$(servicedir)" && rm -f $$files
 + install-pkgsysconfDATA: $(pkgsysconf_DATA)
 +-	@$(NORMAL_INSTALL)
 +-	test -z "$(pkgsysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgsysconfdir)"
 +-	@list='$(pkgsysconf_DATA)'; test -n "$(pkgsysconfdir)" || list=; \
 +-	for p in $$list; do \
 +-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 +-	  echo "$$d$$p"; \
 +-	done | $(am__base_list) | \
 +-	while read files; do \
 +-	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgsysconfdir)'"; \
 +-	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgsysconfdir)" || exit $$?; \
 +-	done
 ++#	@$(NORMAL_INSTALL)
 ++#	test -z "$(pkgsysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgsysconfdir)"
 ++#	@list='$(pkgsysconf_DATA)'; test -n "$(pkgsysconfdir)" || list=; \
 ++#	for p in $$list; do \
 ++#	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 ++#	  echo "$$d$$p"; \
 ++#	done | $(am__base_list) | \
 ++#	while read files; do \
 ++#	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgsysconfdir)'"; \
 ++#	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgsysconfdir)" || exit $$?; \
 ++#	done
 + 
 + uninstall-pkgsysconfDATA:
 + 	@$(NORMAL_UNINSTALL)
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-gnome mailing list