This is the update for the new version of GNU Scientific Libraries (GSL) ver 1.5. The following bugs were fixed in ver. 1.5 : Fix: Apply the following patches. The port was tested with portlint -Av and showed only one minor warning. The port was also tested in accordance with sect. 3.4, of the Porters Handbook and only one warning occurred Namely, that the directory /usr/local/libdata/pkgconfig could not be deleted. This was so as it contained other files besides the ones pertaining to GSL. --=-/l+BUD6BheuqWXpRpSsT Content-Disposition: attachment; filename=Makefile.diff Content-Type: text/x-patch; name=Makefile.diff; charset=us-ascii Content-Transfer-Encoding: 7bit --=-/l+BUD6BheuqWXpRpSsT Content-Disposition: attachment; filename=gslpkg-plits.diff Content-Type: text/x-patch; name=gslpkg-plits.diff; charset=us-ascii Content-Transfer-Encoding: 7bit --=-/l+BUD6BheuqWXpRpSsT----IpWxGqmOoUtv2OL0YAR3LLrlXAk92UKL4WSXs7YTMpJFvZfM Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- /home/xfce/GSL/Makefile Mon Jul 5 14:47:20 2004 +++ Makefile Mon Jul 5 15:38:16 2004 @@ -6,7 +6,7 @@ # PORTNAME= gsl -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} .endif -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jon.drews@gmail.com COMMENT= The GNU Scientific Library - mathematical libs INSTALLS_SHLIB= yes How-To-Repeat: N/A this is an update.
State Changed From-To: open->closed Committed, thanks! NB: - distinfo wasn't updated - the rmdir-line was okay, cf. Sec. 16.11 of the Porter's Handbook