non port: devel/arduino-mk/Makefile |
SVNWeb
|
Number of commits found: 20 |
Sun, 23 Apr 2023
|
[ 09:09 Gerald Pfeifer (gerald) ] 8d3e020 (Only the first 10 of 2091 ports in this commit are shown above. )
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
|
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.
|
Thu, 7 Nov 2019
|
[ 18:08 leres ]
devel/arduino-mk: Update MASTER_SITES and remove BROKEN
Approved by: matthew (mentor, implicit)
|
Wed, 6 Nov 2019
|
[ 12:48 antoine ] (Only the first 10 of 268 ports in this commit are shown above. )
Mark a few ports BROKEN, unfetchable
|
Sat, 10 Mar 2018
|
[ 17:46 gerald ] (Only the first 10 of 1104 ports in this commit are shown above. )
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
|
Tue, 3 Oct 2017
|
[ 16:46 leres ]
Add missing RUN_DEPENDS for comms/p5-Device-SerialPort which is
used by the ard-reset-arduino script.
PR: 222148
Submitted by: Fukang Chen
Reported by: ler (mentor), matthew (mentor)
Reviewed by: ler (mentor), matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12570
|
Fri, 15 Sep 2017
|
[ 18:18 leres ] (Only the first 10 of 13 ports in this commit are shown above. )
Update MAINTAINER on my ports and "Created by" on the ones I created
to use my @FreeBSD.org email address.
- devel/arduino
- devel/arduino-glcd
- devel/arduino-irremote
- devel/arduino-mk
- devel/arduino-sevseg
- net/hostapd
- net/py-pcap
- security/bro
- security/broccoli
- security/create-cert
- sysutils/lbl-cf
- sysutils/lbl-hf
- www/mini_httpd
Reviewed by: ler (mentor)
Approved by: ler (mentor)
Differential Revision: https://reviews.freebsd.org/D12374
|
Wed, 20 Jul 2016
|
[ 15:33 mat ] (Only the first 10 of 67 ports in this commit are shown above. )
Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)
Sponsored by: Absolight
|
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
|
Wed, 15 Jul 2015
|
[ 14:18 amdmi3 ]
- Fix shebangs
- Add empty directory to plist
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
|
Sun, 15 Jun 2014
|
[ 04:35 danilo ]
- Add stage support [1]
- Simplify Makefile
PR: ports/191043
Submitted by: joe@thrallingpenguin.com [1]
|
Sat, 26 Oct 2013
|
[ 00:52 gerald ] (Only the first 10 of 1147 ports in this commit are shown above. )
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above )
|
Fri, 20 Sep 2013
|
[ 17:03 bapt ] (Only the first 10 of 379 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
|
Sat, 24 Nov 2012
|
[ 19:15 wxs ]
Run version.sh using ${SH}. This file does not have the executable
property set. No need to bump portrevision as it's a build fix.
PR: ports/173712
Submitted by: Craig Leres <leres@ee.lbl.gov> (maintainer)
Feature safe: yes
|
Sun, 21 Oct 2012
|
[ 11:14 rakuco ]
- Update to 0.10.
- Convert to OptionsNG.
PR: ports/172684
Submitted by: Craig Leres <leres@ee.lbl.gov> (maintainer)
Feature safe: yes
|
Mon, 6 Aug 2012
|
[ 10:44 scheidell ]
- Fix version.sh script for arduino 1.0.1
PR: ports/170268
Submitted by: Craig Leres <leres@ee.lbl.gov> (maintainer)
|
Sat, 30 Jun 2012
|
[ 14:07 az ] (Only the first 10 of 41 ports in this commit are shown above. )
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
|
Thu, 23 Feb 2012
|
[ 14:20 scheidell ]
Add port devel/arduino-mk: Arduino from the command line
This is a makefile written by Martin Atelier that makes it possible
to build Arduino sketches with gmake. An example sketch and Makefile;
it is installed in share/examples/arduino-mk
PR: ports/156143
Submitted by: Craig Leres <leres@ee.lbl.gov> (maintainer)
Approved by: gabor (mentor, implicit)
Feature safe: yes
|
Number of commits found: 20 |