Kill most instances of PATCH_SITES

This commit is contained in:
espie 2000-02-02 17:02:38 +00:00
parent e5ce6f9944
commit e201e9d26b
16 changed files with 94 additions and 87 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 1999/12/11 02:36:40 brad Exp $ # $OpenBSD: Makefile,v 1.15 2000/02/02 17:02:38 espie Exp $
BROKEN= bad packing lists BROKEN= bad packing lists
@ -8,14 +8,16 @@ PKGNAME= hylafax-4.0.2-A4
.else .else
PKGNAME= hylafax-4.0.2-letter PKGNAME= hylafax-4.0.2-letter
.endif .endif
NEED_VERSION= 1.175
CATEGORIES= comms CATEGORIES= comms
MASTER_SITES= ftp://ftp.sgi.com/sgi/fax/source/ \ MASTER_SITES= ftp://ftp.sgi.com/sgi/fax/source/ \
ftp://ftp.leo.org/pub/comp/os/unix/networking/fax/hylafax/source/ \ ftp://ftp.leo.org/pub/comp/os/unix/networking/fax/hylafax/source/ \
ftp://ftp.sisis.de/pub/hylafax/source/ ftp://ftp.sisis.de/pub/hylafax/source/
MASTER_SITES0= http://www.hylafax.org/patches/
EXTRACT_SUFX= -tar.gz EXTRACT_SUFX= -tar.gz
PATCH_SITES= http://www.hylafax.org/patches/ PATCHFILES= gcc-2.8.x.patch:0
PATCHFILES= gcc-2.8.x.patch
PATCH_DIST_STRIP= -p1 PATCH_DIST_STRIP= -p1
MAINTAINER= d@openbsd.org MAINTAINER= d@openbsd.org
@ -24,7 +26,7 @@ BUILD_DEPENDS= ${PREFIX}/lib/afm/Courier:${PORTSDIR}/print/afm
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5
LIB_DEPENDS= tiff.35:${PORTSDIR}/graphics/tiff LIB_DEPENDS= tiff.35:${PORTSDIR}/graphics/tiff
USE_GMAKE= yes USE_GMAKE= Yes
.if !defined(A4) .if !defined(A4)
PAGESIZE= North American Letter PAGESIZE= North American Letter
@ -35,7 +37,7 @@ PAGESIZE= ISO A4
FAXUID= uucp FAXUID= uucp
FAXGID= dialer FAXGID= dialer
HAS_CONFIGURE= yes HAS_CONFIGURE= Yes
CONFIGURE_ARGS= --with-INSTALL="" \ CONFIGURE_ARGS= --with-INSTALL="" \
--with-MAKE="${GMAKE}" \ --with-MAKE="${GMAKE}" \
--with-CC="${CC}" \ --with-CC="${CC}" \
@ -63,8 +65,8 @@ pre-fetch:
.endif .endif
post-install: post-install:
@${CHOWN} ${FAXUID}.${FAXGID} ${SUID_EXES} @chown ${FAXUID}.${FAXGID} ${SUID_EXES}
@${CHMOD} a=rx,u+s ${SUID_EXES} @chmod a=rx,u+s ${SUID_EXES}
${INSTALL_DATA} ${FILESDIR}/hylafax.sh.sample ${PREFIX}/lib/fax ${INSTALL_DATA} ${FILESDIR}/hylafax.sh.sample ${PREFIX}/lib/fax
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.3 1999/04/01 06:20:04 brad Exp $ # $OpenBSD: Makefile,v 1.4 2000/02/02 17:02:38 espie Exp $
DISTNAME= btoa-5.2 DISTNAME= btoa-5.2
PKGNAME= btoa-5.2.1 PKGNAME= btoa-5.2.1
CATEGORIES= converters CATEGORIES= converters
NEED_VERSION= 1.175
# The readme says both "public domain" and "may not be used commercially". # The readme says both "public domain" and "may not be used commercially".
# I'm being nice to the authors... # I'm being nice to the authors...
@ -12,7 +13,6 @@ RESTRICTED= "no commercial use"
MAINTAINER= angelos@openbsd.org MAINTAINER= angelos@openbsd.org
MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITES= ${MASTER_SITE_LOCAL}
PATCH_SITES= ${MASTER_SITES}
PATCHFILES= btoa-5.2-patch1.gz PATCHFILES= btoa-5.2-patch1.gz
MAKE_FLAGS= DESTDIR=${PREFIX} -f MAKE_FLAGS= DESTDIR=${PREFIX} -f

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 1999/05/30 18:35:17 espie Exp $ # $OpenBSD: Makefile,v 1.2 2000/02/02 17:02:39 espie Exp $
DISTNAME= gperf-2.7 DISTNAME= gperf-2.7
PKGNAME= gperf-2.7-19981006 PKGNAME= gperf-2.7-19981006
@ -11,21 +11,18 @@ MAINTAINER= espie@cvs.openbsd.org
MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gperf MASTER_SITE_SUBDIR= gperf
DIRECTORY= egcs/infrastructure/ DIRECTORY= egcs/infrastructure/
PATCH_SITES= ftp://egcs.cygnus.com/pub/${DIRECTORY} MASTER_SITES0= ftp://egcs.cygnus.com/pub/${DIRECTORY}
PATCH_SITES+= ftp://ftp.goof.com/pub/pcg/${DIRECTORY} MASTER_SITES0+= ftp://ftp.goof.com/pub/pcg/${DIRECTORY}
PATCH_SITES+= ftp://go.cygnus.com/pub/ftp.cygnus.com/${DIRECTORY} MASTER_SITES0+= ftp://go.cygnus.com/pub/ftp.cygnus.com/${DIRECTORY}
PATCH_DIST_STRIP=-p1 PATCH_DIST_STRIP=-p1
PATCHFILES= gperf-2.7-19981006.pat PATCHFILES= gperf-2.7-19981006.pat:0
NEED_VERSION=1.71 NEED_VERSION=1.175
SEPARATE_BUILD= concurrent SEPARATE_BUILD= concurrent
GNU_CONFIGURE= yes GNU_CONFIGURE= Yes
post-install: post-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
@install-info ${PREFIX}/info/make.info ${PREFIX}/info/dir @install-info ${PREFIX}/info/make.info ${PREFIX}/info/dir

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 1999/12/20 00:37:57 espie Exp $ # $OpenBSD: Makefile,v 1.5 2000/02/02 17:02:40 espie Exp $
# $FreeBSD: Makefile,v 1.13 1997/12/25 22:29:17 asami Exp $ # $FreeBSD: Makefile,v 1.13 1997/12/25 22:29:17 asami Exp $
DISTNAME= nethack-3.2.3 DISTNAME= nethack-3.2.3
@ -10,18 +10,18 @@ MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/oldver/3.2.2/src/ \
DISTFILES= nethack-3.2.2.tar.gz DISTFILES= nethack-3.2.2.tar.gz
WRKSRC=${WRKDIR}/nethack-3.2.2 WRKSRC=${WRKDIR}/nethack-3.2.2
PATCH_SITES= ftp://ftp.nethack.org/pub/nethack/oldver/3.2.3/src/ MASTER_SITES0= ftp://ftp.nethack.org/pub/nethack/oldver/3.2.3/src/
PATCHFILES=nh-3.2.2-3.2.3.diff PATCHFILES=nh-3.2.2-3.2.3.diff:0
MASTER_SITE_SUBDIR= nethack MASTER_SITE_SUBDIR= nethack
NEED_VERSION= 1.114 NEED_VERSION= 1.175
MAINTAINER= espie@openbsd.org MAINTAINER= espie@openbsd.org
USE_GMAKE= yes USE_GMAKE= Yes
USE_X11= yes USE_X11= Yes
NHDIR= ${PREFIX}/lib/nethackdir NHDIR= ${PREFIX}/lib/nethackdir
MAKE_ENV+= NHDIR=${NHDIR} MAKE_ENV+= NHDIR=${NHDIR}

