Commit graph

55 commits

Author SHA1 Message Date
Alexander Leidinger
88897e70c3 - NO_LATEST_LINK [1]
- portlint

Suggested by:	kris (scripted mail) [1]
2005-07-23 09:57:31 +00:00
Kris Kennaway
0d8f47d8f7 This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
2005-07-23 02:53:43 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Kris Kennaway
5af03494ba BROKEN: Incomplete pkg-plist
Approved by:    portmgr (self)
2005-03-27 01:51:49 +00:00
Trevor Johnson
d5b7d0ec10 The linux_devtools-7 port includes binaries which are licenced under
the GNU General Public License.  The following is the portion of
the license which grants permission to distribute these in binary
form:

	  3. You may copy and distribute the Program (or a work based on
	it, under Section 2) in object code or executable form under the
	terms of Sections 1 and 2 above provided that you also do one of
	the following:

	    a) Accompany it with the complete corresponding
	    machine-readable source code, which must be distributed under
	    the terms of Sections 1 and 2 above on a medium customarily
	    used for software interchange; or,

	    b) Accompany it with a written offer, valid for at least
	    three years, to give any third party, for a charge no more
	    than your cost of physically performing source distribution,
	    a complete machine-readable copy of the corresponding source
	    code, to be distributed under the terms of Sections 1 and 2
	    above on a medium customarily used for software interchange;
	    or,

	    c) Accompany it with the information you received as to the
	    offer to distribute corresponding source code.  (This
	    alternative is allowed only for noncommercial distribution
	    and only if you received the program in object code or
	    executable form with such an offer, in accord with Subsection
	    b above.)

[...]

	If distribution of executable or object code is made by offering
	access to copy from a designated place, then offering equivalent
	access to copy the source code from the same place counts as
	distribution of the source code, even though third parties are
	not compelled to copy the source along with the object code.

Since this port does not satisfy these conditions the license does
not give us permission to distribute the binaries.

I brought up this issue with portmgr but after 73 days I have seen
no response.
2005-03-15 04:43:31 +00:00
Alexander Leidinger
64cf27c85d Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.

It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).

This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).

Changes:
 - change the default linux_base from v7 to v8
 - add a newer freetype to linux_base-8 for nicer fonts display [1]
 - don't let cpio use hardlinks in the linux_base-8 port to quiet some
   warnings in some cases [2]
 - fix a cut&past error in the linux_base-8 pkg-install script [3]
 - convert the binary knob "USE_LINUX" to a version specifier, e.g.
   USE_LINUX=<value> specifies a dependency upon
   emulators/linux_base-<value>, exceptions are a value of "7" (which
   does what you want and adds a dependency to linux_base) and any
   value without a corresponding port in
   PORTSDIR/emulators/linux_base-<value> (which adds a dependency to
   the default linux_base)
 - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob,
   this allows us to use the USE_LINUX_PREFIX knob for linux_base and
   paves the way for splitting up future linux base ports into
   individual pieces
 - remove RESTRICTED from some GPL licensed ports, even when we only
   distribute binaries, we get them from official linux sites, so
   anyone can grab them there if he needs to
 - add a dependency upon the linux X11 bits where necessary (based upon
   guesswork)
 - don't use USE_X_PREFIX in some linux ports since it adds a dependency
   to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean
   solution would be to remove the implicit USE_XLIB from USE_X_PREFIX)
 - bump the portrevision of the linux ports ("better safe than sorry"
   algorithm)
 - pass maintainership of the important linux infrastructure to a
   mailinglist, hijack freebsd-emulation@ for this purpose (if somebody
   doesn't like this: tell us your bikeshed color at freebsd-emulation@,
   my color would be "linuxolator@" in case someone cares...)
 - add a pkg-install script for linux-fontconfig, but don't use it;
   everything should work without it (the FreeBSD fc-cache program should
   do all the work), but in case we need it we just need to decomment the
   pkg-install part in the Makefile
 - fix some dependencies
 - fix some bugs
 - add some static plists
 - unbreak the ports with dependecies to more than one linux_base

This also fixes some ports which are marked BROKEN because of dependencies
to v7 and v8 of linux_base at the same time.

Known bugs:
 - the linux-mesa and linux-devtools ports install libGL*.so symlinks
 - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by
   the linux X11 port, so linx_Base-8 moans at deinstall time)

Future work (interested souls should coordinate with freebsd-emulation@):
 - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies,
   or modify the behavior of USE_XLIB in the USE_LINUX case
   AFAIK trevor has some patches.
 - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of
   the PREFIX?= workaround in some linux ports
   Should be discussed/coordinated on/with x11@.
 - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/
 - update to a more recent linux base

