Index: head/archivers/rpm/Makefile =================================================================== --- head/archivers/rpm/Makefile (revision 114764) +++ head/archivers/rpm/Makefile (revision 114765) @@ -1,48 +1,47 @@ # New ports collection makefile for: rpm # Date created: 30 April 1999 # Whom: Thomas Gellekum # # $FreeBSD$ # PORTNAME= rpm PORTVERSION= 3.0.6 PORTREVISION= 9 CATEGORIES= archivers -MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/ \ - ftp://ftp.mirror.ac.uk/sites/ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/ +MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/ MAINTAINER= ports@FreeBSD.org COMMENT= The Red Hat Package Manager LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt .if !exists(/usr/bin/bzip2) LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .endif USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOMAKE_VER=14 USE_AUTOCONF_VER=213 USE_REINPLACE= yes USE_INC_LIBTOOL_VER= 13 CONFIGURE_ARGS= --with-glob CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl -liconv" INSTALLS_SHLIB= yes MAKE_ENV= OLD_PO_FILE_INPUT=1 MAN1= gendiff.1 MAN8= rpm.8 rpm2cpio.8 post-patch: .for file in rpm.c doc/rpm.8 lib/macro.c lib/rpmrc.c @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/${file} .endfor post-install: ${INSTALL_MAN} ${WRKSRC}/doc/gendiff.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/doc/rpm.8 ${PREFIX}/man/man8 ${INSTALL_MAN} ${WRKSRC}/doc/rpm2cpio.8 ${PREFIX}/man/man8 .include Property changes on: head/archivers/rpm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.51 \ No newline at end of property +1.52 \ No newline at end of property Index: head/security/bjorb/Makefile =================================================================== --- head/security/bjorb/Makefile (revision 114764) +++ head/security/bjorb/Makefile (revision 114765) @@ -1,57 +1,56 @@ # New ports collection makefile for: bjorb # Date created: May 16, 1998 # Whom: issei@jp.FreeBSD.org # # $FreeBSD$ # PORTNAME= bjorb PORTVERSION= 0.5.5p1 CATEGORIES= security -MASTER_SITES= http://www.ukc.mirror.ac.uk/sites/ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \ - http://people.FreeBSD.org/~foxfair/distfiles/ +MASTER_SITES= http://people.FreeBSD.org/~foxfair/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Secure TCP relay software with SSL USE_OPENSSL= YES USE_PERL5= yes .if !defined(BATCH) INSTALL_TARGET= install certificate .endif USE_AUTOCONF_VER= 213 CFLAGS+= -I${OPENSSLINC}/openssl CONFIGURE_ARGS= --with-ssltop=${OPENSSLBASE} --with-ssllib=${OPENSSLLIB} CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} WRKSRC= ${WRKDIR}/${DISTNAME}/src DOCSRC= ${WRKDIR}/${DISTNAME} DOCS= ChangeLog \ COPYRIGHT \ INSTALL \ README \ ChangeLog.jp \ COPYRIGHT.jp \ INSTALL.jp \ README.jp \ doc/bjorb.conf.5.jp.txt \ doc/features.jp EXAMPLES= doc/sample/bjorb.conf.doc .include post-install: @${INSTALL_SCRIPT} ${DOCSRC}/doc/sample/bjorb.sh ${PREFIX}/etc/rc.d/bjorb.sh.sample .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/bjorb .for i in ${DOCS} @${INSTALL_DATA} ${DOCSRC}/$i ${PREFIX}/share/doc/bjorb .endfor @${MKDIR} ${PREFIX}/share/examples/bjorb .for i in ${EXAMPLES} @${INSTALL_DATA} ${DOCSRC}/$i ${PREFIX}/share/examples/bjorb .endfor .endif .include Property changes on: head/security/bjorb/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/shells/esh/Makefile =================================================================== --- head/shells/esh/Makefile (revision 114764) +++ head/shells/esh/Makefile (revision 114765) @@ -1,36 +1,35 @@ # Ports collection Makefile for: esh # Date created: 05/20/1999 # Whom: nectar@FreeBSD.org # # $FreeBSD$ # PORTNAME= esh PORTVERSION= 0.8.5 CATEGORIES= shells -MASTER_SITES= http://www.ukc.mirror.ac.uk/sites/ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \ - http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/ \ +MASTER_SITES= http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/ \ http://people.FreeBSD.org/~foxfair/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= The "easy shell", a small shell with Lisp-like syntax WRKSRC= ${WRKDIR}/esh INFO= esh pre-build: @(cd ${WRKSRC} && ${MAKE} clean) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/esh ${PREFIX}/bin/esh @${ECHO_MSG} "updating /etc/shells" @${CP} /etc/shells /etc/shells.bak @(${GREP} -v ${PREFIX}/bin/esh /etc/shells.bak; \ ${ECHO_CMD} ${PREFIX}/bin/esh) > /etc/shells @${RM} /etc/shells.bak .if !defined(NOPORTDOCS) ${INSTALL_DATA} ${WRKSRC}/doc/esh.info ${PREFIX}/info/esh.info install-info ${PREFIX}/info/esh.info ${PREFIX}/info/dir .endif .include Property changes on: head/shells/esh/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/sysutils/maint/Makefile =================================================================== --- head/sysutils/maint/Makefile (revision 114764) +++ head/sysutils/maint/Makefile (revision 114765) @@ -1,48 +1,47 @@ # New ports collection makefile for: maint # Date created: 02-May-2001 # Whom: Dale Weber # # $FreeBSD$ # PORTNAME= maint PORTVERSION= 0.5.2 CATEGORIES= sysutils python -MASTER_SITES= http://www.ukc.mirror.ac.uk/sites/ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \ - http://people.FreeBSD.org/~foxfair/distfiles/ +MASTER_SITES= http://people.FreeBSD.org/~foxfair/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= System maintenance package written in Python and CSH BUILD_DEPENDS= cvsup:${PORTSDIR}/net/cvsup RUN_DEPENDS= cvsup:${PORTSDIR}/net/cvsup USE_PYTHON= yes NO_BUILD= yes BINDIR= ${PREFIX}/bin MYCONFDIR= ${PREFIX}/etc/maint MYSCRIPTDIR= ${MYCONFDIR}/scripts MYSUPFILESDIR= ${MYCONFDIR}/supfiles MYSHAREDIR= ${PREFIX}/share/maint MYDATADIR= ${MYSHAREDIR}/data MYLOGSDIR= ${MYSHAREDIR}/logs MYDOCDIR= ${MYSHAREDIR}/doc do-install: ${MKDIR} ${MYCONFDIR} ${MKDIR} ${MYSCRIPTDIR} ${MKDIR} ${MYSUPFILESDIR} ${MKDIR} ${MYSHAREDIR} ${MKDIR} ${MYDOCDIR} ${MKDIR} ${MYDATADIR} ${MKDIR} ${MYLOGSDIR} ${INSTALL_SCRIPT} ${WRKSRC}/maint* ${BINDIR} ${INSTALL_DATA} ${WRKSRC}/share/maint/data/* ${MYDATADIR} ${INSTALL_DATA} ${WRKSRC}/etc/maint/*.sample ${MYCONFDIR} ${INSTALL_DATA} ${WRKSRC}/etc/maint/scripts/* ${MYSCRIPTDIR} ${INSTALL_DATA} ${WRKSRC}/etc/maint/supfiles/* ${MYSUPFILESDIR} ${INSTALL_DATA} ${WRKSRC}/share/maint/logs/* ${MYLOGSDIR} ${INSTALL_MAN} ${WRKSRC}/share/maint/doc/* ${MYDOCDIR} ${INSTALL_SCRIPT} ${BINDIR}/maint.py ${BINDIR}/maint .include Property changes on: head/sysutils/maint/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/textproc/htmltolatex/Makefile =================================================================== --- head/textproc/htmltolatex/Makefile (revision 114764) +++ head/textproc/htmltolatex/Makefile (revision 114765) @@ -1,33 +1,32 @@ # ex:ts=8 # New ports collection makefile for: htmltolatex # Date created: Jan 19, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= htmltolatex PORTVERSION= 1 PORTREVISION= 2 CATEGORIES= textproc -MASTER_SITES= http://www.ukc.mirror.ac.uk/sites/ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \ - http://people.FreeBSD.org/~foxfair/distfiles/ +MASTER_SITES= http://people.FreeBSD.org/~foxfair/distfiles/ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= HTML to LaTeX to PDF Converter LIB_DEPENDS= Magick.6:${PORTSDIR}/graphics/ImageMagick USE_BISON= yes USE_GMAKE= yes MAKEFILE= GNUmakefile MAKE_ARGS= CXX="${CXX}" \ CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include -DUNIX" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/h2l ${PREFIX}/bin @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/nmr.tex ${DATADIR} .include Property changes on: head/textproc/htmltolatex/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/x11-toolkits/linux-f10-gtk/Makefile =================================================================== --- head/x11-toolkits/linux-f10-gtk/Makefile (revision 114764) +++ head/x11-toolkits/linux-f10-gtk/Makefile (revision 114765) @@ -1,58 +1,57 @@ # New ports collection makefile for: linux-gtk # Date created: 8 April 2000 # Whom: sada@FreeBSD.org # Based on: emulators/linux_base by marcel@FreeBSD.org # & multimedia/xmovie by sanpei@sanpei.org # # $FreeBSD$ # PORTNAME?= gtk PORTVERSION?= 1.2 PORTREVISION?= 3 CATEGORIES?= x11-toolkits linux MASTER_SITES?= ${RPM_MIRRORS:S/__DIR__/${STDDIR}/g} PKGNAMEPREFIX= linux- DISTFILES= ${RPM_SET} MAINTAINER?= ports@FreeBSD.org COMMENT?= RPM of the Gtk lib BUILD_DEPENDS+= rpm:${PORTSDIR}/archivers/rpm USE_LINUX_PREFIX= yes ONLY_FOR_ARCHS?= i386 alpha DIST_SUBDIR= rpm EXTRACT_ONLY= NO_BUILD= yes NO_FILTER_SHLIBS= yes PLIST?= ${PKGDIR}/pkg-plist.${MACHINE_ARCH} MD5_FILE?= ${MASTERDIR}/distinfo.${MACHINE_ARCH} # Let's avoid hardcoding 'en' as the language. LANG= en # Set the version of linux_base BASEVERSION?= 7.1 RPM_MIRRORS= \ ftp://ftp.redhat.com/pub/redhat/__DIR__/ \ - ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/__DIR__/ \ - ftp://ftp.mirror.ac.uk/sites/ftp.redhat.com/pub/redhat/__DIR__/ + ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/__DIR__/ STDDIR= linux/${BASEVERSION}/${LANG}/os/${MACHINE_ARCH}/RedHat/RPMS UPDDIR= linux/updates/${BASEVERSION}/${LANG}/os/${MACHINE_ARCH} .if (${MACHINE_ARCH} == "i386") RPM_SET?= gtk+-1.2.9-4.${MACHINE_ARCH}.rpm .elif (${MACHINE_ARCH} == "alpha") RPM_SET?= gtk+-1.2.9-4.${MACHINE_ARCH}.rpm .endif DBPATH= /var/lib/rpm RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ --nodeps --replacepkgs RPMDIR= ${DISTDIR}/${DIST_SUBDIR} do-install: @for R in ${RPM_SET}; do \ ${ECHO_MSG} $$R; \ rpm -U ${RPMFLAGS} ${RPMDIR}/$$R || true ; \ done .include Property changes on: head/x11-toolkits/linux-f10-gtk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property Index: head/x11-toolkits/linux-f8-gtk/Makefile =================================================================== --- head/x11-toolkits/linux-f8-gtk/Makefile (revision 114764) +++ head/x11-toolkits/linux-f8-gtk/Makefile (revision 114765) @@ -1,58 +1,57 @@ # New ports collection makefile for: linux-gtk # Date created: 8 April 2000 # Whom: sada@FreeBSD.org # Based on: emulators/linux_base by marcel@FreeBSD.org # & multimedia/xmovie by sanpei@sanpei.org # # $FreeBSD$ # PORTNAME?= gtk PORTVERSION?= 1.2 PORTREVISION?= 3 CATEGORIES?= x11-toolkits linux MASTER_SITES?= ${RPM_MIRRORS:S/__DIR__/${STDDIR}/g} PKGNAMEPREFIX= linux- DISTFILES= ${RPM_SET} MAINTAINER?= ports@FreeBSD.org COMMENT?= RPM of the Gtk lib BUILD_DEPENDS+= rpm:${PORTSDIR}/archivers/rpm USE_LINUX_PREFIX= yes ONLY_FOR_ARCHS?= i386 alpha DIST_SUBDIR= rpm EXTRACT_ONLY= NO_BUILD= yes NO_FILTER_SHLIBS= yes PLIST?= ${PKGDIR}/pkg-plist.${MACHINE_ARCH} MD5_FILE?= ${MASTERDIR}/distinfo.${MACHINE_ARCH} # Let's avoid hardcoding 'en' as the language. LANG= en # Set the version of linux_base BASEVERSION?= 7.1 RPM_MIRRORS= \ ftp://ftp.redhat.com/pub/redhat/__DIR__/ \ - ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/__DIR__/ \ - ftp://ftp.mirror.ac.uk/sites/ftp.redhat.com/pub/redhat/__DIR__/ + ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/__DIR__/ STDDIR= linux/${BASEVERSION}/${LANG}/os/${MACHINE_ARCH}/RedHat/RPMS UPDDIR= linux/updates/${BASEVERSION}/${LANG}/os/${MACHINE_ARCH} .if (${MACHINE_ARCH} == "i386") RPM_SET?= gtk+-1.2.9-4.${MACHINE_ARCH}.rpm .elif (${MACHINE_ARCH} == "alpha") RPM_SET?= gtk+-1.2.9-4.${MACHINE_ARCH}.rpm .endif DBPATH= /var/lib/rpm RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ --nodeps --replacepkgs RPMDIR= ${DISTDIR}/${DIST_SUBDIR} do-install: @for R in ${RPM_SET}; do \ ${ECHO_MSG} $$R; \ rpm -U ${RPMFLAGS} ${RPMDIR}/$$R || true ; \ done .include Property changes on: head/x11-toolkits/linux-f8-gtk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property Index: head/x11-toolkits/linux-gtk/Makefile =================================================================== --- head/x11-toolkits/linux-gtk/Makefile (revision 114764) +++ head/x11-toolkits/linux-gtk/Makefile (revision 114765) @@ -1,58 +1,57 @@ # New ports collection makefile for: linux-gtk # Date created: 8 April 2000 # Whom: sada@FreeBSD.org # Based on: emulators/linux_base by marcel@FreeBSD.org # & multimedia/xmovie by sanpei@sanpei.org # # $FreeBSD$ # PORTNAME?= gtk PORTVERSION?= 1.2 PORTREVISION?= 3 CATEGORIES?= x11-toolkits linux MASTER_SITES?= ${RPM_MIRRORS:S/__DIR__/${STDDIR}/g} PKGNAMEPREFIX= linux- DISTFILES= ${RPM_SET} MAINTAINER?= ports@FreeBSD.org COMMENT?= RPM of the Gtk lib BUILD_DEPENDS+= rpm:${PORTSDIR}/archivers/rpm USE_LINUX_PREFIX= yes ONLY_FOR_ARCHS?= i386 alpha DIST_SUBDIR= rpm EXTRACT_ONLY= NO_BUILD= yes NO_FILTER_SHLIBS= yes PLIST?= ${PKGDIR}/pkg-plist.${MACHINE_ARCH} MD5_FILE?= ${MASTERDIR}/distinfo.${MACHINE_ARCH} # Let's avoid hardcoding 'en' as the language. LANG= en # Set the version of linux_base BASEVERSION?= 7.1 RPM_MIRRORS= \ ftp://ftp.redhat.com/pub/redhat/__DIR__/ \ - ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/__DIR__/ \ - ftp://ftp.mirror.ac.uk/sites/ftp.redhat.com/pub/redhat/__DIR__/ + ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/__DIR__/ STDDIR= linux/${BASEVERSION}/${LANG}/os/${MACHINE_ARCH}/RedHat/RPMS UPDDIR= linux/updates/${BASEVERSION}/${LANG}/os/${MACHINE_ARCH} .if (${MACHINE_ARCH} == "i386") RPM_SET?= gtk+-1.2.9-4.${MACHINE_ARCH}.rpm .elif (${MACHINE_ARCH} == "alpha") RPM_SET?= gtk+-1.2.9-4.${MACHINE_ARCH}.rpm .endif DBPATH= /var/lib/rpm RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ --nodeps --replacepkgs RPMDIR= ${DISTDIR}/${DIST_SUBDIR} do-install: @for R in ${RPM_SET}; do \ ${ECHO_MSG} $$R; \ rpm -U ${RPMFLAGS} ${RPMDIR}/$$R || true ; \ done .include Property changes on: head/x11-toolkits/linux-gtk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property