Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2_2 24 Feb 2024 18:20:52 |
Muhammad Moinur Rahman (bofh) |
mail/perdition: Moved man to share/man
Approved by: portmgr (blanket) |
2.2_1 08 Feb 2023 10:53:56 |
Muhammad Moinur Rahman (bofh) |
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap
Convert the USE_LDAP=yes to USES=ldap and adds the following features:
- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features
Reviewed by: delphij
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38233 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.2_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.2_1 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
2.2_1 29 Sep 2021 19:46:09 |
Bernhard Froehlich (decke) |
mail/perdition: Add CPE information
Approved by: portmgr (blanket) |
2.2_1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.2_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2_1 11 Nov 2018 15:38:51 |
danfe |
Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support. Due to shlib
version change, bump port revisions of the consumer ports.
PR: 233059
Exp-run by: antoine
Approved by: maintainer (johans, numerous timeouts) |
2.2 10 Jun 2017 07:20:42 |
wen |
- Update to 2.2 |
2.1 08 Aug 2016 13:46:50 |
mat |
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight |
2.1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.1 22 Nov 2014 20:40:09 |
crees |
Finally retire USE_PGSQL |
2.1 22 Nov 2014 18:42:44 |
antoine |
Cleanup plist |
2.1 24 Aug 2014 13:53:44 |
wg |
mail/perdition: update to 2.1
PR: 192770
Submitted by: Brian Mastenbrook |
1.18_6 21 Aug 2014 22:50:30 |
mandree |
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) |
1.18_5 30 Jul 2014 20:06:24 |
amdmi3 |
- Fix plist |
1.18_4 30 Jul 2014 01:51:28 |
amdmi3 |
- Switch devel/libvanessa_socket to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
1.18_3 30 Jul 2014 01:50:08 |
amdmi3 |
- Switch to USES=libtool, drop .la files
- Stagify
- Strip libraries
- Fix plist |
1.18_2 24 Jul 2014 18:34:16 |
tijl |
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above ) |
1.18_1 13 Jul 2014 23:36:40 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
1.18_1 04 Jul 2014 09:12:57 |
bapt |
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr |
1.18_1 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
1.18_1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
1.18_1 09 Jan 2013 10:43:22 |
jhale |
- Use MLINKS to register additional manpages to plist [1]
- Remove leftover SSL option [2]
- Use more standard LDAP option instead of OPENLDAP [2]
- Use new generic NIS description and drop "backend" from
GDBM description so it looks like the other database options
- Bump PORTREVISON due to MLINKS change
Reported by: Redports QAT [1], bapt [2] |
1.18 08 Jan 2013 22:33:11 |
jhale |
- Update to 1.18 [1]
- Convert KNOBS to new options framework [1]
- Drop ABI version numbers in LIB_DEPENDS [1]
- Add UPDATING entry to inform users of IPv6 changes to
devel/libvanessa_socket that affect perdition [2]
PR: ports/174550 [1], ports/174410 [2]
Submitted by: Thomas Vogt <thomas@bsdunix.ch> (maintainer) [1],
Joel Ray Holveck <joelh@piquan.org> [2] |
1.17.1_7 11 Dec 2012 14:23:48 |
jhale |
- Chase devel/libvanessa* updates
- Trim Makefile header |
1.17.1_6 06 Feb 2012 12:25:50 |
miwi |
- Chase unixODBC shlib bump |
1.17.1_5 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
1.17.1_5 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.17.1_5 12 Sep 2011 13:46:59 |
gabor |
- Track dependencies after databases/gdbm update |
1.17.1_4 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
1.17.1_4 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.17.1_4 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.17.1_3 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
1.17.1_3 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.17.1_3 15 Jul 2009 16:56:10 |
dougb |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
1.17.1_3 25 Nov 2008 05:33:07 |
miwi |
- Respect NOPORTDOCS
PR: 129099
Submitted by: Thomas Vogt <thomas@bsdunix.ch> (maintainer)
Reported by: ionbot |
1.17.1_3 06 Jun 2008 13:43:09 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.17.1_2 25 Jan 2008 14:38:12 |
wxs |
Fix typos in RC scripts and bump PORTREVISION.
PR: ports/119741
Submitted by: Aleksandr Stankevic <alex@braske.net>
Approved by: Thomas Vogt (maintainer), garga (mentor) |
1.17.1_1 11 Dec 2007 22:15:37 |
delphij |
- Add rc.d scripts.
- Change pid directory to /var/run instead of /usr/local/var/run.
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
PR: ports/117101
Approved by: maintainer |
1.17.1 09 Nov 2007 22:44:31 |
beech |
- Fix install of invalid pam file.
PR: ports/117941
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Approved by: portmgr (linimon, mentor),
Thomas Vogt <thomas@bsdunix.ch> (maintainer) |
1.17.1 06 Nov 2007 11:08:18 |
beech |
- Security update to 1.17.1
PR: ports/117796
Submitted by: Thomas Vogt <thomas@bsdunix.ch> (maintainer)
Approved by: portmgr (pav), linimon (mentor)
Security: http://www.sec-consult.com/300.html |
1.17 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
1.17 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.17 19 Dec 2005 10:06:19 |
clement |
- Update perdition to 1.17
- Pass maintainership of perdition and libvanessa* to submitter
Submitted by: Thomas Vogt <thomas@bsdunix.ch>
Also submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> [1]
PR: ports/83305 [1] |
1.15 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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. |
1.15 31 Jan 2005 00:35:56 |
girgen |
Split the postgresql ports into a server and a client part.
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) |
1.15 19 Oct 2004 12:26:44 |
clement |
- Sync description with reality
Noticed by: delphij |
1.15 02 Jun 2004 08:11:06 |
clement |
- Update to 1.15.
This release fixes bogus LDAP lookups |
1.14 07 Apr 2004 14:42:07 |
clement |
- Update to 1.14
- fix plist for DAEMONMAP |
1.13_1 18 Mar 2004 02:01:15 |
clement |
- SIZEify
Submitted by: trevor |
1.13_1 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
1.13_1 04 Feb 2004 04:36:30 |
marcus |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
1.13 23 Jan 2004 18:12:26 |
trevor |
Now gettext 0.12.1 is gettext-old. |
1.13 13 Jan 2004 15:04:51 |
clement |
- Update my email address
Approved and reviewed by: erwin (mentor) |
1.13 19 Dec 2003 09:12:43 |
clement |
Update perdition to 1.13.
This fixes a critical bug in 1.12 that prevented the outgoing_server
option from working - perdition would segmentation fault if this
option was selected. Also includes some minor documentation and
build fixes. Users are strongly recomended to upgrade to 1.13 if
they are using 1.12.
Approved by: erwin (mentor) |
1.12 15 Dec 2003 20:53:59 |
pav |
- Update to 1.12
PR: ports/60263
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer) |
1.11_2 01 Sep 2003 14:02:08 |
dinoex |
- don't clobber any given LDFLAGS
resolves conflitcs with bsd.openssl.mk
Approved by: sheepkiller@cultdeadsheep.org |
1.11_2 28 Aug 2003 12:14:21 |
edwin |
[update ports]: Use USE_MYSQL and USE_OPENLDAP in my ports
www/mod_accounting [1]
mail/perdition [2]
security/prelude-manager [3]
PR: ports/56026
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |
1.11_2 26 Aug 2003 20:25:58 |
marcus |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
1.11_1 25 Aug 2003 05:41:38 |
marcus |
Chase the libintl.so shared lib version. |
1.11_1 16 Aug 2003 14:36:22 |
kuriyama |
Update to be compliant with new openldap21-client ports.
PR: ports/55588
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> |
1.11_1 31 Jul 2003 06:40:01 |
daichi |
update mail/perdition: update mysql hack to "lastest revision".
PR: 55044
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
Pointed out by: kirill |
1.11 03 Jul 2003 05:54:50 |
maho |
1. update to 1.11
2. Add many knobs.
3. pass maintainer ship to Clement Laforet <sheepkiller@cultdeadsheep.org>
PR: 53358
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Notification by: daichi |
0.1.9 05 Apr 2003 22:02:58 |
kris |
Don't remove the etc/pam.d system directory |
0.1.9 20 Feb 2003 18:40:39 |
knu |
De-pkg-comment. |
0.1.9 12 Feb 2003 01:59:08 |
naddy |
Update master sites.
PR: 47703
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
0.1.9 03 Jan 2003 08:26:35 |
ijliao |
chase gdbm lib version |
0.1.9 21 Dec 2002 09:45:31 |
anholt |
Fix build on -current: #include <stddef.h> for size_t definition.
Submitted by: bento |
0.1.9 18 Nov 2002 03:06:10 |
kuriyama |
Pass maintainership for these ports to ports@.
Domain of former maintainer is not exist. |
0.1.9 01 Aug 2002 16:22:41 |
ade |
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade |
0.1.9 04 May 2002 17:12:59 |
ijliao |
upgrade to 0.1.9
PR: 37296
Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
No response from: maintainer |
0.1.8_1 12 Apr 2002 17:10:20 |
ade |
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr |
0.1.8 15 Mar 2002 19:44:29 |
ade |
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr |
31 Aug 2001 15:20:29 |
sobomax |
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate. |
29 Aug 2001 18:52:15 |
petef |
Actually update distinfo to version 0.1.8, it seems this was overlooked when
ports/28160 was closed. |
15 Jun 2001 16:21:29 |
kevlo |
Update to version 0.1.8 |
25 May 2001 16:48:18 |
roam |
Fix LIB_DEPENDS: libvanessa_socket is in 'devel', not in 'net'. |
20 May 2001 05:00:00 |
will |
Add perdition 0.1.7, a POP3 & IMAP4 proxy that can map users to multiple
backend servers. |