From owner-freebsd-ports Fri Sep 21 18:25:18 2001 Delivered-To: freebsd-ports@freebsd.org Received: from avocet.mail.pas.earthlink.net (avocet.mail.pas.earthlink.net [207.217.121.50]) by hub.freebsd.org (Postfix) with ESMTP id 1911537B419 for ; Fri, 21 Sep 2001 18:25:14 -0700 (PDT) Received: from sdn-ar-007dcwashp296.dialsprint.net ([63.178.90.162] helo=moo.holy.cow) by avocet.mail.pas.earthlink.net with esmtp (Exim 3.32 #2) id 15kbXc-0004Bo-00 for freebsd-ports@freebsd.org; Fri, 21 Sep 2001 18:25:13 -0700 Received: by moo.holy.cow (Postfix, from userid 1001) id A0AFA50BAA; Fri, 21 Sep 2001 21:25:27 -0400 (EDT) Date: Fri, 21 Sep 2001 21:25:27 -0400 From: parv To: f-ports Subject: package problem w/ sawfish Message-ID: <20010921212527.A19766@moo.holy.cow> Mail-Followup-To: f-ports Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org before i contemplate to file a pr, i want to confirm if it's worth the effort. following are the changes made to the Makefile; as it stands one get the impression that there shouldn't be any further user intervention. --- Makefile--old Tue Aug 28 12:48:30 2001 +++ Makefile Fri Sep 21 21:13:57 2001 @@ -23,7 +23,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_IMLIB= yes -WANT_GNOME= yes +#WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-readline \ --localstatedir=${PREFIX}/share \ @@ -33,16 +33,16 @@ .include -.if defined(HAVE_GNOME) -USE_GNOME= yes -CONFIGURE_ARGS+=--enable-capplet -PLIST_SUB+= GNOME:="" -.else +#.if defined(HAVE_GNOME) +#USE_GNOME= yes +#CONFIGURE_ARGS+=--enable-capplet +#PLIST_SUB+= GNOME:="" +#.else CONFIGURE_ARGS+=--disable-capplet \ --disable-gnome-widgets \ --without-gdk-pixbuf PLIST_SUB+= GNOME:="@comment " -.endif +#.endif pre-patch: @${PERL} -pi -e 's^-l(pthread|c_r)^${PTHREAD_LIBS}^g ; \ ...given the above changes, should i file a pr or is the package problem expected? i assumed that CONFIGURE_ARGS & PLIST_SUB variables would have taken care of the packaging list. thanks much. here is the error message... ===> Building package for sawfish-1.0_1 Creating package /source/ports/x11-wm/sawfish/sawfish-1.0_1.tgz Registering depends: XFree86-libraries-4.1.0 imlib-1.9.11 rep-gtk-0.15_1 gtk-1.2.10_2 glib-1.2.10_4 librep-0.14 imake-4.1.0 libungif-4.1.0b1 tiff-3.5.5 gdbm-1.8.0 freetype2-2.0.4 pkgconfig-0.8.0 png-1.2.0 gettext-0.10.35 jpeg-6b. Creating gzip'd tar ball in '/source/ports/x11-wm/sawfish/sawfish-1.0_1.tgz' tar: can't add file %%NOGNOME:%%@dirrm share/gnome/pixmaps : No such file or directory tar: can't add file %%NOGNOME:%%@dirrm share/gnome : No such file or directory pkg_create: make_dist: tar command failed with code 256 *** Error code 1 Stop in /source/ports/x11-wm/sawfish. *** Error code 1 - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message