Index: head/audio/gogglesmm/files/patch-configure =================================================================== --- head/audio/gogglesmm/files/patch-configure (revision 366320) +++ head/audio/gogglesmm/files/patch-configure (nonexistent) @@ -1,17 +0,0 @@ ---- ./configure.orig 2010-11-09 17:21:47.000000000 +0100 -+++ ./configure 2010-11-17 11:42:22.565124308 +0100 -@@ -187,10 +187,10 @@ - fi - - --PKG_LDFLAGS=$(pkg-config --libs-only-L $PACKAGES) --PKG_LIBS=$(pkg-config --libs-only-l --libs-only-other $PACKAGES) --PKG_CFLAGS=$(pkg-config --cflags-only-other $PACKAGES) --PKG_CPPFLAGS=$(pkg-config --cflags-only-I $PACKAGES) -+PKG_LDFLAGS=$(pkg-config --libs-only-L $GMMPKG) -+PKG_LIBS=$(pkg-config --libs-only-l --libs-only-other $GMMPKG) -+PKG_CFLAGS=$(pkg-config --cflags-only-other $GMMPKG) -+PKG_CPPFLAGS=$(pkg-config --cflags-only-I $GMMPKG) - - if [ -n "$PKG_LDFLAGS" ] ; then LIBS="$LIBS $PKG_LDFLAGS"; fi - if [ -n "$PKG_LIBS" ] ; then LIBS="$LIBS $PKG_LIBS"; fi Property changes on: head/audio/gogglesmm/files/patch-configure ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/audio/gogglesmm/files/patch-Makefile =================================================================== --- head/audio/gogglesmm/files/patch-Makefile (revision 366320) +++ head/audio/gogglesmm/files/patch-Makefile (nonexistent) @@ -1,45 +0,0 @@ ---- Makefile.orig 2011-06-08 22:00:13.000000000 +0200 -+++ Makefile 2011-07-10 23:08:16.155548542 +0200 -@@ -149,24 +149,32 @@ - #---------------------------------------------------------- - install: $(BINNAME) - @echo " Installing $(INSTALL_DIR)/bin/gogglesmm ..." -- @$(INSTALL) -m 755 -D src/gogglesmm $(INSTALL_DIR)/bin/gogglesmm -+ @$(INSTALL) -m 755 src/gogglesmm $(INSTALL_DIR)/bin/gogglesmm -+ mkdir -p $(INSTALL_DIR)/share/applications - @echo " Installing $(INSTALL_DIR)/share/applications/gogglesmm.desktop" -- @$(INSTALL) -m 644 -D extra/gogglesmm.desktop $(INSTALL_DIR)/share/applications/gogglesmm.desktop -+ @$(INSTALL) -m 644 extra/gogglesmm.desktop $(INSTALL_DIR)/share/applications/gogglesmm.desktop - @echo " Installing Icons" -- $(INSTALL) -m 644 -D icons/gogglesmm_16.png $(INSTALL_DIR)/share/icons/hicolor/16x16/apps/gogglesmm.png -- $(INSTALL) -m 644 -D extra/gogglesmm_22.png $(INSTALL_DIR)/share/icons/hicolor/22x22/apps/gogglesmm.png -- $(INSTALL) -m 644 -D extra/gogglesmm_24.png $(INSTALL_DIR)/share/icons/hicolor/24x24/apps/gogglesmm.png -- $(INSTALL) -m 644 -D icons/gogglesmm_32.png $(INSTALL_DIR)/share/icons/hicolor/32x32/apps/gogglesmm.png -- $(INSTALL) -m 644 -D extra/gogglesmm_48.png $(INSTALL_DIR)/share/icons/hicolor/48x48/apps/gogglesmm.png -- $(INSTALL) -m 644 -D extra/gogglesmm.svg $(INSTALL_DIR)/share/icons/hicolor/scalable/apps/gogglesmm.svg -+ mkdir -p $(INSTALL_DIR)/share/icons/hicolor/16x16/apps/ -+ $(INSTALL) -m 644 icons/gogglesmm_16.png $(INSTALL_DIR)/share/icons/hicolor/16x16/apps/gogglesmm.png -+ mkdir -p $(INSTALL_DIR)/share/icons/hicolor/22x22/apps/ -+ $(INSTALL) -m 644 extra/gogglesmm_22.png $(INSTALL_DIR)/share/icons/hicolor/22x22/apps/gogglesmm.png -+ mkdir -p $(INSTALL_DIR)/share/icons/hicolor/24x24/apps/ -+ $(INSTALL) -m 644 extra/gogglesmm_24.png $(INSTALL_DIR)/share/icons/hicolor/24x24/apps/gogglesmm.png -+ mkdir -p $(INSTALL_DIR)/share/icons/hicolor/32x32/apps/ -+ $(INSTALL) -m 644 icons/gogglesmm_32.png $(INSTALL_DIR)/share/icons/hicolor/32x32/apps/gogglesmm.png -+ mkdir -p $(INSTALL_DIR)/share/icons/hicolor/48x48/apps/ -+ $(INSTALL) -m 644 extra/gogglesmm_48.png $(INSTALL_DIR)/share/icons/hicolor/48x48/apps/gogglesmm.png -+ mkdir -p $(INSTALL_DIR)/share/icons/hicolor/scalable/apps/ -+ $(INSTALL) -m 644 extra/gogglesmm.svg $(INSTALL_DIR)/share/icons/hicolor/scalable/apps/gogglesmm.svg - @echo " Installing $(INSTALL_MANDIR)/man1/gogglesmm.1" -- @$(INSTALL) -m 644 -D extra/gogglesmm.1 $(INSTALL_MANDIR)/man1/gogglesmm.1 -+ @$(INSTALL) -m 644 extra/gogglesmm.1 $(INSTALL_MANDIR)/man1/gogglesmm.1 - ifneq (,$(findstring nls,$(OPTIONS))) - @echo " Installing Translations" - @linguas='$(filter $(TRANSLATIONS),$(LINGUAS))'; \ - for tr in $$linguas ; do \ - echo " Installing $(INSTALL_LOCALEDIR)/$$tr/LC_MESSAGES/gogglesmm.mo" ;\ -- $(INSTALL) -m 644 -D po/$$tr.mo -T $(INSTALL_LOCALEDIR)/$$tr/LC_MESSAGES/gogglesmm.mo ; \ -+ mkdir -p $(INSTALL_LOCALEDIR)/$$tr/LC_MESSAGES/ ; \ -+ $(INSTALL) -m 644 po/$$tr.mo $(INSTALL_LOCALEDIR)/$$tr/LC_MESSAGES/gogglesmm.mo ; \ - done; - endif - Property changes on: head/audio/gogglesmm/files/patch-Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/audio/gogglesmm/files/patch-build__functions =================================================================== --- head/audio/gogglesmm/files/patch-build__functions (revision 366320) +++ head/audio/gogglesmm/files/patch-build__functions (nonexistent) @@ -1,20 +0,0 @@ ---- ./build/functions.orig 2010-11-09 17:21:47.000000000 +0100 -+++ ./build/functions 2010-11-17 11:42:12.745161258 +0100 -@@ -108,7 +108,7 @@ - if [ "$?" -eq "0" ] ; then - exit -1 - fi -- PACKAGES="$PACKAGES $1 " -+ GMMPKG="$GMMPKG $1 " - add_config "$2" - return 1 - } -@@ -119,7 +119,7 @@ - if [ "$?" -eq "0" ] ; then - return 0 - fi -- PACKAGES="$PACKAGES $1 " -+ GMMPKG="$GMMPKG $1 " - add_config "$2" - return 1 - } Property changes on: head/audio/gogglesmm/files/patch-build__functions ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property