On Tue, Jun 06, 2017 at 12:05:57PM -0400, Bryan Steele wrote: > > > SELECT FULLPKGPATH,MODULES,WANTLIB FROM Ports WHERE MODULES LIKE '%gcc4%' > > > AND WA > > > NTLIB NOT LIKE '%CXX%' AND WANTLIB NOT LIKE '%stdc++%'; > > > > I think you're actually wanting > > > > ... wantlib not like '%LIBECXX%' and wantlib not like '%estdc++%' > > I believe the point here was to generate a list of ports using ports gcc4, > but not depending on C++, so this should exclude both. > > -Bryan.
Hmm, Actually I guess we also want ports using gcc4, but using base stdc++ as well.