non port: mail/zmailer/Makefile |
SVNWeb
|
Number of commits found: 42 |
Fri, 31 Jan 2014
|
[ 21:02 antoine ]
Mark broken: Fails to install
if test "" != "" ; then /usr/bin/make post-install-text-dd ; fi
===> Staging rc.d startup script(s)
Can't chdir('/usr/local/etc/zmailer/cf/proto/') at /usr/local/sbin/post-install
line 37.
*** Error code 2
Reported by: pkg-fallout since august 2013
With hat: portmgr
|
Fri, 20 Sep 2013
|
[ 19:59 bapt ] (Only the first 10 of 748 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
|
Wed, 18 Sep 2013
|
[ 08:00 bapt ]
Add an explicit dependency on pkgconf
|
Sun, 15 Sep 2013
|
[ 08:15 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
Wed, 4 Sep 2013
|
[ 07:09 gahr ]
- Unbreak by setting MAKE_JOBS_UNSAFE
Reported by: pkg-fallout
|
Wed, 12 Jun 2013
|
[ 17:45 az ] (Only the first 10 of 24 ports in this commit are shown above. )
- Fix build with new site_perl
Submitted by: olli hauer <ohauer@gmx.de>
|
Tue, 14 May 2013
|
[ 08:54 gahr ]
- Fix build
Reported by: miwi (Tcl/Tk 86 exp-run)
|
Wed, 3 Oct 2012
|
[ 07:36 gahr ]
- Convert to OptionsNG
Notified by: http://wiki.freebsd.org/Ports/Options/ConvertingToOptionsNG
|
Sun, 5 Aug 2012
|
[ 23:19 dougb ] (Only the first 10 of 936 ports in this commit are shown above. )
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
|
Sat, 28 Jul 2012
|
[ 15:57 cs ] (Only the first 10 of 75 ports in this commit are shown above. )
Fix typos in COMMENT
Approved by: portmgr@ (implicit)
|
Thu, 21 Jan 2010
|
[ 16:17 gahr ]
- Fix utmpx on CURRENT
|
Thu, 21 Feb 2008
|
[ 21:20 gahr ] (Only the first 10 of 34 ports in this commit are shown above. )
My reference e-mail address as a ports maintainer is now gahr@FreeBSD.org.
Approved by: miwi (mentor)
|
Wed, 13 Feb 2008
|
[ 17:24 miwi ] (Only the first 10 of 13 ports in this commit are shown above. )
- Unbreak
- Update to 2.99.57
- Pass maintainership to submitter
PR: 120536
Submitted by: Pietro Cerutti <gahr@gahr.ch>
|
Fri, 14 Dec 2007
|
[ 15:52 sem ]
- Drop maintainership. A new version is broken and no developers reaction.
|
Mon, 1 Oct 2007
|
[ 09:41 linimon ]
Mark as broken with gcc4.2.
|
Tue, 21 Aug 2007
|
[ 12:50 sem ]
- Roll back to a previous version. The last one complete broken.
- PORTEPOCH bump.
|
Mon, 20 Aug 2007
|
[ 16:24 sem ]
- BROKEN -> IGNORE and more clean messge
|
Wed, 15 Aug 2007
|
[ 12:44 sem ]
- Mark BROKEN till find a problem with a router.
|
Tue, 14 Aug 2007
|
[ 16:53 sem ] (Only the first 10 of 13 ports in this commit are shown above. )
- Upgrade to 2.99.57
- Remove all obsoleted code
- Use a new rc.d script to run
- Take maintainership
|
Sat, 4 Aug 2007
|
[ 11:41 gabor ] (Only the first 10 of 291 ports in this commit are shown above. )
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
|
Mon, 23 Jul 2007
|
[ 09:36 rafan ] (Only the first 10 of 437 ports in this commit are shown above. )
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
|
Mon, 2 Jul 2007
|
[ 19:01 pav ] (Only the first 10 of 26 ports in this commit are shown above. )
- Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2
|
Wed, 18 Apr 2007
|
[ 11:46 gabor ] (Only the first 10 of 40 ports in this commit are shown above. )
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter i-m
|
Wed, 4 Apr 2007
|
[ 17:39 gabor ] (Only the first 10 of 15 ports in this commit are shown above. )
- Remove old Perl support from unmaintained ports in categories starting
with letter k-n
|
Tue, 27 Feb 2007
|
[ 04:35 kris ]
Now buildable on 7.x
|
Sun, 3 Sep 2006
|
[ 19:02 simon ]
Mark BROKEN on recent -CURRENT since it doesn't compile with OpenSSL
0.9.8b.
When here anyway, fix portlint warning about IGNORE with old Perl.
|
Fri, 4 Aug 2006
|
[ 12:34 erwin ] (Only the first 10 of 67 ports in this commit are shown above. )
Add support for DESTDIR part I.
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006
|
Sat, 12 Feb 2005
|
[ 18:34 leeym ]
- fix wrong pkg-plist and unbreak this port
- add some cosmetic fixes to make portlint happier
|
Fri, 11 Feb 2005
|
[ 22:08 kris ]
BROKEN: Incomplete pkg-plist
|
Mon, 14 Jun 2004
|
[ 08:11 vs ]
Requires Perl >= 5.006
Noticed by: cluster via kris
|
Mon, 7 Jun 2004
|
[ 16:36 vs ] (Only the first 10 of 19 ports in this commit are shown above. )
- Update to 2.99.56
- Fix installation from package
As always, please be careful not to nuke your local configuration
on updating. This port needs a maintainer who actually uses it!
Closes PR: ports/60585
Submitted by: Seva Gluschenko
|
Sun, 8 Feb 2004
|
[ 15:45 leeym ]
add USE_GCC=2.95 and unbreak this port.
|
Sat, 10 Jan 2004
|
[ 22:03 linimon ]
Reset maintainer to ports@. From private email from the previous maintainer:
Time constraints prevent me from maintaining this port properly. I
apologize for being unable to serve the community better, but life
has gotten in the way of things as usual.
The build issue here seems to be a rather strange one, and has to do
with compiling on the alpha. I have no way of troubleshooting this
myself, since I don't have access to the build environment.
The port requires some heavy-duty updating and it's really not
something I have much time to work on. Unfortunately.
I hope someone else will take over from me.
Thanks to Alex for his work on this port.
|
Sat, 20 Dec 2003
|
[ 10:37 linimon ]
Mark as broken with gcc3.3 (compile problems). Notified maintainer.
|
Tue, 14 Oct 2003
|
[ 15:47 dinoex ] (Only the first 10 of 14 ports in this commit are shown above. )
- add CONFLICTS
Submitted by: eikemeier@fillmore-labs.com
Approved by: kris
|
Fri, 21 Feb 2003
|
[ 12:42 knu ] (Only the first 10 of 199 ports in this commit are shown above. )
De-pkg-comment.
|
Tue, 20 Aug 2002
|
[ 00:22 nectar ]
Fix potential remote buffer overflow.
Reported by: 3APA3A <3APA3A@SECURITY.NNOV.RU>
|
Tue, 29 Jan 2002
|
[ 11:45 knu ] (Only the first 10 of 62 ports in this commit are shown above. )
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO
macro is set to "echo" by default, but it is set to "true" if make(1) is
invoked with the -s option while ECHO_CMD is always set to the echo command.
|
Mon, 5 Feb 2001
|
[ 15:11 olgeni ] (Only the first 10 of 73 ports in this commit are shown above. )
Spaces->tabs in the mail category.
|
Sun, 8 Oct 2000
|
[ 11:23 asami ] (Only the first 10 of 400 ports in this commit are shown above. )
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that
shouldn't have been necessary) and the string "/pkg/" appear.
|
Fri, 22 Sep 2000
|
[ 02:59 kris ] (Only the first 10 of 28 ports in this commit are shown above. )
Update all ports using OpenSSL and RSA to work without rsaref since it is no
longer required. Apologies to the various maintainers whom I did not yet hear
back from, but the ports freeze is coming up in a few hours and I will be
verifying all of these ports on a 4.1 machine myself to catch any problems.
|
Wed, 5 Jul 2000
|
[ 13:37 tg ] (Only the first 10 of 99 ports in this commit are shown above. )
As threatened on freebsd-ports: all startup scripts know about the two options
`start' and `stop' now (unless I have forgotten any). This allows us to call
the scripts from /etc/rc.shutdown with the correct option.
|
Number of commits found: 42 |