| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
- Unbreak on 9.x
PR: ports/157514
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
Approved by: maintainer timeout (>18days)
Notes:
svn path=/head/; revision=276021
|
|
|
|
|
|
|
| |
Submitted by: Angelo Turetta <aturetta@commit.it>
Notes:
svn path=/head/; revision=265937
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
| |
Notes:
svn path=/head/; revision=265149
|
|
|
|
| |
Notes:
svn path=/head/; revision=263089
|
|
|
|
|
|
|
|
| |
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Notes:
svn path=/head/; revision=261230
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=244567
|
|
|
|
|
|
|
| |
Tested by: exp build run (erwin)
Notes:
svn path=/head/; revision=218886
|
|
|
|
|
|
|
|
|
| |
PR: ports/117140
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at IRIS dot sunpoet dot net>
Approved by: maintainer timeout(over three months ago)
Notes:
svn path=/head/; revision=207740
|
|
|
|
|
|
|
|
|
| |
PR: 115939
Submitted by: phk
Approved by: maintainer timeout (>4 weeks)
Notes:
svn path=/head/; revision=200719
|
|
|
|
|
|
|
|
| |
PR: ports/116639
Submitted by: aDe
Notes:
svn path=/head/; revision=200411
|
|
|
|
|
|
|
|
|
| |
PR: ports/109401
Submitted by: IWATSUKI Hiroyuki <don@na.rim.or.jp>
Approved by: Scott Blachowicz <scott+ports@sabami.seaslug.org> (maintainer)
Notes:
svn path=/head/; revision=186382
|
|
|
|
|
|
|
|
| |
PR: 105978
Submitted by: Brad Huntting <huntting@glarp.com>
Notes:
svn path=/head/; revision=185036
|
|
|
|
|
|
|
|
|
| |
PR: 106361
Submitted by: myself
Approved by: Scott Blachowicz <scott+ports@sabami.seaslug.org> (maintainer)
Notes:
svn path=/head/; revision=178955
|
|
|
|
|
|
|
|
| |
PR: ports/104128
Submitted by: Scott Blachowicz <scott+ports@sabami.seaslug.org> (maintainer)
Notes:
svn path=/head/; revision=174851
|
|
|
|
| |
Notes:
svn path=/head/; revision=162032
|
|
|
|
|
|
|
| |
Submitted by: maintainer
Notes:
svn path=/head/; revision=156735
|
|
|
|
| |
Notes:
svn path=/head/; revision=156619
|
|
|
|
|
|
|
|
|
|
| |
Correct a plist-related packaging problem.
PR: 93549
Submitted by: maintainer
Notes:
svn path=/head/; revision=156566
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154158
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
Notes:
svn path=/head/; revision=148323
|
|
|
|
|
|
|
|
| |
PR: 63497
Approved by: Scott Blachowicz <scott@sabami.seaslug.org> [MAINTAINER]
Notes:
svn path=/head/; revision=107305
|
|
|
|
|
|
|
| |
Approved by: maintainers
Notes:
svn path=/head/; revision=104361
|
|
|
|
|
|
|
|
| |
PR: 52528
Submitted by: maintainer
Notes:
svn path=/head/; revision=81629
|
|
|
|
| |
Notes:
svn path=/head/; revision=76038
|
|
|
|
|
|
|
| |
And some ports have USE_PERL5=yes now.
Notes:
svn path=/head/; revision=69436
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update MAINTAINER address.
(Bump PORTREVISION while I'm here.)
PR: 39205
Submitted by: Scott Blachowicz <scott@sabami.seaslug.org>
Reviewed by: "Julian H. Stacey" <jhs@jhs.muc.de>
Notes:
svn path=/head/; revision=68838
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Alphabetize the comments on the Makefile variables that affect the
configure process.
* Add a new NMH_EXTRA_CONFIGURE_ARGS var to let builder pass extra args
through to configure.
* Add a new NMH_POP var to allow builder to disable the --enable-pop
configure setting.
* Take 'uname' out of the AC_CHECK_FUNCS so the configure script never sets
HAVE_UNAME, so that it only uses gethostname(3) to get the hostname.
The HAVE_UNAME #define is only used in zotnet/mts/mts.c and it uses
gethostname(3) in its stead both times.
PR: 36307
Submitted by: MAINTAINER: Scott Blachowicz <Scott.Blachowicz@seaslug.org>
Notes:
svn path=/head/; revision=57957
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
- Other minor changes to fix things
These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.
Submitted by: bento 4-exp USE_AUTO* cleanups
http://people.FreeBSD.org/~will/4-exp/
http://bento.FreeBSD.org/errorlogs/4-exp-latest/
Notes:
svn path=/head/; revision=52646
|
|
|
|
|
|
|
|
|
|
| |
variables
PR: 32298
Prompted by: maintainer
Notes:
svn path=/head/; revision=51908
|
|
|
|
|
|
|
| |
with '.default' suffixes.
Notes:
svn path=/head/; revision=44508
|
|
|
|
|
|
|
|
|
| |
arguments to ${PKGINSTALL}. (I suspect this install script actually
working without the second argument is because of this Makefile, but I
won't touch the script itself.)
Notes:
svn path=/head/; revision=33564
|
|
|
|
|
|
|
| |
MASTER_SITE_LOCAL site.
Notes:
svn path=/head/; revision=29968
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add a couple Makefile knobs to go with some new configure script
options.
PR: ports/18035
Submitted by: MAINTAINER
- Get rid of an insecure command (`chmod +w configure') and whole
pre-configure target, which seems unnecessary now. (the port
successfully builds without it)
- Use tab instead of space in suitable points.
- Use `${...}' instead of `$(...)'.
Notes:
svn path=/head/; revision=28039
|
|
|
|
| |
Notes:
svn path=/head/; revision=27534
|
|
|
|
| |
Notes:
svn path=/head/; revision=27500
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fixes a recently discovered security hole.
* Introduces a new port hook for nmh locking style, which
defaults to flock(2).
PR: 17055
Submitted by: maintainer
Notes:
svn path=/head/; revision=26441
|
|
|
|
|
|
|
|
|
| |
as the days of the former are numbered.
Reviewed by: asami
Notes:
svn path=/head/; revision=25584
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I was confused creating the most recent nmh port patch and
reverted the locking to "dot locking" as I'd thought that sendmail
used that. Upon using the new 'inc' command and closer
examination of sendmail, then mail.local, it looks like "flock"
locking is more appropriate (to match mail.local's behavior).
PR: 15674
Submitted by: maintainer
Notes:
svn path=/head/; revision=24079
|
|
|
|
|
|
|
|
|
|
| |
autoconf for this port.
PR: 15648
Submitted by: Scott Blachowicz <scott@sabunix.rresearch.com>
Notes:
svn path=/head/; revision=23911
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Documentation update providing current support channels.
No show-stopping bugs fixed, just lots of nits.
Changes to the actual port:
Simplify handling of PREFIX.
Use autoconf.
Use DOT_LOCKING, not FLOCK_LOCKING. (IMPORTANT)
Tweak DESCR to make it more obvious that this is an MUA.
PR: 15423
Submitted by: maintainer
Notes:
svn path=/head/; revision=23871
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Documentation update providing current support channels.
No show-stopping bugs fixed, just lots of nits.
Changes to the actual port:
Simplify handling of PREFIX.
Use autoconf.
Use DOT_LOCKING, not FLOCK_LOCKING. (IMPORTANT)
Tweak DESCR to make it more obvious that this is an MUA.
PR: 15423
Submitted by: maintainer
Notes:
svn path=/head/; revision=23818
|
|
|
|
| |
Notes:
svn path=/head/; revision=20954
|
|
|
|
|
|
|
| |
chown -> ${CHOWN}
Notes:
svn path=/head/; revision=20885
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.
As promised,
$ time cvs ci
real 67m51.701s
user 0m1.250s
sys 0m5.345s
Notes:
svn path=/head/; revision=19803
|
|
|
|
|
|
|
|
|
| |
PR: ports/12177
Submitted by: Scott.Blachowicz@seaslug.org
(maintainer)
Notes:
svn path=/head/; revision=19467
|
|
|
|
|
|
|
|
| |
PR: 11762
Submitted by: Sheldon Hearn <sheldonh@uunet.co.za>
Notes:
svn path=/head/; revision=18876
|
|
|
|
|
|
|
|
| |
PR: ports/11628
Submitted by: Scott.Blachowicz@seaslug.org
Notes:
svn path=/head/; revision=18761
|
|
|
|
|
|
|
|
|
| |
PR: ports/10119
Reviewed by: jkoshy
Submitted by: Scott Blachowicz <sab@seanet.com>
Notes:
svn path=/head/; revision=16870
|
|
|
|
|
|
|
|
| |
PR: ports/10119
Submitted by: Sheldon Hearn <axl@iafrica.com>
Notes:
svn path=/head/; revision=16869
|