CVS log for ports/graphics/kix-kmod/Makefile
Up to [FreeBSD] / ports / graphics / kix-kmod
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Dec 17 03:44:42 2010 UTC (13 months, 3 weeks ago) by linimon
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0, HEAD
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Use the $SRC_BASE Makevar instead of hard-coding. There is no longer any need to provide the default definition; it is in bsd.port.mk. Hat: portmgr
Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Jan 12 03:43:44 2010 UTC (2 years ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1 lines
- Chase the redirect - Mirror the distfile locally (obtained from ftp.freebsd.org)
Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jan 12 03:35:09 2010 UTC (2 years ago) by pgollucci
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1 lines
SUB_FILES += pkg-message PR: ports/142540 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Approved by: Jonathan Belson <jon@witchspace.com> (maintainer)
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Oct 7 02:56:17 2007 UTC (4 years, 4 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1 lines
Replace all INSTALL_DATA/INSTALL_SCRIPT and INSTALL_PROGRAM/STRIP= hacks to install kernel loadable modules correctly on amd64 platforms with the new INSTALL_KLD command. All PORTREVISIONS have been bumped to show when the new version of installing became available.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jun 29 09:16:37 2007 UTC (4 years, 7 months ago) by linimon
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Populate the 'kld' virtual category, for ports that install Kernel Loadable modules. Hat: portmgr
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Mar 7 17:10:46 2006 UTC (5 years, 11 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +0 -2 lines
Now fetchable again Approved by: portmgr (implicit)
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Dec 26 00:25:11 2005 UTC (6 years, 1 month ago) by edwin
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -1 lines
Broken port: graphics/kix-kmod unfetchable - Marked as BROKEN, the tarball is unfetchable since 2004. Maybe the author could avaliable the tarball again. - Added project WWW. PR: ports/90803 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Feb 25 04:29:04 2005 UTC (6 years, 11 months ago) by imp
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Use ${SRC_BASE} in preference to /usr/src, per existing ports practice, when
overriding SYSDIR.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Feb 25 03:29:18 2005 UTC (6 years, 11 months ago) by imp
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -1 lines
Since this module doesn't compile cleaning with the warnings it has requested, pass down WERROR= to keep the build from failing. Also, since the build system passes SYSDIR for non-standard kernel source locations, honor that variable when insisting that the kernel source be available.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jan 19 16:59:18 2005 UTC (7 years ago) by vs
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
Unquote IGNORE. PR: ports/76095 Submitted by: Sam Lawrance
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Feb 6 13:11:27 2004 UTC (8 years ago) by trevor
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -0 lines
Use PLIST_FILES (bento-tested, marcus-reviewed).
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jan 10 07:18:54 2004 UTC (8 years, 1 month ago) by marcus
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Substitute BROKEN with IGNORE in cases where the port requires the src tree to be present, or does not compile on certain versions of FreeBSD. This will potentially avoid needless compilations on bento, and has the added benefit of improving certain reporting tools. To most users, this change is a no-op. PR: 61090 Submitted by: linimon
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Oct 18 00:10:48 2003 UTC (8 years, 3 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -7 lines
undo yesterdays changes:
> I'm a bit confused here - where am I using the -fpic flag?
It comes from kmod.mk, I think. Anyway, it turns out this is
a bug in kmod.mk and kernel modules are not yet implemented on
amd64. The previous change should be backed out - sorry for
the misleading suggestion.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Oct 17 09:18:34 2003 UTC (8 years, 3 months ago) by edwin
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +7 -1 lines
Fix this port on the amd64 platform. (crosses fingers) Noticed on: bento Submitted by: jon@witchspace.com
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Oct 6 01:23:51 2003 UTC (8 years, 4 months ago) by edwin
Branches: MAIN
New port: kix-kmod : Syscons screen saver module A syscons module which bounces a colour-cycling line around the screen. Tested under -STABLE and 5.0-RC2 PR: ports/46766 Submitted by: Jonathan Belson <jon@witchspace.com>
