FreeBSD Bugzilla – Attachment 71883 Details for
Bug 104593
[PATCH] security/saint: unbreak port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.71 KB, created by
Alexander Logvinov
on 2006-10-20 02:50:17 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alexander Logvinov
Created:
2006-10-20 02:50:17 UTC
Size:
2.71 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/security/saint/Makefile /root/projects/saint/Makefile >--- /usr/ports/security/saint/Makefile Thu Oct 12 09:42:03 2006 >+++ /root/projects/saint/Makefile Fri Oct 20 09:44:05 2006 >@@ -8,6 +8,7 @@ > PORTNAME= saint > PORTVERSION= 3.5.8 > CATEGORIES= security >+MASTER_SITES= ftp://147.102.222.211/pub/security/scanners/saint/ > > MAINTAINER= ports@FreeBSD.org > COMMENT= Security Administrator's Integrated Network Tool >@@ -17,10 +18,6 @@ > BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 > .endif > >-BROKEN= Unfetchable >-DEPRECATED= ${BROKEN} >-EXPIRATION_DATE=2006-12-01 >- > USE_PERL5= yes > MANCOMPRESSED= no > MAN1= saint.1 >@@ -28,27 +25,16 @@ > MAKE_ENV= "LIBS=-lrpcsvc" "XFLAGS=-g -O2 -DSTDC_HEADERS=1 -DGETGROUPS_T=gid_t -DSYS_ERRLIST_DECLARED=1 " "RPCGEN=/usr/bin/rpcgen" > INSTALL_TARGET= all > >-DOWNLOAD_URL?= http://www.wwdsi.com/products/download.html >- > .include <bsd.port.pre.mk> > >-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) >-IGNORE= You must manually fetch the source distribution (${DISTFILES}) \ >- from ${DOWNLOAD_URL}, choose SAINT - Free Trial, place it in \ >- ${DISTDIR} and then run make again >-.endif >-NO_CDROM= yes >- >-pre-install: >- ${MKDIR} ${PREFIX}/saint >- ${TAR} --directory ${WRKSRC} -cf - . --exclude src --exclude Makefile --exclude Makefile.in --exclude old --exclude config.cache --exclude config.log --exclude config.status --exclude configure --exclude configure.in --exclude install-sh --exclude saint.1 | \ >- ${TAR} --directory ${PREFIX}/saint -xf - >-.if !defined(NOPORTDOCS) > do-install: >- ${INSTALL_MAN} ${WRKSRC}/saint.1 ${PREFIX}/man/man1 >+ @${MKDIR} ${PREFIX}/saint >+ ${TAR} -C ${WRKSRC} -cf - -X ${FILESDIR}/excludefiles . | ${TAR} -C ${PREFIX}/saint -xf - >+.if !defined(NOPORTDOCS) >+ ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 > .endif > > post-install: >- ${RM} -rf ${PREFIX}/saint/include/ASM-i386 >+ @${RM} -rf ${PREFIX}/saint/include/ASM-i386 > > .include <bsd.port.post.mk> >diff -ruN --exclude=CVS /usr/ports/security/saint/distinfo /root/projects/saint/distinfo >--- /usr/ports/security/saint/distinfo Sun Jun 1 10:32:01 2003 >+++ /root/projects/saint/distinfo Fri Oct 20 10:27:01 2006 >@@ -1 +1,3 @@ > MD5 (saint-3.5.8.tar.gz) = acc9c776f0ab2f6dc42609221bb98c90 >+SHA256 (saint-3.5.8.tar.gz) = 65800dc15caae4d14cdba045101856948d9fbc85db57e77cffc516030df04c21 >+SIZE (saint-3.5.8.tar.gz) = 878147 >diff -ruN --exclude=CVS /usr/ports/security/saint/files/excludefiles /root/projects/saint/files/excludefiles >--- /usr/ports/security/saint/files/excludefiles Thu Jan 1 09:00:00 1970 >+++ /root/projects/saint/files/excludefiles Fri Oct 20 09:38:32 2006 >@@ -0,0 +1,11 @@ >+src >+Makefile >+Makefile.in >+old >+config.cache >+config.log >+config.status >+configure >+configure.in >+install-sh >+saint.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 104593
: 71883