View File

@ -1,27 +1,29 @@
# $OpenBSD: Makefile,v 1.6 1999/06/09 20:20:15 brad Exp $ # $OpenBSD: Makefile,v 1.7 2000/02/02 17:02:39 espie Exp $
DISTNAME= giflib-4.1.0 DISTNAME= giflib-4.1.0
CATEGORIES= graphics CATEGORIES= graphics
MASTER_SITES0= http://www.arrakeen.demon.co.uk/giflib/
MASTER_SITES= ${MASTER_SITE_SUNSITE} \ MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://www.arrakeen.demon.co.uk/giflib/ ${MASTER_SITES0}
MASTER_SITE_SUBDIR= libs/giflib MASTER_SITE_SUBDIR= libs/giflib
PATCH_SITES= http://www.arrakeen.demon.co.uk/giflib/ PATCHFILES= giflib-4.1.0-19990224.patch.gz:0 \
PATCHFILES= giflib-4.1.0-19990224.patch.gz \ giflib-4.1.0-19990305.patch.gz:0 \
giflib-4.1.0-19990305.patch.gz \ giflib-4.1.0-19990322.patch.gz:0 \
giflib-4.1.0-19990322.patch.gz \ giflib-4.1.0-19990415.patch.gz:0 \
giflib-4.1.0-19990415.patch.gz \ giflib-4.1.0-19990523.patch.gz:0
giflib-4.1.0-19990523.patch.gz
PATCH_DIST_STRIP= -p1 PATCH_DIST_STRIP= -p1
NEED_VERSION= 1.73 NEED_VERSION= 1.175
MAINTAINER= yanick@fries.net MAINTAINER= yanick@fries.net
USE_GMAKE= yes USE_GMAKE= Yes
SYSCONFDIR= ${PREFIX}/lib SYSCONFDIR= ${PREFIX}/lib
SEPARATE_BUILD= concurrent SEPARATE_BUILD= concurrent
GNU_CONFIGURE= yes GNU_CONFIGURE= Yes
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static --sysconfdir=${SYSCONFDIR} CONFIGURE_ARGS+= --enable-static --sysconfdir=${SYSCONFDIR}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 1998/10/18 05:02:07 marc Exp $ # $OpenBSD: Makefile,v 1.3 2000/02/02 17:02:39 espie Exp $
# #
DISTNAME= kterm-6.2.0 DISTNAME= kterm-6.2.0
@ -6,14 +6,15 @@ PKGNAME= ja-kterm-6.2.0
CATEGORIES= japanese x11 CATEGORIES= japanese x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications MASTER_SITE_SUBDIR= applications
NEED_VERSION= 1.175
PATCH_SITES= ftp://ftp.sra.co.jp/pub/x11/kterm/ MASTER_SITES0= ftp://ftp.sra.co.jp/pub/x11/kterm/
PATCHFILES= kterm-6.2.0.NFS-xauth.patch PATCHFILES= kterm-6.2.0.NFS-xauth.patch:0
MAINTAINER= ports@openbsd.org MAINTAINER= ports@openbsd.org
USE_IMAKE= yes USE_IMAKE= Yes
.if exists(/usr/X11R6/lib/libXaw3d.a) && !defined(PACKAGE_BUILDING) .if exists(/usr/X11R6/lib/libXaw3d.a) && !defined(PACKAGE_BUILDING)
post-patch: post-patch:

