ports/99315: [MAINTAINER] lang/fpc-units: Added missing units of Free Pascal

Jose Alonso Cardenas Marquez acardenas at bsd.org.pe
Thu Jun 22 17:53:07 UTC 2006


>Number:         99315
>Category:       ports
>Synopsis:       [MAINTAINER] lang/fpc-units: Added missing units of Free Pascal
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 22 17:20:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jose Alonso Cardenas Marquez
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
BSDPeru (http://www.bsd.org.pe)
>Environment:
FreeBSD HellFire.BSD.org.pe 6.1-STABLE FreeBSD 6.1-STABLE #0: Wed Jun 21 19:12:29 PET 2006
>Description:
- Added gconf, gnome and zvt units to fpc-units
- Please see ports/99308,ports/99309 and ports/99310
>How-To-Repeat:

>Fix:
--- fpc-units-2.0.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/lang/fpc-units/Makefile /usr/ports/lang/fpc-units-new/Makefile
--- /usr/ports/lang/fpc-units/Makefile	Wed Jun 21 11:44:53 2006
+++ /usr/ports/lang/fpc-units-new/Makefile	Thu Jun 22 12:05:32 2006
@@ -26,8 +26,10 @@
 		FORMS	"Interface to X-Forms"	on \
 		FPGTK	"Interface to create programs with gtk"	on \
 		FV	"Free Pascal unit for Delphi support" on \
+		GCONF	"Interface to GConf" on \
 		GDBM	"Interface to the GNU database system"	on \
 		GGI	"Interface to libggi library"	on \
+		GNOME	"Free Pascal unit to create programs for GNOME" on \
 		GTK	"Interface to gtk libraries"	on \
 		GTK2	"Interface to gtk2 libraries"	on \
 		IMLIB	"Interface to imlib library"	on \
@@ -41,22 +43,25 @@
 		UNZIP	"Routines for unzipping zip files"	on \
 		UTMP	"Interface to gather information from the utmp file"	on \
 		X11	"Interface to X windows server"	on \
-		ZLIB	"Interface to the zlib compression library"	on
+		ZLIB	"Interface to the zlib compression library"	on \
+		ZVT	"Interface to Zed's Virtual Terminal"	on
 
 .include <bsd.port.pre.mk>
 
 UNITSDIR=	${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME}
-ALL_OPTIONS=	BFD FCL FORMS FPGTK FV GDBM GGI GTK GTK2 \
+ALL_OPTIONS=	BFD FCL FORMS FPGTK FV GCONF GDBM GGI GNOME GTK GTK2 \
 		IMLIB LIBGD LIBPNG NCURSES OPENGL SVGALIB \
-		SYSLOG TCL UNZIP UTMP X11 ZLIB
+		SYSLOG TCL UNZIP UTMP X11 ZLIB ZVT
 
 BFD_UNIT=	devel/fpc-bfd
 FCL_UNIT=	devel/fpc-fcl
 FORMS_UNIT=	x11-toolkits/fpc-forms
 FPGTK_UNIT=	graphics/fpc-fpgtk
 FV_UNIT=	devel/fpc-fv
+GCONF_UNIT=	devel/fpc-gconf
 GDBM_UNIT=	databases/fpc-gdbm
 GGI_UNIT=	graphics/fpc-ggi
+GNOME_UNIT=	x11-toolkits/fpc-gnome
 GTK_UNIT=	x11-toolkits/fpc-gtk
 GTK2_UNIT=	x11-toolkits/fpc-gtk2
 IMLIB_UNIT=	graphics/fpc-imlib
@@ -71,6 +76,7 @@
 UTMP_UNIT=	sysutils/fpc-utmp
 X11_UNIT=	x11/fpc-x11
 ZLIB_UNIT=	devel/fpc-zlib
+ZVT_UNIT=	x11-toolkits/fpc-zvt
 
 .for OPT in ${ALL_OPTIONS}
 .	if defined(WITH_${OPT})  && !defined(WITHOUT_${OPT})
--- fpc-units-2.0.2.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list