Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Mar 1999 11:05:36 +0200 (EET)
From:      martti.kuparinen@ericsson.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10703: [PATCH] minor fixes for ports/lang/jdk-doc
Message-ID:  <199903210905.LAA09674@ws70.research.zopps.fi>

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

>Number:         10703
>Category:       ports
>Synopsis:       minor fixes for ports/lang/jdk-doc
>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:   Sun Mar 21 01:10:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Martti Kuparinen
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
Oy L M Ericsson Ab
>Environment:

	

>Description:

This patch does the following things:
- show some **very** useful links after installing the port
- use ${TAR} instead of just tar and prepend arguments with a `-'

>How-To-Repeat:

	

>Fix:
	
Apply the following patch:

*** lang/jdk-doc/Makefile.orig	Sat Mar 20 15:00:22 1999
--- lang/jdk-doc/Makefile	Sat Mar 20 15:31:17 1999
***************
*** 36,42 ****
  
  do-install:
  	${MKDIR} ${PREFIX}/jdk1.1.7
! 	(cd ${WRKSRC} && tar cf - docs) \
! 		| (cd ${PREFIX}/jdk1.1.7 && tar xf -)
  
  .include <bsd.port.mk>
--- 36,45 ----
  
  do-install:
  	${MKDIR} ${PREFIX}/jdk1.1.7
! 	(cd ${WRKSRC} && ${TAR} -cf - docs) \
! 		| (cd ${PREFIX}/jdk1.1.7 && ${TAR} -xf -)
! 
! post-install:
! 	@${SED} s+!!PREFIX!!+${PREFIX}+g < ${PKGDIR}/MESSAGE
  
  .include <bsd.port.mk>
*** lang/jdk-doc/pkg/MESSAGE.orig	Sat Mar 20 15:02:43 1999
--- lang/jdk-doc/pkg/MESSAGE	Sat Mar 20 15:28:28 1999
***************
*** 0 ****
--- 1,17 ----
+ Here are some useful bookmark entries for your Web browser:
+ 
+ JDK 1.1.7 Documentation:
+ ------------------------
+ file:!!PREFIX!!/jdk1.1.7/docs/index.html
+ 
+ JDK 1.1 Package Index:
+ ----------------------
+ file:!!PREFIX!!/jdk1.1.7/docs/api/packages.html
+ 
+ JDK 1.1 Class Hierarchy:
+ ------------------------
+ file:!!PREFIX!!/jdk1.1.7/docs/api/tree.html
+ 
+ JDK 1.1 Index:
+ --------------
+ file:!!PREFIX!!/jdk1.1.7/docs/api/a-names.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?199903210905.LAA09674>