Commit graph

35 commits

Author SHA1 Message Date
Alexander Leidinger
23b3bc4b0d Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
    tools to strip binaries anymore, so it's not neccesary anymore to override
    STRIP and STRIP_CMD.
  - USE_LINUX_PREFIX implies NO_MTREE now.
  - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
    instead upon the native FreeBSD libraries.
  - The variable LINUX_BASE_PORT contains a string which is suitable as an
    item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
    default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
    instead of a hardcoded reference.
  - Change all ports to comply to the "new world order".
  - The Ports Collection now allows to override the default linux_base port.
    Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
    ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
    ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
  - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
    port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
    be marked as IGNORE. [1]
  - Readd USE_LINUX knobs into several ports and make several uses of a
    conditional dependency ("USE_LINUX?=") into an unconditional one
    ("USE_LINUX=") which where removed/changed by Trevor to allow the use of
    alternative linux_base ports. While this is a nice goal, the implementation
    resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
    in this commit is supposed to fix the problem while keeping the feature.
    Basicaly this includes a backout of Trevor's commit, to prevent confusion
    I mention it here explicitely.
  - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
    Chase dependencies for this.
  - Changes to make linux_devtools installable on amd64, remove some stray
    device nodes (they don't work on recent OS versions and aren't really
    needed).
  - Make linux_base-8 PREFIX clean and remove some stray device nodes.
    Additionally tell a little bit more about how to setup NIS/YP [2].
  - Update the PGSQL dependency in the linux-opengroupware port to a recent
    version (the old one isn't available anymore), I don't know if this
    works (at least it isn't more broken than before).
  - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
    ports, the former path exists already and gets populated by other
    packages too (PREFIX=LINUXPREFIX!).
  - Fix some obvious (non-linuxolator) bugs in some linux ports while being
    there.
  - Bump PORTREVISION where neccesary.

Requested by:	portmgr (linimon) [1]
Submittted by:	Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2]
Approved by:	portmgr (kris, linimon), maintainers (or maintainer timeout)
Tested on:	ports cluster (kris)
Reviewed by:	silence on emulation@
Superseedes PR:	69997

Maintainer approval from:
	chris@chrisburkert.de
	cracauer@cons.org
	des
	girgen
	jamie@bishopston.net
	mezz
	mi
	nivit@users.sf.net
        pat
	simond@irrelevant.org
	riggs@rrr.de
	Udo.Schweigert@Siemens.com
2005-06-17 22:59:29 +00:00
Trevor Johnson
e66743b7d5 Respect the user's USE_LINUX setting. 2005-03-01 21:51:48 +00:00
Greg Lewis
b3cdd06b39 . Unbreak by fixing the packing list.
Submitted by:	bento
2004-03-07 07:28:48 +00:00
Greg Lewis
93ddc2f199 . SIZEify. 2004-03-05 06:39:11 +00:00
Kris Kennaway
e7ef13105e BROKEN On alpha 5.x: Broken pkg-plist 2004-02-25 10:32:24 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Trevor Johnson
439b8a040c Use the CPIO macro defined in bsd.port.mk. 2004-01-22 12:18:43 +00:00
Trevor Johnson
fbd1108f49 Use the SORT macro from bsd.port.mk. 2004-01-22 11:06:02 +00:00
Mark Linimon
8617be91c2 Attmempt to provide a more recent URL. I could not figure out how
to genericize this thing -- the HP web site wants to "help" you to
fetch from one specific server.  Folks, that's not really the way
load-balancing is supposed to work.  In any case, the old URL is dead.
2003-11-05 18:08:53 +00:00
Edwin Groothuis
a58129d3de - ECHO -> ECHO_MSG
for some ports:
- ECHO -> ECHO_CMD
- pre-fetch -> pre-everything

PR:		ports/56800-56819
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-27 00:50:09 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Ying-Chieh Liao
6082ca2e05 find->${FIND},xargs->${XARGS}
PR:		40791
Submitted by:	Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2002-09-29 08:07:47 +00:00
David E. O'Brien
8854c53070 To ports@freebsd.org. 2002-05-08 21:18:45 +00:00
Akinori MUSHA
c982f5faf1 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.

Use command macros where appropriate.
2002-01-29 11:24:09 +00:00
David E. O'Brien
84fbdfe4cf Use USE_LINUX rather than a RUN_DEPEND.
Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2001-08-28 07:23:01 +00:00
David E. O'Brien
94fdea1b95 We need to run-depend on linux_base.
Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2001-08-27 20:47:02 +00:00
David E. O'Brien
890dcd5e3d Update to 6.4.9.005.1.
This is hairy as Compaq is now putting out dynamic binary rather than static
ones.  This makes my job harder with faking out this Linux compiler.

Submitted by:	gallatin
2001-08-20 22:10:50 +00:00
David E. O'Brien
7ba2df1fe2 Add the C++ compiler. 2001-03-30 19:44:21 +00:00
David E. O'Brien
024c78371d Bump revision. 2001-03-21 00:41:03 +00:00
David E. O'Brien
492bf2098f Sync with RELENG_4's sys/alpha/include/ansi.h 2001-03-21 00:39:55 +00:00
David E. O'Brien
fc088fded7 Format changes to reduce diff from the FreeBSD/AXP source. 2001-03-21 00:34:59 +00:00
David E. O'Brien
59aaab0372 Use cpio' over tar' in order to force ownership to a sane value.
Submitted by:	Christian Weisgerber <naddy@mips.inka.de>

Dynamically generate the PLIST so I don't have to do the version chase
on every update.
2001-03-21 00:28:37 +00:00
David E. O'Brien
30af7b687e rpm' and rpm2cpio' have been repocopied from "misc" to "archivers". 2001-03-20 20:28:14 +00:00
Mario Sergio Fujikawa Ferreira
d124027c46 typo clean up police: \s -> \t 2001-02-14 20:19:44 +00:00
David E. O'Brien
e4e109fdf7 Update to the 6.2.9.506-1 of the Compaq Alpha C compiler. 2001-02-07 20:53:43 +00:00
David E. O'Brien
bb9b725c29 Put back my editor hints that were removed w/o permission.
Note these are *FULLY* Satoshi approved for the past 4 years.
2001-02-07 14:51:16 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
David E. O'Brien
8c1558cbbc Install fixed up BSD headers that are palatable to the Compaq CC.
Make the include directory search path match what exists.
Make the lib directory search path match what exists.

Submitted by:	gallatin (partially)
2001-01-11 02:55:55 +00:00
David E. O'Brien
83c4d02d04 Make the mode of created directories sane. 2000-12-14 00:44:12 +00:00
David E. O'Brien
dc8694e540 Fix typo in kldload command.
Submitted by:	Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu>
2000-12-08 19:14:31 +00:00
David E. O'Brien
7fba1a1446 Replace pre-defined "linux" symbol with "FreeBSD". 2000-12-08 13:54:04 +00:00
David E. O'Brien
6da9f52720 * Remove the Linux -dynamic-linker specification from the `ld' execution.
Luckly our `ld' knows the name of our dynamic linker and DTRT.
* Remove the DECpaq shared libs from the standard search dir as linking
  with them gives unresolved symbols.  Thus we'll use the .a's for now.
* Add the symbols __errno_location, __ieee_get_fp_control, and
  __ieee_set_fp_control (mapped to native interfaces) to the static
  Compaq Portable Math Library.  Thus all symbols are resolved.

This allows `CC=ccc' to build fully native FreeBSD Alpha binaries.
2000-12-08 13:27:29 +00:00
David E. O'Brien
662c4d7168 Compaq Alpha Tru64 C compiler. It is a port of the same compiler that is
available on the Compaq Tru64 UNIX platform.  The compiler produces excellent
optimized code for the Alpha architecture, particularly for floating-point
intensive applications.

I was able to compile simple test programs by:
	ccc -c foo.c
	cc -o foo foo.o
2000-12-08 10:30:23 +00:00