1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
Commit Graph

32 Commits

Author SHA1 Message Date
Doug Barton
2fadfa2cfb 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.
2009-12-21 02:19:12 +00:00
Erwin Lansing
fdc42a5004 Mark BROKEN on 8.x: does not build. 2009-05-27 07:17:07 +00:00
Pav Lucistnik
b2a96c6df1 - Remove conditional checks for FreeBSD 5.x and older 2009-01-06 17:59:31 +00:00
Ion-Mihai Tetcu
e56107f083 Write MASTER_STIES path right this time. 2008-03-25 09:20:31 +00:00
Ion-Mihai Tetcu
ee67ed8d76 Adjust MASTER_SITES to an other server of mine, since the old one will be gone
shortly.
2008-03-25 08:54:26 +00:00
Mario Sergio Fujikawa Ferreira
c74f714244 o Remove BROKEN, it actually does not build due to the lack of a
header file include required for __FreeBSD_version >= 700049:
  patch uppc.c accordingly
o Fix uppcsetup: kldxref(8) module directory when it is installed
o Bump PORTREVSION due to uppcsetup script change
2008-01-02 21:29:28 +00:00
Mario Sergio Fujikawa Ferreira
18b02469e6 Update MASTER_SITES 2008-01-02 01:32:44 +00:00
Edwin Groothuis
4c97fac781 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.
2007-10-07 02:56:19 +00:00
Mark Linimon
1b51a3243f Mark as broken with gcc4.2. 2007-10-01 06:04:56 +00:00
Edwin Groothuis
e141b3c45d uppc kmod installation problem on amd64
Please see a discussion thread starting with the following message:
	http://lists.freebsd.org/pipermail/freebsd-ports/2007-August/042999.html

	It seems that installation action of uppc-kmod port (do-install target)
	uses incorrect tool to put uppc.ko in its destination. It seems that the
	tool (${INSTALL_PROGRAM}) corrupts the .ko, so that it is not a valid
	kernel module anymore. If I put uppc.ko into /boot/kernel and do kldxref
	then kldxref complains about missing symbol table in uppc.ko and dumps
	core. If the module is loaded then it crashes my system.

	On the other hand, if I simply copy uppc.ko from work directory then it
	works ok.

	Essentially this is the same issue as described in the following PR only
	with another port:
	http://www.freebsd.org/cgi/query-pr.cgi?pr=100703

	Kostik Belousov confirms the issue with stripping kernel modules on amd64:
	You cannot strip kernel modules on amd64, because modules are elf object
	files, as opposed to shared objects on all other archs. Strip strips the
	object file symbol table, that is used by the static linker and in-kernel
	linker on amd64. On the other hand, shared object contains also a dynamic
	symbol table, that is not stripped and used by in-kernel linker on !amd64.

PR:		ports/115517
Submitted by:	Andriy Gapon <avg@icyb.net.ua>
2007-09-08 12:31:14 +00:00
Mark Linimon
8c91d898a6 Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.

Hat:		portmgr
2007-06-29 09:16:42 +00:00
Edwin Groothuis
e4b91ff0f7 fix breakage due to removal of bsd.port.pre.mk
Pointy hat to: gabor
Noticed by: dvl@
2007-04-19 22:33:19 +00:00
Gabor Kovesdan
c7611291ca - Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter n-p
2007-04-19 21:20:48 +00:00
Andrey Slusar
480885b1d1 Add Samsung SCH-I730 support. 2007-01-30 20:09:12 +00:00
Andrey Slusar
22417b9118 Fix build on 6-STABLE
Reported by:	pav
2007-01-24 00:40:29 +00:00
Andrey Slusar
b81a3441c9 Fix build on 7.0-CURRENT 2007-01-18 14:15:26 +00:00
Sam Lawrance
853f92c75f Up to 0.8. Tiny change to chase the renaming of ucom* to cuaU*. 2006-01-30 20:17:31 +00:00
Pav Lucistnik
056eb71013 - Add SHA256 2005-11-25 17:09:22 +00:00
Sam Lawrance
5cc74e9cd6 Drop maintainership since I no longer have a pocket pc. I'll be keeping
an eye on these, especially uppc-kmod in case anyone wants to take it over
and keep it working.
2005-10-29 04:25:00 +00:00
Sam Lawrance
8a51e28451 Set my ports to their shiny new MAINTAINER address.
Approved by:	clement (mentor)
2005-04-12 13:00:32 +00:00
Kirill Ponomarev
6b69419038 Fix MASTER_SITES.
PR:		ports/79388
Submitted by:	maintainer
Approved by:	portmgr (implicit)
2005-03-31 06:42:14 +00:00
Kris Kennaway
931eac7574 BROKEN: Unfetchable
Approved by:    portmgr (self)
2005-03-26 22:38:42 +00:00
Volker Stolz
25ac6fb5d3 Unquote IGNORE.
PR:		ports/76095
Submitted by:	Sam Lawrance
2005-01-19 16:59:18 +00:00
Kris Kennaway
2524b4b442 BROKEN on 4.x: Does not build 2004-12-11 21:48:53 +00:00
Kris Kennaway
921ae16012 Now builds on amd64
Approved by:	portmgr (self)
2004-09-27 22:58:52 +00:00
Thierry Thomas
fce1839b89 Update to 0.7 to fix build failure (deal with usbdevs changes).
PR:		ports/71634
Submitted by:	maintainer
Approved by:	portmgr (marcus)
2004-09-25 08:04:43 +00:00
Kirill Ponomarev
0f273f0177 Update to version 0.6
PR:		ports/68278
Submitted by:	maintainer
2004-06-25 07:28:27 +00:00
Kevin Lo
d58c93590e Update to 0.5 2004-03-26 03:08:09 +00:00
Trevor Johnson
4a38811bfa Add size data.
Approved by:	maintainers
2004-03-18 02:52:47 +00:00
Kirill Ponomarev
dea73af411 - Mark BROKEN on AMD64
PR:		ports/63420
Submitted by:	Hendrik Scholz <hendrik@scholz.net>
2004-02-27 09:03:42 +00:00
Joe Marcus Clarke
0ecea7d9d6 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
2004-01-10 07:18:55 +00:00
Pav Lucistnik
1bcb81b7c9 Add uppc-kmod, USB device driver for Windows CE handhelds which provides serial
tty interface.

PR:		ports/56225
Submitted by:	Sam Lawrance <boris@brooknet.com.au>

According to FreshPorts, this is our 10000th port!
2003-12-29 16:33:02 +00:00