The NetBSD Project

CVS log for pkgsrc/devel/gputils/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / gputils

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Jan 26 05:26:24 2020 UTC (4 years, 10 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, HEAD
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
all: migrate some SourceForge homepage URLs back from https to http

https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html

In the above commit, the homepage URLs were migrated from http to https,
assuming that SourceForge would use the same host names for both http and
https connections. This assumption was wrong. Their documentation at
https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states
that the https URLs use the domain sourceforge.io instead.

To make the homepages from the above commit reachable again, pkglint has
been extended to check for reachable homepages. This check is only
enabled when the --network command line option is given.

Each of the homepages that referred to https://$project.sourceforge.net
before was migrated to https://$project.sourceforge.io (27), and if that
was not reachable, to the fallback URL http://$project.sourceforge.net
(163).

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Jan 18 23:30:29 2020 UTC (4 years, 10 months ago) by rillig
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Dec 9 21:05:32 2018 UTC (6 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -2 lines
Removed commented-out PKGREVISIONs

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Jun 25 14:01:45 2018 UTC (6 years, 5 months ago) by bouyer
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -5 lines
update gputils to 1.5.0. Changes since 1.4.2:

    Several pre-defined constant and variable in the gpasm.
    Extension of error and messg directives: These directives - inside of the parameter string - recognize and execute the #v() macro.
    New directives: __badrom, assume, elif, elifdef, elifndef
    New gplink feature: Remove the unnecessary banksel and pagesel directives.
    The errorlevel directive accept number ranges. E.g. +303-310 or -303-310
    The gpvo utility use the disassembler to decode the program memory sections.
    The gplink save the local RAM symbols to COD file.
    The ".direct" directive - inside of the parameter string - recognize and execute the #v() macro.
    The length of source file names in COD file, now 256 bytes long instead of 64 bytes. The gpvc utility thereafter also able to correctly detect the shorter names.
    The inc and lkr files are synced with MPLABX 3.35

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Sep 18 05:28:02 2016 UTC (8 years, 2 months ago) by dholland
Branches: MAIN
CVS tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3 lines
pkglint

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Sep 14 14:10:50 2016 UTC (8 years, 3 months ago) by dholland
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -1 lines
Improve input paranoia and error reporting in gplib, pursuant to the
sdcc3 build problem being discussed on tech-pkg.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Mar 15 20:39:52 2016 UTC (8 years, 9 months ago) by bouyer
Branches: MAIN
CVS tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -2 lines
Update to 1.4.2.1. Changes since 1.4.0.1:

Added support for 14 bit EX processors: PIC16F1777/8/9 PIC16F18857 PIC16F18877
More predefined constants in the gpasm.
Added the missing DEBUG config option to many processors.
Improve the check that Flex is more recent than version 2.5.4.
Let "--list-chips" adapt to available screen width.
The inc and lkr files are synced with MPLABX 3.15

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Aug 22 16:27:07 2015 UTC (9 years, 3 months ago) by bouyer
Branches: MAIN
CVS tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Update to 1.4.0-1. Changes since 1.4.0:

Extended error and warning messages.
Enabled the CONFIG directive on the 12-bit and 14-bit devices.
Enabled the IDLOCS directive on the pic18fxxx devices.
The gpasm lists the properties of the processors.
New predefined constants in the gpasm: __EEPROM_START, etc.
The gpdasm shows the names of SFRs and bits, in addition shows the labels
    in code.
The inc and lkr files are synced with MPLABX 2.20

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Mar 12 12:51:04 2015 UTC (9 years, 9 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
needs flex

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Jan 9 14:26:33 2015 UTC (9 years, 11 months ago) by joerg
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Needs bison, yacc is not enough.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Dec 30 22:19:35 2014 UTC (9 years, 11 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Update to 1.4.0

Changelog:
* Bugfixes
* Improve compatibility with other asm
* More microcontroller supports

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Jun 25 09:44:12 2013 UTC (11 years, 5 months ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -1 lines
Explicitly disable HTML doc generation, fixes PLIST errors on systems where
it is auto-detected.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Jun 11 13:02:36 2013 UTC (11 years, 6 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Update to 1.2.0

Changelog:
* Bugfixes.
* Support more chips.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Apr 6 03:45:09 2013 UTC (11 years, 8 months ago) by rodent
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Fixes:

 COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Oct 31 11:17:03 2012 UTC (12 years, 1 month ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -3 lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat May 14 20:15:28 2011 UTC (13 years, 7 months ago) by hans
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Fix INSTALLATION_DIRS assignment.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jan 29 18:02:12 2010 UTC (14 years, 10 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +9 -6 lines
DESTDIR support

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri May 2 16:03:00 2008 UTC (16 years, 7 months ago) by bouyer
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Update to 0.13.5, OK'd by dogcow@. Changes since 0.13.4:

Added support for many new processors in all families.
Added support for CONFIG directive on 18F devices.
Support for new COFF format (MPASM default) in gpvo.
Fixed bugs.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun May 13 20:47:37 2007 UTC (17 years, 7 months ago) by bouyer
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -3 lines
Update gputils to 0.13.4, OK'd by Tom Spindler.
CHANGES:
 [gputils] Updated header files and linker scripts.
 {gputils] Fixed UPPER to mask with 0xff instead of 0x3f.
 [gpasm] Mask MOVLB with 0xf instead of 0xff.
 [gpasm] Fixed default access bit for extended pic16e.
 [gpasm] Fixed 18xx config bug when config the last section.
 [gputils] Fixed bsr boundary for 18f2455/2550/4455/4550.
 [gplib] Allow forward and back slashes as directory delimiters.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Feb 22 19:26:21 2007 UTC (17 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:08:43 2006 UTC (18 years, 10 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Oct 24 08:46:06 2005 UTC (19 years, 1 month ago) by dogcow
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
Update gputils to 0.13.3, a bugfix release.
gplink is the primary file affected; see gputils-0.13.3/ChangeLog for
more details.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jun 29 09:33:26 2005 UTC (19 years, 5 months ago) by dogcow
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Update of devel/gputils to 0.13.2.

Changes between 0.11.6 and 0.13.2 (5 May 2005):
  * addition of gpstrip
  * addition of many processors
  * lots and lots of bugfixes
  * other minor features too voluminous to mention here
  * now has man pages!

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun May 22 20:07:51 2005 UTC (19 years, 6 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Jan 22 08:24:29 2004 UTC (20 years, 10 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Dec 24 09:53:48 2003 UTC (20 years, 11 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
s/@netbsd.org/@NetBSD.org/ in MAINTAINER.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Aug 3 23:54:29 2003 UTC (21 years, 4 months ago) by wulf
Branches: TNF
CVS tags: pkgsrc-base, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial commit of gputils-0.11.6, a collection of development tools for
Microchip's PIC micro-processors, replacing obsoleted package gpasm.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Aug 3 23:54:29 2003 UTC (21 years, 4 months ago) by wulf
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>