Index: head/audio/aureal-kmod/Makefile =================================================================== --- head/audio/aureal-kmod/Makefile (revision 172293) +++ head/audio/aureal-kmod/Makefile (revision 172294) @@ -1,120 +1,120 @@ # Ports collection makefile for: aureal-kmod # Date created: 15 January 2001 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= aureal-kmod PORTVERSION= 1.5 PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://www.matey.org/au88x0/ DISTNAME= au88x0-${PORTVERSION}_${DISTREVISION} -MAINTAINER= ports@matey.org +MAINTAINER= ports@FreeBSD.org COMMENT= A FreeBSD Driver for Aureal Vortex based soundcards NO_PACKAGE= Should be in sync with the kernel to work correctly ONLY_FOR_ARCHS= i386 SRCPREFIX?= /usr/src STRAYFILES= au88x0.h au88x0.c asp10.o asp20.o asp30.o WRKSRC= ${WRKDIR} PKGMESSAGE= ${WRKSRC}/.MESSAGE MAKE_ENV= WRKSRC="${WRKSRC}" .include .if exists(${SRCPREFIX}/sys/dev/sound/pcm/sound.c) VERSION_SOUND_C!= ident < ${SRCPREFIX}/sys/dev/sound/pcm/sound.c | \ ${AWK} '{ print $$3; exit }' .else VERSION_SOUND_C= .endif VERSION_SOUND_C_MINOR:= ${VERSION_SOUND_C:S/^1.//:C/\.[0-9\.]+$//} .if ${OSVERSION} < 410000 IGNORE= "FreeBSD 3.*, 4.0 are not supported" .elif ${OSVERSION} < 420000 # FreeBSD 4.1, 4.1.1 PORTVERSION= 1.1 DISTREVISION= 3 .elif ${OSVERSION} < 440000 # FreeBSD 4.2, 4.3 PORTVERSION= 1.3 .if ${VERSION_SOUND_C_MINOR} < 4 # FreeBSD 4.2 before kobj MFC DISTREVISION= 1 .else # FreeBSD 4.2 after kobj MFC, FreeBSD 4.3 DISTREVISION= 2 MAKE_ENV+= HAVE_KOBJ_PCM=1 .endif .elif ${OSVERSION} < 450004 # FreeBSD 4.4, 4.5- PORTVERSION= 1.3 DISTREVISION= 3 MAKE_ENV+= HAVE_KOBJ_PCM=1 .elif ${OSVERSION} < 500000 # FreeBSD 4.5+, 4.6, 4.7, 4.8- .if ${VERSION_SOUND_C_MINOR} < 12 IGNORE= "Base system is outdated. This port needs -STABLE after 2002-04-22." .endif PORTVERSION= 1.3 DISTREVISION= 4 MAKE_ENV+= HAVE_KOBJ_PCM=1 .endif .if ${OSVERSION} > 500000 # FreeBSD 5-CURRENT DISTREVISION= 4 .if ${VERSION_SOUND_C_MINOR} < 70 IGNORE= "Base system is outdated. This port needs -CURRENT after 2002-04-04." .endif .endif # Make sure kernel sources are present before going any further .if ! exists(${SRCPREFIX}/sys/dev/sound/pcm/sound.c) IGNORE= "You need to extract kernel source tree before building this package" .endif pre-fetch: .for STRAY in ${STRAYFILES} .if exists(${SRCPREFIX}/sys/dev/sound/pci/${STRAY}) @${ECHO} @${ECHO} "You have stray code in your tree. Make sure you" @${ECHO} "do not have any of the following:" @${ECHO} @${ECHO} "${SRCPREFIX}/sys/dev/sound/pci/au88x0.c" @${ECHO} "${SRCPREFIX}/sys/dev/sound/pci/au88x0.h" @${ECHO} "${SRCPREFIX}/sys/dev/sound/pci/asp10.o" @${ECHO} "${SRCPREFIX}/sys/dev/sound/pci/asp20.o" @${ECHO} "${SRCPREFIX}/sys/dev/sound/pci/asp30.o" @${ECHO} @${FALSE} .endif .endfor pre-install: @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGDIR}/pkg-message > \ ${PKGMESSAGE} @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${FILESDIR}/aureal.sh > \ ${WRKDIR}/aureal.sh.sample ${MKDIR} ${PREFIX}/lib/au88x0 post-install: @${INSTALL_SCRIPT} ${WRKDIR}/aureal.sh.sample ${PREFIX}/etc/rc.d @${CAT} ${PKGMESSAGE} .include Property changes on: head/audio/aureal-kmod/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.27 \ No newline at end of property +1.28 \ No newline at end of property Index: head/lang/clips/Makefile =================================================================== --- head/lang/clips/Makefile (revision 172293) +++ head/lang/clips/Makefile (revision 172294) @@ -1,28 +1,28 @@ # New ports collection makefile for: clips # Date created: 8 July 2001 # Whom: Douglas Anestad # # $FreeBSD$ # PORTNAME= clips PORTVERSION= 6.1 PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.ghgcorp.com/clips/download/other/ DISTNAME= clips6 EXTRACT_SUFX= .tgz -MAINTAINER= ports@dougdidit.com -COMMENT= CLIPS is a productive development and delivery expert system tool +MAINTAINER= ports@FreeBSD.org +COMMENT= A productive development and delivery expert system tool BROKEN= Unfetchable DEPRECATED= ${BROKEN} EXPIRATION_DATE=2006-12-01 USE_AUTOTOOLS= autoconf:213 WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} USE_GMAKE= yes USE_LDCONFIG= yes .include Property changes on: head/lang/clips/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/sysutils/pstack/Makefile =================================================================== --- head/sysutils/pstack/Makefile (revision 172293) +++ head/sysutils/pstack/Makefile (revision 172294) @@ -1,32 +1,32 @@ # New ports collection makefile for: pstack # Date created: 1 May 2002 # Whom: Peter Edwards # # $FreeBSD$ # $Id: Makefile,v 1.2 2002/11/26 10:38:28 pmedwards Exp $ # PORTNAME= pstack PORTVERSION= 1.2 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= bsd-pstack -MAINTAINER= pmedwards@eircom.net +MAINTAINER= ports@FreeBSD.org COMMENT= Retrieve process/core file stack traces ONLY_FOR_ARCHS= i386 MANCOMPRESSED= yes MAN1= pstack.1 PLIST_FILES= bin/pstack .include .if ${OSVERSION} >= 600000 post-patch: ${REINPLACE_CMD} -e 's/DT_COUNT/DT_BIND_NOW/' ${WRKSRC}/elf.c .endif .include Property changes on: head/sysutils/pstack/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/www/webredirect/Makefile =================================================================== --- head/www/webredirect/Makefile (revision 172293) +++ head/www/webredirect/Makefile (revision 172294) @@ -1,31 +1,31 @@ # New ports collection makefile for: webredirect # Date created: 24 October 2000 # Whom: kaj@Raditex.se # # $FreeBSD$ # PORTNAME= webredirect PORTVERSION= 0.3 PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ftp://ftp.stacken.kth.se/pub/projects/webredirect/ -MAINTAINER= rasmus@kaj.se +MAINTAINER= ports@FreeBSD.org COMMENT= Small web server serving "301 Moved Permanently" only ALL_TARGET= depend all MAN1= webredirect.1 PLIST_FILES= bin/webredirect USE_RC_SUBR= webredirect.sh pre-build: @${TOUCH} ${WRKSRC}/incu/depend.mk @${TOUCH} ${WRKSRC}/depend.mk do-install: ${INSTALL_PROGRAM} ${WRKSRC}/webredirect ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/webredirect.1 ${PREFIX}/man/man1 .include Property changes on: head/www/webredirect/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property