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) combination for a given watch list. This is what FreshPorts will look for.

non port: sysutils/py-google-compute-engine/Makefile

Number of commits found: 31

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, 19 Nov 2022
08:13 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
sysutils/py-google-compute-engine: Clean up Makefile

Reference:	https://github.com/GoogleCloudPlatform/compute-image-packages/blob/20190522/packages/python-google-compute-engine/setup.py#L26-L27
commit hash: 2038c59d2f9f86da0766d6d0307f7c1e9022dc31 commit hash: 2038c59d2f9f86da0766d6d0307f7c1e9022dc31 commit hash: 2038c59d2f9f86da0766d6d0307f7c1e9022dc31 commit hash: 2038c59d2f9f86da0766d6d0307f7c1e9022dc31 2038c59
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
Tuesday, 13 Apr 2021
07:12 Xin LI (delphij) search for other commits by this committer
sysutils/py-google-compute-engine: Fix google_set_hostname script.

 - Remove duplicated copy of the script
 - Use -i '' instead of -i for inplace sed(1).
commit hash: fef9f4fa87129ce80157068dd3ae967e11b0e133 commit hash: fef9f4fa87129ce80157068dd3ae967e11b0e133 commit hash: fef9f4fa87129ce80157068dd3ae967e11b0e133 commit hash: fef9f4fa87129ce80157068dd3ae967e11b0e133 fef9f4f
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
Monday, 28 Dec 2020
23:02 antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
Original commitRevision:559531 
Saturday, 3 Aug 2019
14:23 zi search for other commits by this committer
- Reset maintainer due to fatal email bounces

Reported by:	portscout
Original commitRevision:507972 
Monday, 27 May 2019
20:28 swills search for other commits by this committer
sysutils/py-google-compute-engine: update to version 2.8.16

PR:		238175
Submitted by:	Lucas Kanashiro <lucas.kanashiro@collabora.com> (maintainer)
Original commitRevision:502829 
15:28 swills search for other commits by this committer
sysutils/py-google-compute-engine: put back boto dependency

PR:		238122
Approved by:	Lucas Kanashiro <lucas.kanashiro@collabora.com> (maintainer)
Original commitRevision:502800 
Monday, 13 May 2019
18:32 swills search for other commits by this committer
sysutils/py-google-compute-engine: disable boto

This avoids breakage when running with python3

PR:		237877
Submitted by:	Lucas Kanashiro <lucas.kanashiro@collabora.com> (maintainer)
MFH:		2019Q2
Original commitRevision:501581 
10:05 swills search for other commits by this committer
sysutils/py-google-compute-engine: fix daemons in python 2.7 case

PR:		237845
Reviewed by:	koobs
Approved by:	implicit (portmgr, python, jfi blanket)
MFH:		2019Q2
Original commitRevision:501547 
Tuesday, 23 Apr 2019
20:17 swills search for other commits by this committer
sysutils/py-google-compute-engine: update to 20190416 [1]

This fixes a python3 runtime issue [1]

While here, pull in missing dependency in python3 case [2]

PR:		237505 [1]
PR:		237203 [2]
Submitted by:	Lucas Kanashiro <lucas.kanashiro@collabora.com> (maintainer) [1]
Submitted by:	Miroslav Lachman <000.fbsd@quip.cz> [2]
Approved by:	Lucas Kanashiro <lucas.kanashiro@collabora.com> (maintainer) [2]
Original commitRevision:499790 
Thursday, 11 Apr 2019
08:47 rodrigo search for other commits by this committer
Patch to add missing config and take the maintainership

Two new variables was added to instance_config.cfg file
in version 2.8.13 to allow the addition and removal of
users from groups.
I am also taking over the maintainership of this packages
as previously discussed with Helen.

Bump PORTREVISION.

PR:		236500
Submitted by:	Lucas Kanashiro <lucas.kanashiro@collabora.com>
Approved by:	Helen Koike <helen.koike@collabora.com> (maintainer)
Original commitRevision:498656 
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 
Monday, 4 Mar 2019
06:00 wen search for other commits by this committer
- Update to 2.8.13

PR:		235738
Submitted by:	lucas.kanashiro@collabora.com(maintainer)
Original commitRevision:494552 
Friday, 23 Nov 2018
20:07 swills search for other commits by this committer
sysutils/py-google-compute-engine: update to 2.8.6

