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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: devel/pypersrc/Makefile

Number of commits found: 27

Sunday, 15 Sep 2019
17:28 antoine search for other commits by this committer
Deprecate a few ports
Original commitRevision:512125 
Sunday, 4 Aug 2019
10:02 antoine search for other commits by this committer
Mark BROKEN: unfetchable
Original commitRevision:508088 
Monday, 19 Feb 2018
11:10 antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Original commitRevision:462307 
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 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Saturday, 24 Jan 2015
15:07 antoine search for other commits by this committer
Switch some dependencies from a directory name or a file generated by
pkg-install
to a package name,  as the former can't be attributed to a package
Original commitRevision:377795 
Wednesday, 10 Dec 2014
22:29 gahr search for other commits by this committer
- Reset maintainership of my ports
Original commitRevision:374492 
Monday, 20 Oct 2014
16:04 mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371280 
Friday, 1 Aug 2014
15:06 mva search for other commits by this committer
- Use the proper libdir for linking against python, since the symlink to
  libpython.so in config/ will vanish soon

PR:		192244
With hat:	python@
Original commitRevision:363713 
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 
Monday, 25 Nov 2013
08:13 gahr search for other commits by this committer
- Use PYTHON_CMD instead of plain python during the build process

Submitted by:	mva (on behalf of python@)
Original commitRevision:334820 
Thursday, 7 Nov 2013
15:53 gahr search for other commits by this committer
- Convert to USES+=gmake
- STAGE-clean
- Fix build with clang
- Correct MASTER_SITES and WWW line in pkg-descr
- Take maintainership
Original commitRevision:333126 
Friday, 20 Sep 2013
17:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Original commitRevision:327724 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Saturday, 28 Jan 2012
17:57 miwi search for other commits by this committer
- Fix Dependens & Cleanup
- Add License

PR:             164155
Submitted by:   Ports Fury
Original commit
Monday, 16 Jan 2012
12:54 wen search for other commits by this committer
- update to 20120106
Original commit
Wednesday, 23 Mar 2011
16:50 dhn search for other commits by this committer
- Fix MASTER_SITES
- Remove MD5 checksum, while I'm here

PR:             ports/155808
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Wednesday, 16 Mar 2011
13:55 bapt search for other commits by this committer
Deprecate unmaintained ports from devel where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
Original commit
Thursday, 15 Jul 2010
09:09 jadawin search for other commits by this committer
- Remove useless depends on bash.

PR:             ports/148594
Submitted by:   Bapt <baptiste.daroussin@gmail.com>
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Sunday, 8 Nov 2009
23:05 sylvio search for other commits by this committer
- Update to 20090914

Approved by:    miwi (mentor)
Original commit
Friday, 6 Jun 2008
13:21 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
Friday, 30 May 2008
14:27 gahr search for other commits by this committer
- Update to 20070519

Approved by:    miwi (mentor implicit)
Original commit
Thursday, 10 Apr 2008
09:12 jkoshy search for other commits by this committer
Reset maintainership.
Original commit
Sunday, 2 Sep 2007
07:16 rafan search for other commits by this committer
- Chase x11-toolkits/pmw renamed to x11-toolkits/py-Pmw

PR:             115302
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
Tuesday, 18 Apr 2006
16:05 jkoshy search for other commits by this committer
Add `pypersrc', a source browser written in Python and C++ that
integrates with Exuberant CTags.
Original commit

Number of commits found: 27