From owner-freebsd-ports@FreeBSD.ORG Fri Nov 21 22:42:47 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 063AF106564A for ; Fri, 21 Nov 2008 22:42:47 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id 88C5F8FC14 for ; Fri, 21 Nov 2008 22:42:46 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so804272fgb.35 for ; Fri, 21 Nov 2008 14:42:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=08iFMywKUR4l4SDKz/A9p+JHBAcWvbVYYuioaO5MY4A=; b=MupDkFFxWH8yaa9p316mZeDgv5RWiToLmbgWaRj1uKo5ooXsRGVKBojAuzdK0C7s2E CCWAC6CJD4II1yzNJWqsg+GXTFvMu0LiYuLj6O044ZQl5Bm5kcwF4Zdird14YzeLZIIa CSJtbnWR/nw1MHP+WmCKH3dSBCdtFbYzc/Q7E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=FAhgOQk9/ghEaP7198Z4ST+yKSfnNNdzEA2cjANe0kOhAKvITY7agQbC8PgKf3+uce lTtWamDXzXqtEnpZGXPSYSbYb4AqNakrAzhfq4+q4Q5Wolc8SM4fi+3oh/M0yi+vo7Qf AySRvXz2WVRaa8L05VOt+uF+yuFnR8HlRSE+Q= Received: by 10.180.222.1 with SMTP id u1mr288459bkg.190.1227307365166; Fri, 21 Nov 2008 14:42:45 -0800 (PST) Received: by 10.181.31.13 with HTTP; Fri, 21 Nov 2008 14:42:45 -0800 (PST) Message-ID: <28283d910811211442j31913b8el7a23d381ae62dd84@mail.gmail.com> Date: Fri, 21 Nov 2008 17:42:45 -0500 From: "matt donovan" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: What if a port uses build systems not supported by ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2008 22:42:47 -0000 Since I come across a few applications that don't use imake, gmake, or a configure script. How do I make these third party build systems work for the port system. For example one port I been playing around with is jam which is used to build a certain application.