Date: Sat, 30 Jan 1999 21:22:34 +0200 (SAT) From: reg@shale.csir.co.za To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9807: Port fix: gnomelibs Message-ID: <199901301922.VAA47580@shale.csir.co.za>
next in thread | raw e-mail | index | archive | help
>Number: 9807 >Category: ports >Synopsis: Port fix: gnomelibs >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jan 30 11:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jeremy Lea >Release: FreeBSD 3.0-CURRENT i386 >Organization: Arb's Inc. >Environment: FreeBSD Ports collection >Description: Add back patch-ae for 4.0-CURRENT support. Remove impilict dependencies, to reduce clean-depends. >How-To-Repeat: >Fix: diff -urN gnomelibs.old/Makefile gnomelibs/Makefile --- gnomelibs.old/Makefile Wed Jan 27 10:31:54 1999 +++ gnomelibs/Makefile Wed Jan 27 13:04:42 1999 @@ -14,17 +14,13 @@ MAINTAINER= nacai@iname.com -BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext -RUN_DEPENDS= gettext:${PORTSDIR}/devel/gettext LIB_DEPENDS= gdk_imlib.2:${PORTSDIR}/graphics/imlib \ - gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel \ - tiff.4:${PORTSDIR}/graphics/tiff34 \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - gif.3:${PORTSDIR}/graphics/giflib \ - png.3:${PORTSDIR}/graphics/png \ Xpm.4:${PORTSDIR}/graphics/xpm \ ORBit.1:${PORTSDIR}/devel/ORBit \ esd.1:${PORTSDIR}/audio/esound + +# implicit dependencies: +# gettext, gtk11-devel, tiff34, jpeg, giflib, png USE_X_PREFIX= yes USE_PERL5= yes diff -urN gnomelibs.old/patches/patch-ae gnomelibs/patches/patch-ae --- gnomelibs.old/patches/patch-ae Thu Jan 1 02:00:00 1970 +++ gnomelibs/patches/patch-ae Sat Jan 30 20:59:21 1999 @@ -0,0 +1,20 @@ +--- ltconfig.orig Sat Jan 30 20:58:41 1999 ++++ ltconfig Sat Jan 30 20:59:07 1999 +@@ -1201,7 +1201,7 @@ + ;; + + # FreeBSD 3, at last, uses gcc -shared to do shared libraries. +- freebsd3*) ++ freebsd3* | freebsd4*) + archive_cmds='$CC -shared -o $lib$libobjs$deplibs' + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes +@@ -1606,7 +1606,7 @@ + shlibpath_var=PATH + ;; + +-freebsd2* | freebsd3*) ++freebsd*) + objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` + version_type=freebsd-$objformat + library_names_spec='${libname}${release}.so$versuffix $libname.so' >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901301922.VAA47580>