FreeBSD Bugzilla – Attachment 37016 Details for
Bug 59079
[maintainer update] deskutils/basket to 0.3.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
basket.diff
basket.diff (text/plain), 2.28 KB, created by
Markus Brueffer
on 2003-11-09 13:00:36 UTC
(
hide
)
Description:
basket.diff
Filename:
MIME Type:
Creator:
Markus Brueffer
Created:
2003-11-09 13:00:36 UTC
Size:
2.28 KB
patch
obsolete
>diff -ruN basket.orig/Makefile basket/Makefile >--- basket.orig/Makefile Sat Nov 8 21:35:28 2003 >+++ basket/Makefile Sun Nov 9 13:48:08 2003 >@@ -5,13 +5,14 @@ > # $FreeBSD: ports/deskutils/basket/Makefile,v 1.3 2003/10/14 07:43:14 daichi Exp $ > > PORTNAME= basket >-PORTVERSION= 0.3.2 >+PORTVERSION= 0.3.3 > CATEGORIES= deskutils kde > MASTER_SITES= http://www.sebastien.laout.tuxfamily.org/basket/ > > MAINTAINER= brueffer@phoenix-systems.de > COMMENT= Desktop organization tool > >+WRKSRC= ${WRKDIR}/${PORTNAME}-0.3.2 > USE_KDELIBS_VER= 3 > USE_GMAKE= yes > GNU_CONFIGURE= yes >@@ -20,7 +21,8 @@ > CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} > > post-patch: >- @${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \ >- ${WRKSRC}/${CONFIGURE_SCRIPT} >+ @${REINPLACE_CMD} -e 's/-O2//g' ${WRKSRC}/${CONFIGURE_SCRIPT} > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+.include "${PORTSDIR}/x11/kde3/Makefile.kde" >+.include <bsd.port.post.mk> >diff -ruN basket.orig/distinfo basket/distinfo >--- basket.orig/distinfo Sat Nov 8 21:35:28 2003 >+++ basket/distinfo Sun Nov 9 13:26:38 2003 >@@ -1 +1 @@ >-MD5 (basket-0.3.2.tar.gz) = 1e20e64de17beabc1404ee04063de3a6 >+MD5 (basket-0.3.3.tar.gz) = f3ba4ab2905325ab23563cda9a867989 >diff -ruN basket.orig/files/patch-src::Makefile.in basket/files/patch-src::Makefile.in >--- basket.orig/files/patch-src::Makefile.in Sat Nov 8 21:35:28 2003 >+++ basket/files/patch-src::Makefile.in Thu Jan 1 01:00:00 1970 >@@ -1,19 +0,0 @@ >---- src/Makefile.in.orig Sat Oct 18 12:27:01 2003 >-+++ src/Makefile.in Sat Oct 18 12:31:59 2003 >-@@ -264,7 +264,7 @@ >- # the application source, library search path, and link libraries >- basket_SOURCES = main.cpp basket.cpp basketcontainer.cpp basketitem.cpp basketitemproperties.cpp configaction.cpp debugwindow.cpp uibasketproperties.cpp additemdialog.cpp variouswidgets.cpp >- basket_LDFLAGS = $(KDE_RPATH) $(all_libraries) >--basket_LDADD = $(LIB_KDEUI) >-+basket_LDADD = -lkio $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT) $(LIBSOCKET) >- >- # this is where the desktop file will go >- shelldesktopdir = $(kde_appsdir)/Utilities >-@@ -274,7 +274,6 @@ >- shellrcdir = $(kde_datadir)/basket >- shellrc_DATA = basketui.rc >- >--AM_CXXFLAGS = -lkio >- subdir = src >- mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs >- CONFIG_HEADER = $(top_builddir)/config.h
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 59079
: 37016
Working