non port: japanese/tomoe/Makefile |
SVNWeb
|
Number of commits found: 46 |
Sun, 15 Jan 2023
|
[ 02:45 Muhammad Moinur Rahman (bofh) ] 2d00178
*/*: Fix some ports conversion from USE_RUBY to USES=ruby
In my previous commit 18c6e18 I missed some ports where RUBY was
optional. This commit fixes those missing ports and fixes INDEX build.
Approved by: portmgr
Fixes: 18c6e18 Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
|
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:22 Tobias C. Berner (tcberner) ] 8d9b67b (Only the first 10 of 220 ports in this commit are shown above. )
japanese: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Akito FUJITA <fujita@zoo.ncl.omron.co.jp>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Daichi GOTO <daichi@FreeBSD.org>
* Daisuke Kawahara <kawahara@pine.kuee.kyoto-u.ac.jp>
* David O'Brien (obrien@cs.ucdavis.edu)
* Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
* FUJISHIMA Satsuki <sf@FreeBSD.org>
* Fumihiko Kimura <jfkimura@yahoo.co.jp> (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.
|
Wed, 19 Feb 2020
|
[ 22:04 antoine ]
Remove optional dependency on pygtk2
With hat: portmgr
|
Fri, 15 Nov 2019
|
[ 10:12 tobik ] (Only the first 10 of 95 ports in this commit are shown above. )
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
|
Fri, 8 Nov 2019
|
[ 14:47 tobik ] (Only the first 10 of 50 ports in this commit are shown above. )
Add missing USES={gnome,php,sdl} to the rest
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Fri, 1 Apr 2016
|
[ 14:08 mat ] (Only the first 10 of 481 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 12 Nov 2015
|
[ 16:54 ume ]
Use OPTIONS helpers.
|
Sun, 2 Aug 2015
|
[ 15:03 tijl ] (Only the first 10 of 234 ports in this commit are shown above. )
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above )
|
Fri, 3 Apr 2015
|
[ 11:26 mat ] (Only the first 10 of 120 ports in this commit are shown above. )
Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209
|
Sat, 3 Jan 2015
|
[ 08:47 mva ] (Only the first 10 of 17 ports in this commit are shown above. )
- Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...
With hat: python@
|
Thu, 24 Apr 2014
|
[ 18:21 tijl ]
- Convert to USES=libtool.
- New LIB_DEPENDS syntax.
- Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Staging.
- japanese/tomoe: remove FreeBSD 6 support.
|
Sun, 30 Mar 2014
|
[ 17:38 ume ]
- Make Ruby binding optional and off by default.
- Mark Ruby binding BROKEN as it doesn't detect rbobject.h
correctly after gem version of ruby-glib2 was enforced.
Spotted by: pkg-fallout
|
Mon, 24 Mar 2014
|
[ 20:03 swills ]
- Fix index after removal of ruby-gnome ports
Reported by: many
Pointyhat to: swills
|
Sat, 19 Oct 2013
|
[ 02:00 ume ]
use opt_USE OPTIONS helper.
|
Sat, 12 Oct 2013
|
[ 20:10 ume ]
- enable stage.
- use modern OPTIONS helper.
|
Fri, 20 Sep 2013
|
[ 18:47 bapt ] (Only the first 10 of 352 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese)
|
Mon, 16 Sep 2013
|
[ 15:42 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
Tue, 3 Sep 2013
|
[ 17:15 antoine ]
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
|
Fri, 10 May 2013
|
[ 01:46 bdrewery ]
- Fix extract on 9+ due to this picking up /usr/bin/unzip instead of
looking for the proper LOCALBASE/bin/unzip that UNZIP_CMD is set to.
Will let maintainers decide if archivers/unzip is really still needed.
Some of these ports/options remain broken due to other issues.
With hat: portmgr
|
Wed, 24 Apr 2013
|
[ 18:10 ak ] (Only the first 10 of 1028 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
|
Fri, 8 Mar 2013
|
[ 10:51 kwm ] (Only the first 10 of 417 ports in this commit are shown above. )
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo
|
Fri, 29 Jun 2012
|
[ 16:43 az ]
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
|
Sat, 16 Jun 2012
|
[ 19:48 ume ]
Convert to use new OPTIONS framework.
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Thu, 11 Aug 2011
|
[ 23:42 swills ]
- Fix build with Ruby 1.9
PR: ports/159150
Submitted by: swills (me)
Approved by: maintainer timeout (ume; >2 weeks)
|
Sat, 6 Aug 2011
|
[ 15:56 swills ]
- Mark broken with Ruby 1.9
With hat: ruby@
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Sat, 22 Aug 2009
|
[ 00:24 amdmi3 ] (Only the first 10 of 130 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L
|
Fri, 6 Jun 2008
|
[ 13:37 edwin ] (Only the first 10 of 73 ports in this commit are shown above. )
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)
|
Mon, 15 Oct 2007
|
[ 15:00 ume ]
Unihan module is not buildable with GCC 4.2. So, disable Unihan
support by default on 7.X and later, and mark it as BROKEN with
GCC 4.2 when Unihan is enabled.
|
Wed, 29 Aug 2007
|
[ 17:36 ume ]
Require pygtk2 to enable python support.
|
Mon, 20 Aug 2007
|
[ 18:00 ume ]
Require textproc/p5-XML-Parser for build.
|
Thu, 16 Aug 2007
|
[ 19:12 ume ]
Use LOCALBASE.
|
[ 16:32 ume ] (Only the first 10 of 16 ports in this commit are shown above. )
Update to 0.6.0.
|
Sun, 8 Apr 2007
|
[ 17:47 ume ]
Update to 0.5.1.
|
Sat, 20 Jan 2007
|
[ 15:30 ume ]
Try to fix build on sparc64 by disabling Unihan support.
Reported by: pointyhat via kris
|
Thu, 11 Jan 2007
|
[ 17:33 ume ]
OPTIONS'fy to support Ruby based dictionary module, Hyper Estraier
dictionary module, MySQL dictionary module and Unihan database
dictionary module.
|
[ 15:33 ume ]
Fix plist.
Reported by: pointyhat via kris
|
Sat, 6 Jan 2007
|
[ 15:19 ume ]
Update to 0.5.0.
|
Sun, 17 Dec 2006
|
[ 08:00 ume ] (Only the first 10 of 12 ports in this commit are shown above. )
Update to 0.4.0.
|
Fri, 24 Feb 2006
|
[ 15:35 ade ]
Fix devel/libytnef[1] and others[2] after libtool commit.
Submitted by: pointyhat[1] ume[2]
Approved by: portmgr (implicit)
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Sun, 18 Dec 2005
|
[ 14:50 ume ]
New port -- Tegaki Online MOji-ninshiki Engine
|
Number of commits found: 46 |