non port: devel/pypersrc/Makefile |
Number of commits found: 27 |
Sunday, 15 Sep 2019
|
17:28 antoine
Deprecate a few ports
 |
Sunday, 4 Aug 2019
|
10:02 antoine
Mark BROKEN: unfetchable
 |
Monday, 19 Feb 2018
|
11:10 antoine
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
 |
Thursday, 30 Nov 2017
|
15:50 mat
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
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Saturday, 24 Jan 2015
|
15:07 antoine
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
 |
Wednesday, 10 Dec 2014
|
22:29 gahr
- Reset maintainership of my ports
 |
Monday, 20 Oct 2014
|
16:04 mva
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit)
 |
Friday, 1 Aug 2014
|
15:06 mva
- Use the proper libdir for linking against python, since the symlink to
libpython.so in config/ will vanish soon
PR: 192244
With hat: python@
 |
Wednesday, 11 Jun 2014
|
14:50 tijl
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)
 |
Monday, 25 Nov 2013
|
08:13 gahr
- Use PYTHON_CMD instead of plain python during the build process
Submitted by: mva (on behalf of python@)
 |
Thursday, 7 Nov 2013
|
15:53 gahr
- Convert to USES+=gmake
- STAGE-clean
- Fix build with clang
- Correct MASTER_SITES and WWW line in pkg-descr
- Take maintainership
 |
Friday, 20 Sep 2013
|
17:13 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
 |
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
 |
Saturday, 28 Jan 2012
|
17:57 miwi
- Fix Dependens & Cleanup
- Add License
PR: 164155
Submitted by: Ports Fury
 |
Monday, 16 Jan 2012
|
12:54 wen
- update to 20120106
 |
Wednesday, 23 Mar 2011
|
16:50 dhn
- Fix MASTER_SITES
- Remove MD5 checksum, while I'm here
PR: ports/155808
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
 |
Wednesday, 16 Mar 2011
|
13:55 bapt
Deprecate unmaintained ports from devel where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
 |
Thursday, 15 Jul 2010
|
09:09 jadawin
- Remove useless depends on bash.
PR: ports/148594
Submitted by: Bapt <baptiste.daroussin@gmail.com>
 |
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
 |
Sunday, 8 Nov 2009
|
23:05 sylvio
- Update to 20090914
Approved by: miwi (mentor)
 |
Friday, 6 Jun 2008
|
13:21 edwin
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)
 |
Friday, 30 May 2008
|
14:27 gahr
- Update to 20070519
Approved by: miwi (mentor implicit)
 |
Thursday, 10 Apr 2008
|
09:12 jkoshy
Reset maintainership.
 |
Sunday, 2 Sep 2007
|
07:16 rafan
- Chase x11-toolkits/pmw renamed to x11-toolkits/py-Pmw
PR: 115302
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Tuesday, 18 Apr 2006
|
16:05 jkoshy
Add `pypersrc', a source browser written in Python and C++ that
integrates with Exuberant CTags.
 |
Number of commits found: 27 |