After upgrading libiconv-1.14_2 -> libiconv-1.14_3, git fails any attempts to push / pull with the following message: /usr/local/bin/git-upload-pack: Undefined symbol "locale_charset" fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. Fix: recompile / reinstall git Include an entry in /usr/ports/UPDATING urging the user to recompile after upgrading and / or create a new minor version of the git port.
Responsible Changed From-To: freebsd-ports-bugs->wxs Over to maintainer (via the GNATS Auto Assign Tool)
Not only git should be reinstalled, but all dependant ports (I'm experiencing problems with rsync).
Author: tijl Date: Mon Mar 24 11:48:19 2014 New Revision: 348942 URL: http://svnweb.freebsd.org/changeset/ports/348942 QAT: https://qat.redports.org/buildarchive/r348942/ Log: The previous commit made git use nl_langinfo instead of locale_charset but did not bump PORTREVISION. Bump it now that libiconv no longer exports locale_charset. PR: ports/187894 Modified: head/devel/git/Makefile Modified: head/devel/git/Makefile ============================================================================== --- head/devel/git/Makefile Mon Mar 24 11:46:06 2014 (r348941) +++ head/devel/git/Makefile Mon Mar 24 11:48:19 2014 (r348942) @@ -3,6 +3,7 @@ PORTNAME= git PORTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Fixed in r348942.