PR:			69997, 70539 (and maybe others)
Discussed with/on:	java@, x11@, trevor, portmgr
Tested by:		mezz, portmgr, pointyhat
RPM hunted down by:	Joseph Gelinas <scirocco@tasam.com> [1]
Requested by:		portmgr [2]
Submitted by:		kris [3]
Approved by:		portmgr
2004-12-31 18:24:10 +00:00
FUJISHIMA Satsuki
4186e57c22 unbreak on pointyhat: move rpm from EXTRACT_DEPENDS to BUILD_DEPENDS.
Since this port set EXTRACT_ONLY empty, EXTRACT_DEPENDS does not make sense.

Approved by:	portmgr (kris)
2004-10-06 18:30:34 +00:00
Kris Kennaway
315c651e0b BROKEN: Missing dependency 2004-08-17 03:53:52 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +00:00
Trevor Johnson
7fa04287ee Fix "make describe", which omitted the PORTREVISION.
Noticed by:	Rudolf Cejka
2004-02-06 17:10:21 +00:00
Trevor Johnson
0cf82b664e For i386, make fetchable and increment PORTREVISION.
Advisories are at <URL:https://rhn.redhat.com/errata/RHSA-2003-286.html>
and <URL:https://rhn.redhat.com/errata/RHSA-2003-325.html>.

Hewlett-Packard has not issued updates for Red Hat 7.2/Alpha.

PR:		62380
Submitted by:   Rudolf Cejka of FIT, Brno University of Technology
2004-02-05 13:39:55 +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
f3968bc45b According to fenner's survey, 6 of 11 files were fetchable, because
outdated files were removed from the FTP sites.  Use newest
XFree86-devel and glibc-devel on both Alpha and i386; newest
kernel-source and libstdc++-devel on Alpha; and newest cpp, gcc,
gcc-c++, gcc-g77 and libstdc++-devel on i386.

Generate packing list from a fake installation.  Note GNU GPL
restriction.  Speed up fetching of updates for the Alpha.  Take
maintainership.

Approved by:	portmgr
2003-11-25 18:14:17 +00:00
Edwin Groothuis
b705cbc95c ECHO -> ECHO_MSG
(ECHO_CMD for deskutils/notebook)

PR:		ports/56767-56770,56772-56774,56776-56784
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-27 00:23:56 +00:00
Akinori MUSHA
7cc1393a93 De-pkg-comment. 2003-02-20 17:07:10 +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
Marcel Moolenaar
de3f6aa4e0 Drop maintainership. 2002-10-21 18:07:50 +00:00
Marcel Moolenaar
73b1acd5e8 s/kernel-headers-2.4.9-31.i386.rpm/kernel-headers-2.4.9-34.i386.rpm/
It is assumed (hence not tested) that the list of files provided by
the package is unchanged.

Reminded by: portsurvey
2002-10-21 18:05:38 +00:00
Akinori MUSHA
e24c539e8e Use MASTER_SITE_REDHAT_LINUX. 2002-07-25 18:55:23 +00:00
David E. O'Brien
61378a37df Explict dependancy on version 7 of linux_base is not needed anymore.
The linux_base port is now at RH version 7.
2002-05-28 03:22:32 +00:00
Marcel Moolenaar
7181876207 o Update to be based on RedHat 7.1 packages after a repocopy,
o  Conform to the preferred way to name checksum files.
2002-05-09 00:53:03 +00:00
David W. Chapman Jr.
479a523af4 Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer exists.
PR:		30497
Submitted by:	Dan Larsson
Approved by:	will
2001-09-23 19:50:42 +00:00
Marcel Moolenaar
78462c178d Update for the not-so-new RH distribution directory structure.
Numerous reminders by: portsurvey
2001-09-07 18:27:44 +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
Ben Smithurst
de2b7db731 Add a .uk master site.
Approved by:	marcel (maintainer)
2000-11-25 21:35:40 +00:00
Satoshi Asami
346e99f781 Rename PLIST.* to pkg-plist.*. 2000-10-08 00:32:32 +00:00
Marcel Moolenaar
28d23b9b46 The redhat 6.1 packages are under old-releases. 2000-08-21 23:25:30 +00:00
Marcel Moolenaar
23121be8c6 Fix brokenness in last commit:
o  Add missing fi
o  s/$GREP/grep/g

Reported by: Siegbert Baude <siegbert.baude@gmx.de>
2000-08-21 23:20:05 +00:00
Sheldon Hearn
4e28d4de05 Do not rely on the linux(8) shell script. Instead, use an INSTALL
script so that the behaviour of a package installation matches
that of a port installation identically.

