Bug 111400 - graphics/pstoedit: with version 3.44* have broken graphics/autotrace-0.31.1_7
Summary: graphics/pstoedit: with version 3.44* have broken graphics/autotrace-0.31.1_7
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-09 10:30 UTC by bf
Modified: 2007-06-15 14:20 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 bf 2007-04-09 10:30:02 UTC
The elimination of the pstoedit-config script with pstoedit 3.44* has broken
the pstoedit-dependent features of autotrace-0.31.1_7, which still uses the
script to detect and enable these features. A snippet of a typical build
failure:

*** Checking pstoedit existence TWICE(if needed) ***
*** This is the 1st check                        ***
checking for pstoedit-config... no
checking for PSTOEDIT - version >= 3.32.1... no
*** The pstoedit-config script installed by PSTOEDIT could not be found
*** If PSTOEDIT was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the PSTOEDIT_CONFIG environment variable to the
*** full path to pstoedit-config.
*** The 1st check is failed.                     ***
*** This is the 2nd check                        ***
checking for pstoedit-config... (cached) no
checking for PSTOEDIT - version >= 3.32.0... no
*** The pstoedit-config script installed by PSTOEDIT could not be found
*** If PSTOEDIT was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the PSTOEDIT_CONFIG environment variable to the
*** full path to pstoedit-config.
*** The 2nd check is failed.                     ***
configure: WARNING:
*** Cannot find libpstoedit. ***
*** Output functions using libpstoedit are disabled ***
configure: creating ./config.status
config.status: creating Makefile
config.status: creating autotrace-config
config.status: creating autotrace.pc
config.status: creating autotrace.spec
config.status: creating config.h
config.status: executing default-1 commands
config.status: executing default commands


Configuration:
        imagemagick output support:     yes
        libpng output support:          yes
        swf output support by ming:     yes
        pstoedit output support:        no


===>  Building for autotrace-0.31.1_7


The autotrace code needs to be changed to use pkg-config instead, or a version
of the older pstoedit-config script needs to suitably modified and distributed
with either autotrace or pstoedit.
Comment 1 Remko Lodder freebsd_committer freebsd_triage 2007-04-09 10:31:19 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

Reassign to ports team
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2007-06-15 12:40:48 UTC
State Changed
From-To: open->closed

I patched autotraced port to use pkg-config.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-06-15 14:11:08 UTC
pav         2007-06-15 13:10:58 UTC

  FreeBSD ports repository

  Modified files:
    graphics/autotrace   Makefile 
  Removed files:
    graphics/autotrace/files patch-configure 
  Log:
  - Fix pstoedit detection in configure script, pstoedit switched to pkg-config
    recently
  - Style
  
  PR:             ports/111400
  Reported by:    bf <bf2006a@yahoo.com>
  
  Revision  Changes    Path
  1.36      +6 -3      ports/graphics/autotrace/Makefile
  1.2       +0 -13     ports/graphics/autotrace/files/patch-configure (dead)
_______________________________________________
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"