non port: devel/py-ice/Makefile |
SVNWeb
|
Number of commits found: 44 |
Sat, 10 Sep 2022
|
[ 17:41 Stefan Eßer (se) Author: Tobias Kortkamp ] e79fe1a (Only the first 10 of 195 ports in this commit are shown above. )
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)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
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 )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 8 Oct 2019
|
[ 08:23 grembo ]
Consolidate all my ports under my @FreeBSD.org address.
Also: Fix PORTSCOUT regex of devel/ice to include DISTVERSIONPREFIX.
|
Thu, 3 Oct 2019
|
[ 09:39 pkubaj ]
devel/py-ice: unbreak on powerpc64
Builds fine with GCC from ports (needed also in devel/ice).
Approved by: mentors (implicit approval)
|
Sun, 21 May 2017
|
[ 21:55 linimon ] (Only the first 10 of 49 ports in this commit are shown above. )
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
|
Wed, 12 Oct 2016
|
[ 17:23 grembo ] (Only the first 10 of 26 ports in this commit are shown above. )
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)
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 8 Mar 2016
|
[ 00:29 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)
|
Sun, 27 Dec 2015
|
[ 17:40 grembo ] (Only the first 10 of 11 ports in this commit are shown above. )
Update ice ports to 3.6.1 and switch to new unit test framework.
Approved by: mentors (implicit)
|
Mon, 19 Oct 2015
|
[ 14:50 amdmi3 ] (Only the first 10 of 93 ports in this commit are shown above. )
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
|
Mon, 17 Aug 2015
|
[ 14:59 mat ]
Typos and forgotten comments from r394508.
Submitted by: pgollucci
Sponsored by: Absolight
|
[ 14:20 mat ] (Only the first 10 of 271 ports in this commit are shown above. )
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
|
Wed, 29 Jul 2015
|
[ 22:09 antoine ] (Only the first 10 of 62 ports in this commit are shown above. )
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
|
Mon, 13 Jul 2015
|
[ 19:48 grembo ] (Only the first 10 of 58 ports in this commit are shown above. )
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>
|
Mon, 20 Oct 2014
|
[ 16:04 mva ] (Only the first 10 of 564 ports in this commit are shown above. )
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit)
|
Sat, 9 Aug 2014
|
[ 16:09 mva ]
Missed two ports, which belong to the USE_PYTHON -> USES=python conversion of
commit 364450
Phabric: D399
|
Wed, 16 Jul 2014
|
[ 07:59 bapt ]
Fix non default LIB_DEPENDS
With hat: portmgr
|
Thu, 9 Jan 2014
|
[ 01:57 mandree ] (Only the first 10 of 43 ports in this commit are shown above. )
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]
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Mon, 17 Jun 2013
|
[ 11:46 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)
|
Thu, 14 Feb 2013
|
[ 09:42 gahr ] (Only the first 10 of 133 ports in this commit are shown above. )
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr
|
Sat, 27 Oct 2012
|
[ 19:57 rm ] (Only the first 10 of 13 ports in this commit are shown above. )
- 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
|
Wed, 22 Aug 2012
|
[ 15:18 jgh ]
- fix inverted logic from previous commit of r302891
PR: 170450
Spotted by: basm
Approved by: maintainer, implicit
|
Tue, 21 Aug 2012
|
[ 19:29 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
|
Tue, 28 Jun 2011
|
[ 13:46 miwi ]
- Update to 3.4.2
PR: 157948
Submitted by: Michael Gmelin <freebsd@grem.de>
|
Mon, 6 Sep 2010
|
[ 07:56 linimon ]
Over to submitter of most recent update.
|
Sun, 22 Aug 2010
|
[ 23:36 linimon ]
Reset dirk.ye@gmail.com due to maintainer-timeouts.
Hat: portmgr
|
Tue, 17 Aug 2010
|
[ 16:24 arved ]
Really fix plist
Reported by: QAT
pointy hat to: arved
|
Mon, 16 Aug 2010
|
[ 20:08 arved ]
Try not to install slice files
Reported by: QAT
|
[ 12:12 arved ]
Fix dependency
PR: 149699
Submitted by: Tony Maher
Reported by: QAT
|
Sun, 15 Aug 2010
|
[ 12:04 arved ]
Update to 3.4.1
PR: 148492
Submitted by: Tony Maher <tonymaher@optusnet.com.au>
Approved by: maintainer timeout
|
Tue, 18 Aug 2009
|
[ 20:15 miwi ] (Only the first 10 of 15 ports in this commit are shown above. )
Eliminate hard coded "PKGNAMEPREFIX= py-"
PR: 137859
Submitted by: olli hauer <ohauer@gmx.de>
|
Sat, 23 May 2009
|
[ 15:21 lwhsu ]
- Update to 3.3.1
PR: ports/134556
Submitted by: Dirk Ye <dirk.ye AT gmail.com> (maintainer)
|
Thu, 14 Aug 2008
|
[ 22:28 miwi ] (Only the first 10 of 27 ports in this commit are shown above. )
- Update to 3.3.0
PR: 126195 126197 126198
Submitted by: Stefan Ehmann <shoesoft@gmx.net> (maintainer)
|
Wed, 12 Dec 2007
|
[ 20:57 delphij ]
- Update to 3.2.1.
- Pass maintainership to submitter.
Submitted by: DIrk <dirk.ye at gmail.com>
PR: ports/118564
|
Wed, 18 Apr 2007
|
[ 22:53 nivit ]
- Update to 3.2.0
PR: ports/111542
Submitted by: Stefan Ehmann <shoesoft at gmx.de>
|
Sat, 11 Nov 2006
|
[ 23:51 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.
|
Thu, 3 Aug 2006
|
[ 22:44 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)
|
Thu, 4 May 2006
|
[ 21:41 edwin ] (Only the first 10 of 364 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with D
|
Sun, 20 Nov 2005
|
[ 20:47 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>
|
Wed, 26 Oct 2005
|
[ 16:11 mnag ]
Added second MASTER_SITES
Add GPL comment in pkg-descr
Submitted by: Boris Samorodov <bsam@ipt.ru> (maintainer via email)
|
Sun, 4 Sep 2005
|
[ 14:23 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>
|
Number of commits found: 44 |