Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
0.8.2 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 ) |
0.8.2 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.8.2 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
0.8.2 07 Jun 2021 13:27:24 |
Jesper Schmitz Mouridsen (jsm) |
security/pam-mysql: Update to 0.8.2
Old upstream is unmaintained and taken over by
github.com/NigelCunningham/pam-MySQL
This version supports newer versions of MySQL and MariaDB, that do not define
make_scrambled_password().
Since pam now looks in LOCALBASE for modules change pkg-message accordingly
PR: 254731
Reviewed_by: koobs (ports)
Differential_Revision: 30646 |
0.7.r1_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7.r1_6 15 Nov 2019 10:12:08 |
tobik |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql |
0.7.r1_6 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
0.7.r1_6 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.7.r1_5 18 Jul 2019 17:48:01 |
pkubaj |
security/pam-mysql: fix build on GCC architectures
This port requires -latomic since upgrade to MySQL 5.7:
/usr/bin/ld: cannot find -latomic
Approved by: mentors (implicit approval) |
0.7.r1_5 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
0.7.r1_5 05 May 2018 14:20:33 |
danfe |
For ports in `security' category: remove redundant PKGMESSAGE assignment,
which is set appropriately by the b.p.m when `pkg-message' appears on the
SUB_FILES list. |
0.7.r1_5 31 Oct 2017 14:51:54 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. |
0.7.r1_5 30 Dec 2016 09:01:03 |
amdmi3 |
- Add LICENSE
- Pet portlint
- Switch to options helpers
- Regenerate patches |
0.7.r1_5 01 Jun 2015 12:58:13 |
amdmi3 |
- Strip library |
0.7.r1_4 05 Apr 2015 12:40:46 |
robak |
security/pam-mysql: add OpenSSL port option for building non crypt() MD5 support
PR: 196927
Submitted by: Klaus Mayr <klaus@mayr-software.net> |
0.7.r1_4 29 Oct 2014 22:11:51 |
anders |
Drop maintainership of all remaining ports where I am listed.
No time for this unfortunately. |
0.7.r1_4 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
0.7.r1_3 06 Feb 2014 14:36:36 |
bapt |
Support stage
Do not build the useless static version
Use USES=libtool
Remove the unneeded dependencies on autotools
General cleanup |
0.7.r1_2 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.7.r1_2 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
0.7.r1_2 19 Mar 2011 13:15:34 |
ale |
Bump PORTREVISION for ports linking to default libmysqlclient. |
0.7.r1_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.7.r1_1 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
0.7.r1_1 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
0.7.r1 22 Aug 2009 00:35:32 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
0.7.r1 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 |
0.7.r1 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
0.7.r1 15 Oct 2007 20:09:07 |
anders |
Correct build, libtool is a dependency.
PR: ports/116982
Submitted by: Cory R. King <coryking@mozimedia.com> |
0.7.r1 30 Sep 2007 06:14:09 |
edwin |
[update] security/pam-mysql to 7.0RC1
Includes fix for correct use of -lmd to find MD5 functions
(see:
http://sourceforge.net/tracker/index.php?func=detail&aid=1485390&group_id=5741&atid=105741)
Note: Used autoconf 2.61 to prevent problems with the upcoming sweep
PR: ports/113882
Submitted by: Angelo Turetta <aturetta@bestunion.it>
Approved by: maintainer timeout |
0.6.2 11 Feb 2007 22:26:52 |
anders |
Install DOCSDIR with correct permissions.
Submitted by: stas |
0.6.2 13 May 2006 04:15:53 |
edwin |
Remove USE_REINPLACE from all categories starting with S |
0.6.2 24 Jan 2006 01:03:33 |
edwin |
SHA256ify
Approved by: krion@ |
0.6.2 10 Oct 2005 15:06:08 |
mnag |
Update to 0.6.2
PR: 86576
Approved by: anders (maintainer timeout, 14 days) |
0.6.0 16 Sep 2005 20:56:21 |
mnag |
Update to 0.6.0
Submitted to ports@ for test. Without reply.
PR: ports/83748
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Approved by: pav (mentor), anders (maintainer timeout, 58 days) |
0.5_1 17 Jul 2004 12:00:03 |
anders |
Do not run in debug-mode by default. |
0.5_1 11 Apr 2004 23:17:26 |
kris |
Move post-patch target to pre-build so that gmake is used after it is
added. |
0.5_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.5_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.5 06 Nov 2003 00:10:17 |
anders |
Use PORTDOCS, DOCSDIR and USE_MYSQL.
Use LOCALBASE instad of PREFIX to locate MySQL includes.
Use BROKEN_WITH_MYSQL to indicate that pam-mysql does not work with MySQL
4.1.
PR: 57439
Submitted by: Sergey Matveychuk <sem@ciam.ru> |
0.5 19 Jul 2003 11:07:04 |
anders |
Fix MASTER_SITE_SUBDIR so that the distfile is actually fetchable.
PR: 54608
Submitted by: Mathieu Arnold <m@absolight.net> |
0.5 01 Jun 2003 21:29:01 |
anders |
Use MASTER_SITE_SOURCEFORGE, this is a SourceForge project. |
0.5 01 Jun 2003 21:27:04 |
anders |
Update to 0.5.
Unbreak on -current.
PR: ports/48239
Submitted by: Sergey Matveychuk <sem@ciam.ru> |
0.4.7 07 Mar 2003 06:10:51 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.4.7 10 Apr 2002 22:28:01 |
anders |
Mark as broken for -current with OpenPAM. Does not work yet. |
0.4.7 15 Mar 2002 00:31:55 |
anders |
Master site updates: www.freenix.no => atreides.freenix.no for these
files. |
14 Mar 2002 00:11:40 |
anders |
Correct MAINTAINER e-mail address for ports I maintain. |
21 Jan 2001 15:40:47 |
dirk |
Switch from mysql322-{client,server} to mysql323-{client,server}. |
13 Oct 2000 21:18:34 |
ade |
Update to 0.4.7 Use strlcpy rather than strncpy etc. |
08 Oct 2000 07:30:58 |
asami |
Convert category security to new layout. |
10 Sep 2000 13:57:49 |
jedgar |
New port: pam-mysql |