Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Jun 1996 20:05:13 +0200
From:      Francois Marcos <marcos@eig.unige.ch>
To:        ports@freebsd.org
Subject:   hfsutils port
Message-ID:  <31B08659.41C67EA6@eig.unige.ch>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

--------------446B9B3D2781E494167EB0E7
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi,

I've found another hfs package.

It seems to work better than the hfs distributed on ftp.freebsd.org.
I can't do the port myself because it requires tcl 7.4 and Tk 4.0 and I
have 7.5/4.1.


Here is the URL where this package can be found

http://www.mars.org/~rob/proj/hfs/


I've attached a little patch to apply before trying to compile.

If anyone does the port, plse e-mail me.

Regards.
-- 
==============================================================================
marcos@eig.unige.ch            | PGP Key available on request |
marcosf@ezinfo.vmsmail.ethz.ch |                              |
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
PGP 2.6.2 FingerPrint : B2 56 6E 00 FF 33 E1 3B C5 25 63 F0 9A A9 AB 42
==============================================================================

--------------446B9B3D2781E494167EB0E7
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="patch.a"

*** Makefile.orig	Sat Jun  1 19:51:30 1996
--- Makefile	Sat Jun  1 19:51:56 1996
***************
*** 26,32 ****
  DEFINES =	
  
  CFLAGS =	-g -O2 $(INCLUDES) $(DEFINES)
! ARFLAGS =	rcs
  
  ###############################################################################
  
--- 26,32 ----
  DEFINES =	
  
  CFLAGS =	-g -O2 $(INCLUDES) $(DEFINES)
! ARFLAGS =	rc
  
  ###############################################################################
  
***************
*** 54,59 ****
--- 54,60 ----
  
  $(TARGET): $(OBJS)
  	ar $(ARFLAGS) $@ $(OBJS)
+ 	ranlib $@
  
  ### DEPENDENCIES FOLLOW #######################################################
  

--------------446B9B3D2781E494167EB0E7--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?31B08659.41C67EA6>