View File

@ -5,7 +5,7 @@
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
# #
# $FreeBSD: Makefile,v 1.13 1998/07/17 20:36:13 steve Exp $ # $FreeBSD: Makefile,v 1.13 1998/07/17 20:36:13 steve Exp $
# $OpenBSD: Makefile,v 1.3 1999/09/26 21:57:26 espie Exp $ # $OpenBSD: Makefile,v 1.4 2000/02/02 17:02:39 espie Exp $
# #
DISTNAME= less-332 DISTNAME= less-332
@ -13,21 +13,22 @@ PKGNAME= ja-less-332-248
CATEGORIES= japanese CATEGORIES= japanese
MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= less MASTER_SITE_SUBDIR= less
NEDD_VERSION= 1.175
PATCH_SITES= ftp://ftp.big.or.jp/pub/usr2/jam/less/ MASTER_SITES0= ftp://ftp.big.or.jp/pub/usr2/jam/less/
PATCHFILES= less-332-iso242.patch.gz \ PATCHFILES= less-332-iso242.patch.gz:0 \
less-332-iso242-243.patch.gz \ less-332-iso242-243.patch.gz:0 \
less-332-iso243-244.patch.gz \ less-332-iso243-244.patch.gz:0 \
less-332-iso244-245.patch.gz \ less-332-iso244-245.patch.gz:0 \
less-332-iso245-247.patch.gz \ less-332-iso245-247.patch.gz:0 \
less-332-iso247-248.patch.gz less-332-iso247-248.patch.gz:0
PATCH_DIST_STRIP= -p1 PATCH_DIST_STRIP= -p1
MAINTAINER=espie@openbsd.org MAINTAINER=espie@openbsd.org
#MAINTAINER= nobu@psrc.isac.co.jp #MAINTAINER= nobu@psrc.isac.co.jp
GNU_CONFIGURE= yes GNU_CONFIGURE= Yes
MAN1= jless.1 jlesskey.1 MAN1= jless.1 jlesskey.1
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.24 1999/09/17 11:42:05 espie Exp $ # $OpenBSD: Makefile,v 1.25 2000/02/02 17:02:39 espie Exp $
# This is a configuration file for egcs, stable release. # This is a configuration file for egcs, stable release.
# it only works right with a recent bsd.port.mk. # it only works right with a recent bsd.port.mk.
NEED_VERSION=1.73 NEED_VERSION=1.175
# we could remove this dependency by patching configure, but this is not # we could remove this dependency by patching configure, but this is not
# reasonable... # reasonable...
@ -123,8 +123,6 @@ MASTER_SITES+= ftp://cair-archive.kaist.ac.kr/pub/gnu/${DIRECTORY}
MASTER_SITES+= ftp://linux.ihep.su/pub/cygnus/${DIRECTORY} MASTER_SITES+= ftp://linux.ihep.su/pub/cygnus/${DIRECTORY}
MASTER_SITES+= ftp://linux.cis.nctu.edu.tw/pub/packages/pcg/${DIRECTORY} MASTER_SITES+= ftp://linux.cis.nctu.edu.tw/pub/packages/pcg/${DIRECTORY}
PATCH_SITES= ${MASTER_SITES}
# Misc bug sections # Misc bug sections
pre-fetch: pre-fetch:
.if (${MACHINE_ARCH} == "i386") .if (${MACHINE_ARCH} == "i386")

