Bug 146351 - [patch] [bsd.port.mk] Retire INSTALLS_SHLIB
Summary: [patch] [bsd.port.mk] Retire INSTALLS_SHLIB
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: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-06 09:50 UTC by Alex Kozlov
Modified: 2010-08-22 22:30 UTC (History)
0 users

See Also:


Attachments
file.diff (4.96 KB, patch)
2010-05-06 09:50 UTC, Alex Kozlov
no flags Details | Diff
patch.txt (4.93 KB, text/plain; charset=us-ascii)
2010-05-06 10:13 UTC, Alex Kozlov
no flags Details
patch.txt (648 bytes, text/plain; charset=us-ascii)
2010-08-22 22:05 UTC, Alex Kozlov
no flags Details
patch.txt (393 bytes, text/plain; charset=us-ascii)
2010-08-22 22:25 UTC, Alex Kozlov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Kozlov 2010-05-06 09:50:00 UTC
INSTALLS_SHLIB is deprecated and no one port use it anymore.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-05-06 09:50:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

bsd.port.mk is portmgr territory (via the GNATS Auto Assign Tool)
Comment 2 Alex Kozlov 2010-05-06 10:13:30 UTC
Hi

Updated version.
Comment 3 Florent Thoumie 2010-05-11 20:38:14 UTC
I'm not sure we need to check if INSTALLS_SHLIB is defined just to say
it's deprecated. It actually has been deprecated for a while and
portlint already warns that it should be replaced by USE_LDCONFIG.

The patch looks good to me otherwise.

-- 
Florent Thoumie
flz@FreeBSD.org
FreeBSD Committer
Comment 4 Alex Kozlov 2010-05-11 21:12:12 UTC
On Tue, May 11, 2010 at 08:38:14PM +0100, Florent Thoumie wrote:
> I'm not sure we need to check if INSTALLS_SHLIB is defined just to say
> it's deprecated. It actually has been deprecated for a while and
> portlint already warns that it should be replaced by USE_LDCONFIG.
I can change warning to IGNORE as I done with USE_XPM or I can delete
this check completely. What do You prefer?

Also note that pr146365 need to resolved at least partialy 
(Mk/bsd.gnustep.mk part) before this pr.


--
Adios
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-08-20 13:15:13 UTC
pav         2010-08-20 12:15:02 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.commands.mk bsd.licenses.mk 
                         bsd.port.mk 
  Log:
  - Fix plist leftovers when using LICENSE framework and having @cwd command in
    plist
  
  PR:             ports/147296
  Submitted by:   beat
  
  - Provide end-user DISABLE_LICENSES knob to disable licensing framework
  
  PR:             ports/149070
  Submitted by:   amdmi3
  
  - Include bsd.gnome.mk when INSTALLS_ICONS is defined
  
  PR:             ports/148051
  Submitted by:   amdmi3
  
  - Disable xz memory limit to fix port builds on low-memory systems
  
  PR:             ports/148250
  Submitted by:   Warren Block <wblock@wonkity.com>
  
  - Remove compatibility shim for 6.3-RELEASE and older in describe target
  
  PR:             ports/146067
  Submitted by:   Alex Kozlov <spam@rm-rf.kiev.ua>
  
  - Remove INSTALLS_SHLIB
  
  PR:             ports/146351
  Submitted by:   Alex Kozlov <spam@rm-rf.kiev.ua>
  
  - Remove last trace of APACHE_COMPAT
  
  PR:             ports/147114
  Submitted by:   pgollucci
  
  - Allow ports to override _MAKE_JOBS
  
  PR:             ports/148754
  Submitted by:   Anonymous <swell.k@gmail.com>
  
  - Fixes to comments block
  
  PR:             ports/135649, ports/148190
  Submitted by:   pgollucci, gcooper
  
  Revision  Changes    Path
  1.6       +4 -3      ports/Mk/bsd.commands.mk
  1.3       +6 -10     ports/Mk/bsd.licenses.mk
  1.644     +36 -139   ports/Mk/bsd.port.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 6 Pav Lucistnik freebsd_committer freebsd_triage 2010-08-20 13:17:01 UTC
State Changed
From-To: open->closed

Committed, thanks
Comment 7 Alex Kozlov 2010-08-22 22:05:23 UTC
Hi, Pav

I belive that flz@ is right, just a warning about INSTALLS_SHLIB
is useless. Can You please upgrade it to fatal error? Thanks.
While here, also remove trailing dot from USE_XPM IGNORE.


--
Adios
Comment 8 Pav Lucistnik freebsd_committer freebsd_triage 2010-08-22 22:08:48 UTC
Why do we need this? We terminated INSTALLS_SHLIB, I'm not adding it
back.

Alex Kozlov pí¹e v po 23. 08. 2010 v 00:05 +0300:
> Hi, Pav
> 
> I belive that flz@ is right, just a warning about INSTALLS_SHLIB
> is useless. Can You please upgrade it to fatal error? Thanks.
> While here, also remove trailing dot from USE_XPM IGNORE.
> 
> 
> --
> Adios


-- 
-- 
Pav Lucistnik <pav@oook.cz>
              <pav@FreeBSD.org>
The rule of software licences: If it doesn't fit on your screen, it's
probably too complex to understand.
Comment 9 Alex Kozlov 2010-08-22 22:25:37 UTC
On Sun, Aug 22, 2010 at 11:08:48PM +0200, Pav Lucistnik wrote:
> Alex Kozlov píše v po 23. 08. 2010 v 00:05 +0300:
> > I belive that flz@ is right, just a warning about INSTALLS_SHLIB
> > is useless. Can You please upgrade it to fatal error? Thanks.
> > While here, also remove trailing dot from USE_XPM IGNORE.
> Why do we need this? We terminated INSTALLS_SHLIB, I'm not adding it
> back.
It's protection against accidental use INSTALLS_SHLIB in the future.
If You think that this unnecessary, please remove warning completely.
You may also want to remove similar protection for USE_XPM.


--
Adios