mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Upate to 0.3.3
PR: 59079 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
This commit is contained in:
parent
03bb62aff8
commit
cba4504680
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93534
@ -5,13 +5,14 @@
|
||||
# $FreeBSD$
|
||||
|
||||
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 @@ USE_REINPLACE= yes
|
||||
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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (basket-0.3.2.tar.gz) = 1e20e64de17beabc1404ee04063de3a6
|
||||
MD5 (basket-0.3.3.tar.gz) = f3ba4ab2905325ab23563cda9a867989
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user