View File

@ -3,7 +3,7 @@
# Date created: April 8, 1998 # Date created: April 8, 1998
# Whom: Angelos D. Keromytis # Whom: Angelos D. Keromytis
# #
# $OpenBSD: Makefile,v 1.1.1.1 1998/04/30 23:51:57 marc Exp $ # $OpenBSD: Makefile,v 1.2 2000/02/02 17:02:39 espie Exp $
# #
DISTNAME= mh-6.8.3 DISTNAME= mh-6.8.3
@ -12,8 +12,9 @@ CATEGORIES= mail
MASTER_SITES= ftp://ftp.ics.uci.edu/pub/mh/tar/ MASTER_SITES= ftp://ftp.ics.uci.edu/pub/mh/tar/
EXTRACT_SUFX= .tar.Z EXTRACT_SUFX= .tar.Z
PATCH_SITES= ftp://ftp.ics.uci.edu/pub/mh/updates/ NEED_VERSION= 1.175
PATCHFILES= MH.6.8.4.Z MASTER_SITES0= ftp://ftp.ics.uci.edu/pub/mh/updates/
PATCHFILES= MH.6.8.4.Z:0
MAINTAINER= angelos@openbsd.org MAINTAINER= angelos@openbsd.org

View File

@ -3,18 +3,18 @@
# Date created: June 6 1998 # Date created: June 6 1998
# Whom: Angelos D. Keromytis # Whom: Angelos D. Keromytis
# #
# $OpenBSD: Makefile,v 1.2 1999/09/22 10:44:21 espie Exp $ # $OpenBSD: Makefile,v 1.3 2000/02/02 17:02:39 espie Exp $
# #
NEED_VERSION= 1.116 NEED_VERSION= 1.175
DISTNAME= mmv DISTNAME= mmv
PKGNAME= mmv-1.01b PKGNAME= mmv-1.01b
CATEGORIES= misc CATEGORIES= misc
MASTER_SITES= ftp://gatekeeper.dec.com/pub/usenet/comp.sources.unix/volume21/mmv/ MASTER_SITES= ftp://gatekeeper.dec.com/pub/usenet/comp.sources.unix/volume21/mmv/
DISTFILES= part01.Z part02.Z DISTFILES= part01.Z part02.Z
PATCH_SITES= ftp://gatekeeper.dec.com/pub/usenet/comp.sources.unix/volume22/ MASTER_SITES0= ftp://gatekeeper.dec.com/pub/usenet/comp.sources.unix/volume22/
PATCHFILES= mmv.pch.Z PATCHFILES= mmv.pch.Z:0
MAINTAINER= angelos@openbsd.org MAINTAINER= angelos@openbsd.org

