Bug 110370 - print/ghostscript-afpl: ghostscript-afpl-8.54_1,1 cannot be built WITH_FT_BRIDGE=yes on 6.2-STABLE i386
Summary: print/ghostscript-afpl: ghostscript-afpl-8.54_1,1 cannot be built WITH_FT_BRI...
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-03-16 02:30 UTC by bf
Modified: 2007-03-18 15:40 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-03-16 02:30:13 UTC
The build of the ghostscript-afpl-8.54_1,1 port WITH_FT_BRIDGE=yes fails at:

./obj/echogs -e .dev -w- -l-obj ./obj/pipe ./obj/gdevpipe.o
./obj/echogs -e .dev -a-  ./obj/pipe -iodev pipe
cc `cat ./obj/cc.tr`  -DHAVE_MKSTEMP -O2 -fno-strict-aliasing -pipe -march=athlon-tbird -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -fno-builtin -fno-common -DUPD_SIGNAL=0 -DHAVE_HYPOT=1 -DSYS_TYPES_HAS_STDINT_TYPES=1 -I/usr/local/include/libpng -I/usr/local/include -DGX_COLOR_INDEX_TYPE='unsigned long long' -I./src -I./obj -I./obj -I./src  -o ./obj/zfapi.o -c ./src/zfapi.c
./obj/echogs -e .dev -w- -l-obj ./obj/fapiu
cc `cat ./obj/cc.tr`  -DHAVE_MKSTEMP -O2 -fno-strict-aliasing -pipe -march=athlon-tbird -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -fno-builtin -fno-common -DUPD_SIGNAL=0 -DHAVE_HYPOT=1 -DSYS_TYPES_HAS_STDINT_TYPES=1 -I/usr/local/include/libpng -I/usr/local/include -DGX_COLOR_INDEX_TYPE='unsigned long long' -I./src -I./obj -I./obj -I./src   -I/usr/tmp/usr/ports/print/ghostscript-afpl/work/ghostscript-8.54/freetype/include -o ./obj/fapi_ft.o -c ./src/fapi_ft.c
./src/fapi_ft.c: In function `free_fapi_glyph_data':
./src/fapi_ft.c:177: warning: cast discards qualifiers from pointer target type
./src/fapi_ft.c: In function `make_rotation':
./src/fapi_ft.c:372: warning: cast discards qualifiers from pointer target type
./src/fapi_ft.c: In function `get_scaled_font':
./src/fapi_ft.c:513: warning: implicit declaration of function `return_error'
./src/fapi_ft.c:513: error: `gs_error_unregistered' undeclared (first use in this function)
./src/fapi_ft.c:513: error: (Each undeclared identifier is reported only once
./src/fapi_ft.c:513: error: for each function it appears in.)
./src/fapi_ft.c: In function `get_char_raster':
./src/fapi_ft.c:724: error: `gs_error_unregistered' undeclared (first use in this function)
./src/fapi_ft.c: At top level:
./src/fapi_ft.c:796: warning: initialization from incompatible pointer type
./src/fapi_ft.c:797: warning: initialization from incompatible pointer type
./src/fapi_ft.c:798: warning: initialization from incompatible pointer type
./src/fapi_ft.c:799: warning: initialization from incompatible pointer type
gmake: *** [obj/fapi_ft.o] Error 1
*** Error code 2

Stop in /usr/ports/print/ghostscript-afpl.


The port can be successfully built with the knobs WITH_SHLIB=yes and WITH_SVGALIB=yes.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2007-03-16 02:51:12 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

Reclassify.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-18 15:30:38 UTC
arved       2007-03-18 15:30:31 UTC

  FreeBSD ports repository

  Modified files:
    print/ghostscript-afpl/files patch-src:fapi_ft.c 
  Log:
  Fix WITH_FT_BRIDGE knob
  
  PR:             110370
  Reported by:    bf<bf2006a@yahoo.com>
  
  Revision  Changes    Path
  1.2       +9 -3      ports/print/ghostscript-afpl/files/patch-src:fapi_ft.c
_______________________________________________
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 Tilman Keskinoz freebsd_committer freebsd_triage 2007-03-18 15:30:51 UTC
State Changed
From-To: open->closed

I have committed a fix, thanks for reporting