Note that, in the package case, we already have a valid run-time
linker hints file for Linux.
2000-08-15 10:22:36 +00:00
Bill Fumerola
ccf4c430e0 ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go. 2000-05-14 05:40:52 +00:00
R. Imura
77d7f65552 > Fix: linux-2.2.5 -> linux-2.2.12
Ooops, in Alpha, it is not 2.2.12, but 2.2.13.
2000-05-12 14:51:35 +00:00
R. Imura
f5e5e26054 Fix: linux-2.2.5 -> linux-2.2.12
Submitted by:	bento (linux-lesstif-ns part)

/usr/include/bits/errno.h:25: linux/errno.h: No such file or directory
make: *** [DebugUtil.lo] Error 1
*** Error code 2
2000-05-11 16:29:02 +00:00
Michael Haro
ed33fb7de0 PORTNAME/PORTVERSION update 2000-04-11 21:30:15 +00:00
Satoshi Asami
b2fc2bafbb Add virtual category "linux" to Linux apps and support libs/utils. 2000-02-28 08:34:04 +00:00
Jun Kuriyama
f14a1cf93b Add BUILD_DEPENDS on rpm.
Discussed with:	marcel
2000-02-17 13:08:16 +00:00
Marcel Moolenaar
4443946f48 Install packages with -U instead of -i. This should minimize the
problems people have when they install the port without removing
the previously installed version.
2000-01-10 13:04:34 +00:00
Marcel Moolenaar
6242f3e584 Upgrade to Red Hat 6.1. This port also allows installing updates. 2000-01-05 23:31:57 +00:00
Marcel Moolenaar
e5c0d0cef0 Make sure an install can be restarted after a failure. While I'm here, update
DESCR and COMMENT so that they both contain the proper name of the port and
do not contain the word `emulation'.
1999-09-03 07:52:51 +00:00
David E. O'Brien
9a9ac6ba9d Change Id->FreeBSD. 1999-08-25 05:57:29 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Marcel Moolenaar
64354154c2 Fix the way the port figures out if linux support is present in the kernel.
It now also works when the linuxulator is compiled into the kernel (using
options COMPAT_LINUX). Due to my misunderstanding, PR/12918 has been closed
for the wrong reasons. My apologies to the originator.

PR: 12918
Originator: Dean Lombardo <dlombardo@excite.com>
1999-08-18 12:49:53 +00:00
Marcel Moolenaar
fa4f72cd43 Create link for OSVERSION 320001 too, because the necessary kernel change
happened after the version bump to 320001. This makes the port work for
any -stable system.
1999-08-11 18:46:08 +00:00
Marcel Moolenaar
1756707292 linux_devtools is the reincarnation of linux_devel and obsoletes both
linux_devel and linux-devel. Both will be removed from the ports collection
at the proper time.

linux_devtools uses Red Hat 5.2 packages to install a basic development
environment. There's no functional difference between linux-devel and
linux_devtools. The name of the latter is preferred over the name of the
former.

This port is repository copied from linux_devel.

New name by: obrien
Reviewed by: hoek
Supervised by: asami
1999-07-21 11:16:13 +00:00
Hidetoshi Shimokawa
9066a27456 Add 'ONLY_FOR_ARCHS=i386' to linux_* ports.
They are intended for Linux/i386 emulation and to work on i386.
1999-01-06 04:27:56 +00:00
Satoshi Asami
0f17471f20 NO_WRKDIR is evil. 1998-12-01 09:16:45 +00:00
Justin M. Seger
9ceb820ef6 Unbreak for ELF
Submitted by:	asami
1998-10-13 02:20:19 +00:00
Justin M. Seger
4d7dcfaebe Mark BROKEN for ELF:
===>  Building package for linux_devel-0.2
Creating package /usr/ports/packages/All/linux_devel-0.2.tgz
Registering depends: linux_lib-2.5.
Creating gzip'd tar ball in '/usr/ports/packages/All/linux_devel-0.2.tgz'
tar: can't add file usr/lib/libfbm.so.1 : No such file or directory
tar: can't add file usr/lib/libjpeg.so.1 : No such file or directory
tar: can't add file usr/lib/libtiff.so.1 : No such file or directory
/usr/sbin/pkg_create: tar command failed with code 256
1998-10-12 18:53:09 +00:00
Tim Vanderhoek
5b729e5316 Use the MANx variables.
For the record, pkg_delete also gave me the following errors:

: cannot delete specified file `/a/tmp/hoek/usr/i486-linuxaout/lib/ldscripts - it is a directory!
: cannot delete specified file `/a/tmp/hoek/usr/include/linux' - it is a directory!
: cannot delete specified file `/a/tmp/hoek/usr/include/asm' - it is a directory!

There wouldn't happen to be a problem with pkg/PLIST, would there?
1998-08-23 01:50:27 +00:00