Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Apr 2006 10:00:10 -0400 (EDT)
From:      Dan Langille <dan@langille.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Dan Langille <dan@langille.org>
Subject:   ports/95923: [MAINTAINER UPDATE] - move pkg-message to files directory 
Message-ID:  <20060417140010.B07CA3E88@xeon.unixathome.org>
Resent-Message-ID: <200604171410.k3HEAFpe050229@freefall.freebsd.org>

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

>Number:         95923
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] - move pkg-message to files directory
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 17 14:10:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dan Langille
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
The FreeBDS Diary
>Environment:
System: FreeBSD xeon.unixathome.org 4.9-STABLE FreeBSD 4.9-STABLE #2: Wed Mar 3 08:16:24 EST 2004 dan@polo.unixathome.org:/usr/obj/usr/src/sys/XEON i386

Move pkg-message to files/pkg-message.in so we can get
the correct value for DOCSDIR.

	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- bacula-server.patch begins here ---
diff -ruN bacula-server/Makefile /usr/ports/sysutils/bacula-server/Makefile
--- bacula-server/Makefile	Mon Apr 17 09:26:22 2006
+++ /usr/ports/sysutils/bacula-server/Makefile	Sun Apr 16 05:18:55 2006
@@ -22,8 +22,6 @@
 
 USE_RC_SUBR?=	bacula-dir bacula-sd
 
-SUB_FILES+=	pkg-message
-
 # The user/group IDs below are registered, see
 # http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#DADS-UID
 #
@@ -342,14 +340,14 @@
 	@${ECHO_MSG} "For USB support read the bacula manual!! It could be necessary"
 	@${ECHO_MSG} "to configure/compile a new kernel!"
 	@${ECHO_MSG} ""
-	@${ECHO_MSG} "Look at ${PREFIX}/share/bacula/update_bacula_tables for"
+	@${ECHO_MSG} "Look at $PREFIX/share/bacula/update_bacula_tables for"
 	@${ECHO_MSG} "database update procedure. Details can be found in the"
 	@${ECHO_MSG} "ReleaseNotes"
 .endif
 	@${ECHO_MSG} "*********************************************************************"
 
 .if !defined(WITH_CLIENT_ONLY)
-	${CAT} ${PKGMESSAGE}
+	${CAT} pkg-message
 .endif
 
 .include <bsd.port.post.mk>
diff -ruN bacula-server/files/pkg-message.in /usr/ports/sysutils/bacula-server/files/pkg-message.in
--- bacula-server/files/pkg-message.in	Mon Apr 17 09:48:10 2006
+++ /usr/ports/sysutils/bacula-server/files/pkg-message.in	Wed Dec 31 19:00:00 1969
@@ -1,20 +0,0 @@
-################################################################################
-  Please read this file:
-
-	%%DOCSDIR%%/ReleaseNotes
-
-  for the upgrade procedure!
-
-  IF YOU IGNORE THIS you may !! LOSE DATA !!
-
-  WARNING: That file also contains important information regarding
-  Windows FD, blackslashes in FileSets, and Scratch Pools.
-
-  For USB support read the manual. It may be necessary 
-  to configure/compile a new kernel.
-
-  Please note that bacula-server no longer installs the client
-  and that the documentation can be optionally installed with the 
-  client port (sysutils/bacula-client).
-
-################################################################################
diff -ruN bacula-server/pkg-message /usr/ports/sysutils/bacula-server/pkg-message
--- bacula-server/pkg-message	Wed Dec 31 19:00:00 1969
+++ /usr/ports/sysutils/bacula-server/pkg-message	Sun Apr 16 05:18:55 2006
@@ -0,0 +1,20 @@
+################################################################################
+  Please read the file"
+
+	${DOCSDIR}/ReleaseNotes"
+
+  for the upgrade procedure!
+
+  IF YOU IGNORE THIS you may !! LOSE DATA !!
+
+  For USB support read the manual. It could be necessary 
+  to configure/compile a new kernel!
+
+  Please note that bacula-server no longer installs the client
+  and that the documentation can be optionally installed with the 
+  client port (sysutils/bacula-client).
+
+  WARNING: please read ReleaseNotes for important information
+  regarding Windows FD, blackslashes in FileSets, and Scratch Pools.
+
+################################################################################
--- bacula-server.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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