mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 23:39:20 -04:00
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
9 lines
409 B
Text
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
|
|
###########################################################################
|