Bug 122675 - [patch] minor fixups for bsd.port.mk
Summary: [patch] minor fixups for bsd.port.mk
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: 2008-04-12 00:50 UTC by Mark Linimon
Modified: 2008-07-21 23:48 UTC (History)
0 users

See Also:


Attachments
file.diff (1.23 KB, patch)
2008-04-12 00:50 UTC, Mark Linimon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Linimon freebsd_committer freebsd_triage 2008-04-12 00:50:01 UTC
Make the inclusion of bsd.sites.mk relative to PORTSDIR; fix up a couple
of comments.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-12 00:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

bsd.port.mk is portmgr territory (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-07-21 23:29:38 UTC
pav         2008-07-21 22:29:22 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.port.mk 
    dns/bind9-dlz        Makefile 
    mail/postfix1        Makefile 
    security/seahorse    Makefile 
  Added files:
    Mk                   bsd.ldap.mk 
  Log:
  - Separate OpenLDAP related code into bsd.ldap.mk
  - Change default OpenLDAP version to 2.4
  - Remove OpenLDAP 2.2 support, the port has been gone for some time now
  - Add -DDEPRECATED to CFLAGS for all OpenLDAP using ports
  
  PR:             ports/123602, ports/124115, ports/125605
  Submitted by:   delphij, Jens Rehsack <rehsack@web.de>,
                  Yuri Pankov <yuri.pankov@gmail.com>
  
  - Remove USE_GTK, it's no longer used
  
  PR:             ports/123528
  Submitted by:   mezz
  
  - Use PATCH_WRKSRC instead of WRKSRC in do-patch target
  
  PR:             ports/124169
  Submitted by:   Max Brazhnikov <makc@issp.ac.ru>
  
  - Remove USE_XPM, it's been replaced by USE_XORG+=xpm
  
  PR:             ports/124506
  Submitted by:   Alex Kozlov <spam@rm-rf.kiev.ua>
  
  - Minor fixups for bsd.port.mk
  
  PR:             ports/122675
  Submitted by:   linimon
  
  - Remove stale comment about USE_GETOPT_LONG
  
  PR:             ports/124521
  Submitted by:   Alex Kozlov <spam@rm-rf.kiev.ua>
  
  - Correct comment about default fetch arguments
  
  PR:             ports/125334
  Submitted by:   Gary Palmer <freebsd-gnats@in-addr.com>
  
  Revision  Changes    Path
  1.1       +95 -0     ports/Mk/bsd.ldap.mk (new)
  1.598     +15 -39    ports/Mk/bsd.port.mk
  1.46      +1 -1      ports/dns/bind9-dlz/Makefile
  1.93      +0 -3      ports/mail/postfix1/Makefile
  1.71      +0 -3      ports/security/seahorse/Makefile
_______________________________________________
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 Pav Lucistnik freebsd_committer freebsd_triage 2008-07-21 23:48:20 UTC
State Changed
From-To: open->closed

Committed, thanks!