Bug 106129

Summary: [PATCH] java/jdk: [ipv6 category added]
Product: Ports & Packages Reporter: Janos Mohacsi <janos.mohacsi>
Component: Individual Port(s)Assignee: Greg Lewis <glewis>
Status: Closed FIXED    
Severity: Affects Only Me CC: glewis
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
jdk-1.4.2p8_4.patch none

Description Janos Mohacsi 2006-12-01 12:10:22 UTC
ipv6 is supported in jdk14 therefore ipv6 virtual category added.

Port maintainer (glewis@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-12-01 15:30:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glewis

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-12-08 22:36:27 UTC
glewis      2006-12-08 22:36:16 UTC

  FreeBSD ports repository

  Modified files:
    java/jdk14           Makefile 
    java/jdk14/files     patch-common::Defs-bsd.gmk 
  Added files:
    java/jdk14/files     patch-deploy::common::Defs-bsd.gmk 
                         patch-j2se::awt::fontpath.c 
  Log:
  . Replace some hardwired /usr/X11R6 instances with X11BASE. [1]
  . Small Makefile restructure to keep related variables in one place.
  . Trim the ancient bootstrapping options.
  . Add ipv6 to CATEGORIES if its enabled. [2]
  
  PR:             106129 [2]
  Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu> [2]
  Pointed out by: pointyhat (via kris) [1]
  
  Revision  Changes    Path
  1.102     +13 -12    ports/java/jdk14/Makefile
  1.9       +12 -3     ports/java/jdk14/files/patch-common::Defs-bsd.gmk
  1.3       +13 -0     ports/java/jdk14/files/patch-deploy::common::Defs-bsd.gmk (new)
  1.1       +19 -0     ports/java/jdk14/files/patch-j2se::awt::fontpath.c (new)
_______________________________________________
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 Greg Lewis freebsd_committer freebsd_triage 2006-12-08 23:23:29 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!