-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


On Mon, 8 Feb 2010 11:38, jhell@ wrote:
---------------------------- PGP Command Output ----------------------------
gpg: Signature made Mon Feb  8 11:38:32 2010 EST using RSA key ID 89D8547E
gpg: Good signature from "jhell <[email protected]>"
----------- Begin PGP Signed Message Verified 2010-02-08 12:58:06 ----------



Some how either WITH_MAX_DEBUG is getting set or somewhere in the sources
is overriding and turning on --with-profiling-data by default.  I have not
worked out where this is at or even if its a ports problem.  I have
attached the following patch which resolves the issue on my end.

Second note this was also happening on 3.3.10 and did not on 3.3.9, seeing
as these are newer release I believe there to be something in the source
that was just not turned off.

Third note: configure: WARNING: Unrecognized options: --with-ncalrpcdir
Should be: --with-ncalprcdir as noted by configure. Maybe a misspelling on
their end but does not help us here.

--- Makefile.orig       2010-02-08 11:21:38.539337896 -0500
+++ Makefile    2010-02-08 11:34:56.948622858 -0500
@@ -59,12 +59,13 @@
                       --with-pammodulesdir="${SAMBA_LIBDIR}" \
                       --localstatedir="${VARDIR}" \
                       --with-piddir="${SAMBA_RUNDIR}" \
-                       --with-ncalrpcdir="${SAMBA_RUNDIR}/ncalrpc" \
+                       --with-ncalprcdir="${SAMBA_RUNDIR}/ncalrpc" \
                       --with-lockdir="${SAMBA_LOCKDIR}" \
                       --with-statedir="${SAMBA_LOCKDIR}" \
                       --with-cachedir="${SAMBA_LOCKDIR}" \
                       --with-privatedir="${SAMBA_PRIVATEDIR}" \
-                       --with-logfilebase="${SAMBA_LOGDIR}"
+                       --with-logfilebase="${SAMBA_LOGDIR}" \
+                       --without-profiling-data

CPPFLAGS+=             -I${LOCALBASE}/include
LDFLAGS+=              -L${LOCALBASE}/lib

--

jhell


------------ End PGP Signed Message Verified 2010-02-08 12:58:06 -----------


Apparently this patch really didn't fix the profiling problem. But on the other hand it does get rid of the configure error with the misspelling of ncalrpcdir.

Profiling is being enabled elsewhere...

- --
 jhell

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (FreeBSD)

iQEcBAEBAgAGBQJLcFGCAAoJEJBXh4mJ2FR+L/YH/RBLjvkCOWdjHbBXZoR4X8wc
rKGGXiJn1bT0cQ6rpr/daEeBQv0iEQ7FaAU3gqrFXRexjmAFx7ETitNZwZA2AAYd
yJNyzM1H3xtf+0I6BvqEtzghz3k19OUhn3/Yrn1t8bp4MsYJteiTy3v454TgEBz2
jhAze4V8P/N8eVsO9+h/GOJTA1EIM6LAagDMuH11d9UtuNtmeuFvgQf1MgXZeB0i
f1scRPftLgIdkD+RzugCsjGeS5n393fT7tDvmTNrQq82P0aBl9hGXaNAkNH0bDxc
CZ7cfCd6v1XHulVNUdqg2Cmpp+15AlKsy2ulWVP0sA8y31Fkx2tUZNBRuaxISpU=
=3vSe
-----END PGP SIGNATURE-----
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"

Reply via email to