Bug 140875 - print/teTeX-base plist incorrect when WITHOUT_X11
Summary: print/teTeX-base plist incorrect when WITHOUT_X11
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: Hiroki Sato
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-25 20:20 UTC by Andy Clayton
Modified: 2009-12-17 05:29 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 Andy Clayton 2009-11-25 20:20:01 UTC
print/teTeX-base fails to package because the plist lists mf-nowin, but this is apparently not created if X11 libraries are missing:

===>  Building package for teTeX-base-3.0_16
tar: bin/mf-nowin: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256
Creating package /tmp/packages/All/teTeX-base-3.0_16.tbz
Registering depends: ghostscript8-nox11-8.64_7 cups-image-1.3.10_4 cups-client-1.3.10_4 gnutls-2.8.3 libgcrypt-1.4.4 libgpg-error-1.7 gettext-0.17_1 libiconv-1.13.1 gd-2.0.35_2,1 fontconfig-2.6.0,1 freetype2-2.3.9_1 pkg-config-0.23_1 t1lib-5.1.2_1,1 tiff-3.9.2 jbigkit-1.6 jpeg-7 png-1.2.40 texi2html-1.82,1 perl-5.8.9_3 teTeX-texmf-3.0_6 amspsfnt-1.0_5 cmpsfont-1.0_6 gsfonts-8.11_5 tex-texmflocal-1.9 expat-2.0.1 libwww-5.4.0_4.
Registering conflicts: ja-ptex-base-[0-9]* latex2e-[0-9]* tex-[0-9]* dvips-[0-9]* xdvi-[0-9]*.
Creating bzip'd tar ball in '/tmp/packages/All/teTeX-base-3.0_16.tbz'
*** Error code 1

Fix: 

This seems like it might be http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/50021 all over again, as the changes there appear to have been rolled back with some 3.0 merging.
How-To-Repeat: Build print/teTeX-base with WITHOUT_X11=yes
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-11-25 20:21:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->hrs

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-12-16 08:59:11 UTC
hrs         2009-12-16 08:59:02 UTC

  FreeBSD ports repository

  Modified files:
    print/teTeX-base     Makefile pkg-plist 
    print/teTeX-base/files patch-texk-tetex-updmap 
  Log:
  - Fix exit status of updmap when --nomkmap[1].
  - Fix pkg-plist when WITHOUT_X11[2].
  
  Spotted by:     stas[1] and Andy Clayton[2]
  PR:             ports/140875 [2]
  
  Revision  Changes    Path
  1.101     +1 -1      ports/print/teTeX-base/Makefile
  1.3       +11 -2     ports/print/teTeX-base/files/patch-texk-tetex-updmap
  1.37      +2 -2      ports/print/teTeX-base/pkg-plist
_______________________________________________
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 3 Hiroki Sato freebsd_committer freebsd_triage 2009-12-17 05:29:21 UTC
State Changed
From-To: open->closed

Fixed, thanks!