| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=360588
|
|
|
|
|
|
|
| |
- Stage
Notes:
svn path=/head/; revision=350625
|
|
|
|
|
|
|
|
|
|
| |
Reassigning my ports back to the pool with the hope of freeing up
to do more FreeBSD work in the future.
Submitted by: glarkin
Notes:
svn path=/head/; revision=336656
|
|
|
|
|
|
|
|
|
|
| |
Sync LEGAL for djb related ports. I chose not to mark these ports as RESTRICTED
due to the mixed opinions of putting something into the public domain.
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=336244
|
|
|
|
|
|
|
| |
mail)
Notes:
svn path=/head/; revision=327742
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bapt contributed to the qmail.mk as well
- Trim headers
USES= qmail:run will add qmail into RUN_DEPENDS
USES= qmail:build will add qmail into BUILD_DEPENDS
USES= qmail[:both] will add qmail into both RUN and BUILD DEPENDS
USES= qmail:vars will set QMAIL_PREFIX
With hat: portmgr
Notes:
svn path=/head/; revision=314324
|
|
|
|
| |
Notes:
svn path=/head/; revision=305678
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Handle custom PREFIX when configuring
- Omit preformatted man page installation
- Add missing pkg-plist entries
- Bump PORTREVISION
Reported by: ale [1]
Notes:
svn path=/head/; revision=273297
|
|
|
|
|
|
|
|
|
|
|
| |
- Added UPDATING entry with pointers to upgrade documentation and note about
new SQLite3 database plugin
- Added LICENSE
Requested by: Brent B. Powers <portsbug@b2pi.info> (via email)
Notes:
svn path=/head/; revision=273260
|
|
|
|
|
|
|
|
|
| |
PR: ports/144302
Submitted by: pgollucci
Feature safe: yes
Notes:
svn path=/head/; revision=250341
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Upgrade to 0.444 (PR is now moot due to upstream fix)
- Stylistic fixes to Makefile
- Add OPTIONS
- Remove djb-related RESTRICTED (see http://cr.yp.to/distributors.html)
PR: ports/121635
Submitted By: Paul Reece <paul@fastlane.net.au>
Approved By: beech (mentor, implicit)
Notes:
svn path=/head/; revision=218205
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=217649
|
|
|
|
| |
Notes:
svn path=/head/; revision=172070
|
|
|
|
| |
Notes:
svn path=/head/; revision=162032
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154113
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
very long and if some dependencies can't be added into the list.
[1]
- Fix FAM support. Make gamin the default FAM system. [2]
- Introduce new 'quicksearch' target to show only port, path and
info section of the matching ports. [3]
- Introduce new category - rubygems. [4]
- Fix stale dependencies while installing qmail slaveport and
another port that depends on qmail. [5]
- Add commentary for describes target in bsd.port.mk. [6]
- Fix warning issued during make index on archs !368. [7]
- Add USE_DOS2UNIX variable. If set to "YES", remove the ^M from
all files under ${WRKSRC}. If set to a string, remove in all files
under ${WRKSRC} with one of these names the ^Ms. [8]
- Add new variables PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS by
checking the existance of the Perl modules with the "perl -e 'use
module;'" command. [9]
- Fix bsd.port.mk variable quoting issues. No quoting is necessary
anymore either in the Makefile or on the command line. Affected
variables include:
BROKEN
FORBIDDEN
IGNORE
MANUAL_PACKAGE_BUILD
NO_CDROM
NO_PACKAGE
RESTRICTED
[10]
- Add NOFETCHFILES variable. If set, don't download these files
from the ${MASTER_SITES} or ${MASTER_SITE_BACKUP} (but do from
${MASTER_SITE_OVERRIDE}). [11]
- Improve 'search' target output. [12]
- Add a new virtual category for Amateur Radio - hamradio. [13]
- Cleanup some old/unused pathes in bsd.port.mk. [14]
- Add @dirrmtry for plists which does the same as:
"@unexec rmdir %D/foo 2>/dev/null || true" [15]
- Remove virtual category - offix. [16]
- Use portsnap instead of cvsup or cvs on "make update" in
/usr/ports. [17]
- Move location of bsd.autotools.mk within bsd.port.mk [18]
- Add bsd.linux-rpm.mk, fix INSTALLS_SHLIB for Linux ports [19]
- Use new USE_RC_SUBR format for FreeBSD version >= 700007 [20]
- Replace the string "FreeBSD" by "The FreeBSD Project" in the
security warning [21]
- Add bsd.local.mk for local modification to ports framework. [22]
- Replace rcNG spelling by rc.d [23]
- Remove superfluous USE_REINPLACE. [24]
Special thanks to: linimon for spending hours with all these patches
clement for fixes
kris for help with pointyhat
PR: ports/86310 [1], ports/89498 [2], ports/83530 [3],
ports/83789 [4], ports/84053 [5], ports/86281 [6],
ports/87214 [7], ports/87234 [8], ports/87318 [9],
ports/87396 [10], ports/87605 [11], ports/87840 [12],
ports/88230 [13], ports/88493 [14], ports/88711 [15],
ports/88751 [16], ports/89281 [17], ports/89999 [18],
ports/90031 [19], ports/90150 [20], ports/90668 [21],
ports/91433 [23], ports/88754 [24]
Submitted by: mi [1], marcus [2], Lars Engels <lars.engels@0x20.net> [3],
pav [4, 16, 20, 24], garga [5], cperciva [6], vd [7],
edwin [8, 9, 11, 15, 21],
fenner [10], Arseny Nasokin <tarc.po.cs.msu.su@tarc.po.cs.msu.su> [12],
Carl Makin <carl@stagecraft.cx> [13], arved [14],
NIIMI Satoshi <sa2c@sa2c.net> [17], thierry [18],
jylefort [19], linimon [22], dougb [23]
Notes:
svn path=/head/; revision=154065
|
|
|
|
| |
Notes:
svn path=/head/; revision=149422
|
|
|
|
|
|
|
|
|
|
|
| |
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors)
Notes:
svn path=/head/; revision=127737
|
|
|
|
|
|
|
|
|
| |
PR: ports/62756
Submitted by: Brian Reichert <reichert@numachi.com>
Approved by: nork (mentor/implicitly)
Notes:
svn path=/head/; revision=100794
|
|
|
|
| |
Notes:
svn path=/head/; revision=99525
|
|
|
|
|
|
|
|
| |
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Approved by: krion (implicit)
Notes:
svn path=/head/; revision=92071
|
|
|
|
|
|
|
| |
Approved by: krion
Notes:
svn path=/head/; revision=91927
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=84635
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Make portlint(1) happy: move RUN_DEPENDS and PATCH_SITES
- Remove explicit ezmlm version number from COMMENT and pkg-descr
- Reformat pkg-descr
- Cleanup and simplify Makefile
- Use DOCSDIR macro in pkg-plist
- Take maintainership
PR: 53857
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Notes:
svn path=/head/; revision=84513
|
|
|
|
| |
Notes:
svn path=/head/; revision=83755
|
|
|
|
| |
Notes:
svn path=/head/; revision=82679
|
|
|
|
|
|
|
| |
files/patch-ezmlm-manage-N.
Notes:
svn path=/head/; revision=79418
|
|
|
|
|
|
|
|
| |
Submitted by: Tim Baur <tbaur@panaso.com>
Obtained from: http://marc.theaimsgroup.com/?l=ezmlm&m=102816492627689&w=2
Notes:
svn path=/head/; revision=79376
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
|
|
|
|
|
|
|
| |
While I'm here, merge pkg-plist and pkg-plist.docs and remove some dead
MASTER_SITES.
PR: ports/47091
Submitted by: Matthias Andree <matthias.andree@web.de>
Notes:
svn path=/head/; revision=73420
|
|
|
|
| |
Notes:
svn path=/head/; revision=72511
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=53958
|
|
|
|
|
|
|
|
| |
PR: ports/19325
Submitted by: Yen-Shuo Su <yssu@CCCA.NCTU.edu.tw>
Notes:
svn path=/head/; revision=47171
|
|
|
|
|
|
|
| |
(I know, I look boring and pedant :o)
Notes:
svn path=/head/; revision=37983
|
|
|
|
|
|
|
|
|
|
|
| |
mysql323-client installs libmysqlclient.so.10 (instead of
libmysqlclient.so.6).
mysql323-{client,server} are production quality, now (according to
MySQL AB at least).
Notes:
svn path=/head/; revision=37401
|
|
|
|
|
|
|
|
|
| |
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
Notes:
svn path=/head/; revision=33576
|
|
|
|
| |
Notes:
svn path=/head/; revision=33521
|
|
|
|
|
|
|
|
|
|
| |
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
Notes:
svn path=/head/; revision=27680
|
|
|
|
| |
Notes:
svn path=/head/; revision=27500
|
|
|
|
|
|
|
|
| |
PR: ports/16728
Submitted by: Jos Backus <Jos.Backus@nl.origin-it.com>
Notes:
svn path=/head/; revision=26157
|
|
|
|
| |
Notes:
svn path=/head/; revision=25623
|
|
|
|
| |
Notes:
svn path=/head/; revision=20954
|
|
|
|
| |
Notes:
svn path=/head/; revision=19931
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Submitted by: tom
Notes:
svn path=/head/; revision=19293
|
|
|
|
| |
Notes:
svn path=/head/; revision=18434
|
|
|
|
|
|
|
|
| |
PR: 10867
Submitted by: maintainer
Notes:
svn path=/head/; revision=17508
|
|
|
|
|
|
|
|
| |
PR: 9930
Submitted by: Tom Hukins <tom@eborcom.com>
Notes:
svn path=/head/; revision=16839
|
|
Dan J. Bernstein's cleaned up version of ezmlm version 0.53.
PR: 8885
Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za>
Notes:
svn path=/head/; revision=16150
|