Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Feb 2002 01:25:15 -0700
From:      John Reynolds <johnjen@reynoldsnet.org>
To:        ports@freebsd.org
Subject:   please relook at ports/34835!
Message-ID:  <15479.20971.74555.851490@whale.home-net>

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

Hello all,

Could somebody with the commit bit please look at

  http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/34835

(once my followup gets "processed" by GNATS)?

I've reworked the patch originally included in the PR so that another local
"FreeBSD patch" file is created in the 'files' directory. I think this is much
more "commitable" than the previous one. If GNATS takes a while to update the
above URL, the new patch itself is:

diff -urN ghostscript-gnu.orig/files/patch-src:unixlink.mak ghostscript-gnu/files/patch-src:unixlink.mak
--- ghostscript-gnu.orig/files/patch-src:unixlink.mak	Wed Dec 31 17:00:00 1969
+++ ghostscript-gnu/files/patch-src:unixlink.mak	Sat Feb 23 01:09:38 2002
@@ -0,0 +1,11 @@
+--- src/unixlink.mak.orig	Sat Feb 23 00:58:22 2002
++++ src/unixlink.mak	Sat Feb 23 00:58:02 2002
+@@ -64,7 +64,7 @@
+ # which has limited environment space.
+ ldt_tr=$(PSOBJ)ldt.tr
+ $(GS_XE): $(ld_tr) $(ECHOGS_XE) $(XE_ALL)
+-	$(ECHOGS_XE) -w $(ldt_tr) -n - $(CCLD) $(LDFLAGS) -o $(GS_XE)
++	$(ECHOGS_XE) -w $(ldt_tr) -n - $(CCLD) -L$(PSOBJ) $(LDFLAGS) -o $(GS_XE)
+ 	$(ECHOGS_XE) -a $(ldt_tr) -n -s $(PSOBJ)gs.$(OBJ) -s
+ 	cat $(ld_tr) >>$(ldt_tr)
+ 	$(ECHOGS_XE) -a $(ldt_tr) -s - $(EXTRALIBS) $(STDLIBS)

-Jr

-- 
John & Jennifer Reynolds  johnjen@reynoldsnet.org  http://www.reynoldsnet.org/
Senior CAD Engineer, WCCG, Intel Corporation       jreynold@sedona.ch.intel.com
Running FreeBSD since 2.1.5-RELEASE.               FreeBSD: The Power to Serve!
"Unix is user friendly, it's just particular about the friends it chooses."

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?15479.20971.74555.851490>