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
non port: games/libggz/Makefile
SVNWeb

Number of commits found: 48

Sat, 15 Jun 2019
[ 08:14 tobik search for other commits by this committer ] Original commit   Revision:504236
Deprecate games/libggz and net/morebalance too after r504235
Wed, 15 Mar 2017
[ 14:45 mat search for other commits by this committer ] Original commit   Revision:436248 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Remove all _USE=openssl occurrences.

Sponsored by:	Absolight
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 27 Mar 2016
[ 14:58 tijl search for other commits by this committer ] Original commit   Revision:411990 (Only the first 10 of 183 ports in this commit are shown above. View all ports for this commit)
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
  supported by libgnutls-dane and gnutls-cli.  Also clarify the option
  description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4.  Some ports used this library
  in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed.  Ports that used these have been
  updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.

net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.

www/hydra: Mark BROKEN.  This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.

PR:		207768
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Fri, 2 Jan 2015
[ 18:46 pi search for other commits by this committer ] Original commit   Revision:376062 (Only the first 10 of 104 ports in this commit are shown above. View all ports for this commit)
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends

Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
  with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
  error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code.  Take
	care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 10 Sep 2014
[ 12:17 amdmi3 search for other commits by this committer ] Original commit   Revision:367816
- Drop .la files for games/libggz, no dependees require them
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
Wed, 30 Jul 2014
[ 03:57 pi search for other commits by this committer ] Original commit   Revision:363436 (Only the first 10 of 94 ports in this commit are shown above. View all ports for this commit)
security/libgcrypt: 1.5.3_3 -> 1.6.1

- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
  https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
  https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
  security/shishi with PR 192164 is already committed
  [1] devel/ccrtp
  [2] editors/abiword
  [3] security/p5-Crypt-GCrypt

