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/gss/Makefile

Number of commits found: 55

Thursday, 30 Jun 2022
20:48 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2022-06-30 databases/pgpool-II-36: Upstream support ended use
databases/pgpool-II-43
2022-06-30 ftp/multiget: Last release in 2007, doesn't support https, depends on
deprecated wxgtk28 and dead upstream. Please consider using net/uget
2022-06-30 devel/electron13: EOLed upstream, switch to newer version
2022-06-30 ftp/puf: Last release in 2006, doesn't support https and upstream is
dead. Please consider using www/aria2
2022-06-30 security/gss: Abandonware, last release in 2014 and no development
since
2022-06-30 security/shishi: Abandonware, last release in 2013 and no development
since
2022-06-30 ftp/urlgfe
2022-06-30 www/nspluginwrapper: Abandonware, last release in 2011 and upstream
is dead. NPAPI plugins are now obsolete and depends on deprecated library GTK 2
2022-06-30 devel/govendor: Use Go modules
2022-06-30 devel/racer: Racer is not actively developped now. Please consider
using newer software such as devel/rust-analyzer.
2022-06-30 net-mgmt/unifi6: No longer maintained by upstream
2022-06-30 devel/dep: Use Go modules
2022-06-30 databases/libgda5-bdb: Depends on deprecated databases/db5
2022-06-30 emulators/qemu5: Use emulators/qemu6 or emulators/qemu
2022-06-30 deskutils/bitcollider: bitzi.com is no longer available, closed down
in 2013
2022-06-30 converters/htx: XHTML is considered obsolete in favor of HTML5
2022-06-30 www/getleft: Abandonware last updated on 2008
2022-06-30 ftp/wxdfast: Last release in 2009, doesn't support https, depends on
deprecated wxgtk28 and dead upstream. Please consider using net/uget
commit hash: 30886720da7c75f76b70811c05c4e68950a7d8a7 commit hash: 30886720da7c75f76b70811c05c4e68950a7d8a7 commit hash: 30886720da7c75f76b70811c05c4e68950a7d8a7 commit hash: 30886720da7c75f76b70811c05c4e68950a7d8a7 3088672
Monday, 23 May 2022
11:37 Daniel Engberg (diizzy) search for other commits by this committer
security/gss: Deprecate and set expiration date to 2022-06-30

Abandonware, last release in 2014 and no development since

PR:		263912
commit hash: 4eef4cd0fa4482a3387b32157d7adab6a671c91f commit hash: 4eef4cd0fa4482a3387b32157d7adab6a671c91f commit hash: 4eef4cd0fa4482a3387b32157d7adab6a671c91f commit hash: 4eef4cd0fa4482a3387b32157d7adab6a671c91f 4eef4cd
Friday, 29 Oct 2021
09:50 Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a 819f25b
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
Monday, 4 Nov 2019
21:21 rene search for other commits by this committer
Returns johans's ports to the pool after safekeeping his commit bit.
Original commitRevision:516744 
Saturday, 10 Nov 2018
18:12 bapt search for other commits by this committer
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
Original commitRevision:484628 
Friday, 1 Dec 2017
11:17 amdmi3 search for other commits by this committer
- Switch to USES=localbase
- Switch to options helpers
- Fix plist for disabled NLS case

Approved by:	portmgr blanket
Original commitRevision:455268 
Sunday, 1 Jan 2017
03:45 sunpoet search for other commits by this committer
Remove BROKEN_FreeBSD_9

Approved by:	portmgr (blanket)
Original commitRevision:430235 
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 
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, 25 Jun 2015
22:06 amdmi3 search for other commits by this committer
- Mark BROKEN on 9.x:

/usr/bin/make  all-recursive
Making all in po
Error expanding embedded variable.
*** [all-recursive] Error code 1

- Fix plist for disabled NLS case

Approved by:	portmgr blanket
Submitted by:	pkg-fallout
Original commitRevision:390606 
Wednesday, 15 Oct 2014
19:17 johans search for other commits by this committer
Update gss to 1.0.3 (API+ABI compatible)
Original commitRevision:370945 
Monday, 7 Jul 2014
19:16 tijl search for other commits by this committer
- Bump PORTREVISION after security/shishi library version change
- Add INSTALL_TARGET=install-strip
- Remove pre-install (creates directory outside stage area)
- Unhide post-install command
Original commitRevision:361121 
Thursday, 3 Jul 2014
17:57 amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
Original commitRevision:360433 
Saturday, 11 Jan 2014
12:02 johans search for other commits by this committer
Enable stage support + minor cleanups
Original commitRevision:339422 
Friday, 20 Sep 2013
22:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
Original commitRevision:327769 
Saturday, 31 Aug 2013
00:11 bapt search for other commits by this committer
Eradicate USE_GNOME=pkgconfig from security
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Convert USE_GNOME=gnomehack to USES=pathfix
- Convert USE_PERL5 to USES=perl5
Original commitRevision:325745 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Wednesday, 27 Jun 2012
19:52 johans search for other commits by this committer
Convert to new options framework
Original commit
Wednesday, 30 Nov 2011
21:00 johans search for other commits by this committer
- Update gss to 1.0.2
- Touch doc/Makefile* to prevent unnecessary automake run

