| Summary: | New port: x11-wm/wmDeskGuide, a dockbar pager | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Adam Weinberger <adam> | ||||
| Component: | Individual Port(s) | Assignee: | Adam Weinberger <adamw> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Adam Weinberger
2002-07-27 08:40:01 UTC
not quite sure what i was thinking. i forgot to patch the Makefile in
wrksrc.
so: in the port makefile i submitted,
-USE_GNOMELIBS= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomelibs gdkpixbuf
and, here is files/patch-Makefile.
-- begin x11-wm.wmDeskGuide.files.patch-Makefile --
--- Makefile.orig Sat Jul 27 02:22:18 2002
+++ Makefile Sat Jul 27 02:51:10 2002
@@ -1,19 +1,18 @@
TARGET=wmDeskGuide
SRC= gstc.c gwmh.c gwmthumbnail.c gwmdesktop.c gwmtaskview.c deskguide_applet.c
OBJ= gstc.o gwmh.o gwmthumbnail.o gwmdesktop.o gwmtaskview.o deskguide_applet.o
-INCLUDES= -I. `gnome-config gnomeui gnome --cflags` `gdk-pixbuf-config --cflags` -I/usr/X11/include
-CFLAGS=-Wall -O2 -c
+INCLUDES= -I. `${GNOME_CONFIG} gnomeui gnome --cflags` \
+ `$(GDK_PIXBUF_CONFIG) --cflags` -I${X11BASE}/include
HDR= gstc.h gwmh.h gwmdesktop.h gwmtaskview.h gwmthumbnail.h deskguide_applet.h config.h
-CPFLAGS=-Wall -O2
-LIBS=`gnome-config gnomeui gnome --libs` `gdk-pixbuf-config --libs`
+LIBS=`${GNOME_CONFIG} gnomeui gnome --libs` `${GDK_PIXBUF_CONFIG} --libs`
all: $(TARGET)
$(TARGET): $(OBJ)
- gcc $(CPFLAGS) -o $(TARGET) $(OBJ) $(LIBS)
+ ${CC} $(CFLAGS) -o $(TARGET) $(OBJ) $(LIBS)
%.o: %.c $(HDR)
- gcc $(CFLAGS) $(INCLUDES) -c $(*F).c
+ ${CC} $(CFLAGS) $(INCLUDES) -c $(*F).c
EXTRA_DIST = \
-- end x11-wm.wmDeskGuide.files.patch-Makefile --
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 author changed the distfile. he added a new pixmap icon and removed support for the stock gtk icon. the following should be applied against the shar above. - --- distinfo.orig Tue Oct 15 02:32:14 2002 +++ distinfo Tue Oct 15 02:37:43 2002 @@ -1 +1 @@ - -MD5 (wmDeskGuide-0.1.tar.gz) = 7e3d6b5551cf92398b2645fc128b2f8d +MD5 (wmDeskGuide-0.1.tar.gz) = e9fa518eb94ab1f488bee47584ac9e58 i also had a talk with the author about bumping version numbers. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE9q+NBo8KM2ULHQ/0RArE/AKCQMH6STn9ImRwxFbkjft46Q/o8KACgtRIy E4wbcVyhhGQ011mDrfFxNvk= =NUdF -----END PGP SIGNATURE----- Responsible Changed From-To: freebsd-ports->adamw I'll take this. State Changed From-To: open->closed Port added. Finally. |