The NetBSD Project

CVS log for pkgsrc/x11/xdm3d/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / x11 / xdm3d

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.30 / (download) - annotate - [select for diffs], Sun Nov 3 09:14:19 2019 UTC (4 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: 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, pkgsrc-2019Q4-base, pkgsrc-2019Q4, HEAD
Changes since 1.29: +6 -6 lines
Diff to previous 1.29 (colored) to selected 1.19 (colored)

x11: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.29 / (download) - annotate - [select for diffs], Wed Oct 14 20:17:28 2015 UTC (8 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: 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
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored) to selected 1.19 (colored)

Switch from x11/Xaw3d to newer x11/libXaw3d.

Adapt some packages so they build with that.
Bump their PKGREVISIONs.

Revision 1.28 / (download) - annotate - [select for diffs], Sun Jun 16 17:32:06 2013 UTC (10 years, 9 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, 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, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.27: +6 -2 lines
Diff to previous 1.27 (colored) to selected 1.19 (colored)

Add a distfile patch kit to mop up legacy C. Will hopefully fix the
clang build. PKGREVISION -> 6.

Caution: while it builds, it does not build cleanly -- adding function
prototypes turned up some systemic issues.

If anyone uses this package it would be helpful to try building it
with -Wall and look in to how to fix things properly.

Revision 1.27 / (download) - annotate - [select for diffs], Mon Oct 29 05:07:01 2012 UTC (11 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.26: +1 -3 lines
Diff to previous 1.26 (colored) to selected 1.19 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.26 / (download) - annotate - [select for diffs], Sat Jun 16 04:30:22 2012 UTC (11 years, 9 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored) to selected 1.19 (colored)

Fix typo I noticed while wrangling pkglint.

Revision 1.25 / (download) - annotate - [select for diffs], Sun Jan 8 00:33:34 2012 UTC (12 years, 2 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored) to selected 1.19 (colored)

This file has a backslash-escaped trailing space after the login
prompt string, which I assume is there on purpose. Unfortunately, it
seems that when run through modern gcc's cpp, as at least Dragonfly's
current X resources processing pipeline apparently does, cpp treats
this as backslash-newline and splices on the next line, which causes
everything to go wahooni-shaped.

As a hack/workaround, insert a blank line after this line, so if the
next line does get spliced on it won't break things.

Reported by Artem Falcon.

Revision 1.24 / (download) - annotate - [select for diffs], Tue Dec 20 05:00:58 2011 UTC (12 years, 3 months ago) by dholland
Branch: MAIN
Changes since 1.23: +2 -3 lines
Diff to previous 1.23 (colored) to selected 1.19 (colored)

This does not need libXp. PKGREVISION -> 4

Revision 1.23 / (download) - annotate - [select for diffs], Tue Dec 13 04:40:30 2011 UTC (12 years, 3 months ago) by dholland
Branch: MAIN
Changes since 1.22: +2 -1 lines
Diff to previous 1.22 (colored) to selected 1.19 (colored)

Disabling 'Secure' RPC via IMAKEOPTS isn't sufficient -- I thought it
worked at the time, but now it doesn't. Add a BUILDLINK_TRANSFORM hack
as well, and now this package builds.

(I also just fixed NetBSD HEAD's imake to stop claiming 'Secure' RPC is
supported.)

Revision 1.22 / (download) - annotate - [select for diffs], Thu Sep 29 09:10:42 2011 UTC (12 years, 6 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.21: +11 -2 lines
Diff to previous 1.21 (colored) to selected 1.19 (colored)

Override bad imake settings on NetBSD:
   - HasSecureRPC is incorrectly set to YES by native X; set to NO.
   - HasSetUserContext defaults to NO in both native and pkgsrc X;
     set to YES.

While here fix missing <pwd.h> that was causing link-time warnings,
so bump PKGREVISION to 3.

Revision 1.21 / (download) - annotate - [select for diffs], Mon Feb 9 16:28:44 2009 UTC (15 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: 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, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored) to selected 1.19 (colored)

Needs libXp nowadays.

Revision 1.20 / (download) - annotate - [select for diffs], Mon Nov 10 17:21:39 2008 UTC (15 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.

Revision 1.19 / (download) - annotate - [selected], Sat Jan 19 09:16:26 2008 UTC (16 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Reset maintainer on his request.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Dec 20 11:56:45 2007 UTC (16 years, 3 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.17: +30 -19 lines
Diff to previous 1.17 (colored) to selected 1.19 (colored)

* Add missing DEPENDs
* install 'chooser' more conditionally
* DESTDIR ready

Revision 1.17 / (download) - annotate - [select for diffs], Thu Feb 22 19:01:28 2007 UTC (17 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.19 (colored)

pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Jan 31 00:04:13 2007 UTC (17 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.19 (colored)

Mark as BROKEN_IN pkgsrc-2006Q4, based on
ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html
(latest 3.1/i386 bulk build of 2006Q4).

Feel free to fix them...

Revision 1.15 / (download) - annotate - [select for diffs], Thu May 18 20:30:02 2006 UTC (17 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.14: +3 -1 lines
Diff to previous 1.14 (colored) to selected 1.19 (colored)

Mark as BROKEN_IN pkgsrc-2006Q1 according to
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html

Revision 1.14 / (download) - annotate - [select for diffs], Sun Feb 5 23:11:46 2006 UTC (18 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored) to selected 1.19 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.13 / (download) - annotate - [select for diffs], Wed Dec 28 17:51:58 2005 UTC (18 years, 3 months ago) by garbled
Branch: MAIN
Changes since 1.12: +24 -16 lines
Diff to previous 1.12 (colored) to selected 1.19 (colored)

Newer versions of NetBSD (and possibly other OS's) install xdm into
/etc/X11/xdm instead of the old location.  Add some logic to the makefile
to figure this out and DTRT.  Remove broken flag.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Dec 26 23:39:35 2005 UTC (18 years, 3 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.11: +4 -1 lines
Diff to previous 1.11 (colored) to selected 1.19 (colored)

Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386
3.0. If one of these is important to you, please fix it in time
for pkgsrc-2006Q1, or it may be removed.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Jun 17 03:50:45 2005 UTC (18 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored) to selected 1.19 (colored)

Create directories before installing files into them.

Revision 1.10 / (download) - annotate - [select for diffs], Sun May 23 15:09:06 2004 UTC (19 years, 10 months ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored) to selected 1.19 (colored)

Use option "-r" instead of "-e" for the '[' command since this is not
portable to some operating systems (eg UnixWare or IRIX 5).

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jan 20 12:28:28 2004 UTC (20 years, 2 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) to selected 1.19 (colored)

Move WRKSRC definition away from the first paragraph in a Makefile.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Mar 29 12:43:12 2003 UTC (21 years ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) to selected 1.19 (colored)

Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Feb 25 04:18:28 2001 UTC (23 years, 1 month ago) by hubertf
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6-1-base, netbsd-1-6-1, netbsd-1-6, netbsd-1-5-PATCH003, netbsd-1-5-PATCH001, buildlink2-base, buildlink2
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored) to selected 1.19 (colored)

Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this

Revision 1.6 / (download) - annotate - [select for diffs], Sat Feb 17 17:07:04 2001 UTC (23 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored) to selected 1.19 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Feb 5 16:12:18 2000 UTC (24 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) to selected 1.19 (colored)

chmod -> ${CHMOD}

Revision 1.4 / (download) - annotate - [select for diffs], Tue Sep 8 15:51:23 1998 UTC (25 years, 6 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE, netbsd-1-4-PATCH001, netbsd-1-3-PATCH003, comdex-fall-1999
Changes since 1.3: +11 -3 lines
Diff to previous 1.3 (colored) to selected 1.19 (colored)

Make the PLIST correctly.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Aug 27 14:25:26 1998 UTC (25 years, 7 months ago) by garbled
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.19 (colored)

MASTER_SITE was pointing at my old web address.  Now that the account has
gone <poof> I've changed the makefile to MASTER_SITE_LOCAL

Revision 1.2 / (download) - annotate - [select for diffs], Wed Aug 26 16:50:56 1998 UTC (25 years, 7 months ago) by tsarna
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored) to selected 1.19 (colored)

Automatically append HOMEPAge to DESCR files, and remove homepage URLs
from individual DESCR files that had them.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Aug 19 21:13:18 1998 UTC (25 years, 7 months ago) by tron
Branch: MAIN
Diff to selected 1.19 (colored)

New "xdm3d" package created by Tim Rightnour:
a replacement for xdm with 3D effects

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>