Feature safe:   yes
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Thursday, 11 Aug 2011
19:20 kwm search for other commits by this committer
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Monday, 24 May 2010
10:49 johans search for other commits by this committer
- Update gss to 1.0.1
- Update MASTER_SITE (GNU)
- Note: shlib version bumped
Original commit
Friday, 26 Mar 2010
08:59 johans search for other commits by this committer
Update to 0.1.5
This includes a shlib version bump
Original commit
Thursday, 18 Mar 2010
06:34 johans search for other commits by this committer
- Update to 0.1.3
Original commit
Friday, 26 Feb 2010
11:29 johans search for other commits by this committer
Update to 0.1.2

Feature safe:   yes
Original commit
Tuesday, 23 Feb 2010
19:10 araujo search for other commits by this committer
Pass maintainership to people that use it.

Feature safe:   yes
Original commit
Thursday, 18 Jun 2009
16:50 araujo search for other commits by this committer
- Update to 0.1.1.
Original commit
Friday, 27 Feb 2009
22:07 araujo search for other commits by this committer
- Update to 0.0.25.
- Update MASTER_SITES.

Reported by:    miwi (portscout)
Original commit
Monday, 20 Oct 2008
16:52 araujo search for other commits by this committer
- Update to 0.0.24.
Original commit
Friday, 6 Jun 2008
14:01 edwin search for other commits by this committer
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)
Original commit
Thursday, 20 Mar 2008
10:03 pav search for other commits by this committer
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Original commit
Thursday, 3 Jan 2008
12:34 araujo search for other commits by this committer
- Update to 0.0.23.

Approved by:    stas (mentor, implicit)
Original commit
Monday, 30 Jul 2007
01:14 araujo search for other commits by this committer
- Update to 0.0.22.

Approved by:    pav (portmgr, in mentor's absence)
Original commit
Monday, 23 Jul 2007
09:36 rafan search for other commits by this committer
- 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
Original commit
Friday, 29 Jun 2007
16:29 araujo search for other commits by this committer
- Change my mail address to araujo@.

Approved by:    stas (mentor)
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Friday, 20 Apr 2007
20:25 miwi search for other commits by this committer
- Update to 0.0.20

PR:             111879
Submitted by:   miwi
Approved by:    maintainer
Original commit
Monday, 19 Mar 2007
03:46 rafan search for other commits by this committer
- Update to 0.0.19
- Pass maintainership to submitter

PR:             ports/108135 (based on)
Submitted by:   Marcelo Araujo <araujo at bsdmail.org>
Original commit
Tuesday, 15 Aug 2006
01:04 clsung search for other commits by this committer
- 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>
Original commit
Monday, 15 May 2006
02:27 mnag search for other commits by this committer
- Update to 0.0.17

PR:             97268
Submitted by:   Martin Wilke <freebsd___unixfreunde.de>
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
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.
Original commit
Tuesday, 30 Aug 2005
03:17 ijliao search for other commits by this committer
upgrade to 0.0.16

PR:             85388
Submitted by:   Ports Fury
Original commit
Monday, 22 Nov 2004
10:47 krion search for other commits by this committer
Update to 0.0.15
Original commit
Wednesday, 20 Oct 2004
11:46 pav search for other commits by this committer
- Update to 0.0.14

PR:             ports/72823
Submitted by:   Ports Fury
Original commit
Sunday, 8 Aug 2004
17:14 krion search for other commits by this committer
Update to version 0.0.13

PR:             ports/70172
Submitted by:   Ports Fury
Original commit
Monday, 2 Aug 2004
21:00 krion search for other commits by this committer
Update to version 0.0.12

PR:             ports/69925
Submitted by:   Ports Fury
Original commit
Wednesday, 28 Apr 2004
20:14 krion search for other commits by this committer
- Update to version 0.0.11

PR:             ports/65995
Submitted by:   Ports Fury
Original commit
Wednesday, 4 Feb 2004
04:36 marcus search for other commits by this committer
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
Original commit
Friday, 23 Jan 2004
18:12 trevor search for other commits by this committer
Now gettext 0.12.1 is gettext-old.
Original commit
15:23 krion search for other commits by this committer
- Update to version 0.0.10

PR:             ports/61783
Submitted by:   Ports Fury
Original commit
Friday, 31 Oct 2003
02:39 ijliao search for other commits by this committer
introduce MASTER_SITE_GNU_ALPHA
Original commit
Thursday, 30 Oct 2003
06:40 ijliao search for other commits by this committer
add gss 0.0.6
GNU Generic Security Service Library
Original commit

Number of commits found: 55