View File

@ -1,15 +1,16 @@
# $OpenBSD: Makefile,v 1.5 2000/01/24 15:29:44 itojun Exp $ # $OpenBSD: Makefile,v 1.6 2000/02/02 17:02:40 espie Exp $
DISTNAME= mtr-0.41 DISTNAME= mtr-0.41
CATEGORIES= net CATEGORIES= net
MAINTAINER= jakob@openbsd.org MAINTAINER= jakob@openbsd.org
NEED_VERSION= 1.175
MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \ MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \
ftp://ftp.lysator.liu.se/mirror/unix/mtr/ ftp://ftp.lysator.liu.se/mirror/unix/mtr/
PATCHFILES= mtr-041-v6-19990903b.diff.gz MASTER_SITES0= ftp://ftp.kame.net/pub/kame/misc/
PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ PATCHFILES= mtr-041-v6-19990903b.diff.gz:0
PATCH_DIST_STRIP= -p1 PATCH_DIST_STRIP= -p1
GNU_CONFIGURE= yes GNU_CONFIGURE= yes

View File

@ -1,19 +1,18 @@
# $OpenBSD: Makefile,v 1.47 1999/12/13 03:04:54 brad Exp $ # $OpenBSD: Makefile,v 1.48 2000/02/02 17:02:38 espie Exp $
DISTNAME= ssh-1.2.27 DISTNAME= ssh-1.2.27
CATEGORIES= security net CATEGORIES= security net
NEED_VERSION= 1.175
MASTER_SITES= http://the.wiretapped.net/security/cryptography/ssh/SSH/ \ MASTER_SITES= http://the.wiretapped.net/security/cryptography/ssh/SSH/ \
ftp://ftp.cs.hut.fi/pub/ssh/ \ ftp://ftp.cs.hut.fi/pub/ssh/ \
ftp://ftp.funet.fi/pub/unix/security/login/ssh/ \ ftp://ftp.funet.fi/pub/unix/security/login/ssh/ \
ftp://ftp.cert.dfn.de/pub/tools/net/ssh/ ftp://ftp.cert.dfn.de/pub/tools/net/ssh/
PATCH_SITES= http://www.ssh.org/patches/ \ MASTER_SITES0= http://www.ssh.org/patches/ \
ftp://ftp2.inch.com/pub/FreeBSD/ ftp://ftp2.inch.com/pub/FreeBSD/
PATCHFILES= patch-${DISTNAME}-bsd.tty.chown PATCHFILES= patch-${DISTNAME}-bsd.tty.chown:0
PATCH_DIST_STRIP= -p1 PATCH_DIST_STRIP= -p1
NEED_VERSION= 1.121
NO_CDROM= "CRYPTO: Third party crypto not allowed." NO_CDROM= "CRYPTO: Third party crypto not allowed."
RESTRICTED= "Crypto; export-controlled" RESTRICTED= "Crypto; export-controlled"
@ -25,12 +24,12 @@ CONFIGURE_ARGS+= --with-rsaref="${LOCALBASE}/lib"
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
.endif .endif
GNU_CONFIGURE= yes GNU_CONFIGURE= Yes
CONFIGURE_ARGS+=--with-etcdir="${ETCDIR}" \ CONFIGURE_ARGS+=--with-etcdir="${ETCDIR}" \
--with-rsh="${RSHPROG}" \ --with-rsh="${RSHPROG}" \
--with-libwrap --with-libwrap
IS_INTERACTIVE= yes IS_INTERACTIVE= Yes
.if defined(X11) && ${X11:U} == NO .if defined(X11) && ${X11:U} == NO
CONFIGURE_ARGS= --without-x CONFIGURE_ARGS= --without-x

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2000/01/04 19:12:46 brad Exp $ # $OpenBSD: Makefile,v 1.11 2000/02/02 17:02:38 espie Exp $
# Original from: Ejovi Nuwere <ejovi@ejovi.net> # Original from: Ejovi Nuwere <ejovi@ejovi.net>
NEED_VERSION= 1.163 NEED_VERSION= 1.163
@ -8,13 +8,14 @@ GERMAN_DICT= hk2-deutsch
DISTNAME= ispell-3.1.20 DISTNAME= ispell-3.1.20
CATEGORIES= textproc CATEGORIES= textproc
NEED_VERSION= 1.175
MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/ MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/
MASTER_SITES0= ftp://ftp.robot.ireq.ca/pub/ispell/ MASTER_SITES0= ftp://ftp.robot.ireq.ca/pub/ispell/
MASTER_SITES1= ftp://ftp.informatik.uni-kiel.de/pub/kiel/dicts/ MASTER_SITES1= ftp://ftp.informatik.uni-kiel.de/pub/kiel/dicts/
MASTER_SITES2= ftp://ftp.kiarchive.ru/pub/unix/text/ispell/
SUPDISTFILES= ${FRENCH_DICT}.tar.gz:0 ${GERMAN_DICT}.tar.gz:1 SUPDISTFILES= ${FRENCH_DICT}.tar.gz:0 ${GERMAN_DICT}.tar.gz:1
PATCH_SITES= ftp://ftp.kiarchive.ru/pub/unix/text/ispell/ PATCHFILES= ispell-html-mode.patch:2
PATCHFILES= ispell-html-mode.patch
MAINTAINER= ports@openbsd.org MAINTAINER= ports@openbsd.org

