Move msql to 87:87 so that package-building works again. I have an
extremely strong suspicion that msql does not need _reserved_ uid:gid's at
all, but I can't even fetch the distfile to check...
Display.o: Undefined symbol `_XShapeQueryExtension' referenced from text segment
DragOverS.o: Undefined symbol `_XShapeCombineRectangles' referenced from text segment
DragOverS.o: Undefined symbol `_XShapeCombineMask' referenced from text segment
DragOverS.o: Undefined symbol `_XShapeCombineMask' referenced from text segment
DragOverS.o: Undefined symbol `_XShapeCombineRectangles' referenced from text segment
*** Error code 1
Stop.
===
checking for xdm configuration dir... /usr/X11R6/lib/X11/xdm
checking for PAM... no
checking for giflib... configure: error: You need giflib23. Please install the kdesupport package
*** Error code 1
## make package
>> Checksum OK for qmail-1.03.tar.gz.
===> Extracting for qmail-1.03
===> Patching for qmail-1.03
===> Applying FreeBSD patches for qmail-1.03
===> Configuring for qmail-1.03
pw: gid `80' has already been allocated
Failed to add group qmail as gid 80
*** Error code 2
===
Can the uid/gid checking be made a little more lenient? Or choose
another one that's not used by other ports?
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -O2 -Wall -c KIllustrator.cc
KIllustrator.cc: In method `void KIllustrator::initToolBar()':
KIllustrator.cc:339: `KToolBarCombo' undeclared (first use this function)
KIllustrator.cc:339: (Each undeclared identifier is reported only once
KIllustrator.cc:339: for each function it appears in.)
KIllustrator.cc:339: `combo' undeclared (first use this function)
*** Error code 1
Stop.
Included freetype support for php
Why freetype support ?
If you compile PHP with gd and freetype[it's already a port], and grab
some free truetype fonts from microsoft in self-install.exe format you
can generate really nice on the fly gif's with text in them. Buttons,
banners etc.
William told me: I had to install the free microsoft fonts on my pc
and then ftp them. I can't think of a way to extract the files from
the .exe archive. I don't think it's a zip type.
I got the fonts microsoft link by digging around in
http://www.freetype.org
Submitted by: William Lloyd <wlloyd@mpd.ca>