notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: lang/neko/Makefile
SVNWeb

Number of commits found: 55

Wed, 25 Jan 2023
[ 17:54 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:40843b1ccb8f70cca82dd115a71a46ae2a97a450  commit hash:40843b1ccb8f70cca82dd115a71a46ae2a97a450  commit hash:40843b1ccb8f70cca82dd115a71a46ae2a97a450  40843b1  (Only the first 10 of 106 ports in this commit are shown above. View all ports for this commit)
Mk/Uses/apache.mk: Refactor after removal of older versions

apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:

- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
  from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
  one available version in the tree. However the version checks are
  still valid and should work flawlessly whenever a new version is
  added. For example USES=apache:2.2+ are simply replaced with
  USES=apache. As currently there are no other versions available for
  test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces

Approved by:    portmgr
Differential Revision: https://reviews.freebsd.org/D38113
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 28 Jan 2022
[ 12:14 Tijl Coosemans (tijl) search for other commits by this committer ]    commit hash:b93e64d3c3240d1e4a8fc510b14aa2175e5be012  commit hash:b93e64d3c3240d1e4a8fc510b14aa2175e5be012  commit hash:b93e64d3c3240d1e4a8fc510b14aa2175e5be012  b93e64d  (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
security/mbedtls: Update to 2.28.0 and fix make test

Also bump dependent ports for library version change.

PR:		255084
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 14 Nov 2019
[ 12:39 tobik search for other commits by this committer ] Original commit   Revision:517560 (Only the first 10 of 68 ports in this commit are shown above. View all ports for this commit)
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round
Tue, 25 Dec 2018
[ 20:25 tcberner search for other commits by this committer ] Original commit   Revision:488341 (Only the first 10 of 1277 ports in this commit are shown above. View all ports for this commit)
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
Fri, 14 Sep 2018
[ 12:04 tijl search for other commits by this committer ] Original commit   Revision:479770 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Update security/mbedtls to 2.13.0 and bump dependent ports.
Fri, 31 Aug 2018
[ 18:27 fernape search for other commits by this committer ] Original commit   Revision:478604 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
devel/boehm-gc: update to 7.6.8

ChangeLog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.8

* Giving maintainership to yasu@utahime.org
* Bumping PORTREVISION for dependent ports

PR:	230577
Submitted by:	yasu@utahime.org
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16704
Fri, 10 Aug 2018
[ 14:23 tijl search for other commits by this committer ] Original commit   Revision:476834 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Update security/mbedtls to 2.12.0 and bump dependent ports.

MFH:		2018Q3
Security:	https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-02
Thu, 7 Jun 2018
[ 12:16 tijl search for other commits by this committer ] Original commit   Revision:471909
Update security/mbedtls to 2.9.0 and bump dependent ports.
Fri, 1 Jun 2018
[ 10:16 cpm search for other commits by this committer ] Original commit   Revision:471254 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.6

PR:		228597
Approved by:	portmgr (antoine)
Mon, 23 Apr 2018
[ 19:26 tijl search for other commits by this committer ] Original commit   Revision:468134
Update security/mbedtls to 2.8.0 and bump dependent ports.

MFH:		2018Q2
Security:	https://tls.mbed.org/tech-updates/releases/mbedtls-2.8.0-2.7.2-and-2.1.11-released
Wed, 21 Mar 2018
[ 21:24 brnrd search for other commits by this committer ] Original commit   Revision:465240 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
devel/apr1: Bump portrevision

 - Repair my rookie mistake of earlier today
 - Bump revision of dependent ports (again)

Reported by:	antoine
[ 19:50 brnrd search for other commits by this committer ] Original commit   Revision:465232 (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
devel/apr1: Fix runtime issues of dependent port

 - iconv is in base in all supported FreeBSD versions
 - Fix build with MariaDB 10.2 [2]
 - Bump portrevision in dependencies

PR:		226705 [1], 226026 [2]
With hat:	apache
Approved by:	joneum (apache)
Mon, 12 Mar 2018
[ 13:01 tijl search for other commits by this committer ] Original commit   Revision:464247
Update security/mbedtls to 2.7.1.

PR:		226550
MFH:		2018Q1
Sat, 10 Mar 2018
[ 18:49 tijl search for other commits by this committer ] Original commit   Revision:464085 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- Update security/polarssl13 to 1.3.22.
- Update security/mbedtls to 2.7.0 and bump dependent ports.

MFH:		2018Q1
Security:	https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-01
[ 11:22 cpm search for other commits by this committer ] Original commit   Revision:464068 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.4

PR:		225560
Submitted by:	Yasuhiro KIMURA <yasu@utahime@org>
Reviewed by:	cpm
Approved by:	portmgr (antoine)
[ 07:35 yuri search for other commits by this committer ] Original commit   Revision:464047
lang/neko: Update to 2.2.0

Port changes:
* Changed to DISTVERSION
* Added LICENSE_FILE
* Simplified BUILD_DEPENDS
* Added to LIB_DEPENDS
* USES=cmake:outsource
* Added USES=mysql
* Added the options APACHE UI

PR:		226183
Submitted by:	Marcin Cieslak <saper@saper.info> (original version)
Submitted by:	Petr Penzin <penzin.dev@gmail.com> (maintainer, accepted version)
Approved by:	tcberner (mentor, implicit)
Sat, 24 Feb 2018
[ 11:22 brnrd search for other commits by this committer ] Original commit   Revision:462788
lang/neko: Migrate to USE_APACHE_BUILD

Approved by:	hat apache@
Mon, 8 Jan 2018
[ 15:20 cpm search for other commits by this committer ] Original commit   Revision:458427 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.2

Approved by:	portmgr (antoine)
Sun, 1 Jan 2017
[ 03:45 sunpoet search for other commits by this committer ] Original commit   Revision:430235 (Only the first 10 of 161 ports in this commit are shown above. View all ports for this commit)
Remove BROKEN_FreeBSD_9

Approved by:	portmgr (blanket)
Sat, 19 Nov 2016
[ 19:44 riggs search for other commits by this committer ] Original commit   Revision:426534
Minor port cleanup, accidentally omitted during initial checkin
[ 19:33 riggs search for other commits by this committer ] Original commit   Revision:426533
Add new port: lang/neko, the neko programming language and VM

PR:		204664
Submitted by:	penzin.dev@gmail.com (maintainer)
Wed, 23 Jul 2014
[ 17:30 bapt search for other commits by this committer ] Original commit   Revision:362717 (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
Reset maintainership for ports not staged with no pending PR

With hat:	portmgr
Wed, 16 Jul 2014
[ 08:13 bapt search for other commits by this committer ] Original commit   Revision:362049 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Fix some non default LIB_DEPENDS

With hat:	portmgr
Sun, 13 Jul 2014
[ 23:36 bapt search for other commits by this committer ] Original commit   Revision:361728 (Only the first 10 of 69 ports in this commit are shown above. View all ports for this commit)
Modernize LIB_DEPENDS

With hat:	portmgr
Fri, 4 Jul 2014
[ 09:41 tijl search for other commits by this committer ] Original commit   Revision:360588 (Only the first 10 of 116 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.

Approved by:	portmgr (implicit)
Mon, 26 May 2014
[ 08:44 bapt search for other commits by this committer ] Original commit   Revision:355288 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Convert to USES=dos2unix

With hat:	portmgr
Sat, 5 Oct 2013
[ 02:41 daichi search for other commits by this committer ] Original commit   Revision:329406
fixed build fail on 8-stable

Submitted by:	maintainer
Mon, 30 Sep 2013
[ 14:22 daichi search for other commits by this committer ] Original commit   Revision:328794
update to 2.0.0

Submitted by:	maintainer
Fri, 20 Sep 2013
[ 19:53 bapt search for other commits by this committer ] Original commit   Revision:327741 (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Wed, 18 Sep 2013
[ 08:38 bapt search for other commits by this committer ] Original commit   Revision:327535 (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
Add an explicit dependency on pkgconf
Sat, 13 Jul 2013
[ 13:59 bapt search for other commits by this committer ] Original commit   Revision:322931
Mark jobs unsafe
Mon, 10 Dec 2012
[ 19:11 mm search for other commits by this committer ] Original commit   Revision:308630 (Only the first 10 of 233 ports in this commit are shown above. View all ports for this commit)
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Thu, 6 Dec 2012
[ 07:05 daichi search for other commits by this committer ] Original commit   Revision:308369
drop PORTREVISION

Pointedout by:	danfe
Feature safe:	yes
[ 05:07 daichi search for other commits by this committer ] Original commit   Revision:308363
Update to 1.8.2

Submitted by:	ozawa@ongs.co.jp
Feature safe:	yes
Thu, 6 Sep 2012
[ 05:22 ohauer search for other commits by this committer ] Original commit   Revision:303739
- remove apache13 support
- use DOS2UNIX macro
- rewrite for options NG
- use USE_XXX macros instead (BUILD|RUN)_DEPENDS

PR:		170752
Submitted by:	ohauer@
Approved by:	maintainer timeout
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Fri, 18 Dec 2009
[ 04:10 stas search for other commits by this committer ] Original commit 
- Use libraries from boehm-gc-threaded instead of building own implementation.
  This fixes build failure after the boehm-gc update.

Reported by:    pav
Tue, 11 Aug 2009
[ 02:19 daichi search for other commits by this committer ] Original commit 
Update for 1.8.1

PR:             137631
Submitted by:   maintainer
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Fri, 31 Jul 2009
[ 13:57 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 3009 ports in this commit are shown above. View all ports for this commit)
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Tue, 14 Jul 2009
[ 08:28 daichi search for other commits by this committer ] Original commit 
Fix build problem of lang/neko on tinderbox

PR:             ports/136734
Submitted by:   maintainer
Sun, 28 Jun 2009
[ 01:39 wxs search for other commits by this committer ] Original commit 
- Update to 1.8.0
- Don't use ${PREFIX} for dependencies, CFLAGS or LDFLAGS
- This port still doesn't work with a custom PREFIX, it needs some work still.

PR:             ports/135833
Submitted by:   Masanori OZAWA <ozawa@ongs.co.jp> (maintainer)
Mon, 5 Jan 2009
[ 20:36 pav search for other commits by this committer ] Original commit  (Only the first 10 of 102 ports in this commit are shown above. View all ports for this commit)
- Remove conditional checks for FreeBSD 5.x and older
Fri, 6 Jun 2008
[ 13:41 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
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, 12 Nov 2007
[ 23:48 pav search for other commits by this committer ] Original commit 
- Augment previous fix

Reported by:    pointyhat
Approved by:    portmgr (hat)
Thu, 8 Nov 2007
[ 08:06 linimon search for other commits by this committer ] Original commit 
Fix build on cluster by adding a libtool dependency.  This is a hack to
work around the fact that this port reaches over into devel/boehm-gc to
do part of its build.  This isn't the Right Thing.

Approved by:    portmgr (self)
Tue, 25 Sep 2007
[ 13:03 daichi search for other commits by this committer ] Original commit 
neko 1.6.0_1 is for 6.x or over.

  - neko uses socket option that 5.x doesn't have.
    So added ${OSVERSION} check.

Submitted by:   ozawa@ongs.co.jp (maintainer)
Thu, 23 Aug 2007
[ 04:33 daichi search for other commits by this committer ] Original commit 
lang/neko: fixed compile error on amd64 6

  - fixed compile error (6-RELEASE amd64, 7-CURRENT amd64)

PR:             ports/115723
Submitted by:   Masanori OZAWA <ozawa@ongs.co.jp> (maintainer)
Pointed out by: via krisbot
Tue, 21 Aug 2007
[ 06:13 daichi search for other commits by this committer ] Original commit 
The Neko Programming Language

Neko is a high-level dynamically typed programming language which can
also be used as an embedded scripting language. It has been designed to
provide a common runtime for several different languages.

Neko is not only very easy to learn and use, but also has the flexibility
of being able to extend the language with C libraries. You can even write
generators from your own language to Neko and then use the Neko Runtime to
compile, run, and access existing libraries.

WWW: http://nekovm.org/

Submitted by:   Masanori OZAWA <ozawa@ongs.co.jp>

Number of commits found: 55