aboutsummaryrefslogtreecommitdiff
path: root/devel/linux_devtools-6
Commit message (Collapse)AuthorAgeFilesLines
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-9/+9
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Say hello to the linux mega patch, it consolidates our linux bits aAlexander Leidinger2004-12-311-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=125613
* SIZEify.Trevor Johnson2004-03-171-0/+18
| | | | Notes: svn path=/head/; revision=104313
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Add NO_LATEST_LINK to prevent link stompingKris Kennaway2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99395
* ECHO -> ECHO_MSGEdwin Groothuis2003-09-271-2/+2
| | | | | | | | | | (ECHO_CMD for deskutils/notebook) PR: ports/56767-56770,56772-56774,56776-56784 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89489
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Drop maintainership.Marcel Moolenaar2002-10-211-1/+1
| | | | Notes: svn path=/head/; revision=68527
* This installs Red Hat Linux 6.1 packages, so it should depend onAkinori MUSHA2002-09-231-1/+1
| | | | | | | | | emulators/linux_base-6 instead of emulators/linux_base. Submitted by: bento (rpm reports a package conflict) Notes: svn path=/head/; revision=67053
* Use MASTER_SITE_REDHAT_LINUX.Akinori MUSHA2002-07-251-15/+4
| | | | Notes: svn path=/head/; revision=63561
* Remove stale checksum files.Marcel Moolenaar2002-05-092-18/+0
| | | | Notes: svn path=/head/; revision=58775
* Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer ↵David W. Chapman Jr.2001-09-231-1/+0
| | | | | | | | | | | exists. PR: 30497 Submitted by: Dan Larsson Approved by: will Notes: svn path=/head/; revision=48126
* Update for the not-so-new RH distribution directory structure.Marcel Moolenaar2001-09-071-2/+2
| | | | | | | Numerous reminders by: portsurvey Notes: svn path=/head/; revision=47504
* `rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".David E. O'Brien2001-03-201-1/+1
| | | | Notes: svn path=/head/; revision=40120
* Add a .uk master site.Ben Smithurst2000-11-251-0/+1
| | | | | | | Approved by: marcel (maintainer) Notes: svn path=/head/; revision=35421
* Rename PLIST.* to pkg-plist.*.Satoshi Asami2000-10-081-1/+1
| | | | Notes: svn path=/head/; revision=33500
* The redhat 6.1 packages are under old-releases.Marcel Moolenaar2000-08-211-1/+1
| | | | Notes: svn path=/head/; revision=31836
* Fix brokenness in last commit:Marcel Moolenaar2000-08-211-1/+2
| | | | | | | | | | o Add missing fi o s/$GREP/grep/g Reported by: Siegbert Baude <siegbert.baude@gmx.de> Notes: svn path=/head/; revision=31835
* Do not rely on the linux(8) shell script. Instead, use an INSTALLSheldon Hearn2000-08-152-10/+20
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=31658
* ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.Bill Fumerola2000-05-141-1/+1
| | | | Notes: svn path=/head/; revision=28453
* > Fix: linux-2.2.5 -> linux-2.2.12R. Imura2000-05-121-1/+1
| | | | | | | Ooops, in Alpha, it is not 2.2.12, but 2.2.13. Notes: svn path=/head/; revision=28414
* Fix: linux-2.2.5 -> linux-2.2.12R. Imura2000-05-112-2/+2
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=28408
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-3/+2
| | | | Notes: svn path=/head/; revision=27452
* Add virtual category "linux" to Linux apps and support libs/utils.Satoshi Asami2000-02-281-1/+1
| | | | Notes: svn path=/head/; revision=26406
* Add BUILD_DEPENDS on rpm.Jun Kuriyama2000-02-171-0/+1
| | | | | | | Discussed with: marcel Notes: svn path=/head/; revision=25933
* Install packages with -U instead of -i. This should minimize theMarcel Moolenaar2000-01-101-1/+1
| | | | | | | | problems people have when they install the port without removing the previously installed version. Notes: svn path=/head/; revision=24621
* Upgrade to Red Hat 6.1. This port also allows installing updates.Marcel Moolenaar2000-01-056-1474/+3440
| | | | Notes: svn path=/head/; revision=24461
* Make sure an install can be restarted after a failure. While I'm here, updateMarcel Moolenaar1999-09-033-3/+4
| | | | | | | | DESCR and COMMENT so that they both contain the proper name of the port and do not contain the word `emulation'. Notes: svn path=/head/; revision=21209
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Fix the way the port figures out if linux support is present in the kernel.Marcel Moolenaar1999-08-181-7/+7
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=20777
* Create link for OSVERSION 320001 too, because the necessary kernel changeMarcel Moolenaar1999-08-111-2/+2
| | | | | | | | happened after the version bump to 320001. This makes the port work for any -stable system. Notes: svn path=/head/; revision=20652
* linux_devtools is the reincarnation of linux_devel and obsoletes bothMarcel Moolenaar1999-07-216-120/+5206
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=20296
* Add 'ONLY_FOR_ARCHS=i386' to linux_* ports.Hidetoshi Shimokawa1999-01-061-1/+3
| | | | | | | They are intended for Linux/i386 emulation and to work on i386. Notes: svn path=/head/; revision=15877
* NO_WRKDIR is evil.Satoshi Asami1998-12-011-3/+2
| | | | Notes: svn path=/head/; revision=14992
* Unbreak for ELFJustin M. Seger1998-10-131-2/+2
| | | | | | | Submitted by: asami Notes: svn path=/head/; revision=13928
* Mark BROKEN for ELF:Justin M. Seger1998-10-121-1/+3
| | | | | | | | | | | | | | ===> 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 Notes: svn path=/head/; revision=13914
* Use the MANx variables.Tim Vanderhoek1998-08-231-1/+98
| | | | | | | | | | | | | 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? Notes: svn path=/head/; revision=12727
* Smoothify style.Tim Vanderhoek1998-08-231-4/+2
| | | | Notes: svn path=/head/; revision=12726
* Use new MASTER_SITE_LOCAL variable from bsd.port.mk.Satoshi Asami1997-04-301-2/+2
| | | | Notes: svn path=/head/; revision=6369
* may as well sync this with the linux_lib portEric L. Hernes1997-04-143-5/+7
| | | | Notes: svn path=/head/; revision=6208
* Make the comments match reality. Add master site on LOCAL_PORTS. Misc.Satoshi Asami1996-11-271-6/+5
| | | | | | | cleanup. Notes: svn path=/head/; revision=4703
* new port for linux_devel, The linux cross-development stuffEric L. Hernes1996-11-264-0/+34
Notes: svn path=/head/; revision=4698