Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: devel/ice |
Commit | Credits | Log message |
3.6.5_1 26 Jul 2023 15:04:02 |
Muhammad Moinur Rahman (bofh) |
devel/py-ice: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
3.6.5_1 10 Sep 2022 17:41:16 |
Stefan Eßer (se) Author: Tobias Kortkamp |
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.6.5_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
3.6.5_1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.6.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.6.4 08 Oct 2019 08:23:49 |
grembo |
Consolidate all my ports under my @FreeBSD.org address.
Also: Fix PORTSCOUT regex of devel/ice to include DISTVERSIONPREFIX. |
3.6.4 03 Oct 2019 09:39:38 |
pkubaj |
devel/py-ice: unbreak on powerpc64
Builds fine with GCC from ports (needed also in devel/ice).
Approved by: mentors (implicit approval) |
3.6.3_2 21 May 2017 21:55:08 |
linimon |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
3.6.3 12 Oct 2016 17:23:57 |
grembo |
Update ice ports to 3.6.3
A few critical patches got merged upstream, a few new were required
to maintain LibreSSL support and fix other new issues. Note that slice2py
moved from devel/py-ice to devel/ice.
Approved by: mentors (implicit) |
3.6.1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
3.6.1 08 Mar 2016 00:29:24 |
grembo |
Fix packaging with python 3.5.
This utilizes the new py3kplist feature.
While being there, fix unit tests so they work with python3 regardless
of the build environment's locale.
PR: 207771
Submitted by: rm
Approved by: maintainers (implicit) |
3.6.1 27 Dec 2015 17:40:15 |
grembo |
Update ice ports to 3.6.1 and switch to new unit test framework.
Approved by: mentors (implicit) |
3.6.0_1 19 Oct 2015 14:50:52 |
amdmi3 |
Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string
Approved by: portmgr (bapt)
Differential Revision: D3756 |
3.6.0 17 Aug 2015 14:59:21 |
mat |
Typos and forgotten comments from r394508.
Submitted by: pgollucci
Sponsored by: Absolight |
3.6.0 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
3.6.0 29 Jul 2015 22:09:55 |
antoine |
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python
PR: 201077
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D2955 |
3.6.0 13 Jul 2015 19:48:32 |
grembo |
Update devel/ice, devel/py-ice and devel/php5-ice to 3.6.0
PR: 201143
Differential Revision: https://reviews.freebsd.org/D2930
Reviewed by: bapt
Approved by: bapt
Tested by: Roger Leigh <rleigh@codelibre.net> |
3.5.1_3 27 Oct 2014 10:58:26 |
bapt |
Cleanup plist |
3.5.1_3 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
3.5.1 09 Aug 2014 16:09:28 |
mva |
Missed two ports, which belong to the USE_PYTHON -> USES=python conversion of
commit 364450
Phabric: D399 |
3.5.1 16 Jul 2014 07:59:59 |
bapt |
Fix non default LIB_DEPENDS
With hat: portmgr |
3.5.1 27 Feb 2014 14:49:56 |
miwi |
- Remove empty dirs and files |
3.5.1 09 Jan 2014 01:57:20 |
mandree |
Overhaul devel/ice, devel/py-ice and devel/php5-ice:
Changes from [*]:
- Update Ice to 3.5.1.
- Stageify all three ports.
- Convert py-ice and php5-ice to slave ports.
- Use ICONV_LIB, so it builds ok with native iconv [1].
- Workaround for FreeBSD 10's static destructor order disaster [2].
- Install man pages.
- Allow package build for non-root users.
[1]
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-iconv.html
[2] http://lists.freebsd.org/pipermail/freebsd-ports/2013-June/084580.html
Changes from [3]:
- Convert LIB_DEPENDS to new syntax.
- USE_GMAKE -> USES
- list Berkeley DB 6 invalid, requires upstream changes, but upstream is
loathe to make those due to licensing change in BDB
- remove BDB 2 and 3 from invalid listing, we no longer have these ports
PR: ports/184453 [*]
PR: ports/185569 [3]
Submitted by: Michael Gmelin (maintainer) [*]
Submitted by: mandree [3]
Approved by: Michael Gmelin (maintainer) [3] |
3.5.0 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
3.5.0 17 Jun 2013 11:46:11 |
rm |
- update to 3.5.0
- relax version limit in USE_PYTHON (python3 is now supported too)
PR: 179240
Submitted by: Michael Gmelin <freebsd@grem.de> (maintainer) |
3.4.2_3 14 Feb 2013 09:42:13 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
3.4.2_3 27 Oct 2012 19:57:57 |
rm |
- respect CC, CXX to allow it be built with clang
- convert to optionsng
- make unit tests work correctly, fix running in a jail, make them run by
default
- remove unnecessary -g flag when building a debug version
- silence post-patch commands
- compile and install .pyc and .pyo files (using python's compileall.py).
- rename the patches to comply to the naming conventions in the Porter's
Handbook
- pass maintainership to submitter
while here:
- trim Makefile header
- remove indefinite article from COMMENT
- add license (GPLv2) and remove mention of it from pkg-descr
- limit python version to 2.x only
PR: 171645
Submitted by: Michael Gmelin <freebsd at grem dot de>
Approved by: Tony Maher <tonymaher at optusnet.com dot au> (maintainer)
Feature safe: yes |
3.4.2_2 22 Aug 2012 15:18:16 |
jgh |
- fix inverted logic from previous commit of r302891
PR: 170450
Spotted by: basm
Approved by: maintainer, implicit |
3.4.2_1 21 Aug 2012 19:29:18 |
jgh |
- fix plist, and bump portrevision
- while here drop redundant defining of DISTNAME, and convert to optionsNG for
DOCS
PR: 170450
Submitted by: ryder.dain@gmail.com
Approved by: maintainer timeout (15 days), tonymaher@optusnet.com.au |
3.4.2 28 Jun 2011 13:46:02 |
miwi |
- Update to 3.4.2
PR: 157948
Submitted by: Michael Gmelin <freebsd@grem.de> |
3.4.1_2 06 Sep 2010 07:56:11 |
linimon |
Over to submitter of most recent update. |
3.4.1_2 22 Aug 2010 23:36:46 |
linimon |
Reset dirk.ye@gmail.com due to maintainer-timeouts.
Hat: portmgr |
3.4.1_2 17 Aug 2010 16:24:17 |
arved |
Really fix plist
Reported by: QAT
pointy hat to: arved |
3.4.1_1 16 Aug 2010 20:08:20 |
arved |
Try not to install slice files
Reported by: QAT |
3.4.1 16 Aug 2010 12:12:13 |
arved |
Fix dependency
PR: 149699
Submitted by: Tony Maher
Reported by: QAT |
3.4.1 15 Aug 2010 12:04:13 |
arved |
Update to 3.4.1
PR: 148492
Submitted by: Tony Maher <tonymaher@optusnet.com.au>
Approved by: maintainer timeout |
3.3.1 18 Aug 2009 20:15:55 |
miwi |
Eliminate hard coded "PKGNAMEPREFIX= py-"
PR: 137859
Submitted by: olli hauer <ohauer@gmx.de> |
3.3.1 23 May 2009 15:21:03 |
lwhsu |
- Update to 3.3.1
PR: ports/134556
Submitted by: Dirk Ye <dirk.ye AT gmail.com> (maintainer) |
3.3.0 14 Aug 2008 22:28:54 |
miwi |
- Update to 3.3.0
PR: 126195 126197 126198
Submitted by: Stefan Ehmann <shoesoft@gmx.net> (maintainer) |
3.2.1 12 Dec 2007 20:57:40 |
delphij |
- Update to 3.2.1.
- Pass maintainership to submitter.
Submitted by: DIrk <dirk.ye at gmail.com>
PR: ports/118564 |
3.2.0 18 Apr 2007 22:53:21 |
nivit |
- Update to 3.2.0
PR: ports/111542
Submitted by: Stefan Ehmann <shoesoft at gmx.de> |
3.1.0 11 Nov 2006 23:51:48 |
bsam |
- remove ftp.ipt.ru from MATER_SITES.
- release my first FreeBSD port. It's a pity but I don't use it any more
and have no time to look after it.
Hope, you'll find your way to a new interested maintainer. |
3.1.0 03 Aug 2006 22:44:51 |
bsam |
- update to the new version 3.1.0;
- introduce LIB_VRS variable at Makefile (to be used at LIB_DEPENDS and
PLIST_SUB);
- create some variables at PLIST_SUB and change plist accordingly;
- make "portlint -a" happy (delete quotes from a BROKEN message);
- change my email to the FreeBSD.org one.
Approved by: netchild (mentor, implicit) |
3.0.0 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
3.0.0 20 Nov 2005 20:47:28 |
arved |
Fix build with new ice by updating to 3.0.0, which fixes builds on
64bit Platforms
PR: 89200
Submitted by: Boris B. Samorodov <bsam@ipt.ru> |
2.1.2 26 Oct 2005 16:11:41 |
mnag |
Added second MASTER_SITES
Add GPL comment in pkg-descr
Submitted by: Boris Samorodov <bsam@ipt.ru> (maintainer via email) |
2.1.2 04 Sep 2005 14:23:55 |
pav |
Ice language mapping for Python.
Internet Communications Engine (Ice) is a modern alternative to object
middleware such as CORBA(TM) or COM/DCOM/COM+.
PR: ports/85546
Submitted by: Boris B. Samorodov <bsam@ipt.ru> |