Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jun 2000 09:51:47 -0700 (PDT)
From:      bmah@cisco.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18950: Fix net/vnc port problems, change maintainer address
Message-ID:  <200006011651.e51Gplh43440@bmah-freebsd-0.cisco.com>

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

>Number:         18950
>Category:       ports
>Synopsis:       Fix net/vnc port problems, change maintainer address
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 01 10:00:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Bruce A. Mah
>Release:        FreeBSD 4.0-RELEASE i386
>Organization:
Cisco Systems, Inc.
>Environment:

	

>Description:

Three changes in this patch:

1.  Fix PLIST problems discovered by bento.

2.  Minor modification to install target to make installation more
robust.

3.  Change maintainer email address.

I am the maintainer for this port.

>How-To-Repeat:

	

>Fix:


diff -rcN /usr/ports/net/vnc/Makefile vnc/Makefile
*** /usr/ports/net/vnc/Makefile	Thu Apr 27 11:18:51 2000
--- vnc/Makefile	Thu Jun  1 09:41:05 2000
***************
*** 12,18 ****
  DISTFILES=		vnc-3.3.3r1_unixsrc.tgz \
  			vnc-latest_doc.tgz
  
! MAINTAINER=	 	bmah@ca.sandia.gov
  
  USE_PERL5=		YES
  
--- 12,18 ----
  DISTFILES=		vnc-3.3.3r1_unixsrc.tgz \
  			vnc-latest_doc.tgz
  
! MAINTAINER=	 	bmah@acm.org
  
  USE_PERL5=		YES
  
***************
*** 39,45 ****
  	${INSTALL_SCRIPT} ${WRKSRC}/vncserver.local ${PREFIX}/bin/vncserver
  # The documentation comes with bogus ownerships; this is a little leaky security-wise
  	${TAR} -C ${PREFIX}/share/doc -xzf ${DISTDIR}/vnc-latest_doc.tgz
! 	(cd ${PREFIX}/share/doc; ${MV} vnc_docs vnc)
  	${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/vnc
  # Go install Java classes
  	${MKDIR} ${PREFIX}/share/vnc
--- 39,45 ----
  	${INSTALL_SCRIPT} ${WRKSRC}/vncserver.local ${PREFIX}/bin/vncserver
  # The documentation comes with bogus ownerships; this is a little leaky security-wise
  	${TAR} -C ${PREFIX}/share/doc -xzf ${DISTDIR}/vnc-latest_doc.tgz
! 	(cd ${PREFIX}/share/doc; ${RM} -rf vnc; ${MV} vnc_docs vnc)
  	${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/vnc
  # Go install Java classes
  	${MKDIR} ${PREFIX}/share/vnc
diff -rcN /usr/ports/net/vnc/pkg/PLIST vnc/pkg/PLIST
*** /usr/ports/net/vnc/pkg/PLIST	Thu Feb  3 12:09:19 2000
--- vnc/pkg/PLIST	Thu Jun  1 09:38:27 2000
***************
*** 42,47 ****
--- 42,48 ----
  share/doc/vnc/downloadbutton.gif
  share/doc/vnc/downloadtemplate.html
  share/doc/vnc/extras.html
+ share/doc/vnc/faq.dtd
  share/doc/vnc/faq.html
  share/doc/vnc/faq.xml
  share/doc/vnc/faqbutton.gif
***************
*** 50,55 ****
--- 51,57 ----
  share/doc/vnc/freebutton.gif
  share/doc/vnc/gpl.html
  share/doc/vnc/help.html
+ share/doc/vnc/help.html~
  share/doc/vnc/helpbutton.gif
  share/doc/vnc/homebutton.gif
  share/doc/vnc/howitworks.html

>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?200006011651.e51Gplh43440>