Bug 130780 - [patch] lang/fpc-units: fix gnome1 and gtk1 unit names
Summary: [patch] lang/fpc-units: fix gnome1 and gtk1 unit names
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-20 14:20 UTC by Boris Samorodov
Modified: 2009-01-20 15:10 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Samorodov freebsd_committer freebsd_triage 2009-01-20 14:20:01 UTC
	GNOME1 and GTK1 unit names are incorrectly named.

Fix: Fix names:
	. GNOME -> GNOME1;
	. GTK   -> GTK1.



WBR
-- 
bsam--jlPyQIJF4YB9MaTCwVec5Vq4YxyxYnNF8ixUSZkJmYT9LvkK
Content-Type: text/plain; name="fpc-units.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="fpc-units.diff"

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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-01-20 14:20:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->acm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2009-01-20 15:03:36 UTC
State Changed
From-To: open->closed

- Committed with few modifications, it not needs bump PORTREVISION, because it 
never was builded. It aborts if bad units are defined.
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-01-20 15:03:49 UTC
acm         2009-01-20 15:03:25 UTC

  FreeBSD ports repository

  Modified files:
    lang/fpc-units       Makefile 
  Log:
  - Fix GTK and GNOME option and unit names
  
  PR:             130780
  Submitted by:   bsam
  
  Revision  Changes    Path
  1.14      +3 -3      ports/lang/fpc-units/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"