PR:		232439
Submitted by:	Lucas Kanashiro <lucas.kanashiro@collabora.com>
Approved by:	Helen Koike <helen.koike@collabora.com> (maintainer, earlier
version of patch)
Original commitRevision:485701 
Sunday, 19 Aug 2018
14:15 swills search for other commits by this committer
sysutils/py-google-compute-engine: remove patches for InstanceSetup

While here, pet portlint by fixing shebang and bump PORTREVISION.

PR:		230741
Submitted by:	Helen Koike <helen.koike@collabora.com> (maintainer)
Original commitRevision:477577 
Wednesday, 18 Jul 2018
14:28 swills search for other commits by this committer
sysutils/py-google-compute-engine: fix default shell

PR:		229817
Submitted by:	Gustavo Serra Scalet <gustavo.scalet@collabora.com>
Approved by:	Helen Koike <helen.koike@collabora.com> (maintainer)
MFH:		2018Q3
Original commitRevision:474866 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Thursday, 14 Jun 2018
19:07 swills search for other commits by this committer
sysutils/py-google-compute-engine: update to 2.8.3

PR:		228999
Submitted by:	Helen Koike <helen.koike@collabora.com> (maintainer)
Original commitRevision:472394 
Tuesday, 22 May 2018
23:52 swills search for other commits by this committer
sysutils/py-google-compute-engine: Fix hostname and bash usage

PR:		228428
PR:		228252
Submitted by:	Helen Koike <helen.koike@collabora.com> (maintainer)
Original commitRevision:470666 
13:27 swills search for other commits by this committer
sysutils/py-google-compute-engine: Fix gsutil not being found

PR:		228415
Submitted by:	Helen Koike <helen.koike@collabora.com> (maintainer
Original commitRevision:470611 
13:04 swills search for other commits by this committer
sysutils/py-google-compute-engine: Fixes agent logging to syslog (console)

PR:		228411
Submitted by:	Helen Koike <helen.koike@collabora.com> (maintainer)
Original commitRevision:470608 
Friday, 30 Mar 2018
16:37 swills search for other commits by this committer
sysutils/py-google-compute-engine: add missing dependency

PR:		227114
Submitted by:	Helen Koike <helen.koike@collabora.com> (maintainer)
Original commitRevision:465981 
Tuesday, 27 Mar 2018
18:55 yuri search for other commits by this committer
sysutils/py-google-compute-engine: Update 2.6.1 -> 2.7.6

Patch updates.

PR:		227006
Submitted by:	Helen Koike <helen.koike@collabora.com> (maintainer)
Original commitRevision:465736 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Tuesday, 28 Nov 2017
20:24 ultima search for other commits by this committer
* Updated to 2.6.1
* Removed obsolete patch files

PR:		222608
Submitted by:	Helen Koike (maintainer)
Original commitRevision:455073 
Sunday, 15 Oct 2017
22:11 ultima search for other commits by this committer
Fixed ntpd starting too early causing other services to fail at start.
Fixed error when stopping services.

PR:		222197
Submitted by:	Helen Koike (maintainer)
Reported by:	Vick Khera
MFH:		2017Q4
Original commitRevision:452169 
Sunday, 3 Sep 2017
02:31 ultima search for other commits by this committer
Add missing rc script, this should fix possible issues with ip forwarding

PR:		221917
Submitted by:	Helen Koike (maintainer)
Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D12207
Original commitRevision:449170 
Saturday, 19 Aug 2017
18:02 ultima search for other commits by this committer
Google Compute Engine offers scripts and daemons which runs in the
background and provides the following services:

- Accounts daemon to setup and manage user accounts, and to enable SSH key based
  authentication.
- Clock skew daemon to keep the system clock in sync after VM start and stop
  events.
- Instance setup scripts to execute VM configuration scripts during boot.
- IP forwarding daemon that integrates network load balancing with forwarding
  rule changes into the guest.
- Metadata scripts to run user provided scripts at VM startup and shutdown.
- Network setup service to enable multiple network interfaces on boot.

WWW: https://github.com/GoogleCloudPlatform/compute-image-packages

PR:		219687
Submitted by:	Helen Koike (maintainer)
Reviewed by:	matthew (mentor), koobs, sunpoet, swills, julian
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D12077
Original commitRevision:448349 

Number of commits found: 31