Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jan 1999 08:20:02 -0800 (PST)
From:      Issei Suzuki <issei@jp.FreeBSD.org>
To:        freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/9540: Update port: japanese/perl5
Message-ID:  <199901221620.IAA22399@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/9540; it has been noted by GNATS.

From: Issei Suzuki <issei@jp.FreeBSD.org>
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/9540: Update port: japanese/perl5
Date: Sat, 23 Jan 1999 01:11:50 +0900

 I forgot to send the patch-ah.  Add this.
 
 
 diff -urN perl5.old/patches/patch-ah perl5/patches/patch-ah
 --- perl5.old/patches/patch-ah	Thu Jan  1 09:00:00 1970
 +++ perl5/patches/patch-ah	Sun Jan 17 04:27:29 1999
 @@ -0,0 +1,35 @@
 +--- Makefile.SH.orig	Sun Jan 17 02:51:11 1999
 ++++ Makefile.SH	Sun Jan 17 02:59:03 1999
 +@@ -46,7 +46,11 @@
 + 	os2*)	# OS/2 doesn't need anything special for LD_LIBRARY_PATH.
 + 		ldlibpth=''
 + 		;;
 +-	sunos*|freebsd[23]*|netbsd*)
 ++	freebsd3*)
 ++		linklibperl="-L. -lperl"
 ++		shrpldflags="${shrpldflags} -Wl,-soname,${libperl}"
 ++		;;
 ++	sunos*|freebsd2*|netbsd*)
 + 		linklibperl="-lperl"
 + 		;;
 + 	aix*)
 +@@ -300,12 +304,17 @@
 + 		$spitshell >>Makefile <<'!NO!SUBS!'
 + 	$(LD) $(SHRPLDFLAGS) -o $@ perl$(OBJ_EXT) $(obj)
 + !NO!SUBS!
 +-		case "$osname" in
 +-		aix)
 ++		case "${osname}${osvers}" in
 ++		aix*)
 + 			$spitshell >>Makefile <<'!NO!SUBS!'
 + 	rm -f libperl$(OBJ_EXT)
 + 	mv $@ libperl$(OBJ_EXT)
 + 	$(AR) qv $(LIBPERL) libperl$(OBJ_EXT)
 ++!NO!SUBS!
 ++			;;
 ++		freebsd3*)
 ++			$spitshell >>Makefile <<'!NO!SUBS!'
 ++	$(LNS) $(LIBPERL) libperl.so
 + !NO!SUBS!
 + 			;;
 + 		esac

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?199901221620.IAA22399>