FreeBSD Bugzilla – Attachment 27678 Details for
Bug 46858
Update of news/tin, addition of some conditionals
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.29 KB, created by
Philip Paeps
on 2003-01-08 10:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Philip Paeps
Created:
2003-01-08 10:50:01 UTC
Size:
2.29 KB
patch
obsolete
>diff -Nur tin.old/Makefile tin/Makefile >--- tin.old/Makefile Mon Sep 2 06:27:13 2002 >+++ tin/Makefile Sun Nov 24 20:12:00 2002 >@@ -6,12 +6,9 @@ > # > > PORTNAME= tin >-PORTVERSION= 1.5.12 >-PORTREVISION= 1 >+PORTVERSION= 1.5.16 > CATEGORIES+= news ipv6 >-MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/v1.5/ \ >- ftp://nuxi.ucdavis.edu/pub/tin/v1.5/ \ >- ftp://ftp.nuxi.com/pub/tin/v1.5/ >+MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/unstable/snapshots/ > > MAINTAINER?= ache@FreeBSD.org > >@@ -26,17 +23,9 @@ > --with-spooldir=/var/news \ > --with-libdir=${PREFIX}/news/lib \ > --with-defaults-dir=${PREFIX}/etc \ >- --with-editor=/usr/bin/ee \ > --enable-nls \ >- --enable-ipv6 \ >- --enable-curses \ >- --with-ncurses \ >- --disable-mime-strict-charset \ >- --enable-forgery \ >+ --with-screen=ncurses \ > --enable-break-long-lines \ >- --with-pgp=${PREFIX}/bin/pgp \ >- --with-ispell=${PREFIX}/bin/ispell \ >- --with-metamail=${PREFIX}/bin/metamail \ > --with-mime-default-charset=US-ASCII > CONFIGURE_ENV= CFLAGS='${CFLAGS} -DNNTP_SERVER_FILE="\"${PREFIX}/etc/nntpserver\""' \ > CPPFLAGS='${CPPFLAGS} -I${LOCALBASE}/include' \ >@@ -47,6 +36,34 @@ > > .if defined(WITH_TIN_NNTP_ONLY) > CONFIGURE_ARGS+= --enable-nntp-only >+.endif >+ >+.if defined(WITH_TIN_PGP) >+BUILD_DEPENDS+= ${LOCALBASE}/bin/pgp:${PORTSDIR}/security/pgp6 >+CONFIGURE_ARGS+= --with-pgp=${LOCALBASE}/bin/pgp \ >+ --without-pgpk \ >+ --without-gpg >+.elif defined(WITH_TIN_GPG) >+BUILD_DEPENDS+= ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg >+CONFIGURE_ARGS+= --with-gpg=${LOCALBASE}/bin/gpg \ >+ --without-pgp \ >+ --without-pgpk >+.else >+CONFIGURE_ARGS+= --disable-pgp-gpg >+.endif >+ >+.if defined(WITH_TIN_IPV6) >+CONFIGURE_ARGS+= --enable-ipv6 >+.endif >+ >+.if defined(WITH_TIN_ISPELL) >+BUILD_DEPENDS+= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell >+CONFIGURE_ARGS+= --with-ispell=${LOCALBASE}/bin/ispell >+.endif >+ >+.if defined(WITH_TIN_METAMAIL) >+BUILD_DEPENDS+= ${LOCALBASE}/bin/metamail:${PORTSDIR}/mail/metamail >+CONFIGURE_ARGS+= --with-metamail=${LOCABASE}/bin/metamail > .endif > > post-patch: >diff -Nur tin.old/distinfo tin/distinfo >--- tin.old/distinfo Sat May 25 16:51:17 2002 >+++ tin/distinfo Sun Nov 24 19:47:56 2002 >@@ -1 +1 @@ >-MD5 (tin-1.5.12.tar.bz2) = 8d5e6ee1a2b979cdf457c4d8f1b6799d >+MD5 (tin-1.5.16.tar.bz2) = 53d66dd99aad38346cef58be5ea1f0b2
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 46858
: 27678