Bug 148210 - print/jadetex: fix build
Summary: print/jadetex: fix build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-28 13:50 UTC by Steve Wills
Modified: 2010-09-11 18:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Wills 2010-06-28 13:50:01 UTC
The print/jadetex port seems to fail for me with FORCE_MAKE_JOBS defined.
It seems to need MAKE_JOBS_UNSAFE defined.

Fix: 

+MAKE_JOBS_UNSAFE=      yes
 MAKE_ENV=      TEXMFCNF=${FILESDIR}:${TEXMFDIR}/web2c

 PKGMESSAGE=    ${WRKDIR}/pkg-message--dkYt6IXVbBTgC8Kncvus3JAYlf1NSQxLvcNrf6qT9LtK3oEe
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile.orig       2010-06-28 08:43:01.398013547 -0400
+++ Makefile    2010-06-28 08:38:08.256110865 -0400
@@ -18,6 +18,7 @@
 LIB_DEPENDS=   png.6:${PORTSDIR}/graphics/png
 RUN_DEPENDS=   etex:${PORTSDIR}/print/teTeX-base
How-To-Repeat: Try to build print/jadetex with FORCE_MAKE_JOBS defined.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-28 13:50:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->hrs

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2010-09-10 02:14:54 UTC
Responsible Changed
From-To: hrs->swills

swills is now a committer
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-09-11 18:29:29 UTC
swills      2010-09-11 17:29:25 UTC

  FreeBSD ports repository

  Modified files:
    print/jadetex        Makefile 
  Log:
  - Mark MAKE_JOBS_UNSAFE=yes
  
  PR:             ports/148210
  Approved by:    maintainer timeout (hrs ; 75 days), pgollucci (mentor)
  
  Revision  Changes    Path
  1.37      +1 -0      ports/print/jadetex/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Steve Wills freebsd_committer freebsd_triage 2010-09-11 18:30:28 UTC
State Changed
From-To: open->closed

Committed. Thanks!