PR:		191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by:	Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by:	maintainer timeout, antoine (exp-run), portmgr (implicit)
Wed, 23 Jul 2014
[ 09:54 tijl search for other commits by this committer ] Original commit   Revision:362645 (Only the first 10 of 139 ports in this commit are shown above. View all ports for this commit)
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Wed, 23 Apr 2014
[ 13:25 tijl search for other commits by this committer ] Original commit   Revision:351936 (Only the first 10 of 462 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Thu, 13 Feb 2014
[ 13:52 makc search for other commits by this committer ] Original commit   Revision:344109 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
games/libggz and games/ggz-* ports:
- Switch to USES=libtool:oldver
- Convert LIB_DEPENDS to new style
- Add stage support
- Use install-strip target
- Remove deprecated PTHREAD_FLAGS/LIBS
- Use options helpers
- Add missing NLS option to OPTIONS_DEFINE [1]
- Drop maintainership: kdegames don't need these ports anymore

Prompted by:	ehaupt [1]
Fri, 20 Sep 2013
[ 17:36 bapt search for other commits by this committer ] Original commit   Revision:327730 (Only the first 10 of 1149 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:
games)
Mon, 22 Jul 2013
[ 18:57 marino search for other commits by this committer ] Original commit   Revision:323493
games/*ggz*: Convert include from absolute to relative path

In certain build setups, the use of an absolute path will cause the
build to break.

Approved by:	bapt (mentor)
Fri, 3 May 2013
[ 16:36 ehaupt search for other commits by this committer ] Original commit   Revision:317220 (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Chase security/libgcrypt update
Tue, 19 Mar 2013
[ 13:04 eadler search for other commits by this committer ] Original commit   Revision:314640 (Only the first 10 of 218 ports in this commit are shown above. View all ports for this commit)
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
Tue, 5 Feb 2013
[ 16:17 novel search for other commits by this committer ] Original commit   Revision:311722 (Only the first 10 of 94 ports in this commit are shown above. View all ports for this commit)
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
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
Thu, 11 Aug 2011
[ 19:20 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 543 ports in this commit are shown above. View all ports for this commit)
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>
Sun, 3 Jul 2011
[ 11:40 swills search for other commits by this committer ] Original commit  (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
- Chase the libgcrypt shared lib version
Sun, 5 Jun 2011
[ 18:43 novel search for other commits by this committer ] Original commit  (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Chase security/gnutls update and add an UPDATING entry.
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Tue, 27 Jul 2010
[ 01:25 wxs search for other commits by this committer ] Original commit  (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
Chase security/libgcrypt shlib bump.

PR:             ports/148755
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp>
Sun, 18 Jul 2010
[ 17:45 makc search for other commits by this committer ] Original commit 
Take maintainership for kde@
Sun, 16 Aug 2009
[ 18:04 novel search for other commits by this committer ] Original commit  (Only the first 10 of 65 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-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
Tue, 6 Jan 2009
[ 13:01 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
- Bump PORTREVISION due to share library version bump in security/libgcrypt

PR:              ports/127478
Thu, 25 Dec 2008
[ 03:13 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
Reset yinjieh@csie.nctu.edu.tw due to lack of time to work on ports
right now, by request.

Hat:    portmgr
Fri, 6 Jun 2008
[ 13:31 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 215 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)
Wed, 5 Mar 2008
[ 18:22 mezz search for other commits by this committer ] Original commit 
Add a dependency, libgcrypt, it has autocheck in its configure and will
enabling by default if libgcrypt exists in system. Bump the PORTREVISION.

Approved by:    Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
Mon, 3 Mar 2008
[ 11:57 novel search for other commits by this committer ] Original commit  (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING
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
Sun, 1 Jul 2007
[ 08:56 novel search for other commits by this committer ] Original commit  (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
Sat, 7 Apr 2007
[ 15:49 rafan 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)
- Update ggz ports to 0.0.14
- Introduce bsd.ggz.mk to simplify all ggz ports
- Remove 4.x support

Approved by:     Ying-Chieh Chen (maintainer)
Thu, 1 Feb 2007
[ 02:42 kris search for other commits by this committer ] Original commit  (Only the first 10 of 348 ports in this commit are shown above. View all ports for this commit)
Use libtool port instead of included version to avoid objformat a.out botch
Tue, 2 Jan 2007
[ 08:54 novel search for other commits by this committer ] Original commit  (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
Thu, 6 Jul 2006
[ 17:41 novel search for other commits by this committer ] Original commit  (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Chase gnutls shlib version change.
Fri, 28 Apr 2006
[ 13:36 erwin search for other commits by this committer ] Original commit 
- Update to 0.0.13
- Mark BROKEN on 4.x

PR:             96179
Submitted by:   Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Mon, 9 Jan 2006
[ 16:34 novel search for other commits by this committer ] Original commit  (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Chase gnutls update.
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
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.
Fri, 4 Nov 2005
[ 14:46 ijliao search for other commits by this committer ] Original commit 
yinjieh take over all ggz* ports
Thu, 13 Oct 2005
[ 19:18 garga search for other commits by this committer ] Original commit 
- Update to 0.0.12

PR:             ports/87384
Submitted by:   Ports Fury
Thu, 26 May 2005
[ 20:48 pav search for other commits by this committer ] Original commit 
- Update to 0.0.11

PR:             ports/81508
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Fri, 28 Jan 2005
[ 09:54 krion search for other commits by this committer ] Original commit 
Update to version 0.0.10

PR:             ports/76762
Submitted by:   Ports Fury
Mon, 19 Jul 2004
[ 17:56 krion search for other commits by this committer ] Original commit 
Remove contiguous blank line.
[ 17:54 krion search for other commits by this committer ] Original commit 
Update to version 0.0.9

PR:             ports/69296
Submitted by:   Ports Fury
Mon, 3 May 2004
[ 13:57 arved search for other commits by this committer ] Original commit  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Update libgcrypt to the new stable version 1.2.0
Retire libgcrypt-devel

Switch back to security/libgcrypt and bump PORTREVISION for
- gnutls
- gnutls-devel
- gsasl
- opencdk
- vpnc

libggz:
- Remove dependency on libgcrypt, because the port does not yet
work with the new libgcrypt

libksba:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 14 Feb 2004
[ 13:19 krion search for other commits by this committer ] Original commit 
- Update to version 0.0.8

PR:             ports/62818
Submitted by:   Ports Fury
Thu, 9 Oct 2003
[ 01:33 ijliao search for other commits by this committer ] Original commit 
add libggz 0.0.7
The GGZ Gaming Zone - Base Library

Number of commits found: 48