Up to [cvs.NetBSD.org] / pkgsrc / emulators / xtrs
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.28 / (download) - annotate - [select for diffs], Sat May 16 12:31:11 2020 UTC (3 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: 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,
HEAD
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
emulators/xtrs: fix SUBST block for oss Defining SUBST_FILES without a corresponding SUBST_SED makes the build fail in SUBST_NOOP_OK=no mode.
Revision 1.27 / (download) - annotate - [select for diffs], Sat Jul 4 16:18:30 2015 UTC (8 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
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,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
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,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
Remove USE_X11BASE and X11PREFIX.
Revision 1.26 / (download) - annotate - [select for diffs], Tue May 20 12:38:25 2014 UTC (9 years, 4 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.25: +8 -2
lines
Diff to previous 1.25 (colored)
Set big_endian flag for the case MACHINE_ENDIAN=big. Fixes big-endian runtime failure, PR pkg/48823. Bump PKGREVISION.
Revision 1.25 / (download) - annotate - [select for diffs], Tue May 20 12:33:18 2014 UTC (9 years, 4 months ago) by obache
Branch: MAIN
Changes since 1.24: +5 -2
lines
Diff to previous 1.24 (colored)
Pass EXTRALIBS with MAKE_FLAGS, multiple commented out lines in Makefile.local.
Revision 1.24 / (download) - annotate - [select for diffs], Tue May 20 12:26:11 2014 UTC (9 years, 4 months ago) by obache
Branch: MAIN
Changes since 1.23: +1 -2
lines
Diff to previous 1.23 (colored)
CFLAGS/LDFLAGS are already defined as good enough, so use them.
Revision 1.23 / (download) - annotate - [select for diffs], Tue May 20 11:43:02 2014 UTC (9 years, 4 months ago) by obache
Branch: MAIN
Changes since 1.22: +4 -4
lines
Diff to previous 1.22 (colored)
Change SUBST_STAGEs from post-patch to post-configure for patch maintainance easier.
Revision 1.22 / (download) - annotate - [select for diffs], Tue May 20 11:29:25 2014 UTC (9 years, 4 months ago) by obache
Branch: MAIN
Changes since 1.21: +3 -3
lines
Diff to previous 1.21 (colored)
Use ${COMPILER_RPATH_FLAG} instead of bare "-Wl,-R", and ${PKGMANDIR} instead of "man".
Revision 1.21 / (download) - annotate - [select for diffs], Thu Oct 17 08:24:06 2013 UTC (9 years, 11 months ago) by roy
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4
Changes since 1.20: +12 -5
lines
Diff to previous 1.20 (colored)
xtrs only relies on readline
Revision 1.20 / (download) - annotate - [select for diffs], Mon Jul 15 02:02:21 2013 UTC (10 years, 2 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base,
pkgsrc-2013Q3
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk".
Revision 1.19 / (download) - annotate - [select for diffs], Sat Apr 6 21:07:32 2013 UTC (10 years, 5 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Changes since 1.18: +9 -9
lines
Diff to previous 1.18 (colored)
"Each sed command should appear in an assignment of its own."
Revision 1.18 / (download) - annotate - [select for diffs], Sun Jan 13 20:54:30 2013 UTC (10 years, 8 months ago) by is
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1
Changes since 1.17: +18 -2
lines
Diff to previous 1.17 (colored)
Update to xtrs-4.9dnb1: enable sound support through OSS.
Revision 1.17 / (download) - annotate - [select for diffs], Sat Jan 12 19:07:55 2013 UTC (10 years, 8 months ago) by is
Branch: MAIN
Changes since 1.16: +2 -10
lines
Diff to previous 1.16 (colored)
Update to xtrs-4.9d, with lots of bug fixes and improvements.
Revision 1.16 / (download) - annotate - [select for diffs], Sat Jan 12 17:21:04 2013 UTC (10 years, 8 months ago) by is
Branch: MAIN
Changes since 1.15: +4 -2
lines
Diff to previous 1.15 (colored)
Actually install the provided utility disk images with the emulator, so that we can swap files back and forth with TRS/80 disk operating systems.
Revision 1.15 / (download) - annotate - [select for diffs], Sat Jan 12 16:40:49 2013 UTC (10 years, 8 months ago) by is
Branch: MAIN
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Tim Mann allegedly suggested disabling HAVE_SIGIO for hanging xtrs on Linuxes 5 years ago. I see the same problem on NetbSD-6 (at least; didn't try older) and the same cure works.
Revision 1.14 / (download) - annotate - [select for diffs], Wed Oct 3 12:55:22 2012 UTC (11 years ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.13: +1 -3
lines
Diff to previous 1.13 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.13 / (download) - annotate - [select for diffs], Wed Jul 8 16:46:14 2009 UTC (14 years, 2 months ago) by joerg
Branch: 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,
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,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.12: +8 -5
lines
Diff to previous 1.12 (colored)
user-destdir support
Revision 1.12 / (download) - annotate - [select for diffs], Wed May 20 00:58:15 2009 UTC (14 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib major change. Reported by Robert Elz in PR 41345.
Revision 1.11 / (download) - annotate - [select for diffs], Tue Feb 6 18:22:35 2007 UTC (16 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Modular Xorg support.
Revision 1.10 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:37 2006 UTC (17 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:05 2006 UTC (17 years, 7 months ago) by joerg
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.8 / (download) - annotate - [select for diffs], Sun Jan 15 18:39:45 2006 UTC (17 years, 8 months ago) by joerg
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Fix up last commit. Libraries are in ${X11BASE}/lib.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Jan 12 21:18:50 2006 UTC (17 years, 8 months ago) by joerg
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Also replace hard-wired /usr/X11R6 with ${X11BASE}.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Jul 18 00:50:21 2005 UTC (18 years, 2 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.5: +9 -1
lines
Diff to previous 1.5 (colored)
The sources assume <malloc.h> exists. Create a fake one for platforms that don't have it.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Jun 1 18:02:48 2005 UTC (18 years, 4 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:46 2005 UTC (18 years, 5 months ago) by tv
Branch: MAIN
Changes since 1.3: +1 -2
lines
Diff to previous 1.3 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Dec 3 15:14:56 2004 UTC (18 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. Suggested by Roland Illig, ok'd by various.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Oct 3 00:14:41 2004 UTC (19 years ago) by tv
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Sep 25 16:26:47 2004 UTC (19 years ago) by uebayasi
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of xtrs-4.9. xtrs is a Radio Shack TRS-80 Model I/III/4/4P emulator for Unix and the X Window System. It includes lower case, the real time clock, hi-res graphics, serial port, parallel printer, mouse, cassette, sound and music output (requires OSS), 5" and 8" floppy disk drives in single and double density, and even hard disk drives. The emulated floppy and hard disk file formats are compatible with the popular MSDOS-based emulators by Jeff Vavasour, Matthew Reed, and David Keil, and (if you choose a capable enough file format), all features of the original TRS-80 floppy disk controller are emulated. Under Linux, physical floppy disk drives are also supported. Physical cassettes can be read and written too. The user interface is a bit spartan, but it gets the job done.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Sep 25 16:26:47 2004 UTC (19 years ago) by uebayasi
Branch: MAIN
Initial revision