Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.2_13,1 07 Nov 2024 18:12:57 |
Cy Schubert (cy) |
sysutils/am-utils: Fix amq -i timestamp segmentation violation
Bring in src/9ee9d3867243.
MFH: 2024Q4 |
6.2_12,1 07 Nov 2024 18:12:57 |
Cy Schubert (cy) |
sysutils/am-utils: Clean up MASTER_SITES
Remove defunct MASTER_SITES, replacing them with the https site.
MFH: 2024Q4 |
6.2_12,1 01 Mar 2024 21:11:24 |
Cy Schubert (cy) |
sysutils/am-utils: move man pages |
6.2_11,1 18 Nov 2023 03:30:21 |
Cy Schubert (cy) |
Revert "sysutils/am-utils: Deprecate"
At the moment autofs does not always mount -hosts maps correctly
while am-utils does. Reverting deprecation until autofs can be
fixed.
This reverts commit 8d0309edc28ddec7115e0a3655a634bae24053dc. |
6.2_11,1 31 Jul 2023 23:33:37 |
Cy Schubert (cy) |
sysutils/am-utils: Deprecate
Upstream has desupported am-utils, recommending using autofs instead.
As FreeBSD now includes autofs, deprecate and expire when FreeBSD 13 is
finally EOL. |
6.2_11,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) |
6.2_11,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 ) |
6.2_11,1 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
6.2_11,1 14 Jan 2022 18:10:44 |
Cy Schubert (cy) |
sysutils/am-utils: Fix amd_enable
Fix cut & paste oversight.
PR: 261193
Fixes: 3920c5dda033a80a1bd0776bddac292d65d8cac2
Pointy hat to: cy
MFH: 2022Q1 |
6.2_10,1 14 Jan 2022 15:57:15 |
Cy Schubert (cy) |
sysutils/am-utils: Default amd_enable
Fix WARNING: $amd_enable is not set properly
PR: 261193
Reported by: Graham Perrin <grahamperrin@gmail.com>
MFH: 2022Q1 |
6.2_9,1 02 Aug 2021 04:41:48 |
Xin LI (delphij) |
net/openldap24-client: bump all dependent port
In the earlier net/openldap24-server commit, only those which depend on
net/openldap24-sasl-client were bumped. Bumping all dependent port that
didn't get a bump to force a rebuild of these packages.
Suggested by: kib |
6.2_8,1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
6.2_8,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.2_8,1 21 Nov 2019 15:22:53 |
cy |
Rather than an option, automatically detect if the target system
has an amd rc script. Eventually when amd is removed from base
packages will automatically include the rc script.
Adjust the location of the amd binary in the supplied rc script.
MFH: 2019Q4 |
6.2_7,1 20 Nov 2019 21:29:44 |
cy |
Make the installation of the rc script conditional to avoid conflict
with base.
MFH: 2019Q4 |
6.2_5,1 20 Nov 2019 21:16:14 |
cy |
Add rc.d support, stealing the rc.d file from base.
MFH: 2019Q4 |
6.2_4,1 09 Nov 2019 15:16:47 |
cy |
Simplify docs installation.
PR: 241805
Submitted by: amdmi3 |
6.2_4,1 09 Nov 2019 15:16:42 |
cy |
Switch to USES=localbase for OPENLDAP option.
PR: 241805
Submitted by: amdmi3@ |
6.2_4,1 15 Aug 2019 02:21:57 |
cy |
Fix two mismatches between function declaration and definition.
In both cases, function pointer arguments were inconsistently declared
and the result worked because of C's odd rules around function pointer
(de)references. With a stricter compiler these fail to compile.
Reported by: pfg@
Obtained from: base r350049 by brooks@ from CheriBSD
MFH: 2019Q3
Differential Revision: https://reviews.freebsd.org/D20964 |
6.2_3,1 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
6.2_2,1 13 Jan 2018 15:30:10 |
cy |
Fix build after r458894.
Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> |
6.2_2,1 13 Jan 2018 08:12:21 |
cy |
Forgot to git commit this USE=autoreconf prior to git svn dcommit
of the pair. The previous commit was the original submitted in
PR/207687 and this is my correction to the submitted patch. |
6.2_2,1 13 Jan 2018 07:18:01 |
cy |
Fix build with OPENLDAP and gdbm-compatibility.
PR: 204140, 207687
Submitted by: Lawrence Chen <beastie@tardisi.com> |
6.2_1,1 14 Dec 2017 01:38:03 |
cy |
Pet portlint.
PR: 224327
Submitted by: yasu@utahime.org |
6.2_1,1 14 Dec 2017 01:34:40 |
cy |
Enable MFS support.
PR: 224327
Submitted by: yasu@utahime.org |
6.2,1 16 Jun 2016 00:20:27 |
cy |
Assume for the care and feeding of this port. |
6.2,1 30 Mar 2015 22:39:27 |
bapt |
Remove dead RINGSERVER |
6.2,1 11 Nov 2014 08:00:30 |
antoine |
- Update to 6.2
- Clarify License
- Strip library
PR: ports/194852
Submitted by: Yasuhiro KIMURA |
6.1.5_2,1 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 ) |
6.1.5_1,1 05 Jul 2014 19:12:54 |
tijl |
- Convert to USES=libtool
- Set MAKEINFOFLAGS instead of MAKEINFO |
6.1.5,1 25 Jun 2014 08:58:09 |
bapt |
Fix build on system built WITHOUT_INFO
With hat: portmgr |
6.1.5,1 08 Nov 2013 12:18:12 |
vanilla |
Support STAGEDIR, install merged info files. |
6.1.5,1 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
6.1.5,1 21 Jan 2013 03:28:12 |
araujo |
- Update MASTER_SITES.
- Add LICENSE.
- Add MAKE_JOBS_UNSAFE.
- Convert to OptionsNG.
PR: ports/172509
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
6.1.5,1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
6.1.5,1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
6.1.5,1 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
6.1.5,1 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 |
6.1.5,1 15 Aug 2006 01:04:55 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
6.1.5,1 17 Jun 2006 07:50:36 |
miwi |
Update to 6.1.5
PR: ports/97689
Submitted by: TAOKA Fumiyoshi <fmysh _at_ iijmio-mail.jp>
Approved by: krion (mentor) |
6.1.4,1 10 May 2006 20:17:46 |
jmelo |
- Update to 6.1.4
PR: ports/97028
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Approved by: mnag (mentor) |
6.1.3_1,1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
6.1.3,1 24 Jan 2006 05:43:37 |
edwin |
SHA256ify (manually checked)
>
> Approved by: krion@ |
6.1.3,1 29 Dec 2005 21:42:28 |
pav |
- Update to 6.1.3
PR: ports/87881
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> |
6.1.2.1,1 25 Nov 2005 18:14:52 |
pav |
- Add SHA256 |
6.1.2.1,1 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. |
6.1.2.1,1 28 Sep 2005 13:32:33 |
garga |
- Update am-utils to 6.1.2.1
- Add mirror sites.
- Add PORTDOCS.
PR: ports/86648
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> |
6.1.1,1 10 Sep 2005 02:53:33 |
leeym |
Update am-utils to 6.1.1, which was released on 2005-08-02.
PR: 85924
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> |
6.1,1 23 Jun 2005 10:40:05 |
sem |
- Update to 6.1 (bump PORTEPOCH)
PR: ports/82553
Submitted by: Dan Ottavio <dottavio@ic.sunysb.edu> |
6.1.b4 21 Apr 2005 13:46:25 |
des |
Considering that this software is in the base system, most people installing
it from ports or packages probably do so because they need LDAP support.
Therefore, turn it on by default when PACKAGE_BUILDING. |
6.1.b4 06 Nov 2004 22:22:17 |
pav |
Add am-utils, the Berkeley Automounter Package (yes, this is included in base,
but port have much newer version).
PR: ports/73418
Submitted by: Jon Wilson <jon@phuq.co.uk> |