FreeBSD Bugzilla – Attachment 66301 Details for
Bug 98024
Update port: sysutils/prips
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.78 KB, created by
tkato432
on 2006-05-27 18:10:28 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2006-05-27 18:10:28 UTC
Size:
3.78 KB
patch
obsolete
>diff -urN /usr/ports/sysutils/prips/Makefile sysutils/prips/Makefile >--- /usr/ports/sysutils/prips/Makefile Thu Apr 6 02:11:15 2006 >+++ sysutils/prips/Makefile Fri May 26 03:54:28 2006 >@@ -8,26 +8,25 @@ > PORTNAME= prips > PORTVERSION= 0.9.4 > CATEGORIES= sysutils >-MASTER_SITES= http://ipsc.sourceforge.net/dist/prips/ >-DISTNAME= ${PKGNAME}-src >+MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} >+DISTNAME= ${PORTNAME}_${PORTVERSION}.orig > > MAINTAINER= ports@FreeBSD.org > COMMENT= Prints IP subnet ranges by list or CIDR > >-WRKSRC= ${WRKDIR}/prips >+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} >+MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" >+ >+PORTDOCS= README >+PLIST_FILES= bin/prips > > .include <bsd.port.pre.mk> > > do-install: >- @${INSTALL_PROGRAM} ${WRKSRC}/prips ${PREFIX}/bin >- >-post-install: >+ ${INSTALL_PROGRAM} ${WRKSRC}/prips ${PREFIX}/bin > .if !defined(NOPORTDOCS) > @${MKDIR} ${DOCSDIR} >- @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README >-.else >- @${SED} 's#share/doc/prips/README##' ${TMPPLIST} > ${WRKDIR}/PLIST.tmp >- @${SED} 's#@dirrm share/doc/prips##' ${WRKDIR}/PLIST.tmp > ${TMPPLIST} >+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} > .endif > > .include <bsd.port.post.mk> >diff -urN /usr/ports/sysutils/prips/distinfo sysutils/prips/distinfo >--- /usr/ports/sysutils/prips/distinfo Tue Jan 24 13:41:17 2006 >+++ sysutils/prips/distinfo Fri May 26 03:54:38 2006 >@@ -1,3 +1,3 @@ >-MD5 (prips-0.9.4-src.tar.gz) = 044283b90bfbbd6a858321202d031c2c >-SHA256 (prips-0.9.4-src.tar.gz) = 8ae088ec24c7a122ff2760f266732ec39a6b4c2d8e1d8500181dd6e4aa475580 >-SIZE (prips-0.9.4-src.tar.gz) = 6299 >+MD5 (prips_0.9.4.orig.tar.gz) = e09f2825c81c44a7e27528b942989d61 >+SHA256 (prips_0.9.4.orig.tar.gz) = 0bc9b696810f3b05bd5b174fa60a393a37884831b3bbed3ec2fc690d21beb87b >+SIZE (prips_0.9.4.orig.tar.gz) = 6292 >diff -urN /usr/ports/sysutils/prips/files/patch-aa sysutils/prips/files/patch-aa >--- /usr/ports/sysutils/prips/files/patch-aa Wed Jan 12 13:29:56 2000 >+++ sysutils/prips/files/patch-aa Thu Jan 1 09:00:00 1970 >@@ -1,8 +0,0 @@ >---- Makefile.orig Tue Jan 11 20:25:33 2000 >-+++ Makefile Tue Jan 11 20:25:41 2000 >-@@ -1,5 +1,3 @@ >--CC=gcc >--CFLAGS=-g -Wall -O2 >- LIBS=-lm >- >- all: prips >diff -urN /usr/ports/sysutils/prips/files/patch-except.c sysutils/prips/files/patch-except.c >--- /usr/ports/sysutils/prips/files/patch-except.c Thu Jan 1 09:00:00 1970 >+++ sysutils/prips/files/patch-except.c Fri May 26 03:59:36 2006 >@@ -0,0 +1,9 @@ >+--- except.c.orig Wed Jun 2 10:50:51 1999 >++++ except.c Fri May 26 03:59:25 2006 >+@@ -1,5 +1,6 @@ >+ #include <stdio.h> >+ #include <stdlib.h> >++#include <string.h> >+ #include <ctype.h> >+ #include <math.h> >+ #include <assert.h> >diff -urN /usr/ports/sysutils/prips/files/patch-prips.c sysutils/prips/files/patch-prips.c >--- /usr/ports/sysutils/prips/files/patch-prips.c Thu Jan 1 09:00:00 1970 >+++ sysutils/prips/files/patch-prips.c Fri May 26 03:56:47 2006 >@@ -0,0 +1,12 @@ >+--- prips.c.orig Tue Dec 14 12:44:46 1999 >++++ prips.c Fri May 26 03:56:39 2006 >+@@ -1,8 +1,7 @@ >++#include "prips.h" >+ #include <stdio.h> >+ #include <stdlib.h> >+ #include <math.h> >+-#include <arpa/inet.h> >+-#include "prips.h" >+ >+ #if !defined(INET_ADDRSTRLEN) >+ #define INET_ADDRSTRLEN 16 >diff -urN /usr/ports/sysutils/prips/pkg-descr sysutils/prips/pkg-descr >--- /usr/ports/sysutils/prips/pkg-descr Fri Sep 22 23:54:32 2000 >+++ sysutils/prips/pkg-descr Fri May 26 03:52:02 2006 >@@ -2,6 +2,4 @@ > range. It can enhance the usability of tools that are made to work on only > one host at a time (e.g. whois). > >-WWW: http://ipsc.sourceforge.net/software.html >- > -Jeremy <jeremy@external.org> >diff -urN /usr/ports/sysutils/prips/pkg-plist sysutils/prips/pkg-plist >--- /usr/ports/sysutils/prips/pkg-plist Thu Oct 30 10:54:32 2003 >+++ sysutils/prips/pkg-plist Thu Jan 1 09:00:00 1970 >@@ -1,3 +0,0 @@ >-bin/prips >-%%PORTDOCS%%%%DOCSDIR%%/README >-%%PORTDOCS%%@dirrm %%DOCSDIR%%
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 98024
: 66301