non port: devel/simavr/Makefile |
SVNWeb
|
Number of commits found: 19 |
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, 3 Aug 2022
|
[ 09:01 Felix Palmen (zirias) ] 0ac86ec (Only the first 10 of 12 ports in this commit are shown above. )
maintainer: Update to FreeBSD address
Change all MAINTAINER entries with <felix@palmen-it.de> to
<zirias@FreeBSD.org>.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36029
|
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 )
|
Wed, 23 Feb 2022
|
[ 06:51 Tobias C. Berner (tcberner) Author: Felix Palmen ] 7348d90
devel/simavr: Skip building docs
texlive upgrade to 20210325 broke the build of the simavr manual. As
upstream dist conatins the pre-built pdf files, just install them
instead.
PR: 262119
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
|
Wed, 7 Apr 2021
|
[ 17:03 Neel Chauhan (nc) ] fb112c1
devel/simavr: update to 1.7
PR: 254761
Submitted by: Felix Palmen <felix AT palmen-it DOT de> (maintainer)
|
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, 3 Dec 2020
|
[ 20:22 danilo ]
devel/isl: Update to 0.23
PR: 251432
|
Mon, 25 May 2020
|
[ 09:50 pkubaj ]
devel/simavr: bump PORTREVISION
Looks like my patch not only fixed build, but only runtime with clang, error
without it:
$ simavr -m fffffffffffffffffffffff
avr_make_mcu_by_name: AVR 'fffffffffffffffffffffff' not known
simavr: AVR 'fffffffffffffffffffffff' not known
$ simavr -m ffffffffffffffffffffffff
[1] 6849 segmentation fault simavr -m ffffffffffffffffffffffff
PR: 246719
Submitted by: felix@palmen-it.de (maintainer)
|
Tue, 21 Apr 2020
|
[ 16:57 pkubaj ]
devel/simavr: fix build on GCC architectures
Use newer GCC:
cc1: error: unrecognized command line option "-Wno-unused-result"
|
Fri, 17 Apr 2020
|
[ 19:34 tcberner ]
devel/simavr: update to 1.6
PR: 245678
Submitted by: Felix Palmen <felix@palmen-it.de> (maintainer)
|
Fri, 8 Nov 2019
|
[ 11:39 tobik ] (Only the first 10 of 109 ports in this commit are shown above. )
devel: Add missing USES={gl,gnome,php,sdl}
|
Mon, 4 Nov 2019
|
[ 22:20 zeising ] (Only the first 10 of 102 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories d
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'd'.
|
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).
|
Wed, 10 Jan 2018
|
[ 15:08 danfe ] (Only the first 10 of 22 ports in this commit are shown above. )
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files which are not actually manual pages.
|
Fri, 21 Oct 2016
|
[ 15:21 mat ] (Only the first 10 of 354 ports in this commit are shown above. )
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
|
Thu, 12 May 2016
|
[ 13:13 mat ] (Only the first 10 of 16 ports in this commit are shown above. )
Cleanup github bits.
Sponsored by: Absolight
|
Wed, 6 Apr 2016
|
[ 16:09 pi ]
New port: devel/simavr
This is a port of simavr, an AVR simulator using avr-gcc's register
definitions.
WWW: https://github.com/buserror/simavr
PR: 208475
Submitted by: Felix Palmen <felix@palmen-it.de>
|
Number of commits found: 19 |