Index: head/databases/msql/Makefile =================================================================== --- head/databases/msql/Makefile (revision 37974) +++ head/databases/msql/Makefile (revision 37975) @@ -1,68 +1,68 @@ # New ports collection makefile for: msql2 # Date created: December 17th 1996 # Whom: jfitz # # $FreeBSD$ # PORTNAME= msql -PORTVERSION= 2.0.11 -PORTREVISION= 2 +PORTVERSION= 2.0.11 +PORTREVISION= 2 CATEGORIES= databases MAINTAINER= ports@FreeBSD.org INSTALLS_SHLIB= YES # Not free for commercial use. Must create a user on the local system NO_PACKAGE= YES RESTRICTED= "restrictive copyright (no commercial use)" MAKE_ENV+= WRKSRC=${WRKSRC} # Uncomment this if you're upgrading from <= b4 to >= b5 and have already # dumped your databases (or just build with -DOVERWRITE_DB) #OVERWRITE_DB= YES post-patch: cd ${FILESDIR}; \ cp slibinstall.mm slibrary_unix.mm ${WRKSRC}/src/makegen do-configure: cd ${WRKSRC}; ${MAKE} target cd ${WRKSRC}/targets/freebsd; ${SETENV} ${MAKE_ENV} ./setup @${SETENV} ${MAKE_ENV} ${PERL} ${SCRIPTDIR}/customize_scripts pre-install: @${SETENV} ${MAKE_ENV} ${PERL} ${SCRIPTDIR}/check_old_version @${SETENV} ${MAKE_ENV} ${PERL} ${SCRIPTDIR}/createuser post-install: @${INSTALL_SCRIPT} ${WRKSRC}/scripts/run_daemon ${PREFIX}/bin @${INSTALL_DATA} ${FILESDIR}/post-install-notes ${PREFIX}/share/doc/msql @for file in msqladmin msqlimport msqlexport; do\ /usr/bin/chgrp msql ${PREFIX}/bin/$$file; \ done /usr/bin/chgrp msql ${PREFIX}/sbin/msql2d @for file in RELEASE_NOTES MSQL_BOOK INSTALL; do \ ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/share/doc/msql; \ done @${CHMOD} 751 ${PREFIX}/etc/msql2/ @${CHOWN} -R msql.msql ${PREFIX}/etc/msql2/ @${MKDIR} ${PREFIX}/etc/rc.d @if [ ! -f ${PREFIX}/etc/rc.d/msql2.sh ]; then \ ${ECHO} "Installing ${PREFIX}/etc/rc.d/msql2.sh startup file."; \ ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/msql2.sh \ ${PREFIX}/etc/rc.d/msql2.sh; \ fi .if !defined(BATCH) @ /usr/bin/more -e ${FILESDIR}/post-install-notes .endif .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE="- You must manually obtain ${DISTFILES} from 'http://www.Hughes.com.au' and place it in ${DISTDIR}. The distribution requires registration prior to use" .endif .include Property changes on: head/databases/msql/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.42 \ No newline at end of property +1.43 \ No newline at end of property Index: head/databases/msql3/Makefile =================================================================== --- head/databases/msql3/Makefile (revision 37974) +++ head/databases/msql3/Makefile (revision 37975) @@ -1,68 +1,68 @@ # New ports collection makefile for: msql2 # Date created: December 17th 1996 # Whom: jfitz # # $FreeBSD$ # PORTNAME= msql -PORTVERSION= 2.0.11 -PORTREVISION= 2 +PORTVERSION= 2.0.11 +PORTREVISION= 2 CATEGORIES= databases MAINTAINER= ports@FreeBSD.org INSTALLS_SHLIB= YES # Not free for commercial use. Must create a user on the local system NO_PACKAGE= YES RESTRICTED= "restrictive copyright (no commercial use)" MAKE_ENV+= WRKSRC=${WRKSRC} # Uncomment this if you're upgrading from <= b4 to >= b5 and have already # dumped your databases (or just build with -DOVERWRITE_DB) #OVERWRITE_DB= YES post-patch: cd ${FILESDIR}; \ cp slibinstall.mm slibrary_unix.mm ${WRKSRC}/src/makegen do-configure: cd ${WRKSRC}; ${MAKE} target cd ${WRKSRC}/targets/freebsd; ${SETENV} ${MAKE_ENV} ./setup @${SETENV} ${MAKE_ENV} ${PERL} ${SCRIPTDIR}/customize_scripts pre-install: @${SETENV} ${MAKE_ENV} ${PERL} ${SCRIPTDIR}/check_old_version @${SETENV} ${MAKE_ENV} ${PERL} ${SCRIPTDIR}/createuser post-install: @${INSTALL_SCRIPT} ${WRKSRC}/scripts/run_daemon ${PREFIX}/bin @${INSTALL_DATA} ${FILESDIR}/post-install-notes ${PREFIX}/share/doc/msql @for file in msqladmin msqlimport msqlexport; do\ /usr/bin/chgrp msql ${PREFIX}/bin/$$file; \ done /usr/bin/chgrp msql ${PREFIX}/sbin/msql2d @for file in RELEASE_NOTES MSQL_BOOK INSTALL; do \ ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/share/doc/msql; \ done @${CHMOD} 751 ${PREFIX}/etc/msql2/ @${CHOWN} -R msql.msql ${PREFIX}/etc/msql2/ @${MKDIR} ${PREFIX}/etc/rc.d @if [ ! -f ${PREFIX}/etc/rc.d/msql2.sh ]; then \ ${ECHO} "Installing ${PREFIX}/etc/rc.d/msql2.sh startup file."; \ ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/msql2.sh \ ${PREFIX}/etc/rc.d/msql2.sh; \ fi .if !defined(BATCH) @ /usr/bin/more -e ${FILESDIR}/post-install-notes .endif .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE="- You must manually obtain ${DISTFILES} from 'http://www.Hughes.com.au' and place it in ${DISTDIR}. The distribution requires registration prior to use" .endif .include Property changes on: head/databases/msql3/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.42 \ No newline at end of property +1.43 \ No newline at end of property Index: head/databases/py-gdbm/Makefile =================================================================== --- head/databases/py-gdbm/Makefile (revision 37974) +++ head/databases/py-gdbm/Makefile (revision 37975) @@ -1,38 +1,38 @@ # New ports collection makefile for: py-gdbm # Date created: 03 October 2000 # Whom: Thomas Gellekum # # $FreeBSD$ # PORTNAME= gdbm -PORTVERSION= ${PYTHON_PORTVERSION} +PORTVERSION= ${PYTHON_PORTVERSION} CATEGORIES= databases python MASTER_SITES= ftp://www.python.org/pub/python/src/ \ ftp://ftp.cwi.nl/pub/python/src/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTFILES= ${PYTHON_DISTFILE} MAINTAINER= tg@FreeBSD.org LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm DIST_SUBDIR= python USE_PYTHON= yes WRKSRC= ${PYTHON_WRKSRC}/Modules CONFIGURE_ENV= PYTHON=${PYTHON_CMD} ALL_TARGET= sharedmods MAKE_FLAGS= OPT="${CFLAGS}" post-extract: @${CP} ${FILESDIR}/Setup ${WRKSRC} @${CP} ${PYTHON_LIBDIR}/config/Makefile.pre.in ${WRKSRC} do-configure: @(cd ${WRKSRC}; \ ${SETENV} ${CONFIGURE_ENV} ${MAKE} -f Makefile.pre.in boot) do-install: ${INSTALL_DATA} ${WRKSRC}/gdbmmodule.so ${PYTHON_SITELIBDIR} .include Property changes on: head/databases/py-gdbm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property