# New ports collection makefile for: msql2 # Date created: December 17th 1996 # Whom: jfitz # # $FreeBSD$ # PORTNAME= msql PORTVERSION= 2.0.12 PORTREVISION= 2 CATEGORIES= databases MAINTAINER= ports@FreeBSD.org COMMENT= The Mini SQL server, version 2 INSTALLS_SHLIB= YES USE_PERL5= YES # Not free for commercial use. 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 PKG_PREFIX=${PREFIX} ./pkg-install ${PKGNAME} PRE-INSTALL 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\ ${CHGRP} msql ${PREFIX}/bin/$$file; \ done ${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 nd_yarn/devel/electron4/files/lodash-4.17.19'>dependabot/npm_and_yarn/devel/electron4/files/lodash-4.17.19 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update to 2.0.0.2.petef2003-01-0917-115/+208
* Missed configure scripts in libpq version bump: chase lib version.seanc2003-01-051-2/+3
* upgrade to 1.1.12ijliao2003-01-0258-1074/+42
* Add hooks to preselect postfix optionsdwcjr2002-08-273-31/+47
* moving saslv1 includes files to make it easier to add saslv2ume2002-07-293-6/+6
* Update to 1.1.11dwcjr2002-06-205-10/+25
* Update to latestdwcjr2002-05-172-2/+2
* Update to 1.1.9dwcjr2002-05-153-12/+12
* Add PGSQL supportdwcjr2002-05-092-2/+13
* Add missing pkg-messagedwcjr2002-05-071-0/+24
* Update to 1.1.8dwcjr2002-05-074-26/+24
* handle batch buildsdwcjr2002-04-212-4/+4
* Update postfix to 1.1.7dwcjr2002-04-024-9/+20
* Add USE_SUBMAKE, where it might be necessary.sobomax2002-03-251-0/+2
* Update to 1.1.5dwcjr2002-03-194-6/+8
* Update postfix to 1.1.4dwcjr2002-02-273-6/+6
* Update to 1.1.3dwcjr2002-02-125-28/+40
* Add missing files to pkg-plistdwcjr2002-02-013-2/+18
* Update to 1.1.2 (yes they are finally using versions)dwcjr2002-01-3122-486/+411
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-9/+9
* Set context of diff for patch-aa to 2 lines to allow tls patchingdwcjr2002-01-181-51/+24
* Disable debugger by defaultnectar2002-01-151-19/+91
* Add header/body_check warnings commanddwcjr2001-11-272-0/+25
* Update to pl08 and tls to go with it.dwcjr2001-11-163-6/+6
* Update to pl07dwcjr2001-11-152-2/+2
* Update postfix to 20010228-pl06 and update tls to go with it.dwcjr2001-11-063-7/+6
* Fix path in patchdwcjr2001-10-111-1/+1
* Erase extra parts of install.cfdwcjr2001-09-241-4/+0
* Remove version tags from files that don't need it.dwcjr2001-09-242-2/+0
* Install install.cf to ensure spool is created with correct permissionsdwcjr2001-09-243-1/+18
* Update to pl05dwcjr2001-09-233-10/+9
* Fix path on main.cf in reference to prefixdwcjr2001-09-142-2/+2
* Correct the size of the dialog box so dialog(1) doesn't bug out and trashkris2001-08-201-2/+2
* Back out the db3 port update because some of these dependent ports hadknu2001-08-012-3/+3
* Reflect databases/db3's shlib version bump from 2 to 3.knu2001-07-252-2/+3
* Update to pl3 of postfixdwcjr2001-06-183-9/+9
* I'm taking over this port for Blaz since he can't dedicate time to itdwcjr2001-06-181-1/+1
* Update port to 20010228 pl02.kuriyama2001-05-214-30/+24
* update postfix to 20010228-pl01mharo2001-04-022-4/+3
* Revert previous commit.kuriyama2001-03-261-3/+3
* Link shared library for MySQL.kuriyama2001-03-241-3/+3
* Make spool directory at pkg-install.kuriyama2001-03-141-0/+1
* fix build options.sf2001-03-131-2/+2
* Disable IPv6 on Alpha, since this breaks it.alex2001-03-121-5/+20
* remove BROKEN for alpha, the unaligned access errors are a red herring.billf2001-03-111-4/+0
* Mark BROKEN for alpha: Unaligned access problems in postsuper and postlogalex2001-03-111-0/+4
* Fix the DB3 support. DB3's shlib version is now at 2.knu2001-03-061-2/+2
* use DIST_SUBDIR=postfix due to both release and snapshot don't havesf2001-03-052-3/+4
* update to NON BETA release, 20010228.sf2001-03-0549-354/+820
* Add -lz to be compiled with MySQL.kuriyama2001-02-171-1/+1
* add MASTER_SITE_RINGSERVER to MASTER_SITES.sf2001-02-061-1/+2
* Spaces->tabs in the mail category.olgeni2001-02-051-1/+1
* Switch from mysql322-{client,server} to mysql323-{client,server}.dirk2001-01-211-1/+1
* Unbreak use with rmail and bump PORTREVISION.dannyboy2000-12-233-40/+60
* Update to 19991231-pl13.dannyboy2000-12-234-4/+5
* Update to postfix 19991231-pl10. Install LDAP_README and MYSQL_README alongwill2000-11-1457-435/+1061
* Hand MAINTAINER to Blaz Zupan <blaz@amis.net>.will2000-11-081-1/+1
* Remove Torsten Blum by due effect of not being a maintainer - many reportswill2000-11-081-1/+1
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-2/+2
* Upgrade to 19991231pl8.vanilla2000-06-042-3/+3
* Upgrade the 19991231 release to patchlevel 07.obrien2000-06-022-3/+3
* If a user didn't have /usr/sbin in their path, this would have failed.billf2000-05-281-6/+6
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-2/+2
* Update to use PORTNAME/PORTVERSIONcpiazza2000-04-141-3/+3
* Ack, what was I thinking? it's not safe to assume the system sendmailpeter2000-04-031-2/+4
* Fix 'make replace' to correctly use mailer.confpeter2000-04-031-1/+10
* Upgrade to latest version, fix PR 16472, 16753, 17078 too.vanilla2000-04-034-6/+73
* Allow postfix to be built on FreeBSD-5.x (-CURRENT). These patchesjedgar2000-04-012-0/+21
* - Upgrade to Postfix 19991231pl04torstenb2000-02-144-56/+64
* Oops, forgot to change ALL_TARGET ;-(torstenb2000-01-291-2/+2
* - Upgrade to patchlevel 3torstenb2000-01-292-2/+19
* Upgrade to 19991231.vanilla2000-01-023-64/+31
* Upgrade the postfix port from 19990906-pl02 to 19990906-pl09.joe1999-12-311-1/+1
* Upgrade the postfix port from 19990906-pl02 to 19990906-pl09.joe1999-12-311-2/+2
* Strip the binariestorstenb1999-09-111-3/+3
* Upgrade to postfix 19990906 pl 02torstenb1999-09-114-31/+17
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
* Remove preceeding pkgname from some of the comments having one.hoek1999-08-301-1/+1
* Change Id->FreeBSD.obrien1999-08-251-1/+1
* awk -> ${AWK}mharo1999-08-231-3/+3
* chmod -> ${CHMOD}mharo1999-08-231-5/+5
* o Upgrade to 19990601billf1999-08-04