View File

@ -1,21 +1,22 @@
# $OpenBSD: Makefile,v 1.6 1999/10/06 20:36:29 rohee Exp $ # $OpenBSD: Makefile,v 1.7 2000/02/02 17:02:38 espie Exp $
DISTNAME= xpdf-0.90 DISTNAME= xpdf-0.90
CATEGORIES= textproc CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \ MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \
ftp://ftp.duke.edu/pub/X11/contrib/applications/ \ ftp://ftp.duke.edu/pub/X11/contrib/applications/ \
ftp://ftp.foolabs.com/pub/xpdf/ ftp://ftp.foolabs.com/pub/xpdf/
MASTER_SITES0= http://www.fefe.de/
MASTER_SITE_SUBDIR= support/xpdf MASTER_SITE_SUBDIR= support/xpdf
NEED_VERSION= 1.175
EXTRACT_SUFX= .tgz EXTRACT_SUFX= .tgz
PATCH_DIST_STRIP= -p1 PATCH_DIST_STRIP= -p1
PATCH_SITES= http://www.fefe.de/ PATCHFILES= xpdf-0.90-fefe-diff2.gz:0
PATCHFILES= xpdf-0.90-fefe-diff2.gz
MAINTAINER= eep@inconnect.com MAINTAINER= eep@inconnect.com
USE_X11= yes USE_X11= Yes
GNU_CONFIGURE= yes GNU_CONFIGURE= Yes
CONFIGURE_ARGS= --with-gzip CONFIGURE_ARGS= --with-gzip
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,16 +1,18 @@
# $OpenBSD: Makefile,v 1.8 2000/01/17 15:38:38 brad Exp $ # $OpenBSD: Makefile,v 1.9 2000/02/02 17:02:38 espie Exp $
DISTNAME= squid-2.2.STABLE5 DISTNAME= squid-2.2.STABLE5
PKGNAME= squid-2.2 PKGNAME= squid-2.2
CATEGORIES= www CATEGORIES= www
MASTER_SITES= http://squid.nlanr.net/Versions/v2/2.2/ MASTER_SITES= http://squid.nlanr.net/Versions/v2/2.2/
MASTER_SITES0= http://squid.nlanr.net/Versions/v2/2.2/bugs/
EXTRACT_SUFX= -src.tar.gz EXTRACT_SUFX= -src.tar.gz
PATCH_SITES= http://squid.nlanr.net/Versions/v2/2.2/bugs/ NEED_VERSION= 1.175
PATCHFILES= squid-2.2.stable5-no_cache.patch \ PATCHFILES= squid-2.2.stable5-no_cache.patch:0 \
squid-2.2.stable5-ipcache_negative.patch \ squid-2.2.stable5-ipcache_negative.patch:0 \
squid-2.2.stable5-newlines_in_auth.patch \ squid-2.2.stable5-newlines_in_auth.patch:0 \
squid-2.2.stable5-domain-match.patch squid-2.2.stable5-domain-match.patch:0
.if defined(PATCH_DEBUG) && ${PATCH_DEBUG:U} == YES .if defined(PATCH_DEBUG) && ${PATCH_DEBUG:U} == YES
PATCH_DIST_ARGS=-d ${WRKSRC}/src -E ${PATCH_DIST_STRIP} PATCH_DIST_ARGS=-d ${WRKSRC}/src -E ${PATCH_DIST_STRIP}
.else .else

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 1999/07/17 11:00:41 matthieu Exp $ # $OpenBSD: Makefile,v 1.6 2000/02/02 17:02:38 espie Exp $
# #
DISTNAME= olvwm4 DISTNAME= olvwm4
@ -10,8 +10,9 @@ DISTFILES= olvwm4.tar.Z
MAINTAINER= ian@openbsd.org MAINTAINER= ian@openbsd.org
# The Patch01 and Patch02 patches are included in the patches directory. # The Patch01 and Patch02 patches are included in the patches directory.
# PATCH_SITES= ${MASTER_SITES} ftp://ftp.cdrom.com/X11/contrib/window_managers #
# PATCHFILES= olvwm4.Patch01.Z olvwm4.Patch02.Z # MASTER_SITES0 = ftp://ftp.cdrom.com/X11/contrib/window_managers
# PATCHFILES= olvwm4.Patch01.Z:0 olvwm4.Patch02.Z:0
# PATCH_DIST_STRIP= -p1 # PATCH_DIST_STRIP= -p1
LIB_DEPENDS= xview\\.3\\.:${PORTSDIR}/x11/xview-lib LIB_DEPENDS= xview\\.3\\.:${PORTSDIR}/x11/xview-lib