Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
25 Nov 2019 23:25:52
0.1_4

|
brooks  |
Fix build with src r354909 applied.
The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.
When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively. When declared in the environment they
become WITHOUT_<FOO>. |
28 Oct 2018 06:27:54
0.1_4

|
linimon  |
Apparently now builds on powerpc64.
PR: 232531
Submitted by: Piotr Kubaj |
22 May 2017 16:04:19
0.1_4

|
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
06 Dec 2014 22:13:43
0.1_4

|
feld  |
Update "BSD" license in graphics category |
08 Nov 2013 09:46:42
0.1_4

|
rene  |
No need to explicitly force the default value of KMODDIR since r333188 |
04 Nov 2013 00:14:08
0.1_4

|
rene  |
Explicitly set KMODDIR to /boot/modules to avoid picking up /boot/kernel
as KMODDIR from /usr/share/mk/bsd.own.mk included by the distribution
Makefile.
Submitted by: QAT |
03 Nov 2013 17:13:13
0.1_4

|
rene  |
- Convert to USES=kmod
- Support staging
- Remove indefinite article from COMMENT
- Fold 2-line pkg-plist into Makefile |
20 Sep 2013 18:35:46
0.1_4

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
20 Sep 2013 12:54:55
0.1_4

|
bdrewery  |
SSP support has been added to ports with WITH_SSP for i386 and amd64
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 (Only the first 15 lines of the commit message are shown above ) |
19 Apr 2012 22:09:36
0.1_4
|
jkim  |
- Install plasma_saver.ko under /boot/modules and remove pkg-message.
- Execute kldxref when we install or deinstall the package.
- Fix a compiler warning and remove custom CWARNFLAGS.
- Replace NOMAN with NO_MAN.
- Add LICENSE. |
19 Apr 2012 21:29:00
0.1_3
|
jkim  |
Do not round up the angle to avoid an out-of-boundary condition. |
18 Apr 2012 23:19:55
0.1_2
|
jkim  |
- Make it buildable and usable on amd64 using fixed point integer math.
- Fix build on 8.0 and later. |
17 Apr 2012 16:57:17
0.1_1
|
jgh  |
- re-order, include bsd.port.pre.mk so SRC_BASE is defined before referenced
PR: ports/165994
Submitted by: 4721@hushmail.com |
09 Jan 2012 04:01:17
0.1_1
|
eadler  |
- Remove outdated version checks
Reviewed by: nox |
03 Jul 2011 14:12:23
0.1_1
|
ohauer  |
-remove MD5 |
17 Dec 2010 03:45:29
0.1_1
|
linimon  |
Use the $SRC_BASE Makevar instead of hard-coding. |
17 Jan 2010 00:19:40
0.1_1
|
pgollucci  |
- correct pkg-message.in location
Reported by: erwin via pointyhat |
10 Jan 2010 00:36:41
0.1_1
|
pgollucci  |
SUBFILES += pkg-message
PR: ports/142544
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> |
21 Dec 2009 02:19:12
0.1_1
|
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
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. |
22 Aug 2009 00:23:13
0.1_1 
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
03 Jan 2008 19:25:15
0.1_1
|
erwin  |
Mark BROKEN on 8.0 |
07 Oct 2007 02:56:19
0.1_1
|
edwin  |
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. |
02 Oct 2007 05:09:16
0.1
|
linimon  |
Mark as broken on amd64-current. |
15 Sep 2007 00:55:38
0.1
|
beech  |
- Make fetchable
Submitted by: David Yeske <dyeske@gmail.com>
Approved by: sat (mentor) |
29 Jun 2007 09:16:42
0.1
|
linimon  |
Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.
Hat: portmgr |
26 Nov 2005 01:48:16
0.1
|
pav  |
- Add SHA256 |
10 Apr 2004 17:26:55
0.1
|
trevor  |
Tidy up whitespace. |
17 Mar 2004 18:29:46
0.1
|
trevor  |
SIZEify. |
05 Feb 2004 20:38:07
0.1
|
trevor  |
Use PLIST_FILES.
Reviewed by: marcus |
10 Jan 2004 07:18:55
0.1
|
marcus  |
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 |
03 Nov 2003 07:26:22
0.1
|
linimon  |
Reset maintainer to ports@FreeBSD.org. Requested by: kris. |
07 Mar 2003 06:04:15
0.1
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
12 Dec 2002 07:46:51
0.1
|
edwin  |
fix fetch for graphics/plasma-kmod
PR: ports/45959
Submitted by: Mark Linimon <linimon@lonesome.com> |
31 Mar 2001 04:05:27

|
will  |
Add plasma-kmod 0.1, a plasma-effect screensaver kernel module. |