non port: security/pam-mysql/Makefile |
SVNWeb
|
Number of commits found: 45 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 857c05f (Only the first 10 of 840 ports in this commit are shown above. )
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 )
|
Sat, 16 Oct 2021
|
[ 09:51 Jimmy Olgeni (olgeni) ] 4460cf7 (Only the first 10 of 476 ports in this commit are shown above. )
*: fix tab vs. space issues, and comments according to the guide.
|
Mon, 7 Jun 2021
|
[ 13:27 Jesper Schmitz Mouridsen (jsm) ] e5e4475
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
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 15 Nov 2019
|
[ 10:12 tobik ] (Only the first 10 of 95 ports in this commit are shown above. )
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Thu, 18 Jul 2019
|
[ 17:48 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)
|
Mon, 10 Sep 2018
|
[ 13:14 mat ] (Only the first 10 of 995 ports in this commit are shown above. )
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
|
Sat, 5 May 2018
|
[ 14:20 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.
|
Tue, 31 Oct 2017
|
[ 14:51 olgeni ] (Only the first 10 of 40 ports in this commit are shown above. )
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
|
Fri, 30 Dec 2016
|
[ 09:01 amdmi3 ]
- Add LICENSE
- Pet portlint
- Switch to options helpers
- Regenerate patches
|
Mon, 1 Jun 2015
|
[ 12:58 amdmi3 ]
- Strip library
|
Sun, 5 Apr 2015
|
[ 12:40 robak ]
security/pam-mysql: add OpenSSL port option for building non crypt() MD5 support
PR: 196927
Submitted by: Klaus Mayr <klaus@mayr-software.net>
|
Wed, 29 Oct 2014
|
[ 22:11 anders ] (Only the first 10 of 17 ports in this commit are shown above. )
Drop maintainership of all remaining ports where I am listed.
No time for this unfortunately.
|
Wed, 23 Apr 2014
|
[ 13:25 tijl ] (Only the first 10 of 462 ports in this commit are shown above. )
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 )
|
Thu, 6 Feb 2014
|
[ 14:36 bapt ]
Support stage
Do not build the useless static version
Use USES=libtool
Remove the unneeded dependencies on autotools
General cleanup
|
Fri, 20 Sep 2013
|
[ 22:55 bapt ] (Only the first 10 of 1016 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
|
Sat, 19 Mar 2011
|
[ 13:15 ale ] (Only the first 10 of 131 ports in this commit are shown above. )
Bump PORTREVISION for ports linking to default libmysqlclient.
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sat, 16 Oct 2010
|
[ 11:52 ade ] (Only the first 10 of 445 ports in this commit are shown above. )
Punt autoconf267->autoconf268
|
Wed, 15 Sep 2010
|
[ 18:35 ade ] (Only the first 10 of 652 ports in this commit are shown above. )
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
Sat, 22 Aug 2009
|
[ 00:35 amdmi3 ] (Only the first 10 of 349 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-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
|
Wed, 20 Aug 2008
|
[ 00:57 ade ] (Only the first 10 of 398 ports in this commit are shown above. )
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
|
Mon, 15 Oct 2007
|
[ 20:09 anders ]
Correct build, libtool is a dependency.
PR: ports/116982
Submitted by: Cory R. King <coryking@mozimedia.com>
|
Sun, 30 Sep 2007
|
[ 06:14 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
|
Sun, 11 Feb 2007
|
[ 22:26 anders ]
Install DOCSDIR with correct permissions.
Submitted by: stas
|
Sat, 13 May 2006
|
[ 04:15 edwin ] (Only the first 10 of 275 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with S
|
Mon, 10 Oct 2005
|
[ 15:06 mnag ]
Update to 0.6.2
PR: 86576
Approved by: anders (maintainer timeout, 14 days)
|
Fri, 16 Sep 2005
|
[ 20:56 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)
|
Sat, 17 Jul 2004
|
[ 12:00 anders ]
Do not run in debug-mode by default.
|
Sun, 11 Apr 2004
|
[ 23:17 kris ]
Move post-patch target to pre-build so that gmake is used after it is
added.
|
Wed, 4 Feb 2004
|
[ 05:10 marcus ] (Only the first 10 of 1422 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
Thu, 6 Nov 2003
|
[ 00:10 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>
|
Sat, 19 Jul 2003
|
[ 11:07 anders ]
Fix MASTER_SITE_SUBDIR so that the distfile is actually fetchable.
PR: 54608
Submitted by: Mathieu Arnold <m@absolight.net>
|
Sun, 1 Jun 2003
|
[ 21:29 anders ]
Use MASTER_SITE_SOURCEFORGE, this is a SourceForge project.
|
[ 21:27 anders ]
Update to 0.5.
Unbreak on -current.
PR: ports/48239
Submitted by: Sergey Matveychuk <sem@ciam.ru>
|
Fri, 7 Mar 2003
|
[ 06:10 ade ] (Only the first 10 of 182 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Wed, 10 Apr 2002
|
[ 22:28 anders ]
Mark as broken for -current with OpenPAM. Does not work yet.
|
Fri, 15 Mar 2002
|
[ 00:31 anders ] (Only the first 10 of 16 ports in this commit are shown above. )
Master site updates: www.freenix.no => atreides.freenix.no for these
files.
|
Thu, 14 Mar 2002
|
[ 00:11 anders ]
Correct MAINTAINER e-mail address for ports I maintain.
|
Sun, 21 Jan 2001
|
[ 15:40 dirk ] (Only the first 10 of 39 ports in this commit are shown above. )
Switch from mysql322-{client,server} to mysql323-{client,server}.
|
Fri, 13 Oct 2000
|
[ 21:18 ade ]
Update to 0.4.7 Use strlcpy rather than strncpy etc.
|
Sun, 10 Sep 2000
|
[ 13:57 jedgar ]
New port: pam-mysql
|
Number of commits found: 45 |