aboutsummaryrefslogtreecommitdiff
path: root/graphics/plasma-kmod
Commit message (Collapse)AuthorAgeFilesLines
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-221-0/+2
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills Notes: svn path=/head/; revision=441468
* Update "BSD" license in graphics categoryMark Felder2014-12-061-1/+1
| | | | Notes: svn path=/head/; revision=374159
* No need to explicitly force the default value of KMODDIR since r333188Rene Ladan2013-11-081-1/+0
| | | | Notes: svn path=/head/; revision=333189
* Explicitly set KMODDIR to /boot/modules to avoid picking up /boot/kernelRene Ladan2013-11-041-0/+1
| | | | | | | | | | as KMODDIR from /usr/share/mk/bsd.own.mk included by the distribution Makefile. Submitted by: QAT Notes: svn path=/head/; revision=332657
* - Convert to USES=kmodRene Ladan2013-11-032-16/+5
| | | | | | | | | - Support staging - Remove indefinite article from COMMENT - Fold 2-line pkg-plist into Makefile Notes: svn path=/head/; revision=332629
* 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
* - Install plasma_saver.ko under /boot/modules and remove pkg-message.Jung-uk Kim2012-04-195-15/+36
| | | | | | | | | | - Execute kldxref when we install or deinstall the package. - Fix a compiler warning and remove custom CWARNFLAGS. - Replace NOMAN with NO_MAN. - Add LICENSE. Notes: svn path=/head/; revision=295130
* Do not round up the angle to avoid an out-of-boundary condition.Jung-uk Kim2012-04-192-2/+2
| | | | Notes: svn path=/head/; revision=295129
* - Make it buildable and usable on amd64 using fixed point integer math.Jung-uk Kim2012-04-183-8/+172
| | | | | | | - Fix build on 8.0 and later. Notes: svn path=/head/; revision=295073
* - re-order, include bsd.port.pre.mk so SRC_BASE is defined before referencedJason Helfman2012-04-171-9/+9
| | | | | | | | PR: ports/165994 Submitted by: 4721@hushmail.com Notes: svn path=/head/; revision=294960
* - Remove outdated version checksEitan Adler2012-01-091-2/+0
| | | | | | | Reviewed by: nox Notes: svn path=/head/; revision=288805
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* Use the $SRC_BASE Makevar instead of hard-coding.Mark Linimon2010-12-171-2/+2
| | | | Notes: svn path=/head/; revision=266468
* - correct pkg-message.in locationPhilip M. Gollucci2010-01-171-0/+0
| | | | | | | Reported by: erwin via pointyhat Notes: svn path=/head/; revision=248002
* SUBFILES += pkg-messagePhilip M. Gollucci2010-01-102-1/+2
| | | | | | | | PR: ports/142544 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Notes: svn path=/head/; revision=247504
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-3/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with G Notes: svn path=/head/; revision=240070
* Mark BROKEN on 8.0Erwin Lansing2008-01-031-0/+3
| | | | Notes: svn path=/head/; revision=204941
* 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
* Mark as broken on amd64-current.Mark Linimon2007-10-021-1/+9
| | | | Notes: svn path=/head/; revision=200593
* - Make fetchableBeech Rintoul2007-09-152-4/+2
| | | | | | | | Submitted by: David Yeske <dyeske@gmail.com> Approved by: sat (mentor) Notes: svn path=/head/; revision=199503
* 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
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | Notes: svn path=/head/; revision=149530
* Tidy up whitespace.Trevor Johnson2004-04-101-3/+3
| | | | Notes: svn path=/head/; revision=106671
* SIZEify.Trevor Johnson2004-03-171-0/+1
| | | | Notes: svn path=/head/; revision=104313
* Use PLIST_FILES.Trevor Johnson2004-02-052-1/+1
| | | | | | | Reviewed by: marcus Notes: svn path=/head/; revision=100076
* 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
* Reset maintainer to ports@FreeBSD.org. Requested by: kris.Mark Linimon2003-11-031-1/+1
| | | | Notes: svn path=/head/; revision=92931
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* fix fetch for graphics/plasma-kmodEdwin Groothuis2002-12-121-1/+1
| | | | | | | | PR: ports/45959 Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=71559
* Add plasma-kmod 0.1, a plasma-effect screensaver kernel module.Will Andrews2001-03-316-0/+42
PR: 24614 Submitted by: George Reid <greid@ukug.uk.freebsd.org> Notes: svn path=/head/; revision=40635