From owner-freebsd-ports@freebsd.org Sun Apr 8 16:48:13 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 386FCF8F916 for ; Sun, 8 Apr 2018 16:48:13 +0000 (UTC) (envelope-from timp87@gmail.com) Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A90BF75B11 for ; Sun, 8 Apr 2018 16:48:12 +0000 (UTC) (envelope-from timp87@gmail.com) Received: by mail-wm0-x22f.google.com with SMTP id r191so13062428wmg.4 for ; Sun, 08 Apr 2018 09:48:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=DtC30F1E47Fe49msNRdwcp566HM7aYtPSYg0lr/Qzzs=; b=p1X7YATKGzbaDEoYjDr5UOPVPeTomFF8xfIp92XkeJ6xZ4Gij8Dh/VizD/o4k7+yty 7Io4VwM7xQt/hkqEDHLtZ81bqrYLAOqc2hjjFolk74gp/aqrq0tAHus3hSy40gAKCzkg DdLDIycDitUizNfXxcVdtJ1rcY2e7ZuJK5c72qaNwtmrr/7JkloMrWwjEU7XWTFo2sYQ WrEu8O3XLCDafepvQkOwI7fj1ff822cmrCRlz8NqeqdoxlOjnb6cWaehaaEX8pa9oxqO kV9SJjMPZ11LjtRM6eYcpV5BYZqQS3VN9Vzs+1Qn7Ge4pH8BcrSTrHb5V3exUUu7JEFY STmA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=DtC30F1E47Fe49msNRdwcp566HM7aYtPSYg0lr/Qzzs=; b=O9A2rbaO4hw0eRWsM++a/l7C9yWuxtSfJBBUMcUp1NQDwn/8Frd3MjLLpgxhlofnej H/TQ/ch5gHsuae6BirpXgarHOJO8BRruzZqQTuqvxjagMKMORsVKDuRaowfSG51FxKBl H5XWtEjZFiBvhOz3eiYrgEf/Az6s6mcC4djpk619ASRhJSegvmiOTacgn7mFzvvGFGBx DmIG5fRChRD05oBTpCJ5cs1fuLIUq5L87m/vfHBZrHxhV6is5tMX2u36f6WtvxYIwZDx dgqJzIz3+Q9+lD0KHAT/YbSfuZobY6rI5xsxrlvV8qDYSBOyqYaYE6KHqBV88oCiHGWT ntlA== X-Gm-Message-State: AElRT7HJWwVRvvfuIcdTfdpX1sQZCPL6f8lGxoxyMSzmvhmFV1nKfeET U3v6JmUYOZzBB/cKN+buy5vUaiBKmYqgoBBsrSbdUA== X-Google-Smtp-Source: AIpwx4/5HvYVZIJJVOZuE32bgwe5q5Iq4ELzSUBRqS4XaOkHN8Dnz6trnqwcSBA9t7ZHJnoBQLa74TwLQh0VOElXnpA= X-Received: by 10.28.105.19 with SMTP id e19mr19369055wmc.3.1523206091528; Sun, 08 Apr 2018 09:48:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.136.15 with HTTP; Sun, 8 Apr 2018 09:48:10 -0700 (PDT) In-Reply-To: References: From: Pavel Timofeev Date: Sun, 8 Apr 2018 19:48:10 +0300 Message-ID: Subject: Re: tilix port would be great To: Kevin Oberman Cc: ports-list freebsd Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2018 16:48:13 -0000 Hi, Kevin. Thank you. I'm already maintain several ports. There are some difficulties in porting this software for me: 1. It's graphical gnome-based software. I have no experience in gnome ports. This is not the biggest problem though. 2. It's written in D. Yes, I wrote 'D'. It wants devel/dub and one of the D compilers already available in ports tree: lang/ldc or lang/dmd2. lang/dmd2 is broken under FreeBSD 12 due to inability to work with ino64. lang/ldc doesn't compile under FreeBSD 12: [131/249] cd /usr/ports/lang/ldc/work/ldc-1.7.0-src/runtime/profile-rt/d && /usr/ports/lang/ldc/work/ldc-1.7.0-src/bin/ldc2 -c --output-o -w -O3 -release -relocation-model=pic -od=/usr/ports/lang/ldc/work/ldc-1.7.0-src/runtime/objects -op ldc/profile.d FAILED: runtime/objects/ldc/profile.o cd /usr/ports/lang/ldc/work/ldc-1.7.0-src/runtime/profile-rt/d && /usr/ports/lang/ldc/work/ldc-1.7.0-src/bin/ldc2 -c --output-o -w -O3 -release -relocation-model=pic -od=/usr/ports/lang/ldc/work/ldc-1.7.0-src/runtime/objects -op ldc/profile.d [132/249] cd /usr/ports/lang/ldc/work/ldc-1.7.0-src/runtime/jit-rt/d && /usr/ports/lang/ldc/work/ldc-1.7.0-src/bin/ldc2 -c --output-o -enable-dynamic-compile -w -O3 -release -od=/usr/ports/lang/ldc/work/ldc-1.7.0-src/runtime/objects -op ldc/dynamic_compile.d FAILED: runtime/objects/ldc/dynamic_compile.o cd /usr/ports/lang/ldc/work/ldc-1.7.0-src/runtime/jit-rt/d && /usr/ports/lang/ldc/work/ldc-1.7.0-src/bin/ldc2 -c --output-o -enable-dynamic-compile -w -O3 -release -od=/usr/ports/lang/ldc/work/ldc-1.7.0-src/runtime/objects -op ldc/dynamic_compile.d ninja: build stopped: subcommand failed. 3. Also it wants gtkd. I'm not sure it's already ported to FreeBSD. So, I made a try, but couldn't even start. 2018-04-07 21:55 GMT+03:00 Kevin Oberman : > On Sat, Apr 7, 2018 at 3:43 AM, Pavel Timofeev wrote: >> >> Hello, everyone. >> >> I would like to ask if anybody interested and could make a port for >> such a great tiling terminal for Gnome3? >> https://github.com/gnunn1/tilix > > > Since I don't run Gnome3 and don't care for tiling, I'm not likely to do it, > but you might give it a shot, yourself. Most, but not all, ports are pretty > easy. The Porters Handbook is very readable and, if the port does not > require any oddball tricks, is not hard. It requires no real coding, but a > reasonable familiarity with make and shell scripting. I've done several > ports over the past two decades and am only passable in make and pretty weak > in shell. It was not a problem. > > Look closely at the sections on working with github and Gnome. github, in > particular, is weird, but not really difficult. Gnome is less weird, but has > specialized make scripts that are called with USES statements. > > If you do try it, you can generally find that others are willing to help out > while you learn the ins and outs. Since this is a Gnome port, you might find > the gnome@ mail list more useful. > -- > Kevin Oberman, Part time kid herder and retired Network Engineer > E-mail: rkoberman@gmail.com > PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 >