1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Olli Hauer
be59e9da7a - fix build on FreeBSD <= 10
- add stage support

PR:		186559 [1]
PR:		183444
Submitted by:	ohauer [1]
Approved by:	maintainer-timeout
2014-04-21 08:09:57 +00:00
Antoine Brodin
a748b27390 Mark broken: fails to build
On 8 and 9:
  [GENISO] bin/gpxe.iso
util/geniso: util/isolinux.bin not found, please install, or set ISOLINUX_BIN in arch/i386/Makefile correctly
gmake: *** [bin/gpxe.iso] Error 1

On 10 and head:
lots of
gcc: not found

Reported by:	pkg-fallout (since september 2013)
PR:		183444 (reports the brokenness to maintainer)
With hat:	portmgr
2014-02-08 09:29:17 +00:00
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +00:00
William Grzybowski
86b3871e67 net/gpxe: unbreak build
- Unbreak build [1]
- USES gmake perl5

PR:		ports/179203 [1]
Submitted by:	Gürkan Karaman <gk.freebsd googlemail.com> (maintainer)
2013-09-02 16:34:22 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Baptiste Daroussin
dba80fffe4 Remove USE_CDRTOOLS from bsd.port.mk
This macros has been useless since cdrtools-cjk port has gone.
This macros also lead to badly handled dependencies assuming that the dependency
on cdrtools was most BUILD and RUN dependency. While most of the time it is
simply a RUN dependency and sometime a build one.

While here:
- Trim some headers
- Convert some ports to optionsng
- Convert some ports to USES= gettext
2013-04-26 12:35:50 +00:00
Martin Wilke
c655dd13d1 - Broken checksum mismatch 2013-02-23 14:22:28 +00:00
Mark Linimon
9aaf147b5b Also broken on sparc64. While here, switch from NOT_FOR_ARCHS to
ONLY_FOR_ARCHS.

Hat:		portmgr
2011-12-22 11:15:30 +00:00
Mark Linimon
0c26009188 Not yet ported to powerpc.
Hat:		portmgr
Feature safe:	yes
2011-11-11 03:23:50 +00:00
Ryan Steinmetz
ca68688414 - Fix build under amd64 [1]
- Add missing USE_PERL5 to fix build
- Mark port MAKE_JOBS_SAFE

PR:		ports/160734
Submitted by:	Gürkan Karaman <gk.freebsd@googlemail.com> (maintainer) [1]
2011-09-26 01:15:34 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Erwin Lansing
69bcdf292a Mark BROKEN: does not build
Feature safe:	yes
2011-01-13 09:44:23 +00:00
Olli Hauer
d1681b68ca PR: 14471
Submitted by:  Guerkan Karaman <gk.freebsd _at_ googlemail.com>
Approved by:   glarkin (mentor)

gPXE is an open-source PXE implementation and bootloader.

Create network booting code that allows computers to load
their operating system from a network or to extend an
existing PXE implementation with support for additional
protocols, such iSCSI, HTTP, TFTP, NFS, FTP and ATA
over Ethernet.

WWW: http://etherboot.org/wiki/index.php
2010-08-12 20:20:23 +00:00