summaryrefslogtreecommitdiff
path: root/emulators/linux_base-debian (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Vasil Dimov2006-10-025-6150/+0
| | | | | | | | | | | | | 2006-10-01 devel/rtplib 2006-09-01 emulators/linux_base 2006-09-01 emulators/linux_base-debian 2006-09-01 emulators/linux_base-8 2006-09-01 emulators/linux_base-rh-9 2006-10-01 misc/pointless 2006-10-01 www/mediawiki14 Notes: svn path=/head/; revision=174307
* Previous commit accidentally added a duplicate deprecation block.Kris Kennaway2006-09-021-3/+0
| | | | | | | Noticed by: bsam Notes: svn path=/head/; revision=171912
* Schedule these broken ports for termination on 2006-12-01Kris Kennaway2006-09-021-0/+2
| | | | Notes: svn path=/head/; revision=171889
* Mark deprecated and set expiration time for various reasons:Alexander Leidinger2006-06-171-2/+5
| | | | | | | | | | | | - superseeded - outdated/EOL - no maintainer - bitrod While I'm here add some more conflicts. Notes: svn path=/head/; revision=165625
* Reset maintainership to ports@ after ~4 months without any response to anyAlexander Leidinger2006-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | PR. Thanks for contributing. Since the acroread7 port is a somewhat important port for our users, I will hand it over to emulation@ if no _active_ *committer* takes it before the ports freeze. While I'm here: - fix a little nit in the csound port (I think the intention was to create no backup file instead of creating one with a "-e" extension) - set ARCH to i386 in the amd64 case for the acroread7 port. This is a work-around to be able to install everything when a dependency is not already installed (ARCH is read-only in sub-makes, so the dependencies can't change it). This should be removed when the dependencies are fixed or converted to use bsd.linux-rpm.mk. [1] Not objected to by: portmgr (explicit: krion; silence: rest) Maintainer timeout: ~4 months Submitted by: Sangwoo Shim <sangwoos@gmail.com> [1] PR: 87985 [1] Notes: svn path=/head/; revision=155784
* Use distfile groups to only fetch the right file from theBill Fenner2005-12-131-4/+5
| | | | | | | | | right directory, instead of ensuring a 50% fetch failure rate. Approved by: MAINTAINER timeout Notes: svn path=/head/; revision=151068
* BROKEN: Does not build reliablyKris Kennaway2005-11-041-0/+2
| | | | Notes: svn path=/head/; revision=147174
* Remove expired linux_base-6 port.Trevor Johnson2005-06-101-1/+1
| | | | Notes: svn path=/head/; revision=137168
* Try to slightly clarify comments.Trevor Johnson2005-01-131-6/+7
| | | | Notes: svn path=/head/; revision=126293
* support Alpha AXP (untested)Trevor Johnson2005-01-135-6/+14
| | | | Notes: svn path=/head/; revision=126292
* Capitalize "Debian" and "Linux."Trevor Johnson2005-01-131-2/+2
| | | | Notes: svn path=/head/; revision=126289
* For some reason our rebuilt libc6 .deb package containing an ldconfig marked byTrevor Johnson2005-01-131-13/+6
| | | | | | | | | | | | | | brandelf was invalid ("files list file for package `libc6' contains an empty filename"), causing an installation error. Avoid the error by instead unpacking libc6 into the installation directory, then running brandelf, then configuring libc6. Note restriction due to GNU GPL. Take maintainership. Notes: svn path=/head/; revision=126288
* These ports should be using 'ARCH' rather than 'MACHINE_ARCH'.David E. O'Brien2004-12-271-2/+1
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=125290
* Update CONFLICTS.Trevor Johnson2004-12-211-1/+2
| | | | | | | | PR: 75283 Submitted by: linimon Notes: svn path=/head/; revision=124723
* Add AMD64 support.David E. O'Brien2004-12-201-11/+20
| | | | Notes: svn path=/head/; revision=124605
* This port is scheduled to be removed on 2005-02-18 if it is stillKris Kennaway2004-12-181-0/+2
| | | | | | | broken at that time, and a fix has not been submitted to GNATS. Notes: svn path=/head/; revision=124429
* BROKEN: Does not buildKris Kennaway2004-12-111-6/+2
| | | | Notes: svn path=/head/; revision=123766
* BROKEN on 5.x: Does not buildKris Kennaway2004-09-181-1/+7
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118261
* Chase Debian-package update.Volker Stolz2004-05-072-4/+4
| | | | | | | | PR: ports/66179 Submitted by: Mehmet Köse Notes: svn path=/head/; revision=108605
* Tidy up whitespace.Trevor Johnson2004-04-101-1/+1
| | | | Notes: svn path=/head/; revision=106671
* Fix CONFLICTS lines, as requested by eik then petef:Trevor Johnson2004-02-051-1/+1
| | | | | | | | | | | | | | | | | I think it's a bug that linux_base thinks it conflicts with itself. --petef The problem occurs if you do make install; make install FORCE_PKG_REGISTER=yes which is somewhat supported, although [seldom] (never?) used. --eik Also record conflicts with cle_base. Notes: svn path=/head/; revision=100091
* 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
* SIZEify.Trevor Johnson2004-01-291-0/+2
| | | | Notes: svn path=/head/; revision=99360
* Remove pre-install target running ${PKGREQ}. It's replaced by CONFLICT.Hye-Shik Chang2003-07-111-3/+0
| | | | | | | Pointed out by: kris Notes: svn path=/head/; revision=84683
* - Utilize "CONFLICTS" instead of pkg-req [1]Hye-Shik Chang2003-07-032-10/+2
| | | | | | | | | - Set maintainer to ports@FreeBSD.org Spotted by: trevor [1] Notes: svn path=/head/; revision=84144
* o Add ${LOCALBASE}/sbin to PATH on installing to provide dpkg toolsHye-Shik Chang2003-04-191-3/+3
| | | | | | | | | | | | in PATH. [1] o Add a build-depends dependency to a weird place to make BUILD_DEPENDS really work. [2] Spotted by: bento via kris [1], Vaidas Damo??evi??ius <vaidas.damosevicius@if.lt> [2] Notes: svn path=/head/; revision=79321
* Add a port for linux_base-debian 3.0.23,Hye-Shik Chang2003-04-185-0/+6138
an alternative linux emulation base of emulators/linux_base Notes: svn path=/head/; revision=79229