Patches to the Makefile:
1) exclude CUPS from SXCE
2) exclude gphoto2/libgphoto2 from SXCE
3) allow rebuild target to not uninstall the package and not fail.
I'm not for certain that CUPS is not supposed to be removed from SXCE,
but it's there, so theres a conflict.
Index: Makefile
===================================================================
--- Makefile (revision 2375)
+++ Makefile (working copy)
@@ -28,6 +28,11 @@
PSPC_FILES := $(filter-out avahi.pspc,$(PSPC_FILES))
# Shared mime info is in better version in Nevada
PSPC_FILES := $(filter-out sharedmimeinfo.pspc,$(PSPC_FILES))
+# CUPS is in Nevada
+PSPC_FILES := $(filter-out cups.pspc,$(PSPC_FILES))
+# libgphoto2 is in Nevada
+PSPC_FILES := $(filter-out libgphoto2.pspc,$(PSPC_FILES))
+PSPC_FILES := $(filter-out gphoto2.pspc,$(PSPC_FILES))
endif
# Temporary disable, Under construction on S10U5
@@ -119,7 +124,7 @@
perl Respect.pl --with-all $(RESPECT_FLAGS) --without-upload
--without-build $1
rebuild-$(1) :
- pkginfo -q "FOSS$(1)" && yes | pfexec pkgrm FOSS$(1)
+ -pkginfo -q "FOSS$(1)" && yes | pfexec pkgrm FOSS$(1)
make clean-$(1) build-$(1)
# Get rid of the log to start with; then build, then remove the log