diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-09 05:18:25 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-09 05:18:25 +0800 |
commit | 1dd3390ae612d2b2b6a51fcdb7923a6bcd175eb2 (patch) | |
tree | a5ca4f992bb650ab5b8c2749fb8d3ae8337a3b92 /print/gnome-cups-manager | |
parent | 5ac27d5fc0223f4b15ff2f26902cf4fbfab51b4b (diff) | |
download | freebsd-ports-gnome-1dd3390ae612d2b2b6a51fcdb7923a6bcd175eb2.tar.gz freebsd-ports-gnome-1dd3390ae612d2b2b6a51fcdb7923a6bcd175eb2.tar.zst freebsd-ports-gnome-1dd3390ae612d2b2b6a51fcdb7923a6bcd175eb2.zip |
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
Diffstat (limited to 'print/gnome-cups-manager')
-rw-r--r-- | print/gnome-cups-manager/Makefile | 8 | ||||
-rw-r--r-- | print/gnome-cups-manager/files/patch-password_field_garbage | 2 | ||||
-rw-r--r-- | print/gnome-cups-manager/pkg-plist | 3 |
3 files changed, 6 insertions, 7 deletions
diff --git a/print/gnome-cups-manager/Makefile b/print/gnome-cups-manager/Makefile index ce1ccc0e8cbd..c5cd794f488d 100644 --- a/print/gnome-cups-manager/Makefile +++ b/print/gnome-cups-manager/Makefile @@ -4,7 +4,7 @@ PORTNAME= gnome-cups-manager PORTVERSION= 0.31 -PORTREVISION= 14 +PORTREVISION= 15 PORTEPOCH= 1 CATEGORIES= print gnome MASTER_SITES= GNOME @@ -16,11 +16,11 @@ COMMENT= Administration tool for cups LIB_DEPENDS= libgnomecups-1.0.so:${PORTSDIR}/print/libgnomecups RUN_DEPENDS= gnomesu:${PORTSDIR}/security/libgnomesu -USE_AUTOTOOLS= libtool +USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 USE_GNOME= gnomeprefix intlhack libgnomeprintui libgnomeui -USES= gettext gmake pathfix pkgconfig tar:bzip2 -INSTALLS_ICONS= yes USE_LDCONFIG= yes +INSTALLS_ICONS= yes +INSTALL_TARGET= install-strip GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -D_IPP_PRIVATE_STRUCTURES LDFLAGS+= -L${LOCALBASE}/lib diff --git a/print/gnome-cups-manager/files/patch-password_field_garbage b/print/gnome-cups-manager/files/patch-password_field_garbage index 4526a325d7f8..f011defaf3e3 100644 --- a/print/gnome-cups-manager/files/patch-password_field_garbage +++ b/print/gnome-cups-manager/files/patch-password_field_garbage @@ -1,7 +1,7 @@ diff -Nur gnome-cups-manager-0.31/libgnomecups/gnome-cups-ui-connection.c gnome-cups-manager-0.31.new/libgnomecups/gnome-cups-ui-connection.c --- gnome-cups-manager-0.31/libgnomecups/gnome-cups-ui-connection.c 2006-05-18 12:53:57.000000000 +0200 +++ libgnomecups/gnome-cups-ui-connection.c 2006-05-18 12:55:38.000000000 +0200 -@@ -1400,7 +1400,6 @@ +@@ -1211,7 +1211,6 @@ w = glade_xml_get_widget (cs->xml, "smb_username_entry"); gtk_entry_set_text (GTK_ENTRY (w), username); w = glade_xml_get_widget (cs->xml, "smb_password_entry"); diff --git a/print/gnome-cups-manager/pkg-plist b/print/gnome-cups-manager/pkg-plist index 532cf11adc63..3be4141e5eca 100644 --- a/print/gnome-cups-manager/pkg-plist +++ b/print/gnome-cups-manager/pkg-plist @@ -8,9 +8,9 @@ include/libgnomecups-1/libgnomecups/gnome-cups-ui-init.h include/libgnomecups-1/libgnomecups/gnome-cups-ui-print.h include/libgnomecups-1/libgnomecups/gnome-cups-ui-util.h lib/libgnomecupsui-1.0.a -lib/libgnomecupsui-1.0.la lib/libgnomecupsui-1.0.so lib/libgnomecupsui-1.0.so.1 +lib/libgnomecupsui-1.0.so.1.0.0 libdata/bonobo/servers/Gnome_CupsManager.server libdata/pkgconfig/libgnomecupsui-1.0.pc sbin/gnome-cups-switch @@ -68,7 +68,6 @@ share/pixmaps/gnome-cups-manager/printer-tray-normal.png share/pixmaps/gnome-cups-manager/printer-tray-stopped.png @dirrm share/pixmaps/gnome-cups-manager @dirrm %%DATADIR%% -@unexec rmdir %D/sbin 2>/dev/null || /usr/bin/true @dirrmtry include/libgnomecups-1/libgnomecups @dirrmtry include/libgnomecups-1 @dirrmtry share/locale/xh/LC_MESSAGES |