ports/sysutils/sformat/files/patch-TARGETS::Targetdirs
Marius Strobl 12657ca8d2 - Use the libschily sources taken from cdrtools 2.01.01a07 instead of those
shipping with sformat 3.5 for building sformat; the former include their
  own version of __dtoa() which is no longer externally visible with libc
  symbol versioning turned on (thus breaking the build of stock sformat).
- While here also use MASTER_SITE_LOCAL for providing a backup mirror of
  the sformat 3.5 distfile instead of using a private one.
- Fix the checksumming of sformat.dat on LP64 platforms so sformat doesn't
  erroneously complain about that file containing uncertified data there.
  Bump PORTREVISION for this.

Approved by:	netchild
2006-04-15 11:35:45 +00:00

9 lines
409 B
Text

--- TARGETS/Targetdirs.orig Mon Dec 16 15:33:41 2002
+++ TARGETS/Targetdirs Mon Dec 16 15:34:30 2002
@@ -1,5 +1,4 @@
#ident %W% %E% %Q%
###########################################################################
-DIRS= patches conf inc lib libdeflt libscg librscg \
- sformat rscsi man
+DIRS= conf inc libschily libscg sformat
###########################################################################