From owner-freebsd-ports Sat Feb 23 0:25:17 2002 Delivered-To: freebsd-ports@freebsd.org Received: from ip68-2-87-144.ph.ph.cox.net (ip68-2-87-144.ph.ph.cox.net [68.2.87.144]) by hub.freebsd.org (Postfix) with ESMTP id 7817B37B402 for ; Sat, 23 Feb 2002 00:25:15 -0800 (PST) Received: from whale.home-net (whale [192.168.1.2]) by ip68-2-87-144.ph.ph.cox.net (8.11.6/8.11.6) with ESMTP id g1N8PF410591 for ; Sat, 23 Feb 2002 01:25:15 -0700 (MST) (envelope-from johnjen@reynoldsnet.org) Received: (from jjreynold@localhost) by whale.home-net (8.11.6/8.11.6) id g1N8PFS16683; Sat, 23 Feb 2002 01:25:15 -0700 (MST) (envelope-from johnjen@reynoldsnet.org) From: John Reynolds MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15479.20971.74555.851490@whale.home-net> Date: Sat, 23 Feb 2002 01:25:15 -0700 To: ports@freebsd.org Subject: please relook at ports/34835! X-Mailer: VM 6.88 under Emacs 20.7.1 Cc: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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