notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: security/libpwquality/Makefile

Number of commits found: 26

Monday, 26 Feb 2024
10:42 Baptiste Daroussin (bapt) search for other commits by this committer
security/libpwquality: fix build with lld17
commit hash: 8e656094a60e2b8ee3d025d541c88348081fbba8 commit hash: 8e656094a60e2b8ee3d025d541c88348081fbba8 commit hash: 8e656094a60e2b8ee3d025d541c88348081fbba8 commit hash: 8e656094a60e2b8ee3d025d541c88348081fbba8 8e65609
Tuesday, 30 Jan 2024
20:25 Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/libpwquality: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: f5ea16ba08dc5bb54f44834f5c4556bc39392dc3 commit hash: f5ea16ba08dc5bb54f44834f5c4556bc39392dc3 commit hash: f5ea16ba08dc5bb54f44834f5c4556bc39392dc3 commit hash: f5ea16ba08dc5bb54f44834f5c4556bc39392dc3 f5ea16b
Tuesday, 18 Jul 2023
00:53 Charlie Li (vishwin) search for other commits by this committer
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}

Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.

With hat: python
PR: 270510, 270358
commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a 9a80a6e
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Saturday, 10 Dec 2022
16:00 Matthias Andree (mandree) search for other commits by this committer
security/libpwquality: fix poudriere build failures

libpwquality adds --single-version-externally-managed via
files/patch-python_Makefile.in, which in turn requires
up-to-date setuptools.  Add this as PYTHON_BUILD_DEPENDS.

Approved by:	desktop@ (implicit, just-fix-it blanket)
commit hash: 9e573ff0934a56d8eadd2c75be876b9392aae5b2 commit hash: 9e573ff0934a56d8eadd2c75be876b9392aae5b2 commit hash: 9e573ff0934a56d8eadd2c75be876b9392aae5b2 commit hash: 9e573ff0934a56d8eadd2c75be876b9392aae5b2 9e573ff
Tuesday, 6 Dec 2022
18:12 Adriaan de Groot (adridg) search for other commits by this committer Author: Olivier Duchateau
security/libpwquality: update to 1.4.5

PR:		264657 267949
commit hash: 61b8658122ea005efe94171f6009aa0d95ef701b commit hash: 61b8658122ea005efe94171f6009aa0d95ef701b commit hash: 61b8658122ea005efe94171f6009aa0d95ef701b commit hash: 61b8658122ea005efe94171f6009aa0d95ef701b 61b8658
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 3 Jan 2022
14:53 Bernhard Froehlich (decke) search for other commits by this committer
security/libpwquality: Add CPE information

Approved by:    portmgr (blanket)
commit hash: 704e568aa30dabd051ba130205b3e232558cb6e9 commit hash: 704e568aa30dabd051ba130205b3e232558cb6e9 commit hash: 704e568aa30dabd051ba130205b3e232558cb6e9 commit hash: 704e568aa30dabd051ba130205b3e232558cb6e9 704e568
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 15 Oct 2020
17:13 tcberner search for other commits by this committer
security/libpwquality: update to 1.4.4
Original commitRevision:552427 
Thursday, 10 Sep 2020
18:55 tcberner search for other commits by this committer
Move some gnome@ ports to desktop@

As gnome@ is lacking active committers at the moment, transfer some of its
ports [1] up the stack to the desktop@ group, in hope that this way we get some
updates in as the set of people that "should feel responsible" grows.

As soon as gnome@ grows some committers again, this can (and should) of course
be reverted again.

[1] The list of ports chosen in this move consits of all the ports that are
required to build x11/kde5.

Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D26362
Original commitRevision:548219 
Wednesday, 1 Jul 2020
13:28 lwhsu search for other commits by this committer
Update to 1.4.2

Added LICENSE stuff and OPTIONized NLS.

PR:		242467
Submitted by:	jkim
Original commitRevision:540960 
Friday, 8 Nov 2019
13:17 tobik search for other commits by this committer
security: Add missing USES={gnome,php}
Original commitRevision:517058 
Wednesday, 10 Apr 2019
06:18 antoine search for other commits by this committer
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
Original commitRevision:498530 
Tuesday, 27 Mar 2018
09:24 bapt search for other commits by this committer
Update to 1.4.0
Original commitRevision:465679 
Thursday, 8 Dec 2016
19:52 tijl search for other commits by this committer
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
Original commitRevision:428152 
Tuesday, 25 Oct 2016
12:15 antoine search for other commits by this committer
Remove build dependency on the python symlink
Original commitRevision:424617 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Thursday, 12 Mar 2015
17:12 sunpoet search for other commits by this committer
- Update MAINTAINER: use @FreeBSD.org
Original commitRevision:381119 
Friday, 5 Sep 2014
20:19 tijl search for other commits by this committer
security/cracklib:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Convert to USES=python
- Use MAKE_CMD
- Create manpage link in post-install instead of using @exec
Original commitRevision:367386 
Tuesday, 12 Aug 2014
14:14 kwm search for other commits by this committer
Update to 1.2.4.

Drop :keepla from USES=libtool.
Use new option handlers, use INSTALL_TARGET for stripping, and don't link
implicitly agains -lintl.
Original commitRevision:364703 
Tuesday, 29 Jul 2014
18:41 adamw search for other commits by this committer
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363371 
Wednesday, 11 Jun 2014
14:50 tijl search for other commits by this committer
Support LIBS like LDFLAGS.

- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:357486 
Wednesday, 23 Apr 2014
13:25 tijl search for other commits by this committer
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).

PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries.  Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field.  In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.

PR:		ports/188759
Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
Original commitRevision:351936 
Saturday, 8 Mar 2014
17:11 kwm search for other commits by this committer
Add libpwquality.

This is a library for password quality checking and generation of
random passwords that pass the checks.

Submitted by:	Gustau Perez i Querol <gustau.perez@gmail.com>
Obtained from:	GNOME dev repo
Original commitRevision:347525 

Number of commits found: 26