notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
We just patched an SQL injection. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password. You might want to hold off on that change. We have a few more to fix.
non port: sysutils/unieject/Makefile
SVNWeb

Number of commits found: 42

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:ea7123695aad83707eba8adaf42b29dac7f296e4  commit hash:ea7123695aad83707eba8adaf42b29dac7f296e4  commit hash:ea7123695aad83707eba8adaf42b29dac7f296e4  ea71236  (Only the first 10 of 972 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 12 Dec 2019
[ 15:11 jhale search for other commits by this committer ] Original commit   Revision:519931 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Update sysutils/libcdio to 2.1.0
Update sysutils/libcdio-paranoia to 10.2+2.0.1

Bump PORTREVISION on consumers due to shared library version increase
Fri, 8 Nov 2019
[ 13:11 tobik search for other commits by this committer ] Original commit   Revision:517057 (Only the first 10 of 65 ports in this commit are shown above. View all ports for this commit)
sysutils: Add missing USES={gnome,mate,php}
Thu, 5 Apr 2018
[ 20:13 jhale search for other commits by this committer ] Original commit   Revision:466597 (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
Update sysutils/libcdio to 2.0.0
- Add regression tests

Update multimedia/vcdimager to 2.0.1
- Previous version is incompatible with new libcdio API; update was neccesary
- Add regression tests
- Fix LICENSE
- Sort pkg-plist
- Update WWW in pkg-descr

Bump PORTREVISON on dependent ports due to libcdio shared libary increase

Changes
(libcdio):	http://git.savannah.gnu.org/cgit/libcdio.git/plain/NEWS?h=release-2.0.0
Changes (vcdimager):	https://github.com/rocky/vcdimager/blob/3b56705/NEWS
Differential Revision:	https://reviews.freebsd.org/D14469
Tue, 27 Mar 2018
[ 15:31 emaste search for other commits by this committer ] Original commit   Revision:465718
sysutils/unieject: set LLD_UNSAFE

unieject fails to link with lld as the system linker due to shared
library protected visibility symbol preemption issues.  Set LLD_UNSAFE
to use ld.bfd.

Errors are of the form:

/usr/bin/ld: error: cannot preempt symbol: libunieject_getdevice
>>> defined in ./.libs/libunieject.so
>>> referenced by unieject.c
>>>               unieject-unieject.o:(main)

PR:		214864
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
Fri, 9 Sep 2016
[ 19:42 amdmi3 search for other commits by this committer ] Original commit   Revision:421635 (Only the first 10 of 100 ports in this commit are shown above. View all ports for this commit)
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.

Change summary:

- Always do verbose builds for cmake, ninja and GNU configure (the
  latter includes check if --disable-silent-rules is actually supported
  by the configure script; there are isolated cases when it's not true)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 29 Apr 2016
[ 15:20 arved search for other commits by this committer ] Original commit   Revision:414276 (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
Update libcdio: 0.92 -> 0.93
Udpate libcdio-paranoia: 10.2+0.90+1 -> 10.2+0.93+1

Bump PORTREVISIONs of dependents because of shared library version bump.
Fri, 1 Apr 2016
[ 14:25 mat search for other commits by this committer ] Original commit   Revision:412349 (Only the first 10 of 2099 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 12 Jan 2016
[ 16:20 amdmi3 search for other commits by this committer ] Original commit   Revision:405891 (Only the first 10 of 791 ports in this commit are shown above. View all ports for this commit)
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Sat, 21 Feb 2015
[ 22:56 amdmi3 search for other commits by this committer ] Original commit   Revision:379564
- Clarify LICENSE
- Add LICENSE_FILE
- Strip library
Sat, 9 Aug 2014
[ 10:06 arved search for other commits by this committer ] Original commit   Revision:364423 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Chase library dependencies after libcdio <-> libcdio-paranoia split

PR:		192271
Sun, 3 Aug 2014
[ 12:25 pi search for other commits by this committer ] Original commit   Revision:363890 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
devel/libconfuse: USES=libtool, bump dependencies
Thu, 5 Jun 2014
[ 18:06 amdmi3 search for other commits by this committer ] Original commit   Revision:356667
- Convert USE_BZIP2 to USES
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
Sat, 16 Nov 2013
[ 13:33 vanilla search for other commits by this committer ] Original commit   Revision:333994
Support STAGEDIR.
Fri, 20 Sep 2013
[ 23:06 bapt search for other commits by this committer ] Original commit   Revision:327772 (Only the first 10 of 1053 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
Sat, 27 Apr 2013
[ 18:25 mva search for other commits by this committer ] Original commit   Revision:316683 (Only the first 10 of 181 ports in this commit are shown above. View all ports for this commit)
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
Wed, 24 Apr 2013
[ 07:35 ak search for other commits by this committer ] Original commit   Revision:316407 (Only the first 10 of 164 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 1)

Approved by:	portmgr (bapt)
Tue, 23 Apr 2013
[ 14:20 bapt search for other commits by this committer ] Original commit   Revision:316355 (Only the first 10 of 407 ports in this commit are shown above. View all ports for this commit)
Finish converting the whole ports tree to USES=pkgconfig
Thu, 28 Mar 2013
[ 17:56 eadler search for other commits by this committer ] Original commit   Revision:315491 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Convert a few remaining straglers from the unmaintined ports to pathfix
[ 03:28 eadler search for other commits by this committer ] Original commit   Revision:315433 (Only the first 10 of 149 ports in this commit are shown above. View all ports for this commit)
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix"
instead.
Mon, 10 Dec 2012
[ 19:11 mm search for other commits by this committer ] Original commit   Revision:308630 (Only the first 10 of 233 ports in this commit are shown above. View all ports for this commit)
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Thu, 1 Nov 2012
[ 10:14 pawel search for other commits by this committer ] Original commit   Revision:306790
- Unbreak and update to version 6
- Add LICENSE

PR:		ports/172069
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Feature safe:	yes
Sun, 29 Jan 2012
[ 19:48 pav search for other commits by this committer ] Original commit 
- Mark BROKEN: does not link
  ./.libs/libunieject.so: undefined reference to `mmc_start_stop_media'

Reported by:    pointyhat
Wed, 18 Jan 2012
[ 17:36 arved search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Chase libcdio shlib bump
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- 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
Mon, 31 May 2010
[ 02:01 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Sat, 28 Nov 2009
[ 10:34 arved search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Chase libcdio shared library version bump
Sun, 7 Sep 2008
[ 00:19 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 279 ports in this commit are shown above. View all ports for this commit)
Reset infofarmer due to maintainer-timeouts and no response to email.

Hat:    portmgr
Fri, 25 Jul 2008
[ 14:34 pav search for other commits by this committer ] Original commit  (Only the first 10 of 213 ports in this commit are shown above. View all ports for this commit)
- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
Fri, 6 Jun 2008
[ 14:03 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 198 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 8 Apr 2008
[ 09:38 mich search for other commits by this committer ] Original commit 
- chase the cdio shared lib bump
Mon, 23 Jul 2007
[ 09:36 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 437 ports in this commit are shown above. View all ports for this commit)
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
Fri, 3 Nov 2006
[ 22:40 sat search for other commits by this committer ] Original commit 
- A bunch of trivial fixes

Reported by:    pointyhat via kris
Thu, 19 Oct 2006
[ 20:57 sat search for other commits by this committer ] Original commit 
- Fix plist

Approved by:    portmgr (erwin)
Fri, 13 Oct 2006
[ 16:50 sat search for other commits by this committer ] Original commit 
- Fix configure by avoiding calls to pkg-config

Approved by:    portmgr (marcus)
Sat, 2 Sep 2006
[ 16:51 kris search for other commits by this committer ] Original commit  (Only the first 10 of 108 ports in this commit are shown above. View all ports for this commit)
Schedule these broken ports for termination on 2006-12-01
Thu, 17 Aug 2006
[ 21:03 kris search for other commits by this committer ] Original commit 
BROKEN: Configure fails
Sat, 5 Aug 2006
[ 12:29 sat search for other commits by this committer ] Original commit 
- Avoid a call to "pkgconfig libconfuse"

Reported by:    pointyhat via erwin
Sun, 30 Jul 2006
[ 22:46 sat search for other commits by this committer ] Original commit  (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
- Provide additional mirrors where needed
- Convert to "magic" master sites
- Various minor portlint-prodded fixes
Sun, 23 Jul 2006
[ 14:19 sat search for other commits by this committer ] Original commit 
Add port sysutils/unieject:

Unieject is a drop-in replacement for usual  eject command, which works
on Linux and FreeBSD. It has more functionalities than FreeBSD's eject
command, and it's partially compatible with Linux's one.

It also features a library to access functions to lookup devices and
mountpoints, unmount and eject devices.

WWW: http://flameeyes.is-a-geek.org/projects#unieject

Number of commits found: 42