aboutsummaryrefslogtreecommitdiff
path: root/graphics/kix-kmod
Commit message (Collapse)AuthorAgeFilesLines
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-021-1/+0
| | | | Notes: svn path=/head/; revision=380305
* Remove all space characters from Makefile assignments.Jimmy Olgeni2014-06-081-4/+4
| | | | | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357070
* - StagifyRene Ladan2014-01-072-11/+5
| | | | | | | | | | | | | - Fix MASTER_SITES and recalculate SHA256 checksum - Pet portlint - Include bsd.port.mk once PR: ports/185373 Submitted by: rene Approved by: maintainer <jon@witchspace.com> Notes: svn path=/head/; revision=339014
* Convert to USES=kmod, which removes duplicated code and ensures that allRene Ladan2013-11-091-7/+3
| | | | | | | | | | | | | | | | required steps are followed. There are no user-visible changes. The exception is multimedia/ptx-kmod, which now installs the kernel module into /boot/modules instead of ${PREFIX}/libexec/${PORTNAME}, this was something USES=kmod cannot handle. PR: ports/183625 Submitted by: myself Approved by: portmgr (bdrewery) Exp-run by: bdrewery Notes: svn path=/head/; revision=333329
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* SSP support has been added to ports with WITH_SSP for i386 and amd64Bryan Drewery2013-09-201-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on FreeBSD 10, and amd64 on earlier versions. SSP_UNSAFE is added to disable in a port if it fails to build, but this should only be used in rare circumstances such as kernel modules. Otherwise, the port may just be failing due to lack of respecting LDFLAGS. On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in libssp_nonshared.a to address issues linking on i386 [1]. On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared to LDFLAGS on i386. This is not needed on amd64. However, several hundred ports do not currently respect LDFLAGS, so this support is disabled currently as it causes build failures if a dependency is looking for the stack_chk symbols. Many thanks to jlh@ for this as he had many years of patience in getting all of the necessary pieces [1][2] in. [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup PR: ports/138228 [2] Submitted by: jlh (bsd.ssp.mk based on) Reviewed by: bapt With hat: portmgr exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64 Notes: svn path=/head/; revision=327697
* - re-order, include bsd.port.pre.mk so SRC_BASE is defined before referencedJason Helfman2012-05-221-1/+3
| | | | | | | | | PR: ports/165994 Submitted by: 4721@hushmail.com Approved by: maintainer, jon@witchspace.com Notes: svn path=/head/; revision=297204
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* Use the $SRC_BASE Makevar instead of hard-coding. There is no longerMark Linimon2010-12-171-1/+1
| | | | | | | | | any need to provide the default definition; it is in bsd.port.mk. Hat: portmgr Notes: svn path=/head/; revision=266467
* - attempt to fix distinfo from ftp.ru.fbsd the only place the distfile now ↵Philip M. Gollucci2010-12-091-2/+1
| | | | | | | | | exists Reported by: QAT Notes: svn path=/head/; revision=265935
* - Update distinfo to reflect what actually is on the master site localPav Lucistnik2010-02-061-3/+3
| | | | Notes: svn path=/head/; revision=249344
* - Chase the redirectPhilip M. Gollucci2010-01-122-4/+5
| | | | | | | - Mirror the distfile locally (obtained from ftp.freebsd.org) Notes: svn path=/head/; revision=247675
* SUB_FILES += pkg-messagePhilip M. Gollucci2010-01-122-1/+2
| | | | | | | | | PR: ports/142540 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Approved by: Jonathan Belson <jon@witchspace.com> (maintainer) Notes: svn path=/head/; revision=247671
* Replace all INSTALL_DATA/INSTALL_SCRIPT and INSTALL_PROGRAM/STRIP=Edwin Groothuis2007-10-071-1/+2
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=201024
* Populate the 'kld' virtual category, for ports that install Kernel LoadableMark Linimon2007-06-291-1/+1
| | | | | | | | | modules. Hat: portmgr Notes: svn path=/head/; revision=194441
* Now fetchable againKris Kennaway2006-03-071-2/+0
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157015
* - SHA256ifyEdwin Groothuis2006-01-301-0/+1
| | | | | | | - remove double SIZE entry for kipi-plugins Notes: svn path=/head/; revision=154790
* Broken port: graphics/kix-kmod unfetchableEdwin Groothuis2005-12-262-3/+5
| | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=152049
* Use ${SRC_BASE} in preference to /usr/src, per existing ports practice, whenWarner Losh2005-02-251-1/+1
| | | | | | | overriding SYSDIR. Notes: svn path=/head/; revision=129721
* Since this module doesn't compile cleaning with the warnings it hasWarner Losh2005-02-251-1/+3
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=129716
* Unquote IGNORE.Volker Stolz2005-01-191-1/+1
| | | | | | | | PR: ports/76095 Submitted by: Sam Lawrance Notes: svn path=/head/; revision=126847
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Substitute BROKEN with IGNORE in cases where the port requires the src treeJoe Marcus Clarke2004-01-101-1/+1
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=97845
* undo yesterdays changes:Edwin Groothuis2003-10-181-7/+1
| | | | | | | | | | | | > 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. Notes: svn path=/head/; revision=91536
* Fix this port on the amd64 platform. (crosses fingers)Edwin Groothuis2003-10-171-1/+7
| | | | | | | | | Noticed on: bento Submitted by: jon@witchspace.com Notes: svn path=/head/; revision=91499
* New port: kix-kmod : Syscons screen saver moduleEdwin Groothuis2003-10-065-0/+44
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> Notes: svn path=/head/; revision=90341