Bug 103901 - [patch] bsd.linux-rpm.mk: remove support code for old linux distros
Summary: [patch] bsd.linux-rpm.mk: remove support code for old linux distros
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-emulation (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-02 13:50 UTC by Vasil Dimov
Modified: 2006-10-04 05:44 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vasil Dimov freebsd_committer freebsd_triage 2006-10-02 13:50:21 UTC
Remove support code in bsd.linux-rpm.mk for linux_base-debian and
linux_base-8 which has been deleted.

Fix: 

-- 
Vasil Dimov
gro.DSBeerF@dv
%
Laugh at your problems: everybody else does.--FoappB5qkiUeXQR8fJ0Iwhf9YydEyr3hILNBgxu5AXHQFZtW
Content-Type: text/plain; name="bsd.linux-rpm.mk_old.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="bsd.linux-rpm.mk_old.diff"

Index: bsd.linux-rpm.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.linux-rpm.mk,v
retrieving revision 1.9
diff -u -r1.9 bsd.linux-rpm.mk
--- bsd.linux-rpm.mk	30 Jul 2006 22:34:30 -0000	1.9
+++ bsd.linux-rpm.mk	2 Oct 2006 12:44:42 -0000
@@ -109,15 +109,11 @@
 
 .    if ${USE_LINUX} == "fc4" || ${USE_LINUX:L} == "yes"
 _LINUX_BASE_SUFFIX=		fc4
-.    elif ${USE_LINUX} == "debian"
-_LINUX_BASE_SUFFIX=		debian
 .    elif ${USE_LINUX} == "fc3"
 _LINUX_BASE_SUFFIX=		fc3
-.    elif ${USE_LINUX} == "8"
-_LINUX_BASE_SUFFIX=		8
 .    else
 # other linux_base ports do not provide a pkg-plist file
-IGNORE=					uses AUTOMATIC_PLIST with an unsupported USE_LINUX, \"${USE_LINUX}\". Supported values are \"yes\", \"8\", \"debian\", \"fc3\" and \"fc4\"
+IGNORE=					uses AUTOMATIC_PLIST with an unsupported USE_LINUX, \"${USE_LINUX}\". Supported values are \"yes\", \"fc3\" and \"fc4\"
 .    endif
 
 PLIST?=					${WRKDIR}/.PLIST.linux-rpm
Comment 1 Vasil Dimov freebsd_committer freebsd_triage 2006-10-02 14:48:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->emulation

Assign to maintainers
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-10-02 15:01:25 UTC
vd          2006-10-02 14:00:46 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.linux-rpm.mk 
  Log:
  Remove support code for old linux distros
  
  PR:             ports/103901
  Submitted by:   vd
  Approved by:    netchild
  
  Revision  Changes    Path
  1.10      +2 -8      ports/Mk/bsd.linux-rpm.mk
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Vasil Dimov freebsd_committer freebsd_triage 2006-10-02 15:01:41 UTC
State Changed
From-To: open->closed

Committed