mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Remove superfluous linefeeds and fix some other minor whitespace bugs.
This commit is contained in:
parent
6f2e67040e
commit
7b85b686ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458755
@ -8,11 +8,10 @@ CATEGORIES= deskutils
|
||||
MASTER_SITES= SF/justjournal/JustJournal%20UNIX%20Client/${PORTVERSION} \
|
||||
http://www.justjournal.com/software/unix/
|
||||
|
||||
|
||||
MAINTAINER= luke@justjournal.com
|
||||
COMMENT= Command line client for posting JustJournal entries
|
||||
|
||||
LIB_DEPENDS+= libxmlrpc.so:net/xmlrpc-c
|
||||
LIB_DEPENDS= libxmlrpc.so:net/xmlrpc-c
|
||||
|
||||
PLIST_FILES= bin/jjclient
|
||||
|
||||
|
@ -19,7 +19,6 @@ GNU_CONFIGURE= yes
|
||||
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
||||
AUTOHEADER="${TRUE}"
|
||||
|
||||
|
||||
PLIST_FILES= bin/wmpinboard \
|
||||
man/man1/wmpinboard.1.gz
|
||||
|
||||
|
@ -37,7 +37,6 @@ CDEV_MAJOR?= 202
|
||||
DEVNAME= ${KMOD}
|
||||
SRCS= rtc.c rtc_linux.c vnode_if.h
|
||||
|
||||
|
||||
INCLUDE= -I${.CURDIR} -I${SYS}
|
||||
|
||||
CFLAGS+= ${INCLUDE} -DCDEV_MAJOR_=${CDEV_MAJOR}
|
||||
|
@ -59,7 +59,7 @@ post-install:
|
||||
${STAGEDIR}${PREFIX}/share/pixmaps/
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}
|
||||
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR2}
|
||||
|
@ -19,8 +19,8 @@ USE_GITHUB= yes
|
||||
GH_ACCOUNT= pipelka
|
||||
GH_TAGNAME= ea0a119
|
||||
|
||||
USES= compiler:c++11-lang autoreconf desktop-file-utils gettext gmake \
|
||||
libtool localbase pkgconfig
|
||||
USES= compiler:c++11-lang autoreconf desktop-file-utils gettext \
|
||||
gmake libtool localbase pkgconfig
|
||||
USE_CXXSTD= c++11
|
||||
USE_GNOME= gconfmm26 gtkmm24 intltool
|
||||
GCONF_SCHEMAS= aeskulap.schemas
|
||||
@ -31,5 +31,4 @@ CONFIGURE_ARGS= --disable-static
|
||||
INSTALL_TARGET= install-strip
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -28,7 +28,6 @@ PLIST_FILES= bin/${PORTNAME} \
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS ChangeLog NEWS README THANKS Todo \
|
||||
|
@ -199,10 +199,8 @@ do-install-PHP-on:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/php
|
||||
@${ECHO_CMD} "extension=php_mapscript.so" > ${STAGEDIR}${PREFIX}/etc/php/ext-20-php_mapscript.ini
|
||||
|
||||
|
||||
do-install-PYTHON-on:
|
||||
@${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/
|
||||
(cd ${BUILD_WRKSRC}/mapscript/python && ${CP} mapscript.py _mapscript.so ${STAGEDIR}${PYTHON_SITELIBDIR}/)
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -38,5 +38,4 @@ MAKE_JOBS_UNSAFE= yes
|
||||
BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=7.14:devel/p5-ExtUtils-MakeMaker
|
||||
.endif
|
||||
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -38,7 +38,6 @@ post-install-DOCS-on:
|
||||
${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
|
||||
|
||||
post-install-EXAMPLES-on:
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
.for i in ${EXAMPLEFILES}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Created by: Nicola Vitale <nivit@email.it>
|
||||
# Created by: Nicola Vitale <nivit@email.it>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kana-no-quiz
|
||||
@ -18,7 +18,6 @@ RUN_DEPENDS= ${PYGAME}
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
|
||||
USES= gettext python:2.7 tar:bzip2
|
||||
USE_GNOME= pygtk2:run
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
@ -19,7 +19,6 @@ OBJSC1 = config.o getfile.o getsb.o kyureki2.o \
|
||||
misc2.o rdcalend.o schedule2.o
|
||||
OBJS_CAL = calendar.o $(OBJSC1)
|
||||
|
||||
|
||||
all: today calendar dayinfo
|
||||
|
||||
install: today calendar dayinfo
|
||||
@ -44,7 +43,6 @@ dayinfo: dayinfo.c
|
||||
clean:
|
||||
rm -f *.o core dayinfo calendar today
|
||||
|
||||
|
||||
birthday.o: birthday.c $(HFILES)
|
||||
calendar.o: calendar.c $(HFILES) $(OBJSC1)
|
||||
$(CC) $(CFLAGS) -DINCLUDE_CALENDAR -c -o $@ calendar.c
|
||||
|
@ -29,5 +29,4 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
INSTALL_TARGET= install-strip
|
||||
CONFIGURE_ARGS+=--enable-compile-warnings=no
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -14,7 +14,6 @@ COMMENT= glm-like formula to define dynamic generalized linear models
|
||||
RUN_DEPENDS= R-cran-mvtnorm>=0.9.96_11:math/R-cran-mvtnorm \
|
||||
R-cran-KFAS>=0.9.11_3:math/R-cran-KFAS
|
||||
|
||||
USES= cran:auto-plist
|
||||
|
||||
USES= cran:auto-plist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -41,11 +41,9 @@ post-patch-DOCS-off:
|
||||
@${FIND} -X ${WRKSRC} -name 'Makefile.in' | ${XARGS} ${REINPLACE_CMD} \
|
||||
-e '/^install-data-am\: /s/install-docDATA//'
|
||||
|
||||
|
||||
post-patch-EXAMPLES-off:
|
||||
@${REINPLACE_CMD} -e '/^SUBDIRS \=/s/ examples / /' ${WRKSRC}/Makefile.in
|
||||
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${DISTDIR}/testu01.pdf ${STAGEDIR}${DOCSDIR}
|
||||
|
@ -72,7 +72,6 @@ TCLTK_CMAKE_BOOL= VTK_WRAP_TCL
|
||||
DBGLEAKS_CMAKE_BOOL= VTK_DEBUG_LEAKS
|
||||
LEGACY_CMAKE_BOOL_OFF= VTK_LEGACY_REMOVE
|
||||
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MSHARED}
|
||||
|
@ -34,5 +34,4 @@ do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune
|
||||
${INSTALL_DATA} ${WRKSRC}/bible* ${STAGEDIR}${PREFIX}/share/games/fortune
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -13,20 +13,19 @@ LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= lxde-icon-theme>=0:x11-themes/lxde-icon-theme \
|
||||
gnome-themes-standard>=3.18:x11-themes/gnome-themes-standard \
|
||||
xscreensaver:x11/xscreensaver
|
||||
gnome-themes-standard>=3.18:x11-themes/gnome-themes-standard \
|
||||
xscreensaver:x11/xscreensaver
|
||||
|
||||
USES= gettext-tools gmake localbase tar:xz
|
||||
USE_GNOME= gtk20 intltool
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc \
|
||||
--with-xsession-path=${PREFIX}/share/xsessions
|
||||
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
|
||||
--with-xsession-path=${PREFIX}/share/xsessions
|
||||
NO_ARCH= yes
|
||||
|
||||
DATADIR= ${PREFIX}/share/lxde
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/desktop.conf \
|
||||
${STAGEDIR}${PREFIX}/etc/xdg/lxsession/LXDE/desktop.conf.sample
|
||||
|
@ -43,5 +43,4 @@ post-install:
|
||||
# Create the default profile.
|
||||
cd ${STAGEDIR}/${QT_QTCHOOSERDIR} && ${LN} -s qt5.conf default.conf
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -14,7 +14,6 @@ COMMENT= Phonon 4 transitional library for Qt 5
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
||||
|
||||
USES= cmake:outsource kde:5 pathfix tar:xz
|
||||
USE_KDE= ecm
|
||||
USE_QT5= core dbus gui opengl widgets \
|
||||
|
@ -27,5 +27,4 @@ post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Toplevel Makefile for Xymon
|
||||
# $FreeBSD$
|
||||
|
||||
BUILDTOPDIR=`pwd`
|
||||
CLIENTONLY = yes
|
||||
LOCALCLIENT = no
|
||||
@ -20,9 +21,6 @@ LFSDEF = -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
|
||||
|
||||
include build/Makefile.FreeBSD
|
||||
|
||||
|
||||
#
|
||||
# Add local CFLAGS etc. settings here
|
||||
# Add local CFLAGS, etc. settings here
|
||||
|
||||
include build/Makefile.rules
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Toplevel Makefile for Xymon
|
||||
# $FreeBSD$
|
||||
|
||||
BUILDTOPDIR=`pwd`
|
||||
|
||||
# configure settings for Xymon
|
||||
@ -89,8 +90,6 @@ LFSDEF = -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
|
||||
|
||||
include build/Makefile.FreeBSD
|
||||
|
||||
|
||||
# Add local CFLAGS etc. settings here
|
||||
# Add local CFLAGS, etc. settings here
|
||||
|
||||
include build/Makefile.rules
|
||||
|
||||
|
@ -24,7 +24,6 @@ DATADIR= ${JAVASHAREDIR}/${PORTNAME}
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
||||
JAVAVM= ${LOCALBASE}/bin/java
|
||||
JAR_DIR= ${JAVAJARDIR:S,^${PREFIX}/,,}/${PORTNAME}
|
||||
JAR_FILE= frost.jar
|
||||
@ -59,8 +58,6 @@ DESKTOP_ENTRIES= "Frost" "Freenet Client" \
|
||||
"frost" "P2P;Network;Java;" \
|
||||
false
|
||||
|
||||
pre-everything::
|
||||
|
||||
post-patch:
|
||||
@${SED} -e "s|%%PREFIX%%|${PREFIX}|; \
|
||||
s|%%JAVA_VERSION%%|${JAVA_VERSION}|; \
|
||||
|
@ -49,7 +49,6 @@ ALONE= -e 's|\#define.ALONE|\#undef ALONE|'
|
||||
post-extract:
|
||||
${CP} ${WRKSRC}/conf.h.dist ${WRKSRC}/conf.h
|
||||
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} \
|
||||
-e 's=getline(=xmit_getline(=' \
|
||||
|
@ -11,7 +11,6 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl modules for parsing FreeBSD's Ports INDEX file
|
||||
|
||||
|
||||
USES= perl5 tar:bzip2
|
||||
USE_PERL5= configure
|
||||
|
||||
|
@ -12,7 +12,7 @@ LICENSE= MIT GPLv2
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
GNU_CONFIGURE= yes
|
||||
CFLAGS += -L${LOCALBASE}/lib -I${LOCALBASE}/include -lpthread
|
||||
|
||||
BUILD_DEPENDS+= gawk:lang/gawk
|
||||
@ -22,8 +22,6 @@ LIB_DEPENDS+= libhdf5.so:science/hdf5 \
|
||||
|
||||
USES= autoreconf
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= stevengj
|
||||
|
||||
|
@ -14,7 +14,6 @@ COMMENT= Time stamping authority (RFC 3161) module for apache
|
||||
OPTIONS_DEFINE= MYSQL PGSQL FIREBIRD DEBUG DEBUG_MEMORY
|
||||
DEBUG_MEMORY_DESC= Memory debug
|
||||
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-openssl-incdir=${OPENSSLINC} \
|
||||
--with-openssl-libdir=${OPENSSLLIB} \
|
||||
|
@ -38,7 +38,6 @@ USES+= ssl
|
||||
CONFIGURE_ARGS+= --with-ssl
|
||||
.endif
|
||||
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|;;|;|g' \
|
||||
${WRKSRC}/src/sitestore.c
|
||||
|
@ -32,7 +32,6 @@ CMAKE_ARGS+= -DOPTION_BUILD_SHARED_LIBS:BOOL=ON \
|
||||
-DPREFIX_INCLUDE:PATH=${PREFIX}/include/fltk-devel \
|
||||
-DPREFIX_LIB:PATH=${PREFIX}/lib/fltk-devel
|
||||
|
||||
|
||||
SNAPSHOT_VERS= 10370
|
||||
PORTEXAMPLES= *
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}${PKGNAMESUFFIX}
|
||||
|
@ -84,7 +84,6 @@ PYDISTUTILS_BUILDARGS+= \
|
||||
NO_SCRIPTS=1 \
|
||||
INSTALL_MULTIVERSION=1
|
||||
|
||||
|
||||
PYDISTUTILS_BUILDARGS+= \
|
||||
UNICODE=1
|
||||
WX_PYTHON_DIR= wx-${WX_VERSION}-${WXPORT}-unicode
|
||||
|
@ -12,7 +12,7 @@ COMMENT= Monitor configuration tool
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
libfreetype.so:print/freetype2
|
||||
|
||||
USES= desktop-file-utils gmake localbase pkgconfig tar:xz
|
||||
USE_GNOME= gtk20 intltool cairo
|
||||
@ -20,7 +20,6 @@ USE_XORG= xrandr
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user