Date: Tue, 20 Jan 2009 17:16:25 +0300 (MSK) From: Boris Samorodov <bsam@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> Subject: ports/130780: [patch] lang/fpc-units: fix gnome1 and gtk1 unit names Message-ID: <200901201416.n0KEGP7q088220@bb.ipt.ru> Resent-Message-ID: <200901201420.n0KEK15X070481@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 130780 >Category: ports >Synopsis: [patch] lang/fpc-units: fix gnome1 and gtk1 unit names >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jan 20 14:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Boris Samorodov >Release: FreeBSD 8.0-CURRENT i386 >Organization: InPharmTech, Co. >Environment: System: FreeBSD bb.ipt.ru 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Jan 12 22:04:34 MSK 2009 bsam@bb.ipt.ru:/usr/obj/usr/src/sys/BB i386 >Description: GNOME1 and GTK1 unit names are incorrectly named. >How-To-Repeat: >Fix: Fix names: . GNOME -> GNOME1; . GTK -> GTK1. --- fpc-units.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/lang/fpc-units/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 16 Jan 2009 12:41:45 -0000 1.13 +++ Makefile 20 Jan 2009 14:11:31 -0000 @@ -7,7 +7,7 @@ PORTNAME= units PORTVERSION= 2.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= # none PKGNAMEPREFIX= fpc- @@ -80,7 +80,7 @@ ALL_OPTIONS= ASPELL BFD CAIRO CHM FCL-ASYNC FCL-BASE FCL-DB FCL-FPCUNIT FCL-IMAGE \ FCL-JSON FCL-NET FCL-PASSRC FCL-PROCESS FCL-REGISTRY FCL-WEB FCL-XML \ - FFTW FPMKUNIT FPGTK FV GDBM GGI GNOME GTK GTK2 IMAGEMAGICK IMLIB LIBCURL \ + FFTW FPMKUNIT FPGTK FV GDBM GGI GNOME1 GTK1 GTK2 IMAGEMAGICK IMLIB LIBCURL \ LIBGD LIBPNG NCURSES NUMLIB OPENGL OPENSSL PCAP PXLIB SDL SVGALIB SYMBOLIC \ SYSLOG TCL UNZIP USERS UTMP X11 XFORMS ZLIB --- fpc-units.diff ends here --- WBR -- bsam >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901201416.n0KEGP7q088220>