# New ports collection makefile for: postfix # Version required: 19990601 # Date created: 18 Mar 1999 # Whom: torstenb # # $FreeBSD$ # DISTNAME= postfix-19990906-pl02 PKGNAME= postfix-19990906.02 CATEGORIES= mail MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \ ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \ ftp://ftp.reverse.net/pub/postfix/official/ \ ftp://postfix.eu.org/pub/postfix/official/ \ ftp://ftp.sunet.se/pub/unix/mail/postfix/official/ \ ftp://ftp.cs.tu-berlin.de/pub/net/mail/postfix/official/ \ ftp://ftp.postfix.oaktree.co.uk/pub/postfix/official/ MAINTAINER= torstenb@FreeBSD.org ALL_TARGET= default SCRIPTS_ENV+= MAN1="${MAN1}" MAN5="${MAN5}" MAN8="${MAN8}" MAKE_ENV+= "OPT=${CFLAGS}" MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postsuper.1 \ sendmail.1 MAN5= access.5 aliases.5 canonical.5 relocated.5 transport.5 virtual.5 MAN8= bounce.8 cleanup.8 defer.8 local.8 master.8 pickup.8 pipe.8 qmgr.8 \ showq.8 smtp.8 smtpd.8 trivial-rewrite.8 error.8 SHAREMODE= 0644 do-install: @${MKDIR} -m 755 ${PREFIX}/etc/postfix @${CHOWN} root:wheel ${PREFIX}/etc/postfix @${INSTALL} -C -o root -g wheel -m 0644 ${WRKSRC}/conf/LICENSE \ ${PREFIX}/etc/postfix/LICENSE @for f in access main.cf master.cf ; do \ ${INSTALL} -C -o root -g wheel -m 0644 ${WRKSRC}/conf/$$f \ ${PREFIX}/etc/postfix/sample-$$f ; \ done @exit @for f in sample-aliases.cf sample-canonical.cf sample-debug.cf \ sample-ldap.cf sample-local.cf sample-misc.cf sample-pcre.cf \ sample-rate.cf sample-relocated.cf sample-resource.cf \ sample-rewrite.cf sample-smtp.cf sample-smtpd.cf \ sample-transport.cf sample-virtual.cf ; do \ ${INSTALL} -C -o root -g wheel -m 0644 ${WRKSRC}/conf/$$f \ ${PREFIX}/etc/postfix/$$f ;\ done @${INSTALL} -C -o root -g wheel -m 755 ${WRKSRC}/conf/postfix-script-sgid \ ${PREFIX}/etc/postfix/postfix-script @${MKDIR} -m 0755 ${PREFIX}/libexec/postfix @for f in bounce cleanup error local master pickup pipe qmgr \ showq smtp smtpd trivial-rewrite ; do \ ${INSTALL} -C -o root -g wheel -m 0755 -s \ ${WRKSRC}/libexec/$$f ${PREFIX}/libexec/postfix/$$f ;\ done @for f in postalias postcat postconf postdrop postfix postkick \ postlock postlog postmap postsuper sendmail smtp-sink \ smtp-source ; do \ ${INSTALL} -C -o root -g wheel -m 0755 -s ${WRKSRC}/bin/$$f \ ${PREFIX}/sbin/$$f ;\ done @for f in ${MAN1} ; do \ ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/man/man1/$$f \ ${PREFIX}/man/man1/$$f ;\ done @for f in ${MAN5} ; do \ ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/man/man5/$$f \ ${PREFIX}/man/man5/$$f ;\ done @for f in ${MAN8} ; do \ ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/man/man8/$$f \ ${PREFIX}/man/man8/$$f ;\ done @${MKDIR} -m 0755 /var/spool/postfix @if [ ! -e ${PREFIX}/etc/postfix/main.cf ]; then \ ${CP} -p ${PREFIX}/etc/postfix/sample-main.cf \ ${PREFIX}/etc/postfix/main.cf; \ fi @if [ ! -e ${PREFIX}/etc/postfix/master.cf ]; then \ ${CP} -p ${PREFIX}/etc/postfix/sample-master.cf \ ${PREFIX}/etc/postfix/master.cf; \ fi @${ECHO_MSG} "--------------------------------------------------" @${ECHO_MSG} "- To replace your existing sendmail with postfix -" @${ECHO_MSG} "- type \"make replace\" -" @${ECHO_MSG} "--------------------------------------------------" post-install: @PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL replace: @${ECHO_MSG} "===> Replacing sendmail" @if [ -e /usr/sbin/sendmail ]; then \ ${MV} -f /usr/sbin/sendmail /usr/sbin/sendmail.OFF; \ ${CHMOD} 0 /usr/sbin/sendmail.OFF; \ fi @if [ -e ${PREFIX}/sbin/sendmail ]; then \ ${LN} -s ${PREFIX}/sbin/sendmail /usr/sbin/sendmail; \ fi @${ECHO_MSG} "===> Replacing mailq" @if [ -e /usr/bin/mailq ]; then \ ${MV} -f /usr/bin/mailq /usr/bin/mailq.OFF; \ ${CHMOD} 0 /usr/bin/mailq.OFF; \ fi @if [ -e ${PREFIX}/sbin/sendmail ]; then \ ${LN} -s ${PREFIX}/sbin/sendmail /usr/bin/mailq; \ fi @${ECHO_MSG} "===> Replacing newaliases" @if [ -e /usr/bin/newaliases ]; then \ ${MV} -f /usr/bin/newaliases /usr/bin/newaliases.OFF; \ ${CHMOD} 0 /usr/bin/newaliases.OFF; \ fi @if [ -e ${PREFIX}/sbin/sendmail ]; then \ ${LN} -s ${PREFIX}/sbin/sendmail /usr/bin/newaliases; \ fi .include .36 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
Commit message (Expand)AuthorAgeFilesLines
* - Update to 0.8.2stas2007-07-204-137/+8
* - Add a separate port for microcode updates to let people update microcodestas2007-07-205-0/+170
* - Remove distinfo hashes, which are not used officiallygabor2007-07-203-4/+0
* - patch to remove linux-specific "filesystem subtype" codemm2007-07-192-0/+139
* Fix bogus LIBEXECDIR definition and replace ln -s with ln -sf in installlofi2007-07-182-8/+12
* Update to 1.710.fjoe2007-07-175-46/+38
* - Fix build.trasz2007-07-161-1/+2
* - Fix detection of writer device if other devices than cdX and passX (e.g.barner2007-07-164-0/+190
* - Update to 1.40.2pav2007-07-162-4/+4
* - Update to 0.8 b2 which fixes build with gcc 4.xrafan2007-07-156-59/+32
* - Fix build with pf 4.1pav2007-07-153-29/+35
* - Update to 0.8sat2007-07-143-6/+31
* Fix build with gcc 4.2lme2007-07-141-0/+11
* - Update hachoir suite:sat2007-07-1410-12/+62
* - Update to 20070710miwi2007-07-133-12/+103
* Change e-mail address of my ports to my FreeBSD.org one.lme2007-07-133-3/+3
* - Update to 2.1.26miwi2007-07-132-4/+4
* - Use proper capitalization in my email address.trasz2007-07-123-3/+3
* Fix typo in previous commit.tdb2007-07-111-4/+4
* multitail 5.2.0.obraun2007-07-112-4/+4
* Add port sysutils/rsyslog:sat2007-07-109-0/+251
* - Update to 1.40.1miwi2007-07-102-4/+4
* - Update to 1.9.0miwi2007-07-092-4/+4
* - Update to 0.5.3 [1]tdb2007-07-094-68/+119
* Fix typolofi2007-07-081-1/+1
* Fix klaptopdaemon by explictly linking its kded plugin to libXss.lofi2007-07-082-0/+12
* - Update to 2.1.24miwi2007-07-072-4/+4
* - Add missing gnome dependencies for bacula-client* WITH_GNOMECONSOLE casenox2007-07-072-2/+2
* - Fix build with sqlite3miwi2007-07-071-1/+1
* Obsolete port no more maintained by its author.jmz2007-07-065-66/+0
* - Fix an objformat removal related bug.stas2007-07-061-0/+4
* - Change maintainer addressbeech2007-07-051-2/+2
* First steps in a big migration:edwin2007-07-055-5/+5
* Upgrade to 1.8.vanilla2007-07-053-68/+4
* Upgrade to 2.7.0.vanilla2007-07-052-4/+4
* - Fix installpav2007-07-052-5/+3
* Mark BROKEN on 7.X: does not compile with GCC 4.2pav2007-07-051-1/+7
* - Drop maintainershippav2007-07-051-1/+1
* - Update to 1.40miwi2007-07-0415-345/+54
* Update to KDE 3.5.7 / KOffice 1.6.3lofi2007-07-0414-28/+21
* - Update to 2.11clsung2007-07-042-4/+4
* - Update to 2.16clsung2007-07-046-26/+46
* Add an option to build a dynamically linked binary, defaultingerwin2007-07-041-1/+11
* Don't automatically search for the src rpm when running on pointyhat. [1]netchild2007-07-031-0/+1
* - Update to 1.0-beta2tmclaugh2007-07-035-7/+9
* - Disable on package cluster: requires fully qualified hostname, which we don...pav2007-07-031-0/+4
* - convert to use USE_LINUX_RPM, this fixes the build problems after my lastnetchild2007-07-023-25/+22
* Chase gnutls shared library version chase: adjust DEPENDS lines andnovel2007-07-011-2/+2
* - fix plistdinoex2007-07-011-0/+1
* Upgrade to 2.25.thierry2007-07-012-4/+4
* GoogLog is a easy and simple web tool to search inside your syslog files.araujo2007-06-305-0/+60
* Reset rainer.alves@gmail.com by request due to current lack of time tolinimon2007-06-301-1/+1
* These install kernel modules, so add new virtual category kld.linimon2007-06-291-1/+1
* - Update to 0.9.4lwhsu2007-06-293-6/+8
* - clean old object files to fix build on all archsdinoex2007-06-291-1/+1
* - Update to 2.1.22miwi2007-06-292-4/+4
* - Update maintainer adressmiwi2007-06-292-2/+1
* Upgrade to version 3.42.olgeni2007-06-293-19/+95
* Populate the 'kld' virtual category, for ports that install Kernel Loadablelinimon2007-06-296-6/+6
* Mark as deprecated on all supported versions of FreeBSD; is alreadylinimon2007-06-291-5/+4
* - Fix build with gcc 4.2miwi2007-06-292-1/+14
* - Update to version 2.09 [1]danfe2007-06-284-6/+9
* Update sysutils/testdisk to 6.7.flz2007-06-272-4/+4
* - Update to 1.0.2beech2007-06-276-30/+8
* - Use USE_OCAMLbarner2007-06-261-4/+2
* - Resurrect and fix ledit, a line editor allowing to use control commands likebarner2007-06-255-0/+55
* - Update to 1.00chinsan2007-06-242-4/+4
* Remove my name and e-mail address from these pkg-descr files for portsdougb2007-06-232-6/+0
* Unbreak for gcc 4.2.delphij2007-06-223-6/+37
* - Update sysutil/memtest to 4.0.7, which includes the following bugfix:clsung2007-06-202-4/+4
* - Add mirrorbeech2007-06-191-2/+2
* . fix COMMENT (the port is no longer a trial beta version); [1]bsam2007-06-181-2/+2
* - Update to 3.0rafan2007-06-182-14/+46
* - Fix buld with gcc42.trasz2007-06-181-4/+8
* Update module useradmin-1.350-1.olgeni2007-06-182-1/+5
* Bump up to xfsprots 2.8.21. xfs_repair for some reason now dependsrodrigc2007-06-172-7/+8
* - drop 4.x support (EOL)itetcu2007-06-172-8/+2
* GAI Leds is a GAI applet that displays the keyboard status leds.pav2007-06-175-0/+56
* - Put back accidentally deleted line in pkg-plist when applying the patchlwhsu2007-06-162-0/+2
* - Update to 2.2.1 [1]sergei2007-06-1618-81/+339
* pyRenamer is a mass file renamer written in PyGTK. You can rename files usingmezz2007-06-156-0/+108
* - Update maintainer address.beech2007-06-151-1/+1
* - Stylepav2007-06-152-9/+4
* - Fix on amd64: just hard-code i386 into port for nowpav2007-06-151-2/+2
* - Fix WWW.jmelo2007-06-141-1/+1
* Chase checksum.olgeni2007-06-141-3/+3
* - fix build on amd64 and ia64 archsmm2007-06-141-0/+5
* - LOCALBASE => PREFIXmiwi2007-06-141-1/+1
* - Update to 2.31miwi2007-06-142-5/+5
* - Add rc.d scriptmiwi2007-06-142-0/+38
* - Unbreak (with all of its dependencies)sat2007-06-131-1/+2
* The pdf file still changes to much, so put it back in IGNORE files.itetcu2007-06-132-3/+3
* Distfile rerolled (small change in utils.c).obraun2007-06-131-3/+3
* - Update to 0.3.0miwi2007-06-133-9/+8
* - Fix build.miwi2007-06-121-1/+1
* Add port sysutils/reclinker:sat2007-06-124-0/+43
* - Update to 1.9.11miwi2007-06-112-16/+19
* Perl interface to Gamin (File Access Monitor implementation)miwi2007-06-115-0/+56
* - Update to 3.0.3miwi2007-06-113-7/+8
* - Update to 2.1.12miwi2007-06-119-105/+130
* - Update to 3.14.1itetcu2007-06-112-7/+7
* BROKEN: Incomplete pkg-plistkris2007-06-101-0/+2
* - Update to 2.1.4miwi2007-06-102-4/+4
* - Update to 0.9.3miwi2007-06-098-18/+34
* Fix typo in MASTER_SITESmiwi2007-06-092-2/+2
* Update to 5.1.0.obraun2007-06-092-4/+4
* Update to 5.0.5obraun2007-06-092-4/+4
* - Update to 2.10clsung2007-06-082-5/+5
* - Update to 1.07clsung2007-06-082-5/+5
* Switch from using mad to mp3 in USE_GSTREAMERahze2007-06-071-2/+2
* - Add additional MASTER_SITElwhsu2007-06-071-1/+2
* - Add an rc.d scriptsat2007-06-074-1/+47
* Add p5-Brackup 1.03, flexible backup tool.clsung2007-06-075-0/+72
* - Remove -Werror to fix build on currentsat2007-06-071-1/+4
* - Bump PORTREVISION.alepulver2007-06-079-623/+833
* - Update to 1.9miwi2007-06-062-4/+4
* - Update to 3.0lwhsu2007-06-062-10/+5
* Reset jeh@FreeBSD.org, who is away from FreeBSD work for a while.linimon2007-06-061-1/+1
* Update sysutils/file to 4.21, fixes a heap overflow vulnerability.delphij2007-06-062-6/+4
* - Reformat parts of Makefile so it fits in 80-character screendanfe2007-06-061-7/+12
* - Make installed scripts really usable (fix binary files path)danfe2007-06-063-0/+30
* Clean up descriptions for TSK and Autopsy:danfe2007-06-062-11/+11
* - Update to version 2.08danfe2007-06-064-13/+59
* - remove obsolete patchmm2007-06-051-12/+0
* Condor is a open-source, specialized workload management system formiwi2007-06-057-0/+907
* From the PR:lwhsu2007-06-054-34/+24
* - Fix build on amd64miwi2007-06-051-2/+2
* - Update to 0.6.5pav2007-06-059-95/+149
* Bcfg2 helps system administrators produce a consistent, reproducible, andmiwi2007-06-055-0/+544
* Remove expired ports:gabor2007-06-0410-2546/+0
* A set of shell scripts for managing LDAP POSIX user and group creationmiwi2007-06-044-0/+62
* - Update to 4.79Bpav2007-06-042-5/+5
* - Update to 1.0.b1miwi2007-06-042-5/+5
* - Update to 2.1.3miwi2007-06-042-4/+4
* snap is a tool for the management of UFS2 snapshots createdmiwi2007-06-044-0/+43
* Upgrade to version 1.280.olgeni2007-06-032-4/+4
* Upgrade to version 1.350.olgeni2007-06-032-12/+5
* [PATCH] sysutils/lsof: update to 4.79Aedwin2007-06-032-6/+6
* - Retire gstreamer 0.8.0ahze2007-06-022-19/+0
* Update to 5.0.4.obraun2007-06-022-4/+4
* Welcome Larry Rosenman <ler@lerctr.org> as new port maintainer.kris2007-06-011-1/+1
* For now mark FORBIDDEN since it's setuid root and has security issues.simon2007-05-311-0/+2
* Update to 1.07 release.ale2007-05-314-16/+25
* - Update MASTER_SITESmiwi2007-05-304-26/+12
* - Update to 1.3.2miwi2007-05-302-7/+8
* - Fix pkg-plist when building with cgi supportlwhsu2007-05-304-0/+24
* - Fix build error with gcc4.2 [1]miwi2007-05-293-43/+226
* Switch to gnupg2. [1]vd2007-05-293-6/+6
* Update to 2.18.2.mezz2007-05-293-5/+7
* Update to 2.18.2.mezz2007-05-293-5/+21
* Update to 2.18.3.mezz2007-05-292-5/+4
* Upgrade to version 1.270.olgeni2007-05-292-13/+5
* Upgrade to version 1.340.olgeni2007-05-292-9/+12
* Upgrade to 1.0.1itetcu2007-05-286-10/+32
* Update to 3.051skv2007-05-283-4/+5
* - Update to 1.0miwi2007-05-282-6/+6
* - Update to 1.3.0 RC1miwi2007-05-272-9/+9
* - Chase libexif updatepav2007-05-272-4/+4
* Update to 2.034skv2007-05-272-4/+4
* move from X11BASE to LOCALBASEoliver2007-05-271-2/+2
* - Update to 0.22.4miwi2007-05-2714-418/+110
* - Update to 0.3.3miwi2007-05-273-8/+22
* - Update to 1.8.1miwi2007-05-272-4/+4
* BROKEN with gcc 4.2kris2007-05-272-2/+14
* Update to 1.50-PR2ehaupt2007-05-272-4/+4
* BROKEN with gcc 4.2kris2007-05-271-1/+7
* BROKEN with gcc 4.2kris2007-05-271-1/+7
* - Update to 0.5.2.araujo2007-05-263-5/+6
* Fix pkg-plist.fjoe2007-05-262-0/+15
* - Improve wording.stas2007-05-261-3/+3
* From the web site:bsam2007-05-265-0/+556
* More on fix the plist by remove an empty line. Forgot to save in vim.mezz2007-05-261-1/+0
* Fix the plist.mezz2007-05-261-14/+0
* - Chase libexif updatepav2007-05-252-4/+4
* - update for gnustep-make-2.0.0dinoex2007-05-251-1/+1
* - update for gnustep-make-2.0.0dinoex2007-05-256-3/+9
* BROKEN: Does not buildkris2007-05-251-0/+2
* Update to 5.2.2 release.ale2007-05-201-10/+9
* - Welcome X.org 7.2 \o/.flz2007-05-20248-566/+218
* Add p5-mogilefs-server 2.10.919, mogileFS (distributed filesystem)clsung2007-05-049-0/+229
* - Update to 0.8.1stas2007-05-033-5/+17
* - Really remove WARNS settings. Unless someone wants to fix the build on ia64,rafan2007-05-022-11/+2
* Update to 5.0.2.obraun2007-05-012-4/+4
* - Update to 1.1sat2007-05-012-4/+4
* - Update to 2.6.4nivit2007-05-012-4/+4
* clean up some warnings from portlint -avz and fix it so that if alreadyscrappy2007-05-014-8/+12
* Update distinfo, tarball has been rerolled. A MySQL error log colorscheme was...obraun2007-05-011-3/+3
* - Fix dependencies in the gtk2 case.stas2007-04-291-1/+1
* Handle password generation using pw instead of liboobs so the passwordmarcus2007-04-292-0/+16
* Pass the -m flag to pw so that user home directories are created. Also,marcus2007-04-292-1/+48
* forgot to cvs add the start up file ...scrappy2007-04-292-0/+60
* slight change to better handle boottime reporting, as well as to documentscrappy2007-04-294-14/+11
* By popular request, I've added a bsdstats.sh script to etc/rc.d so thatscrappy2007-04-292-2/+15
* Update to 1.13.nobutaka2007-04-283-22/+7
* - Update to 0.11.4miwi2007-04-282-5/+5
* - Update to 1.3.0miwi2007-04-282-5/+5
* - Update to 2.0.0beta12miwi2007-04-282-5/+5
* Update to 5.0.1.obraun2007-04-282-4/+4
* Add p5-MogileFS-Utils 2.08, mogileFS tools.clsung2007-04-275-0/+40
* Add p5-MogileFS-Client 1.06, client library for the MogileFS distributedclsung2007-04-275-0/+44
* update to 9.4.1oliver2007-04-27