<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/Tools/scripts, branch release/6.3.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F6.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F6.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2007-10-25T21:51:07Z</updated>
<entry>
<title>- Add support for FreeBSD 8.0</title>
<updated>2007-10-25T21:51:07Z</updated>
<author>
<name>Erwin Lansing</name>
<email>erwin@FreeBSD.org</email>
</author>
<published>2007-10-25T21:51:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0a5607536002794f4aacce6a4303c9c981a2dba0'/>
<id>urn:sha1:0a5607536002794f4aacce6a4303c9c981a2dba0</id>
<content type='text'>
- Be more robust about param.h and allow space as well as tab as seperator
  while determining OSVERION
</content>
</entry>
<entry>
<title>s/query-pr.real/query-pr/ to fix getpr after freefall migration</title>
<updated>2007-10-15T19:37:31Z</updated>
<author>
<name>Renato Botelho</name>
<email>garga@FreeBSD.org</email>
</author>
<published>2007-10-15T19:37:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d54475429d95f6e89cdacdb17ea2ab7ff4bcfb22'/>
<id>urn:sha1:d54475429d95f6e89cdacdb17ea2ab7ff4bcfb22</id>
<content type='text'>
Discussed at:	#bsdports
</content>
</entry>
<entry>
<title>Replace two further instances of /var/db/pkg by $PKG_DBDIR.</title>
<updated>2007-09-16T22:24:12Z</updated>
<author>
<name>Gerald Pfeifer</name>
<email>gerald@FreeBSD.org</email>
</author>
<published>2007-09-16T22:24:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=957d2a35c5aeeed0753029d33cca52def8a3656a'/>
<id>urn:sha1:957d2a35c5aeeed0753029d33cca52def8a3656a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use PKG_DBDIR instead of hard-coding /var/db/pkg/.  Do not silently revert</title>
<updated>2007-09-08T16:23:13Z</updated>
<author>
<name>Gerald Pfeifer</name>
<email>gerald@FreeBSD.org</email>
</author>
<published>2007-09-08T16:23:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=df787b975d5f7e7d0c1679f1100f925eb098e23f'/>
<id>urn:sha1:df787b975d5f7e7d0c1679f1100f925eb098e23f</id>
<content type='text'>
to defaults for PORTSDIR and PKG_DBDIR if the respective directory does
not exist, but bail out.

Approved by:	netchild
</content>
</entry>
<entry>
<title>explicit_lib_depends.sh:</title>
<updated>2007-09-04T19:32:36Z</updated>
<author>
<name>Alexander Leidinger</name>
<email>netchild@FreeBSD.org</email>
</author>
<published>2007-09-04T19:32:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0d7a3e7e9f64e12427eb513f7e29f382c79ddf5c'/>
<id>urn:sha1:0d7a3e7e9f64e12427eb513f7e29f382c79ddf5c</id>
<content type='text'>
 - check if an installed libtool records dependencies recursively and
   print a warning if it does
       currently it prints the warning on every system which has libtool
       installed from ports (only my local version doesn't do this, the
       version in the ports is not correctly patched for this, a patch
       similar in complexity (= simple) like the ltdl.m4 one in the
       libtool-port-patch-directory is needed)
 - enhance the regex which is responsible to not print a dependency to
   the port we are just checking
 - add a work in progress (not executed) to collapse the USE_* which
   can have more than one value

neededlibs.sh:
 - we also care about shared libs

resolveportsfromlibs.sh:
 - take care about USE_OPENSSL, USE_EFL, USE_GL, USE_FAM, USE_OPENLDAP,
   USE_SDL
 - search in the "ldconfig -r" output if we can not find the lib ourself
 - a better way of getting the first part of the LIB_DEPENDS stuff
   (lib/libXYZ.so can be specified now too)
 - some line wrapping + whitespace
 - print the origin for the USE_* too (except USE_OPENSSL), so an user
   can make some sanity checks and the explicit_lib_depends.sh can DTRT
   if we check the USE_* port itself
 - warn if we can not determine the right component (can happen for XORG)
   unambiguously.
</content>
</entry>
<entry>
<title>One more sanity check, else /+CONTENS will be searched.</title>
<updated>2007-08-30T16:48:33Z</updated>
<author>
<name>Alexander Leidinger</name>
<email>netchild@FreeBSD.org</email>
</author>
<published>2007-08-30T16:48:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5c2c9f05ad6dc75e42c748e90edf89e64babc701'/>
<id>urn:sha1:5c2c9f05ad6dc75e42c748e90edf89e64babc701</id>
<content type='text'>
</content>
</entry>
<entry>
<title>USE_FREETYPE is for v1, not for v2. Use a perfect match in the case statement.</title>
<updated>2007-08-30T16:47:11Z</updated>
<author>
<name>Alexander Leidinger</name>
<email>netchild@FreeBSD.org</email>
</author>
<published>2007-08-30T16:47:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=142947601fcf11a773a6fa6516732356a3902779'/>
<id>urn:sha1:142947601fcf11a773a6fa6516732356a3902779</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not list libs which come with the port itself.</title>
<updated>2007-08-26T15:03:55Z</updated>
<author>
<name>Alexander Leidinger</name>
<email>netchild@FreeBSD.org</email>
</author>
<published>2007-08-26T15:03:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bd34c2cc9c62a4e59f832dafe5511360255862a4'/>
<id>urn:sha1:bd34c2cc9c62a4e59f832dafe5511360255862a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add explicit_lib_depends.sh.</title>
<updated>2007-08-26T15:02:24Z</updated>
<author>
<name>Alexander Leidinger</name>
<email>netchild@FreeBSD.org</email>
</author>
<published>2007-08-26T15:02:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1fc8d4fdd0684519e7cd108dfaf86c5723533558'/>
<id>urn:sha1:1fc8d4fdd0684519e7cd108dfaf86c5723533558</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Add USE_FREETYPE.</title>
<updated>2007-08-26T14:43:52Z</updated>
<author>
<name>Alexander Leidinger</name>
<email>netchild@FreeBSD.org</email>
</author>
<published>2007-08-26T14:43:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=dd65a20d309c85b625a8d6b09880c3e4ca3b06dd'/>
<id>urn:sha1:dd65a20d309c85b625a8d6b09880c3e4ca3b06dd</id>
<content type='text'>
- Print the portsdir variable in front of the origin for easy copy und paste
  of the output.
</content>
</entry>
</feed>
