Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.0_12 25 Jan 2023 17:54:07 |
Muhammad Moinur Rahman (bofh) |
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 |
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) |
2.2.0_12 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 ) |
2.2.0_12 01 Apr 2022 15:09:49 |
Dmitry Marakasov (amdmi3) |
*/*: fix trailing whitespace in pkg-descr's
Approved by: portmgr blanket |
2.2.0_12 28 Jan 2022 12:14:09 |
Tijl Coosemans (tijl) |
security/mbedtls: Update to 2.28.0 and fix make test
Also bump dependent ports for library version change.
PR: 255084 |
2.2.0_11 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.2.0_11 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2.0_11 14 Nov 2019 12:39:42 |
tobik |
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round |
2.2.0_11 25 Dec 2018 20:25:40 |
tcberner |
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 |
2.2.0_11 14 Sep 2018 12:04:53 |
tijl |
Update security/mbedtls to 2.13.0 and bump dependent ports. |
2.2.0_10 31 Aug 2018 18:27:14 |
fernape |
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 |
2.2.0_9 10 Aug 2018 14:23:16 |
tijl |
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 |
2.2.0_8 07 Jun 2018 12:16:47 |
tijl |
Update security/mbedtls to 2.9.0 and bump dependent ports. |
2.2.0_7 01 Jun 2018 10:16:42 |
cpm |
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.6
PR: 228597
Approved by: portmgr (antoine) |
2.2.0_6 23 Apr 2018 19:26:32 |
tijl |
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 |
2.2.0_5 21 Mar 2018 21:24:44 |
brnrd |
devel/apr1: Bump portrevision
- Repair my rookie mistake of earlier today
- Bump revision of dependent ports (again)
Reported by: antoine |
2.2.0_4 21 Mar 2018 19:50:35 |
brnrd |
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) |
2.2.0_3 12 Mar 2018 13:01:53 |
tijl |
Update security/mbedtls to 2.7.1.
PR: 226550
MFH: 2018Q1 |
2.2.0_2 10 Mar 2018 18:49:04 |
tijl |
- 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 |
2.2.0_1 10 Mar 2018 11:22:59 |
cpm |
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) |
2.2.0 10 Mar 2018 07:35:18 |
yuri |
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) |
2.1.0_1 24 Feb 2018 11:22:18 |
brnrd |
lang/neko: Migrate to USE_APACHE_BUILD
Approved by: hat apache@ |
2.1.0_1 08 Jan 2018 15:20:58 |
cpm |
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.2
Approved by: portmgr (antoine) |
2.1.0 01 Jan 2017 03:45:13 |
sunpoet |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket) |
2.1.0 19 Nov 2016 19:44:50 |
riggs |
Minor port cleanup, accidentally omitted during initial checkin |
2.1.0 19 Nov 2016 19:33:10 |
riggs |
Add new port: lang/neko, the neko programming language and VM
PR: 204664
Submitted by: penzin.dev@gmail.com (maintainer) |
2.0.0_2 09 Sep 2014 23:15:31 |
marino |
Remove four unrelated staged ports |
2.0.0_2 23 Jul 2014 17:30:45 |
bapt |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
2.0.0_2 16 Jul 2014 08:13:59 |
bapt |
Fix some non default LIB_DEPENDS
With hat: portmgr |
2.0.0_2 13 Jul 2014 23:36:40 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
2.0.0_2 04 Jul 2014 09:41:00 |
tijl |
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) |
2.0.0_1 26 May 2014 08:44:35 |
bapt |
Convert to USES=dos2unix
With hat: portmgr |
2.0.0_1 05 Oct 2013 02:41:15 |
daichi |
fixed build fail on 8-stable
Submitted by: maintainer |
2.0.0 30 Sep 2013 14:22:30 |
daichi |
update to 2.0.0
Submitted by: maintainer |
1.8.2_1 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
1.8.2_1 18 Sep 2013 08:38:20 |
bapt |
Add an explicit dependency on pkgconf |
1.8.2_1 13 Jul 2013 13:59:54 |
bapt |
Mark jobs unsafe |
1.8.2_1 11 Dec 2012 06:16:03 |
daichi |
added a patch
PR: ozawa@ongs.co.jp |
10 Dec 2012 19:11:12
|
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
1.8.2 06 Dec 2012 07:05:09 |
daichi |
drop PORTREVISION
Pointedout by: danfe
Feature safe: yes |
1.8.2 06 Dec 2012 05:07:53 |
daichi |
Update to 1.8.2
Submitted by: ozawa@ongs.co.jp
Feature safe: yes |
1.8.1_4 06 Sep 2012 05:22:27 |
ohauer |
- 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 |
1.8.1_4 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.8.1_3 03 Jul 2011 13:45:36 |
ohauer |
- remove MD5 |
1.8.1_3 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.8.1_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.8.1_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.8.1_1 18 Dec 2009 04:10:16 |
stas |
- Use libraries from boehm-gc-threaded instead of building own implementation.
This fixes build failure after the boehm-gc update.
Reported by: pav |
1.8.1 11 Aug 2009 02:19:32 |
daichi |
Update for 1.8.1
PR: 137631
Submitted by: maintainer |
1.8.0_1 02 Aug 2009 19:36:34 |
mezz |
-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 |
1.8.0_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
1.8.0 14 Jul 2009 08:28:14 |
daichi |
Fix build problem of lang/neko on tinderbox
PR: ports/136734
Submitted by: maintainer |
1.8.0 28 Jun 2009 01:40:02 |
wxs |
- Add missing files from last commit. |
1.8.0 28 Jun 2009 01:39:10 |
wxs |
- 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) |
1.6.0_2 05 Jan 2009 20:36:33 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
1.6.0_2 06 Jun 2008 13:41:15 |
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) |
1.6.0_1 12 Nov 2007 23:48:32 |
pav |
- Augment previous fix
Reported by: pointyhat
Approved by: portmgr (hat) |
1.6.0_1 08 Nov 2007 08:06:22 |
linimon |
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) |
1.6.0_1 25 Sep 2007 13:03:50 |
daichi |
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) |
1.6.0_1 23 Aug 2007 04:33:00 |
daichi |
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 |
1.6.0 21 Aug 2007 06:13:33 |
daichi |
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> |