mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
Use USES=pathfix where applicable.
PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093
This commit is contained in:
parent
b7fb6d6f05
commit
a0bcd2cf68
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424427
354 changed files with 318 additions and 1729 deletions
|
@ -14,7 +14,6 @@ LICENSE= ISCL
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USES= autoreconf pathfix libtool
|
USES= autoreconf pathfix libtool
|
||||||
PATHFIX_MAKEFILEIN= Makefile.am
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
CONFIGURE_ARGS= --program-suffix=sa
|
CONFIGURE_ARGS= --program-suffix=sa
|
||||||
|
|
|
@ -16,20 +16,19 @@ LICENSE_COMB= multi
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= Cyan4973
|
GH_ACCOUNT= Cyan4973
|
||||||
|
|
||||||
USES= gmake pkgconfig
|
USES= gmake pathfix pkgconfig
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
PATHFIX_MAKEFILEIN= Makefile
|
||||||
|
|
||||||
ALL_TARGET= default # don't remove this
|
ALL_TARGET= default # don't remove this
|
||||||
SO_VER= 1.7.1
|
SO_VER= 1.7.1
|
||||||
PLIST_SUB+= SO_VER=${SO_VER} SO_VER_MAJ=${SO_VER:R:R}
|
PLIST_SUB+= SO_VER=${SO_VER} SO_VER_MAJ=${SO_VER:R:R}
|
||||||
|
LIBDIR= ${PREFIX}/lib
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} \
|
@${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} \
|
||||||
-e 's/LIBDIR?=/LOCALLIBDIR=/; s/$$(LIBDIR)/$$(LOCALLIBDIR)/g' \
|
|
||||||
-e 's|$$(LOCALLIBDIR)/pkgconfig|$$(PREFIX)/libdata/pkgconfig|' \
|
|
||||||
-e '/^MANDIR :=/s|share/||' \
|
-e '/^MANDIR :=/s|share/||' \
|
||||||
-e 's/kFreeBSD/& FreeBSD/' \
|
-e 's/kFreeBSD/& FreeBSD/'
|
||||||
-e 's|$$(MAKE)|${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS}|'
|
|
||||||
@${REINPLACE_CMD} -e '/^all:/s/$$/ liblz4.pc/' \
|
@${REINPLACE_CMD} -e '/^all:/s/$$/ liblz4.pc/' \
|
||||||
${WRKSRC}/lib/Makefile
|
${WRKSRC}/lib/Makefile
|
||||||
@${REINPLACE_CMD} -e '/^all:/s|fullbench.*||' \
|
@${REINPLACE_CMD} -e '/^all:/s|fullbench.*||' \
|
||||||
|
|
|
@ -14,7 +14,6 @@ COMMENT= Zip library and programs from Zlib distribution
|
||||||
LICENSE= ZLIB
|
LICENSE= ZLIB
|
||||||
|
|
||||||
USES= autoreconf libtool pathfix tar:xz
|
USES= autoreconf libtool pathfix tar:xz
|
||||||
PATHFIX_MAKEFILEIN= Makefile.am
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --enable-demos
|
CONFIGURE_ARGS= --enable-demos
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
|
@ -18,7 +18,6 @@ GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --includedir=${PREFIX}/include/adflib
|
CONFIGURE_ARGS= --includedir=${PREFIX}/include/adflib
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
USES= autoreconf libtool pathfix tar:bzip2
|
USES= autoreconf libtool pathfix tar:bzip2
|
||||||
PATHFIX_MAKEFILEIN= Makefile.am
|
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,6 @@ CONFLICTS= aacplusenc-0*
|
||||||
USE_CSTD= gnu89
|
USE_CSTD= gnu89
|
||||||
USES= autoreconf pathfix pkgconfig libtool
|
USES= autoreconf pathfix pkgconfig libtool
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
PATHFIX_MAKEFILEIN= Makefile.am
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
|
@ -15,7 +15,7 @@ LICENSE= GPLv2
|
||||||
|
|
||||||
LIB_DEPENDS= libbinio.so:devel/libbinio
|
LIB_DEPENDS= libbinio.so:devel/libbinio
|
||||||
|
|
||||||
USES= pkgconfig libtool makeinfo
|
USES= libtool makeinfo pathfix pkgconfig
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_CSTD= gnu89
|
USE_CSTD= gnu89
|
||||||
|
@ -38,9 +38,6 @@ post-patch:
|
||||||
${WRKSRC}/src/fprovide.cpp \
|
${WRKSRC}/src/fprovide.cpp \
|
||||||
${WRKSRC}/src/database.cpp \
|
${WRKSRC}/src/database.cpp \
|
||||||
${WRKSRC}/src/dmo.cpp
|
${WRKSRC}/src/dmo.cpp
|
||||||
@${REINPLACE_CMD} -e 's|^\(pkgconfigdir\ =\).*|\1 $$(prefix)/libdata/pkgconfig|' \
|
|
||||||
${WRKSRC}/Makefile.in \
|
|
||||||
${WRKSRC}/Makefile.am
|
|
||||||
@${REINPLACE_CMD} -e 's/-lstdc++//g' ${WRKSRC}/configure
|
@${REINPLACE_CMD} -e 's/-lstdc++//g' ${WRKSRC}/configure
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -11,7 +11,7 @@ COMMENT= MikMod Sound Library
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
|
||||||
USES= cpe gmake libtool pkgconfig
|
USES= cpe gmake libtool pathfix pkgconfig
|
||||||
CPE_VENDOR= raphael_assenat
|
CPE_VENDOR= raphael_assenat
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --disable-esd
|
CONFIGURE_ARGS= --disable-esd
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- Makefile.in.orig 2015-11-11 10:02:02 UTC
|
|
||||||
+++ Makefile.in
|
|
||||||
@@ -372,7 +372,7 @@ EXTRA_DIST = libmikmod-config.in libmikm
|
|
||||||
|
|
||||||
m4datadir = $(datadir)/aclocal
|
|
||||||
m4data_DATA = libmikmod.m4
|
|
||||||
-pkgconfigdir = $(libdir)/pkgconfig
|
|
||||||
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
|
||||||
pkgconfig_DATA = libmikmod.pc
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
|
||||||
|
|
|
@ -16,7 +16,6 @@ LIB_DEPENDS= libogg.so:audio/libogg
|
||||||
|
|
||||||
GIT_COMMIT= b56ffc
|
GIT_COMMIT= b56ffc
|
||||||
USES= autoreconf libtool pathfix pkgconfig
|
USES= autoreconf libtool pathfix pkgconfig
|
||||||
PATHFIX_MAKEFILEIN= Makefile.am
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
|
@ -12,7 +12,7 @@ COMMENT= Module rendering library for xmp
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
LICENSE_FILE= ${WRKSRC}/docs/COPYING.LIB
|
LICENSE_FILE= ${WRKSRC}/docs/COPYING.LIB
|
||||||
|
|
||||||
USES= gmake
|
USES= gmake pathfix
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
--- Makefile.in.orig 2016-07-16 11:29:48 UTC
|
|
||||||
+++ Makefile.in
|
|
||||||
@@ -146,8 +146,8 @@ install: all
|
|
||||||
@echo "Installing xmp.h..."
|
|
||||||
@$(INSTALL) -m644 include/xmp.h $(DESTDIR)$(INCLUDEDIR)
|
|
||||||
@echo "Installing libxmp.pc..."
|
|
||||||
- @mkdir -p $(DESTDIR)$(LIBDIR)/pkgconfig
|
|
||||||
- @$(INSTALL) -m644 libxmp.pc $(DESTDIR)$(LIBDIR)/pkgconfig/
|
|
||||||
+ @mkdir -p $(DESTDIR)$(PREFIX)/libdata/pkgconfig
|
|
||||||
+ @$(INSTALL) -m644 libxmp.pc $(DESTDIR)$(PREFIX)/libdata/pkgconfig/
|
|
||||||
|
|
||||||
depend:
|
|
||||||
@echo Building dependencies...
|
|
|
@ -19,7 +19,6 @@ USES= autoreconf gmake libtool pathfix pkgconfig ssl
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
PATHFIX_MAKEFILEIN= Makefile.am
|
|
||||||
|
|
||||||
PORTDOCS= AUTHORS README.txt
|
PORTDOCS= AUTHORS README.txt
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ LIB_DEPENDS= libsndfile.so:audio/libsndfile \
|
||||||
libfftw3.so:math/fftw3
|
libfftw3.so:math/fftw3
|
||||||
RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa
|
RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa
|
||||||
|
|
||||||
USES= gmake pkgconfig tar:bzip2
|
USES= gmake pathfix pkgconfig tar:bzip2
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- Makefile.in.orig 2012-10-28 10:30:09 UTC
|
|
||||||
+++ Makefile.in
|
|
||||||
@@ -32,7 +32,7 @@ INSTALL_LIBDIR := @prefix@/lib
|
|
||||||
INSTALL_VAMPDIR := @prefix@/lib/vamp
|
|
||||||
INSTALL_LADSPADIR := @prefix@/lib/ladspa
|
|
||||||
INSTALL_LRDFDIR := @prefix@/share/ladspa/rdf
|
|
||||||
-INSTALL_PKGDIR := @prefix@/lib/pkgconfig
|
|
||||||
+INSTALL_PKGDIR := @prefix@/libdata/pkgconfig
|
|
||||||
|
|
||||||
all: bin lib $(PROGRAM_TARGET) $(STATIC_TARGET) $(DYNAMIC_TARGET) $(VAMP_TARGET) $(LADSPA_TARGET)
|
|
||||||
|
|
|
@ -20,7 +20,6 @@ LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= libtool pathfix pkgconfig autoreconf
|
USES= libtool pathfix pkgconfig autoreconf
|
||||||
PATHFIX_MAKEFILEIN= Makefile.am
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
|
@ -17,7 +17,6 @@ GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
USES= autoreconf libtool pathfix
|
USES= autoreconf libtool pathfix
|
||||||
PATHFIX_MAKEFILEIN= Makefile.am
|
|
||||||
|
|
||||||
OPTIONS_DEFINE= INTEGER_SAMPLES DOCS OPENMP
|
OPTIONS_DEFINE= INTEGER_SAMPLES DOCS OPENMP
|
||||||
OPTIONS_DEFAULT= ${MACHINE_CPU:tu:MSOFTFP:S/SOFTFP/INTEGER_SAMPLES/}
|
OPTIONS_DEFAULT= ${MACHINE_CPU:tu:MSOFTFP:S/SOFTFP/INTEGER_SAMPLES/}
|
||||||
|
|
|
@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
LIB_DEPENDS= libsndfile.so:audio/libsndfile
|
LIB_DEPENDS= libsndfile.so:audio/libsndfile
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= gmake pkgconfig
|
USES= gmake pathfix pkgconfig
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -1,11 +1,6 @@
|
||||||
--- Makefile.in.orig 2015-06-22 08:28:58 UTC
|
--- Makefile.in.orig 2015-06-22 08:28:58 UTC
|
||||||
+++ Makefile.in
|
+++ Makefile.in
|
||||||
@@ -90,11 +90,11 @@ INSTALL_HOSTSDK_LINK_DEV = libvamp-host
|
@@ -94,7 +94,7 @@ INSTALL_PKGCONFIG = $(INSTALL_PREFIX)/
|
||||||
INSTALL_HOSTSDK_STATIC = libvamp-hostsdk.a
|
|
||||||
INSTALL_HOSTSDK_LA = libvamp-hostsdk.la
|
|
||||||
|
|
||||||
-INSTALL_PKGCONFIG = $(INSTALL_PREFIX)/lib/pkgconfig
|
|
||||||
+INSTALL_PKGCONFIG = $(INSTALL_PREFIX)/libdata/pkgconfig
|
|
||||||
|
|
||||||
# Flags required to tell the compiler to create a dynamically loadable object
|
# Flags required to tell the compiler to create a dynamically loadable object
|
||||||
#
|
#
|
||||||
|
|
|
@ -17,10 +17,11 @@ TEST_DEPENDS= bash:shells/bash
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= samtools
|
GH_ACCOUNT= samtools
|
||||||
|
|
||||||
USES= autoreconf gmake perl5 shebangfix
|
USES= autoreconf gmake pathfix perl5 shebangfix
|
||||||
USE_PERL5= test
|
USE_PERL5= test
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
PATHFIX_MAKEFILEIN= Makefile
|
||||||
SHEBANG_FILES= test/compare_sam.pl test/test.pl
|
SHEBANG_FILES= test/compare_sam.pl test/test.pl
|
||||||
|
|
||||||
OPTIONS_DEFINE= CURL
|
OPTIONS_DEFINE= CURL
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
--- Makefile.orig 2015-12-15 16:34:33 UTC
|
--- Makefile.orig 2016-04-22 08:45:12 UTC
|
||||||
+++ Makefile
|
+++ Makefile
|
||||||
@@ -22,16 +22,7 @@
|
@@ -22,16 +22,7 @@
|
||||||
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
# For now these don't work too well as samtools also needs to know to
|
# For now these don't work too well as samtools also needs to know to
|
||||||
# add -lbz2 and -llzma if linking against the static libhts.a library.
|
# add -lbz2 and -llzma if linking against the static libhts.a library.
|
||||||
@@ -58,16 +49,10 @@ includedir = $(prefix)/include
|
@@ -58,17 +49,11 @@ includedir = $(prefix)/include
|
||||||
libdir = $(exec_prefix)/lib
|
libdir = $(exec_prefix)/lib
|
||||||
libexecdir = $(exec_prefix)/libexec
|
libexecdir = $(exec_prefix)/libexec
|
||||||
datarootdir = $(prefix)/share
|
datarootdir = $(prefix)/share
|
||||||
|
@ -25,17 +25,17 @@
|
||||||
+mandir = $(prefix)/man
|
+mandir = $(prefix)/man
|
||||||
man1dir = $(mandir)/man1
|
man1dir = $(mandir)/man1
|
||||||
man5dir = $(mandir)/man5
|
man5dir = $(mandir)/man5
|
||||||
-pkgconfigdir= $(libdir)/pkgconfig
|
pkgconfigdir= $(prefix)/libdata/pkgconfig
|
||||||
-
|
|
||||||
-MKDIR_P = mkdir -p
|
-MKDIR_P = mkdir -p
|
||||||
-INSTALL = install -p
|
-INSTALL = install -p
|
||||||
-INSTALL_PROGRAM = $(INSTALL)
|
-INSTALL_PROGRAM = $(INSTALL)
|
||||||
-INSTALL_DATA = $(INSTALL) -m 644
|
-INSTALL_DATA = $(INSTALL) -m 644
|
||||||
-INSTALL_DIR = $(MKDIR_P) -m 755
|
-INSTALL_DIR = $(MKDIR_P) -m 755
|
||||||
+pkgconfigdir= $(exec_prefix)/libdata/pkgconfig
|
-
|
||||||
|
|
||||||
# Set by config.mk if plugins are enabled
|
# Set by config.mk if plugins are enabled
|
||||||
plugindir =
|
plugindir =
|
||||||
|
|
||||||
@@ -86,7 +71,7 @@ BUILT_TEST_PROGRAMS = \
|
@@ -86,7 +71,7 @@ BUILT_TEST_PROGRAMS = \
|
||||||
test/test-vcf-api \
|
test/test-vcf-api \
|
||||||
test/test-vcf-sweep
|
test/test-vcf-sweep
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
HTSPREFIX =
|
HTSPREFIX =
|
||||||
include htslib_vars.mk
|
include htslib_vars.mk
|
||||||
@@ -361,7 +346,7 @@ installdirs:
|
@@ -360,7 +345,7 @@ installdirs:
|
||||||
# and libhts.so.NN (used by client executables at runtime).
|
# and libhts.so.NN (used by client executables at runtime).
|
||||||
|
|
||||||
install-so: libhts.so installdirs
|
install-so: libhts.so installdirs
|
||||||
|
|
|
@ -17,7 +17,7 @@ BUILD_DEPENDS= yaggo:devel/yaggo
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
USES= autoreconf compiler:c++11-lib gmake \
|
USES= autoreconf compiler:c++11-lib gmake \
|
||||||
libtool pkgconfig
|
libtool pathfix pkgconfig
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
|
@ -35,10 +35,4 @@ BROKEN_FreeBSD_9_i386= multiple code issues on i386 < 10.0-RELEASE
|
||||||
CONFIGURE_ARGS+=--without-sse
|
CONFIGURE_ARGS+=--without-sse
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
# configure does not support --with-pkgconfigdir
|
|
||||||
post-patch:
|
|
||||||
@${REINPLACE_CMD} \
|
|
||||||
-e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
|
|
||||||
${WRKSRC}/Makefile.am
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -10,7 +10,7 @@ COMMENT= Gordon's text utilities
|
||||||
|
|
||||||
LICENSE= AGPLv3
|
LICENSE= AGPLv3
|
||||||
|
|
||||||
USES= autoreconf libtool pkgconfig
|
USES= autoreconf libtool pathfix pkgconfig
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
@ -19,9 +19,4 @@ GH_ACCOUNT= agordon
|
||||||
|
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
post-patch:
|
|
||||||
@${REINPLACE_CMD} \
|
|
||||||
's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \
|
|
||||||
${WRKSRC}/Makefile.am
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -19,7 +19,7 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
|
||||||
libopencc.so:chinese/opencc \
|
libopencc.so:chinese/opencc \
|
||||||
libyaml-cpp.so:devel/yaml-cpp
|
libyaml-cpp.so:devel/yaml-cpp
|
||||||
|
|
||||||
USES= cmake compiler:c++11-lib pkgconfig gettext perl5
|
USES= cmake compiler:c++11-lib pathfix pkgconfig gettext perl5
|
||||||
USE_PERL5= build patch
|
USE_PERL5= build patch
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_XORG= xproto
|
USE_XORG= xproto
|
||||||
|
|
|
@ -9,15 +9,6 @@
|
||||||
# uninstall target
|
# uninstall target
|
||||||
configure_file(
|
configure_file(
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in"
|
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in"
|
||||||
@@ -142,7 +142,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
|
||||||
${PROJECT_BINARY_DIR}/rime.pc
|
|
||||||
@ONLY)
|
|
||||||
install(FILES include/rime_api.h DESTINATION include)
|
|
||||||
- install(FILES ${PROJECT_BINARY_DIR}/rime.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig)
|
|
||||||
+ install(FILES ${PROJECT_BINARY_DIR}/rime.pc DESTINATION ${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig)
|
|
||||||
install(FILES cmake/RimeConfig.cmake DESTINATION share/cmake/rime)
|
|
||||||
if(BUILD_DATA)
|
|
||||||
install(FILES ${PROJECT_SOURCE_DIR}/data/default.yaml DESTINATION ${pkgdatadir})
|
|
||||||
@@ -153,7 +153,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
@@ -153,7 +153,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||||
file(GLOB supplement_schema ${PROJECT_SOURCE_DIR}/data/supplement/*.yaml)
|
file(GLOB supplement_schema ${PROJECT_SOURCE_DIR}/data/supplement/*.yaml)
|
||||||
install(FILES ${supplement_schema} DESTINATION ${pkgdatadir})
|
install(FILES ${supplement_schema} DESTINATION ${pkgdatadir})
|
||||||
|
|
|
@ -18,7 +18,7 @@ BROKEN= Unfetchable (google code has gone away)
|
||||||
|
|
||||||
LIB_DEPENDS= libsqlite3.so:databases/sqlite3
|
LIB_DEPENDS= libsqlite3.so:databases/sqlite3
|
||||||
|
|
||||||
USES= compiler:c++11-lib gettext-runtime gmake libtool pkgconfig python:build shebangfix
|
USES= compiler:c++11-lib gettext-runtime gmake libtool pathfix pkgconfig python:build shebangfix
|
||||||
SHEBANG_FILES= data/db/android/create_db.py
|
SHEBANG_FILES= data/db/android/create_db.py
|
||||||
USE_GNOME= glib20
|
USE_GNOME= glib20
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
@ -47,9 +47,6 @@ OPENCC_LIB_DEPENDS= libopencc.so:chinese/opencc
|
||||||
post-extract-OPENPHRASE_DB-on:
|
post-extract-OPENPHRASE_DB-on:
|
||||||
@${CP} ${DISTDIR}/${OPENPHRASE_DBFILE} ${WRKSRC}/data/db/open-phrase
|
@${CP} ${DISTDIR}/${OPENPHRASE_DBFILE} ${WRKSRC}/data/db/open-phrase
|
||||||
|
|
||||||
post-patch:
|
|
||||||
@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' ${WRKSRC}/Makefile.in
|
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}-1.0.so
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}-1.0.so
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ BUILD_DEPENDS= swig:devel/swig13
|
||||||
LIB_DEPENDS= libltdl.so:devel/libltdl
|
LIB_DEPENDS= libltdl.so:devel/libltdl
|
||||||
|
|
||||||
INFO= hamlib
|
INFO= hamlib
|
||||||
USES= autoreconf libtool:keepla pathfix perl5 pkgconfig python shebangfix tcl
|
USES= autoreconf libtool:keepla pathfix perl5 pathfix pkgconfig python shebangfix tcl
|
||||||
USE_PYTHON= py3kplist
|
USE_PYTHON= py3kplist
|
||||||
SHEBANG_FILES= bindings/perltest.pl
|
SHEBANG_FILES= bindings/perltest.pl
|
||||||
USE_PERL5= build run
|
USE_PERL5= build run
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- Makefile.am.orig 2015-09-19 12:08:54 UTC
|
|
||||||
+++ Makefile.am
|
|
||||||
@@ -3,7 +3,7 @@
|
|
||||||
aclocaldir = $(datadir)/aclocal
|
|
||||||
aclocal_DATA = hamlib.m4
|
|
||||||
|
|
||||||
-pkgconfigdir = $(libdir)/pkgconfig
|
|
||||||
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
|
||||||
pkgconfig_DATA = hamlib.pc
|
|
||||||
|
|
||||||
EXTRA_DIST = PLAN TODO LICENSE hamlib.m4 hamlib.pc.in README.developer \
|
|
|
@ -11,7 +11,7 @@ COMMENT= Library for Evation's Irman infrared receiver
|
||||||
|
|
||||||
LICENSE= LGPL20
|
LICENSE= LGPL20
|
||||||
|
|
||||||
USES= gmake libtool tar:bzip2
|
USES= gmake libtool pathfix tar:bzip2
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,5 @@
|
||||||
--- Makefile.in.orig 2015-08-18 19:51:04 UTC
|
--- Makefile.in.orig 2015-08-18 19:51:04 UTC
|
||||||
+++ Makefile.in
|
+++ Makefile.in
|
||||||
@@ -399,7 +399,7 @@ top_srcdir = @top_srcdir@
|
|
||||||
AUTOMAKE_OPTIONS = foreign dist-bzip2
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
|
||||||
dist_doc_DATA = README TECHNICAL
|
|
||||||
-pkgconfigdir = @libdir@/pkgconfig
|
|
||||||
+pkgconfigdir = @prefix@/libdata/pkgconfig
|
|
||||||
dist_pkgconfig_DATA = libirman.pc
|
|
||||||
EXTRA_DIST = COPYING.lib TECHNICAL libirman.pc.in
|
|
||||||
EXTRA_LTLIBRARIES = libirman_sw.la
|
|
||||||
@@ -778,7 +778,7 @@ install-dist_sysconfDATA: $(dist_sysconf
|
@@ -778,7 +778,7 @@ install-dist_sysconfDATA: $(dist_sysconf
|
||||||
done | $(am__base_list) | \
|
done | $(am__base_list) | \
|
||||||
while read files; do \
|
while read files; do \
|
||||||
|
|
|
@ -13,7 +13,7 @@ COMMENT= Commandline tool that performs SDR with RTL2832-based USB sticks
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
USES= autoreconf gmake pkgconfig libtool tar:tgz
|
USES= autoreconf gmake pkgconfig libtool pathfix tar:tgz
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
|
@ -31,7 +31,5 @@ DOXYGEN_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-patch-Makefile.am
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} 's|^pkgdocdir=.*|pkgdocdir=${DOCSDIR}|' \
|
@${REINPLACE_CMD} 's|^pkgdocdir=.*|pkgdocdir=${DOCSDIR}|' \
|
||||||
${WRKSRC}/Makefile.am
|
${WRKSRC}/Makefile.am
|
||||||
@${REINPLACE_CMD} 's|^pkgconfigdir =.*|pkgconfigdir = ${PREFIX}/libdata/pkgconfig|' \
|
|
||||||
${WRKSRC}/Makefile.am
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --includedir="${LOCALBASE}/include" \
|
||||||
--disable-alsa --disable-pulseaudio
|
--disable-alsa --disable-pulseaudio
|
||||||
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USES+= gmake libtool ncurses pkgconfig
|
USES+= gmake libtool ncurses pathfix pkgconfig
|
||||||
USE_CSTD= gnu99
|
USE_CSTD= gnu99
|
||||||
WRKSRC= ${WRKDIR}/unixcw-${PORTVERSION}
|
WRKSRC= ${WRKDIR}/unixcw-${PORTVERSION}
|
||||||
MAJOR_LIB_VER= 6
|
MAJOR_LIB_VER= 6
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- src/libcw/Makefile.in.orig 2015-10-06 17:17:18 UTC
|
|
||||||
+++ src/libcw/Makefile.in
|
|
||||||
@@ -676,7 +676,7 @@ libcw_test_internal_LDADD = -lm -lpthrea
|
|
||||||
libcw_test_internal_CFLAGS = -rdynamic
|
|
||||||
|
|
||||||
# target: libcw.pc
|
|
||||||
-pkgconfigdir = $(libdir)/pkgconfig
|
|
||||||
+pkgconfigdir = ${prefix}/libdata/pkgconfig
|
|
||||||
|
|
||||||
# CLEANFILES extends list of files that need to be removed when
|
|
||||||
# calling "make clean"
|
|
|
@ -17,7 +17,7 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs
|
||||||
BUILD_DEPENDS= xsltproc:textproc/libxslt
|
BUILD_DEPENDS= xsltproc:textproc/libxslt
|
||||||
|
|
||||||
USES= cmake:outsource execinfo kde:4 shared-mime-info \
|
USES= cmake:outsource execinfo kde:4 shared-mime-info \
|
||||||
compiler:c++11-lang tar:bzip2
|
compiler:c++11-lang pathfix tar:bzip2
|
||||||
USE_KDE= automoc4 soprano
|
USE_KDE= automoc4 soprano
|
||||||
USE_QT4= corelib dbus gui network qtestlib_build sql xml \
|
USE_QT4= corelib dbus gui network qtestlib_build sql xml \
|
||||||
moc_build qmake_build rcc_build uic_build
|
moc_build qmake_build rcc_build uic_build
|
||||||
|
@ -48,8 +48,6 @@ SQLITE_CMAKE_OFF= -DAKONADI_BUILD_QSQLITE=off
|
||||||
OPTIONS_DEFAULT= MYSQL
|
OPTIONS_DEFAULT= MYSQL
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} -e '/akonadi.pc/ s|pkgconfig|../libdata/pkgconfig|' \
|
|
||||||
${PATCH_WRKSRC}/CMakeLists.txt
|
|
||||||
${REINPLACE_CMD} -e '/find_program/ s|mysqld|mysqld_safe ${LOCALBASE}/bin|g' \
|
${REINPLACE_CMD} -e '/find_program/ s|mysqld|mysqld_safe ${LOCALBASE}/bin|g' \
|
||||||
${PATCH_WRKSRC}/server/CMakeLists.txt
|
${PATCH_WRKSRC}/server/CMakeLists.txt
|
||||||
${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
|
${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
|
||||||
|
|
|
@ -18,7 +18,7 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3
|
||||||
OPTIONS_DEFINE= DOXYGEN EXAMPLES DOCS
|
OPTIONS_DEFINE= DOXYGEN EXAMPLES DOCS
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= gmake libtool
|
USES= gmake libtool pathfix
|
||||||
CONFIGURE_ARGS+=--enable-libsqlite3
|
CONFIGURE_ARGS+=--enable-libsqlite3
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- ./Makefile.in.orig 2010-03-12 12:09:51.000000000 -0500
|
|
||||||
+++ ./Makefile.in 2010-03-12 12:10:03.000000000 -0500
|
|
||||||
@@ -526,7 +526,7 @@
|
|
||||||
docs/doxygen.h \
|
|
||||||
tests/run.sh
|
|
||||||
|
|
||||||
-pkgconfigdir = $(libdir)/pkgconfig
|
|
||||||
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
|
||||||
pkgconfig_DATA = support/libdrizzle.pc
|
|
||||||
TESTS_ENVIRONMENT = ${top_srcdir}/tests/run.sh
|
|
||||||
TESTS = $(check_PROGRAMS)
|
|
|
@ -19,6 +19,5 @@ GNU_CONFIGURE= yes
|
||||||
USES= autoreconf libtool pkgconfig gmake pathfix
|
USES= autoreconf libtool pkgconfig gmake pathfix
|
||||||
USE_GNOME= glib20
|
USE_GNOME= glib20
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
PATHFIX_MAKEFILEIN=Makefile.am
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -22,7 +22,6 @@ OPTIONS_SUB= yes
|
||||||
USES= autoreconf bison iconv libtool pathfix pkgconfig
|
USES= autoreconf bison iconv libtool pathfix pkgconfig
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= brianb
|
GH_ACCOUNT= brianb
|
||||||
PATHFIX_MAKEFILEIN= Makefile.am
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_GNOME= glib20
|
USE_GNOME= glib20
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
|
@ -12,7 +12,7 @@ COMMENT= C library for accessing databases with a single API
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
|
||||||
USES= gmake libtool readline
|
USES= gmake libtool pathfix readline
|
||||||
|
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -lpthread -L${WRKSRC}/lib -L${LOCALBASE}/lib
|
LDFLAGS+= -lpthread -L${WRKSRC}/lib -L${LOCALBASE}/lib
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- ./Makefile.in.orig 2012-06-10 18:33:53.000000000 -0300
|
|
||||||
+++ ./Makefile.in 2014-01-19 00:08:50.000000000 -0200
|
|
||||||
@@ -308,7 +308,7 @@
|
|
||||||
opendbx.spec \
|
|
||||||
ABOUT-NLS
|
|
||||||
|
|
||||||
-pkgconfigdir = $(libdir)/pkgconfig
|
|
||||||
+pkgconfigdir = $(exec_prefix)/libdata/pkgconfig
|
|
||||||
pkgconfig_DATA = opendbx.pc opendbxplus.pc
|
|
||||||
all: config.h
|
|
||||||
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
|
|
@ -17,7 +17,7 @@ LICENSE= BSD3CLAUSE
|
||||||
CONFLICTS= postgresql-libpqxx-3.* postgresql-libpqxx3-3.*
|
CONFLICTS= postgresql-libpqxx-3.* postgresql-libpqxx3-3.*
|
||||||
PORTSCOUT= limit:^2\.
|
PORTSCOUT= limit:^2\.
|
||||||
|
|
||||||
USES+= gmake libtool pgsql python:build shebangfix
|
USES+= gmake libtool pathfix pgsql python:build shebangfix
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
PLIST_SUB= PORTVERSION=${PORTVERSION:R}
|
PLIST_SUB= PORTVERSION=${PORTVERSION:R}
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- Makefile.in.orig 2011-09-12 11:39:56.000000000 +0200
|
|
||||||
+++ Makefile.in 2011-09-12 11:40:48.000000000 +0200
|
|
||||||
@@ -270,7 +270,7 @@
|
|
||||||
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.h.in config.log configure \
|
|
||||||
stamp-h.in
|
|
||||||
|
|
||||||
-pkgconfigdir = $(libdir)/pkgconfig
|
|
||||||
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
|
||||||
pkgconfig_DATA = libpqxx.pc
|
|
||||||
bin_SCRIPTS = pqxx-config
|
|
||||||
all: all-recursive
|
|
|
@ -16,7 +16,7 @@ COMMENT= New C++ interface for PostgreSQL
|
||||||
CONFLICTS= postgresql-libpqxx-[2-4].*
|
CONFLICTS= postgresql-libpqxx-[2-4].*
|
||||||
PORTSCOUT= limit:^2\.
|
PORTSCOUT= limit:^2\.
|
||||||
|
|
||||||
USES+= gmake libtool pgsql pkgconfig python:build shebangfix
|
USES+= gmake libtool pathfix pgsql pkgconfig python:build shebangfix
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- Makefile.in.orig 2011-09-12 11:39:56.000000000 +0200
|
|
||||||
+++ Makefile.in 2011-09-12 11:40:48.000000000 +0200
|
|
||||||
@@ -270,7 +270,7 @@
|
|
||||||
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.h.in config.log configure \
|
|
||||||
stamp-h.in
|
|
||||||
|
|
||||||
-pkgconfigdir = $(libdir)/pkgconfig
|
|
||||||
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
|
||||||
pkgconfig_DATA = libpqxx.pc
|
|
||||||
bin_SCRIPTS = pqxx-config
|
|
||||||
all: all-recursive
|
|
|
@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= SQL database engine in a C library
|
COMMENT= SQL database engine in a C library
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= gmake libtool pkgconfig readline
|
USES= gmake libtool pathfix pkgconfig readline
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
CONFIGURE_ARGS= --with-hints=freebsd.hints
|
CONFIGURE_ARGS= --with-hints=freebsd.hints
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- Makefile.in.orig 2005-04-23 18:43:23.000000000 -0400
|
--- Makefile.in.orig 2005-04-23 22:43:23 UTC
|
||||||
+++ Makefile.in 2015-03-26 18:36:07.358178000 -0400
|
+++ Makefile.in
|
||||||
@@ -38,7 +38,7 @@
|
@@ -38,7 +38,7 @@ RELEASE = @ALLOWRELEASE@
|
||||||
|
|
||||||
# libtool compile/link/install
|
# libtool compile/link/install
|
||||||
LTCOMPILE = $(LIBTOOL) --mode=compile $(TCC)
|
LTCOMPILE = $(LIBTOOL) --mode=compile $(TCC)
|
||||||
|
@ -9,18 +9,14 @@
|
||||||
LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
|
LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
|
||||||
|
|
||||||
# Compiler options needed for programs that use the TCL library.
|
# Compiler options needed for programs that use the TCL library.
|
||||||
@@ -471,8 +471,12 @@
|
@@ -474,6 +474,10 @@ install: sqlite libsqlite.la sqlite.h
|
||||||
$(LTINSTALL) sqlite $(DESTDIR)$(exec_prefix)/bin
|
$(INSTALL) -d $(DESTDIR)$(exec_prefix)/lib/pkgconfig;
|
||||||
$(INSTALL) -d $(DESTDIR)$(prefix)/include
|
$(INSTALL) -m 0644 sqlite.pc $(DESTDIR)$(exec_prefix)/lib/pkgconfig;
|
||||||
$(INSTALL) -m 0644 sqlite.h $(DESTDIR)$(prefix)/include
|
|
||||||
- $(INSTALL) -d $(DESTDIR)$(exec_prefix)/lib/pkgconfig;
|
|
||||||
- $(INSTALL) -m 0644 sqlite.pc $(DESTDIR)$(exec_prefix)/lib/pkgconfig;
|
|
||||||
+ $(INSTALL) -d $(DESTDIR)/$(exec_prefix)/libdata/pkgconfig
|
|
||||||
+ $(INSTALL) -m 0644 sqlite.pc $(DESTDIR)/$(exec_prefix)/libdata/pkgconfig
|
|
||||||
+
|
|
||||||
+install-tcl: libtclsqlite.la
|
+install-tcl: libtclsqlite.la
|
||||||
+ $(INSTALL) -d $(DESTDIR)$(prefix)/lib/sqlite
|
+ $(INSTALL) -d $(DESTDIR)$(prefix)/lib/sqlite
|
||||||
+ $(LTINSTALL) libtclsqlite.la $(DESTDIR)$(prefix)/lib/sqlite
|
+ $(LTINSTALL) libtclsqlite.la $(DESTDIR)$(prefix)/lib/sqlite
|
||||||
|
+
|
||||||
clean:
|
clean:
|
||||||
rm -f *.lo *.la *.o sqlite@TARGET_EXEEXT@ libsqlite.la sqlite.h opcodes.*
|
rm -f *.lo *.la *.o sqlite@TARGET_EXEEXT@ libsqlite.la sqlite.h opcodes.*
|
||||||
|
rm -rf .libs .deps
|
||||||
|
|
|
@ -14,7 +14,8 @@ LICENSE= LGPL20
|
||||||
LIB_DEPENDS= librudiments.so:devel/rudiments
|
LIB_DEPENDS= librudiments.so:devel/rudiments
|
||||||
|
|
||||||
WANT_GNOME= yes
|
WANT_GNOME= yes
|
||||||
USES= gmake libtool python
|
USES= gmake libtool pathfix python
|
||||||
|
PATHFIX_MAKEFILEIN= Makefile
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= ${SQLRELAY_CONFIGURE_ARGS} \
|
CONFIGURE_ARGS= ${SQLRELAY_CONFIGURE_ARGS} \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- Makefile.orig 2016-01-17 07:20:04 UTC
|
--- Makefile.orig 2016-01-17 07:20:04 UTC
|
||||||
+++ Makefile
|
+++ Makefile
|
||||||
@@ -30,16 +30,13 @@ install-doc:
|
@@ -30,9 +30,6 @@ install-doc:
|
||||||
cd doc $(AND) $(MAKE) install
|
cd doc $(AND) $(MAKE) install
|
||||||
|
|
||||||
install-license:
|
install-license:
|
||||||
|
@ -9,19 +9,7 @@
|
||||||
- $(CHMOD) 0644 $(licensedir)/COPYING
|
- $(CHMOD) 0644 $(licensedir)/COPYING
|
||||||
|
|
||||||
install-pkgconfig:
|
install-pkgconfig:
|
||||||
- $(MKINSTALLDIRS) $(libdir)/pkgconfig
|
$(MKINSTALLDIRS) $(libdir)/pkgconfig
|
||||||
- $(CP) sqlrelay-c.pc $(libdir)/pkgconfig/$(SQLRELAY)-c.pc
|
|
||||||
- $(CHMOD) 0644 $(libdir)/pkgconfig/$(SQLRELAY)-c.pc
|
|
||||||
- $(CP) sqlrelay-c++.pc $(libdir)/pkgconfig/$(SQLRELAY)-c++.pc
|
|
||||||
- $(CHMOD) 0644 $(libdir)/pkgconfig/$(SQLRELAY)-c++.pc
|
|
||||||
+ $(MKINSTALLDIRS) $(prefix)/libdata/pkgconfig
|
|
||||||
+ $(CP) sqlrelay-c.pc $(prefix)/libdata/pkgconfig/sqlrelay-c.pc
|
|
||||||
+ $(CHMOD) 0644 $(prefix)/libdata/pkgconfig/sqlrelay-c.pc
|
|
||||||
+ $(CP) sqlrelay-c++.pc $(prefix)/libdata/pkgconfig/sqlrelay-c++.pc
|
|
||||||
+ $(CHMOD) 0644 $(prefix)/libdata/pkgconfig/sqlrelay-c++.pc
|
|
||||||
|
|
||||||
uninstall: $(UNINSTALLSUBDIRS)
|
|
||||||
$(RMTREE) $(libexecdir)
|
|
||||||
@@ -63,7 +60,6 @@ uninstall-doc:
|
@@ -63,7 +60,6 @@ uninstall-doc:
|
||||||
cd doc $(AND) $(MAKE) uninstall
|
cd doc $(AND) $(MAKE) uninstall
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ LICENSE= LGPL21
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= gmake
|
USES= pathfix gmake
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
PORTDOCS= *
|
PORTDOCS= *
|
||||||
|
@ -66,11 +66,8 @@ SHLIB_VER_MAJ= 9
|
||||||
|
|
||||||
PLIST_SUB+= SHLIB_VER=${SHLIB_VER} SHLIB_VER_MAJ=${SHLIB_VER_MAJ}
|
PLIST_SUB+= SHLIB_VER=${SHLIB_VER} SHLIB_VER_MAJ=${SHLIB_VER_MAJ}
|
||||||
|
|
||||||
# Because gnomehack will search "(libdir)" and it doesn't work, we need
|
|
||||||
# to patch it manually.
|
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} -e 's|@libdir@/pkgconfig|@prefix@/libdata/pkgconfig|' \
|
${REINPLACE_CMD} -e 's|@datarootdir@|@datarootdir@/doc|' \
|
||||||
-e 's|@datarootdir@|@datarootdir@/doc|' \
|
|
||||||
${WRKSRC}/Makefile.in
|
${WRKSRC}/Makefile.in
|
||||||
|
|
||||||
post-patch-FASTEST-on:
|
post-patch-FASTEST-on:
|
||||||
|
|
|
@ -15,7 +15,7 @@ LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USES= gmake
|
USES= gmake pathfix
|
||||||
USE_RC_SUBR= ttserver
|
USE_RC_SUBR= ttserver
|
||||||
|
|
||||||
OPTIONS_DEFINE= LUA
|
OPTIONS_DEFINE= LUA
|
||||||
|
@ -29,11 +29,7 @@ LUA_CFLAGS+= -I${LUA_INCDIR}
|
||||||
LUA_CPPFLAGS+= -I${LUA_INCDIR}
|
LUA_CPPFLAGS+= -I${LUA_INCDIR}
|
||||||
LUA_USES= lua
|
LUA_USES= lua
|
||||||
|
|
||||||
# Since gnomehack only works for "(libdir)" case, we need to patch it
|
|
||||||
# manually.
|
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} -e 's|@libdir@/pkgconfig|@prefix@/libdata/pkgconfig|g' \
|
|
||||||
${WRKSRC}/Makefile.in
|
|
||||||
${REINPLACE_CMD} -e 's|llua|llua-${LUA_VER}|g' ${WRKSRC}/configure
|
${REINPLACE_CMD} -e 's|llua|llua-${LUA_VER}|g' ${WRKSRC}/configure
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -22,7 +22,7 @@ LIB_DEPENDS= libpopt.so:devel/popt \
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= efficios
|
GH_ACCOUNT= efficios
|
||||||
|
|
||||||
USES= autoreconf:build bison gettext-runtime gmake libtool pkgconfig
|
USES= autoreconf:build bison gettext-runtime gmake libtool pathfix pkgconfig
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --disable-debug-info
|
CONFIGURE_ARGS= --disable-debug-info
|
||||||
USE_GNOME= glib20
|
USE_GNOME= glib20
|
||||||
|
@ -41,8 +41,6 @@ BUILD_DEPENDS+= flex>=2.5.35:textproc/flex
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|LICENSE mit-license.txt gpl-2.0.txt||' \
|
@${REINPLACE_CMD} -e 's|LICENSE mit-license.txt gpl-2.0.txt||' \
|
||||||
${WRKSRC}/Makefile.am
|
${WRKSRC}/Makefile.am
|
||||||
@${REINPLACE_CMD} -e 's|/pkgconfig|/../libdata/pkgconfig|' \
|
|
||||||
${WRKSRC}/Makefile.am
|
|
||||||
@${REINPLACE_CMD} -e 's|machine\/endian|sys\/endian|' \
|
@${REINPLACE_CMD} -e 's|machine\/endian|sys\/endian|' \
|
||||||
${WRKSRC}/include/babeltrace/endian.h
|
${WRKSRC}/include/babeltrace/endian.h
|
||||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000033
|
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000033
|
||||||
|
|
|
@ -24,8 +24,6 @@ INSTALL_TARGET= install-strip
|
||||||
DATADIR= ${PREFIX}/share/CUnit
|
DATADIR= ${PREFIX}/share/CUnit
|
||||||
EXAMPLESDIR= ${PREFIX}/share/examples/CUnit
|
EXAMPLESDIR= ${PREFIX}/share/examples/CUnit
|
||||||
|
|
||||||
PATHFIX_MAKEFILEIN= Makefile.am
|
|
||||||
|
|
||||||
OPTIONS_DEFINE= AUT BAS CON CUR DEB EXA ITE MEM
|
OPTIONS_DEFINE= AUT BAS CON CUR DEB EXA ITE MEM
|
||||||
OPTIONS_DEFAULT= AUT BAS CON
|
OPTIONS_DEFAULT= AUT BAS CON
|
||||||
OPTIONS_SUB= yes
|
OPTIONS_SUB= yes
|
||||||
|
|
|
@ -14,7 +14,7 @@ COMMENT= Chromium compact language detector library
|
||||||
|
|
||||||
BROKEN= Unfetchable (google code has gone away)
|
BROKEN= Unfetchable (google code has gone away)
|
||||||
|
|
||||||
USES= libtool
|
USES= libtool pathfix
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- Makefile.in.orig 2012-05-23 14:35:00.000000000 +0400
|
|
||||||
+++ Makefile.in 2013-02-08 15:37:27.000000000 +0400
|
|
||||||
@@ -282,7 +282,7 @@
|
|
||||||
|
|
||||||
# autogen.sh and cleanrepo.sh are script for maintainance use. Not for distribution.
|
|
||||||
# dist_noinst_SCRIPTS = autogen.sh
|
|
||||||
-pkgconfigdir = $(libdir)/pkgconfig
|
|
||||||
+pkgconfigdir = ${exec_prefix}/libdata/pkgconfig
|
|
||||||
pkgconfig_DATA = cld.pc
|
|
||||||
basic_test_SOURCES = tests/basic_test.cc
|
|
||||||
basic_test_CXXFLAGS = -Wall -fPIC -Isrc/ -I../src -O2 -DCLD_WINDOWS
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- Makefile.am.orig 2016-01-23 16:43:26 UTC
|
|
||||||
+++ Makefile.am
|
|
||||||
@@ -10,7 +10,7 @@ endif
|
|
||||||
|
|
||||||
am__tar = @am__tar@ $(ADDITIONAL_MAKE_DIST_OPTIONS)
|
|
||||||
|
|
||||||
-pkgconfigdir = $(libdir)/pkgconfig
|
|
||||||
+pkgconfigdir = ${STAGEDIR}${PREFIX}/libdata/pkgconfig
|
|
||||||
pkgconfig_DATA = codeblocks.pc
|
|
||||||
|
|
||||||
EXTRA_DIST = bootstrap \
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- Makefile.in.orig 2016-05-06 22:17:30 UTC
|
|
||||||
+++ Makefile.in
|
|
||||||
@@ -455,7 +455,7 @@ SUBDIRS = src
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
|
||||||
@KEEP_DLLS_FALSE@ADDITIONAL_MAKE_DIST_OPTIONS = --exclude=".svn" --exclude="*.dll"
|
|
||||||
@KEEP_DLLS_TRUE@ADDITIONAL_MAKE_DIST_OPTIONS = --exclude=".svn"
|
|
||||||
-pkgconfigdir = $(prefix)/libdata/pkgconfig
|
|
||||||
+pkgconfigdir = ${STAGEDIR}${PREFIX}/libdata/pkgconfig
|
|
||||||
pkgconfig_DATA = codeblocks.pc
|
|
||||||
EXTRA_DIST = bootstrap \
|
|
||||||
codeblocks.spec \
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- src/plugins/contrib/SpellChecker/hunspell/Makefile.am.orig 2016-05-06 22:18:30 UTC
|
|
||||||
+++ src/plugins/contrib/SpellChecker/hunspell/Makefile.am
|
|
||||||
@@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4
|
|
||||||
|
|
||||||
SUBDIRS= intl po src man m4 tests
|
|
||||||
|
|
||||||
-pkgconfdir = $(libdir)/pkgconfig
|
|
||||||
+pkgconfdir = ${STAGEDIR}${PREFIX}/libdata/pkgconfig
|
|
||||||
pkgconf_DATA = hunspell.pc
|
|
||||||
|
|
||||||
EXTRA_DIST = BUGS README.myspell AUTHORS.myspell license.myspell license.hunspell \
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- src/plugins/contrib/SpellChecker/hunspell/Makefile.in.org.orig 2016-05-06 22:19:18 UTC
|
|
||||||
+++ src/plugins/contrib/SpellChecker/hunspell/Makefile.in.org
|
|
||||||
@@ -429,7 +429,7 @@ top_builddir = @top_builddir@
|
|
||||||
top_srcdir = @top_srcdir@
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
|
||||||
SUBDIRS = intl po src man m4 tests
|
|
||||||
-pkgconfdir = $(libdir)/pkgconfig
|
|
||||||
+pkgconfdir = ${STAGEDIR}${PREFIX}/libdata/pkgconfig
|
|
||||||
pkgconf_DATA = hunspell.pc
|
|
||||||
EXTRA_DIST = BUGS README.myspell AUTHORS.myspell license.myspell license.hunspell \
|
|
||||||
ChangeLog.O COPYING.MPL COPYING.LGPL hunspell.pc.in
|
|
|
@ -1,9 +0,0 @@
|
||||||
--- src/plugins/contrib/wxContribItems/Makefile.am.orig 2016-05-06 22:22:42 UTC
|
|
||||||
+++ src/plugins/contrib/wxContribItems/Makefile.am
|
|
||||||
@@ -9,5 +9,5 @@ SUBDIRS = wxchart wxFlatNotebook wxthing
|
|
||||||
|
|
||||||
EXTRA_DIST = $(srcdir)/*.cbp $(TREELIST_DIST)
|
|
||||||
|
|
||||||
-pkgconfigdir = $(libdir)/pkgconfig
|
|
||||||
+pkgconfigdir = ${STAGEDIR}${PREFIX}/libdata/pkgconfig
|
|
||||||
pkgconfig_DATA = wxsmith-contrib.pc cb_wxcontrib.pc cb_wxchartctrl.pc cb_wxcustombutton.pc cb_wxflatnotebook.pc cb_wximagepanel.pc cb_wxspeedbutton.pc cb_wxKWIC.pc $(TREELIST_PC) cb_wxled.pc cb_wxmathplot.pc
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- src/plugins/contrib/wxContribItems/Makefile.in.orig 2016-05-06 22:22:44 UTC
|
|
||||||
+++ src/plugins/contrib/wxContribItems/Makefile.in
|
|
||||||
@@ -444,7 +444,7 @@ top_srcdir = @top_srcdir@
|
|
||||||
@HAVE_WX29_TRUE@TREELIST_DIST = $(srcdir)/wxTreeList/src/treelistctrl.cpp $(srcdir)/wxTreeList/include/wx/treelistctrl.h
|
|
||||||
SUBDIRS = wxchart wxFlatNotebook wxthings wxImagePanel wxSpeedButton KWIC $(TREELIST_DIR) wxled wxmathplot .
|
|
||||||
EXTRA_DIST = $(srcdir)/*.cbp $(TREELIST_DIST)
|
|
||||||
-pkgconfigdir = $(prefix)/libdata/pkgconfig
|
|
||||||
+pkgconfigdir = ${STAGEDIR}${PREFIX}/libdata/pkgconfig
|
|
||||||
pkgconfig_DATA = wxsmith-contrib.pc cb_wxcontrib.pc cb_wxchartctrl.pc cb_wxcustombutton.pc cb_wxflatnotebook.pc cb_wximagepanel.pc cb_wxspeedbutton.pc cb_wxKWIC.pc $(TREELIST_PC) cb_wxled.pc cb_wxmathplot.pc
|
|
||||||
all: all-recursive
|
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- src/plugins/contrib/wxSmithAui/Makefile.am.orig 2016-05-06 22:24:09 UTC
|
|
||||||
+++ src/plugins/contrib/wxSmithAui/Makefile.am
|
|
||||||
@@ -45,7 +45,7 @@ libwxSmithAui_la_SOURCES = \
|
|
||||||
./wxAuiToolBar/wxSmithAuiToolBar.cpp \
|
|
||||||
./wxSmithAui.cpp
|
|
||||||
|
|
||||||
-pkgconfigdir = $(libdir)/pkgconfig
|
|
||||||
+pkgconfigdir = ${STAGEDIR}${PREFIX}/libdata/pkgconfig
|
|
||||||
pkgconfig_DATA = wxsmithaui.pc
|
|
||||||
|
|
||||||
noinst_HEADERS = \
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- src/plugins/contrib/wxSmithAui/Makefile.in.orig 2016-05-06 22:24:06 UTC
|
|
||||||
+++ src/plugins/contrib/wxSmithAui/Makefile.in
|
|
||||||
@@ -478,7 +478,7 @@ libwxSmithAui_la_SOURCES = \
|
|
||||||
./wxAuiToolBar/wxSmithAuiToolBar.cpp \
|
|
||||||
./wxSmithAui.cpp
|
|
||||||
|
|
||||||
-pkgconfigdir = $(prefix)/libdata/pkgconfig
|
|
||||||
+pkgconfigdir = ${STAGEDIR}${PREFIX}/libdata/pkgconfig
|
|
||||||
pkgconfig_DATA = wxsmithaui.pc
|
|
||||||
noinst_HEADERS = \
|
|
||||||
./wxAuiManager/wxsAuiManager.h \
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- src/plugins/contrib/wxSmith/Makefile.am.orig 2016-05-06 22:22:03 UTC
|
|
||||||
+++ src/plugins/contrib/wxSmith/Makefile.am
|
|
||||||
@@ -70,7 +70,7 @@ noinst_HEADERS = \
|
|
||||||
./wxsversionconverter.h \
|
|
||||||
./wxssettings.h
|
|
||||||
|
|
||||||
-pkgconfigdir = $(libdir)/pkgconfig
|
|
||||||
+pkgconfigdir = ${STAGEDIR}${PREFIX}/libdata/pkgconfig
|
|
||||||
pkgconfig_DATA = wxsmith.pc
|
|
||||||
|
|
||||||
EXTRA_DIST = \
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- src/plugins/contrib/wxSmith/Makefile.in.orig 2016-05-06 22:20:29 UTC
|
|
||||||
+++ src/plugins/contrib/wxSmith/Makefile.in
|
|
||||||
@@ -546,7 +546,7 @@ noinst_HEADERS = \
|
|
||||||
./wxsversionconverter.h \
|
|
||||||
./wxssettings.h
|
|
||||||
|
|
||||||
-pkgconfigdir = $(prefix)/libdata/pkgconfig
|
|
||||||
+pkgconfigdir = ${STAGEDIR}${PREFIX}/libdata/pkgconfig
|
|
||||||
pkgconfig_DATA = wxsmith.pc
|
|
||||||
EXTRA_DIST = \
|
|
||||||
$(srcdir)/*.cbp \
|
|
|
@ -15,7 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash \
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
USES= pkgconfig tar:bzip2
|
USES= pathfix pkgconfig tar:bzip2
|
||||||
USE_GNOME= libxslt
|
USE_GNOME= libxslt
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
@ -23,8 +23,5 @@ post-patch:
|
||||||
-e 's|/bin/bash|${LOCALBASE}/bin/bash|' \
|
-e 's|/bin/bash|${LOCALBASE}/bin/bash|' \
|
||||||
-e 's|getopt|${LOCALBASE}/bin/getopt|' \
|
-e 's|getopt|${LOCALBASE}/bin/getopt|' \
|
||||||
${WRKSRC}/src/bcop.in
|
${WRKSRC}/src/bcop.in
|
||||||
@${REINPLACE_CMD} -e \
|
|
||||||
's|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
|
|
||||||
${WRKSRC}/Makefile.in
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
|
|
||||||
USES= autoreconf libtool
|
USES= autoreconf libtool pathfix
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- Makefile.am.orig 2015-05-04 05:36:02 UTC
|
|
||||||
+++ Makefile.am
|
|
||||||
@@ -21,7 +21,7 @@ endif
|
|
||||||
|
|
||||||
TESTS = $(check_PROGRAMS)
|
|
||||||
|
|
||||||
-pkgconfigdir = $(libdir)/pkgconfig
|
|
||||||
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
|
||||||
pkgconfig_DATA = cpputest.pc
|
|
||||||
|
|
||||||
EXTRA_DIST = \
|
|
|
@ -40,8 +40,6 @@ PORTDATA= *
|
||||||
PORTDOCS= *
|
PORTDOCS= *
|
||||||
PORTEXAMPLES= *
|
PORTEXAMPLES= *
|
||||||
|
|
||||||
PATHFIX_MAKEFILEIN= Makefile.am
|
|
||||||
|
|
||||||
AUTOMATED_CONFIGURE_ENABLE= automated
|
AUTOMATED_CONFIGURE_ENABLE= automated
|
||||||
BASIC_CONFIGURE_ENABLE= basic
|
BASIC_CONFIGURE_ENABLE= basic
|
||||||
CONSOLE_CONFIGURE_ENABLE= console
|
CONSOLE_CONFIGURE_ENABLE= console
|
||||||
|
|
|
@ -20,7 +20,7 @@ USE_GITHUB= yes
|
||||||
GH_ACCOUNT= andreas-volz
|
GH_ACCOUNT= andreas-volz
|
||||||
GH_PROJECT= dbus-cplusplus
|
GH_PROJECT= dbus-cplusplus
|
||||||
|
|
||||||
USES= autoreconf compiler:c++11-lib gettext gmake libtool localbase pkgconfig
|
USES= autoreconf compiler:c++11-lib gettext gmake libtool localbase pathfix pkgconfig
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GNOME= glib20
|
USE_GNOME= glib20
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
@ -32,9 +32,6 @@ CONFIGURE_ARGS= --prefix=${LOCALBASE} \
|
||||||
--disable-examples \
|
--disable-examples \
|
||||||
--disable-doxygen-docs
|
--disable-doxygen-docs
|
||||||
|
|
||||||
post-patch:
|
|
||||||
@${REINPLACE_CMD} 's|^pkgconfigdir = .*|pkgconfigdir=$${prefix}/libdata/pkgconfig|' ${WRKSRC}/Makefile.am
|
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdbus-c++-1.so
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdbus-c++-1.so
|
||||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdbus-c++-glib-1.so
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdbus-c++-glib-1.so
|
||||||
|
|
|
@ -17,7 +17,7 @@ GNU_CONFIGURE= yes
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LIBS+= -L${LOCALBASE}/lib ${ICONV_LIB} -lintl
|
LIBS+= -L${LOCALBASE}/lib ${ICONV_LIB} -lintl
|
||||||
|
|
||||||
USES= autoreconf iconv gettext libtool pkgconfig
|
USES= autoreconf iconv gettext libtool pathfix pkgconfig
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
|
@ -26,7 +26,6 @@ CONFIGURE_ENV+= DOXYGEN=""
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.am
|
|
||||||
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' ${WRKSRC}/collection/collection_tools.c \
|
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' ${WRKSRC}/collection/collection_tools.c \
|
||||||
${WRKSRC}/refarray/ref_array.c
|
${WRKSRC}/refarray/ref_array.c
|
||||||
@${REINPLACE_CMD} -e 's|git log -1 &>/dev/null|true|g' \
|
@${REINPLACE_CMD} -e 's|git log -1 &>/dev/null|true|g' \
|
||||||
|
|
|
@ -9,7 +9,7 @@ COMMENT= Minix editline: A free readline() for UNIX
|
||||||
|
|
||||||
LICENSE= BSD4CLAUSE
|
LICENSE= BSD4CLAUSE
|
||||||
|
|
||||||
USES= autoreconf libtool ncurses
|
USES= autoreconf libtool ncurses pathfix
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= troglobit
|
GH_ACCOUNT= troglobit
|
||||||
|
|
||||||
|
@ -20,8 +20,6 @@ INSTALL_TARGET= install-strip
|
||||||
PORTDOCS= *
|
PORTDOCS= *
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} '/^pkgconfigdir/s|=.*|= ${PREFIX}/libdata/pkgconfig|' \
|
|
||||||
${WRKSRC}/Makefile.am
|
|
||||||
# rename to libeditline.3 to avoid conflict with libedit
|
# rename to libeditline.3 to avoid conflict with libedit
|
||||||
${REINPLACE_CMD} 's|editline.3|lib&|' ${WRKSRC}/man/Makefile.am
|
${REINPLACE_CMD} 's|editline.3|lib&|' ${WRKSRC}/man/Makefile.am
|
||||||
cd ${WRKSRC}/man; ${MV} editline.3 libeditline.3
|
cd ${WRKSRC}/man; ${MV} editline.3 libeditline.3
|
||||||
|
|
|
@ -152,11 +152,6 @@ LIB_DEPENDS+= libluajit-5.1.so:lang/luajit
|
||||||
PLIST_SUB+= ELUA=""
|
PLIST_SUB+= ELUA=""
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
pre-patch:
|
|
||||||
@${REINPLACE_CMD} -e \
|
|
||||||
's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
|
|
||||||
${WRKSRC}/Makefile.am
|
|
||||||
|
|
||||||
post-stage:
|
post-stage:
|
||||||
${RM} -r ${STAGEDIR}${PREFIX}/share/gdb
|
${RM} -r ${STAGEDIR}${PREFIX}/share/gdb
|
||||||
for i in `${FIND} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${PREFIX}/lib -type f`; do \
|
for i in `${FIND} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${PREFIX}/lib -type f`; do \
|
||||||
|
|
|
@ -13,7 +13,7 @@ COMMENT= Generic game engine for 2D double-buffering animation
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --includedir=${PREFIX}/include
|
CONFIGURE_ARGS= --includedir=${PREFIX}/include
|
||||||
|
|
||||||
USES= pkgconfig libtool
|
USES= pathfix pkgconfig libtool
|
||||||
USE_SDL= sdl mixer image
|
USE_SDL= sdl mixer image
|
||||||
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- Makefile.in.orig 2009-08-21 08:55:05.575153056 +0000
|
|
||||||
+++ Makefile.in 2009-08-21 08:56:07.604907117 +0000
|
|
||||||
@@ -204,7 +204,7 @@
|
|
||||||
top_builddir = @top_builddir@
|
|
||||||
top_srcdir = @top_srcdir@
|
|
||||||
SUBDIRS = src
|
|
||||||
-pkgconfigdir = $(libdir)/pkgconfig
|
|
||||||
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
|
||||||
pkgconfig_DATA = $(PACKAGE)-$(API).pc
|
|
||||||
doc_DATA = \
|
|
||||||
AUTHORS \
|
|
|
@ -16,7 +16,8 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/Newtonsoft.Json.pc:devel/newtonsof
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_TUPLE= google:google-gdata:edcd096379
|
GH_TUPLE= google:google-gdata:edcd096379
|
||||||
|
|
||||||
USES= dos2unix gmake mono
|
USES= dos2unix gmake mono pathfix
|
||||||
|
PATHFIX_MAKEFILEIN= Makefile
|
||||||
WRKSRC_SUBDIR= clients/cs
|
WRKSRC_SUBDIR= clients/cs
|
||||||
DOS2UNIX_FILES= ${WRKSRC}/Makefile ${WRKSRC}/misc/gdata-sharp-core.pc.in
|
DOS2UNIX_FILES= ${WRKSRC}/Makefile ${WRKSRC}/misc/gdata-sharp-core.pc.in
|
||||||
MAKE_ARGS= CSC=${LOCALBASE}/bin/mcs
|
MAKE_ARGS= CSC=${LOCALBASE}/bin/mcs
|
||||||
|
|
|
@ -1,14 +1,5 @@
|
||||||
--- Makefile.orig 2016-10-16 13:47:41 UTC
|
--- Makefile.orig 2016-10-16 13:47:41 UTC
|
||||||
+++ Makefile
|
+++ Makefile
|
||||||
@@ -5,7 +5,7 @@ DEFINES=/d:TRACE
|
|
||||||
|
|
||||||
VERSION=$(shell egrep AssemblyVersion version/AssemblyVersion.cs | egrep -o \([[:digit:]]\.\)+[[:digit:]]+)
|
|
||||||
PREFIX=/usr/local
|
|
||||||
-PKGCONFIGDIR = $(PREFIX)/lib/pkgconfig
|
|
||||||
+PKGCONFIGDIR = $(PREFIX)/libdata/pkgconfig
|
|
||||||
|
|
||||||
CORELIBS= \
|
|
||||||
Google.GData.Client.dll \
|
|
||||||
@@ -33,7 +33,7 @@ ALLLIBS = \
|
@@ -33,7 +33,7 @@ ALLLIBS = \
|
||||||
|
|
||||||
UNINSTALLLIBS = $(basename $(ALLLIBS))
|
UNINSTALLLIBS = $(basename $(ALLLIBS))
|
||||||
|
|
|
@ -18,7 +18,6 @@ USES= autoreconf gmake pathfix libtool
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
PATHFIX_MAKEFILEIN=Makefile.am
|
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgumbo.so.1.0.0
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgumbo.so.1.0.0
|
||||||
|
|
|
@ -16,7 +16,7 @@ BUILD_DEPENDS= ragel:devel/ragel
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= 01org
|
GH_ACCOUNT= 01org
|
||||||
USES= compiler:c++11-lib cmake:outsource python:build pkgconfig
|
USES= compiler:c++11-lib cmake:outsource pathfix python:build pkgconfig
|
||||||
ONLY_FOR_ARCHS= amd64
|
ONLY_FOR_ARCHS= amd64
|
||||||
ONLY_FOR_ARCHS_REASON= SSSE3 is required for work
|
ONLY_FOR_ARCHS_REASON= SSSE3 is required for work
|
||||||
|
|
||||||
|
@ -52,9 +52,4 @@ PLIST_SUB+= SHARED="" \
|
||||||
PLIST_SUB+= SHARED="@comment "
|
PLIST_SUB+= SHARED="@comment "
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-stage:
|
|
||||||
${MV} ${STAGEDIR}/${PREFIX}/lib/pkgconfig/libhs.pc \
|
|
||||||
${STAGEDIR}/${PREFIX}/libdata/pkgconfig/
|
|
||||||
${RMDIR} ${STAGEDIR}/${PREFIX}/lib/pkgconfig/
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -17,10 +17,8 @@ LIB_DEPENDS= libgmp.so:math/gmp
|
||||||
CONFIGURE_ARGS= --with-gmp-prefix=${LOCALBASE}
|
CONFIGURE_ARGS= --with-gmp-prefix=${LOCALBASE}
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
USES= libtool tar:xz
|
USES= libtool pathfix tar:xz
|
||||||
|
PATHFIX_MAKEFILEIN= configure
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
post-patch:
|
|
||||||
@${REINPLACE_CMD} -e 's@pkgconfig_libdir=.*@pkgconfig_libdir=$${prefix}/libdata/pkgconfig@' ${WRKSRC}/configure
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -10,7 +10,7 @@ COMMENT= Asynchronous I/O readiness notification library
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
|
||||||
USES= libtool pkgconfig
|
USES= libtool pathfix pkgconfig
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
@ -18,9 +18,6 @@ USE_GITHUB= yes
|
||||||
GH_ACCOUNT= buytenh
|
GH_ACCOUNT= buytenh
|
||||||
|
|
||||||
post-stage:
|
post-stage:
|
||||||
${MKDIR} ${STAGEDIR}${PREFIX}/libdata/pkgconfig
|
|
||||||
${MV} ${STAGEDIR}${PREFIX}/lib/pkgconfig/ivykis.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/ivykis.pc
|
|
||||||
${RMDIR} ${STAGEDIR}${PREFIX}/lib/pkgconfig
|
|
||||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libivykis.so.0.4.2
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libivykis.so.0.4.2
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
--- misc/Makefile.am.orig 2015-10-17 19:07:02 UTC
|
|
||||||
+++ misc/Makefile.am
|
|
||||||
@@ -1,3 +1,3 @@
|
|
||||||
-pkgconfigdir = $(libdir)/pkgconfig
|
|
||||||
+pkgconfigdir = $(libdatadir)/pkgconfig
|
|
||||||
|
|
||||||
pkgconfig_DATA = ivykis.pc
|
|
|
@ -16,7 +16,8 @@ LIB_DEPENDS= libltdl.so:devel/libltdl
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||||
|
|
||||||
USES= cmake pkgconfig
|
USES= cmake pathfix pkgconfig
|
||||||
|
PATHFIX_CMAKELISTSTXT= pkg-config.cmake
|
||||||
USE_GNOME= pango
|
USE_GNOME= pango
|
||||||
PKG_CONFIG_PATH= ${PREFIX}/libdata/pkgconfig
|
PKG_CONFIG_PATH= ${PREFIX}/libdata/pkgconfig
|
||||||
CONFIGURE_ENV+= PKG_CONFIG_PATH=${PKG_CONFIG_PATH}
|
CONFIGURE_ENV+= PKG_CONFIG_PATH=${PKG_CONFIG_PATH}
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- cmake/modules/pkg-config.cmake.orig 2008-12-31 14:38:25.000000000 -0500
|
|
||||||
+++ cmake/modules/pkg-config.cmake 2008-12-31 14:42:58.000000000 -0500
|
|
||||||
@@ -6,7 +6,7 @@
|
|
||||||
if(PKG_CONFIG_EXECUTABLE)
|
|
||||||
message(STATUS "Looking for pkg-config - found")
|
|
||||||
set(pkg_config_true "")
|
|
||||||
- set(PKG_CONFIG_DIR ${libdir}/pkgconfig)
|
|
||||||
+ set(PKG_CONFIG_DIR ${exec_prefix}/libdata/pkgconfig)
|
|
||||||
else(PKG_CONFIG_EXECUTABLE)
|
|
||||||
message(STATUS "Looking for pkg-config - not found")
|
|
||||||
set(pkg_config_true "#")
|
|
|
@ -14,7 +14,6 @@ GH_TAGNAME= 0c9b50f
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= autoreconf libtool pathfix pkgconfig tar:bzip2
|
USES= autoreconf libtool pathfix pkgconfig tar:bzip2
|
||||||
PATHFIX_MAKEFILEIN=Makefile.am
|
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ GH_PROJECT= brotli:brotli
|
||||||
GH_TAGNAME= ${BROTLI_VERSION}:brotli
|
GH_TAGNAME= ${BROTLI_VERSION}:brotli
|
||||||
GH_SUBDIR= brotli:brotli
|
GH_SUBDIR= brotli:brotli
|
||||||
|
|
||||||
USES= pkgconfig autoreconf libtool compiler:c++0x
|
USES= pkgconfig autoreconf libtool compiler:c++0x pathfix
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION}
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION}
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- Makefile.am.orig 2016-04-16 19:40:04.016418000 -0400
|
|
||||||
+++ Makefile.am 2016-04-16 19:40:13.154082000 -0400
|
|
||||||
@@ -41,7 +41,7 @@
|
|
||||||
# install headers in $(includedir) with subdirs
|
|
||||||
nobase_include_HEADERS = $(DECODEHEADERS) $(ENCODEHEADERS)
|
|
||||||
|
|
||||||
-pkgconfigdir = $(libdir)/pkgconfig
|
|
||||||
+pkgconfigdir = $(libdir)/../libdata/pkgconfig
|
|
||||||
pkgconfig_DATA = libbrotlienc.pc libbrotlidec.pc
|
|
||||||
pkgincludedir= $(includedir)/brotli
|
|
||||||
pkginclude_HEADERS =
|
|
|
@ -15,7 +15,6 @@ GH_ACCOUNT= crees
|
||||||
GH_TAGNAME= 947dba4
|
GH_TAGNAME= 947dba4
|
||||||
|
|
||||||
USES= autoreconf makeinfo pkgconfig pathfix libtool
|
USES= autoreconf makeinfo pkgconfig pathfix libtool
|
||||||
PATHFIX_MAKEFILEIN= Makefile.am
|
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
|
@ -17,7 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg
|
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg
|
||||||
|
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
USES= gmake localbase pkgconfig tar:bzip2
|
USES= gmake localbase pathfix pkgconfig tar:bzip2
|
||||||
|
PATHFIX_MAKEFILEIN= Makefile
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,5 @@
|
||||||
--- Makefile.orig 2007-11-26 20:47:43 UTC
|
--- Makefile.orig 2007-11-26 20:47:43 UTC
|
||||||
+++ Makefile
|
+++ Makefile
|
||||||
@@ -4,7 +4,7 @@ endif
|
|
||||||
include config.mak
|
|
||||||
|
|
||||||
DISTFILE = libdlna-$(VERSION).tar.bz2
|
|
||||||
-PKGCONFIG_DIR = $(libdir)/pkgconfig
|
|
||||||
+PKGCONFIG_DIR = $(prefix)/libdata/pkgconfig
|
|
||||||
PKGCONFIG_FILE = libdlna.pc
|
|
||||||
|
|
||||||
LIBTEST = test-libdlna
|
|
||||||
@@ -19,7 +19,7 @@ EXTRADIST = AUTHORS \
|
@@ -19,7 +19,7 @@ EXTRADIST = AUTHORS \
|
||||||
SUBDIRS = src \
|
SUBDIRS = src \
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ MAKE_JOBS_UNSAFE= yes
|
||||||
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
USES= libtool
|
USES= libtool pathfix
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= LIBESTR_CFLAGS="-I${LOCALBASE}/include" LIBESTR_LIBS="-L${LOCALBASE}/lib -lestr"
|
CONFIGURE_ENV= LIBESTR_CFLAGS="-I${LOCALBASE}/include" LIBESTR_LIBS="-L${LOCALBASE}/lib -lestr"
|
||||||
CONFIGURE_ARGS+= --prefix="${PREFIX}" --disable-testbench
|
CONFIGURE_ARGS+= --prefix="${PREFIX}" --disable-testbench
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- Makefile.in.orig 2011-06-20 14:08:32.835431092 -0500
|
|
||||||
+++ Makefile.in 2011-06-20 14:08:56.609771691 -0500
|
|
||||||
@@ -257,7 +257,7 @@
|
|
||||||
top_builddir = @top_builddir@
|
|
||||||
top_srcdir = @top_srcdir@
|
|
||||||
SUBDIRS = tests include src
|
|
||||||
-pkgconfigdir = $(libdir)/pkgconfig
|
|
||||||
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
|
||||||
pkgconfig_DATA = libee.pc
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
|
||||||
all: config.h
|
|
|
@ -22,7 +22,7 @@ SANITY_DESC= Avoid loading invalid ELF files
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS+= --enable-shared --disable-compat
|
CONFIGURE_ARGS+= --enable-shared --disable-compat
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USES= desthack
|
USES= desthack pathfix
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MNLS}
|
.if ${PORT_OPTIONS:MNLS}
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
Description: Fix the pkgconfig data directory path.
|
|
||||||
Forwarded: not-needed
|
|
||||||
Author: Peter Pentchev <roam@FreeBSD.org>
|
|
||||||
Last-Update: 2009-11-20
|
|
||||||
|
|
||||||
--- Makefile.in.orig
|
|
||||||
+++ Makefile.in
|
|
||||||
@@ -23,7 +23,7 @@
|
|
||||||
exec_prefix = @exec_prefix@
|
|
||||||
libdir = @libdir@
|
|
||||||
|
|
||||||
-pkgdir = $(libdir)/pkgconfig
|
|
||||||
+pkgdir = $(prefix)/libdata/pkgconfig
|
|
||||||
|
|
||||||
MV = mv -f
|
|
||||||
RM = rm -f
|
|
|
@ -10,7 +10,7 @@ MASTER_SITES= http://libestr.adiscon.com/files/download/
|
||||||
MAINTAINER= matthew@FreeBSD.org
|
MAINTAINER= matthew@FreeBSD.org
|
||||||
COMMENT= Library for some string essentials
|
COMMENT= Library for some string essentials
|
||||||
|
|
||||||
USES= libtool
|
USES= libtool pathfix
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --prefix="${PREFIX}" \
|
CONFIGURE_ARGS= --prefix="${PREFIX}" \
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- Makefile.in..orig 2011-06-20 13:31:12.833335470 -0500
|
|
||||||
+++ Makefile.in 2011-06-20 13:31:27.073909538 -0500
|
|
||||||
@@ -251,7 +251,7 @@
|
|
||||||
top_builddir = .
|
|
||||||
top_srcdir = .
|
|
||||||
SUBDIRS = include src
|
|
||||||
-pkgconfigdir = $(libdir)/pkgconfig
|
|
||||||
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
|
||||||
pkgconfig_DATA = libestr.pc
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
|
||||||
all: config.h
|
|
|
@ -20,7 +20,6 @@ GH_PROJECT= ${PORTNAME:S/2$//}
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= autoreconf libtool pathfix
|
USES= autoreconf libtool pathfix
|
||||||
PATHFIX_MAKEFILEIN=Makefile.am
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
OPTIONS_DEFINE= OPENSSL THREADS
|
OPTIONS_DEFINE= OPENSSL THREADS
|
||||||
|
|
|
@ -16,7 +16,6 @@ GH_ACCOUNT= rsyslog
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= autoreconf gmake libtool pathfix pkgconfig
|
USES= autoreconf gmake libtool pathfix pkgconfig
|
||||||
PATHFIX_MAKEFILEIN= Makefile.am
|
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -14,7 +14,6 @@ LICENSE= GPLv2 LGPL21
|
||||||
LICENSE_COMB= multi
|
LICENSE_COMB= multi
|
||||||
|
|
||||||
USES= autoreconf gmake libtool pathfix pkgconfig tar:bzip2
|
USES= autoreconf gmake libtool pathfix pkgconfig tar:bzip2
|
||||||
PATHFIX_MAKEFILEIN= Makefile.am
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
|
@ -13,7 +13,7 @@ LICENSE= GPLv2
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= libgit2
|
GH_ACCOUNT= libgit2
|
||||||
|
|
||||||
USES= cmake pkgconfig python:build
|
USES= cmake pathfix pkgconfig python:build
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_OPENSSL= yes
|
USE_OPENSSL= yes
|
||||||
|
|
||||||
|
@ -38,8 +38,7 @@ BROKEN_sparc64= does not install: thread-local storage not supported
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e "s|/pkgconfig|/../libdata/pkgconfig|; \
|
@${REINPLACE_CMD} -e "/LIBGIT2_PC_REQUIRES.*zlib/ d" ${WRKSRC}/CMakeLists.txt
|
||||||
/LIBGIT2_PC_REQUIRES.*zlib/ d" ${WRKSRC}/CMakeLists.txt
|
|
||||||
.if ${SSL_DEFAULT} == base
|
.if ${SSL_DEFAULT} == base
|
||||||
@${REINPLACE_CMD} -e "/LIBGIT2_PC_REQUIRES.*openssl/ d" \
|
@${REINPLACE_CMD} -e "/LIBGIT2_PC_REQUIRES.*openssl/ d" \
|
||||||
${WRKSRC}/CMakeLists.txt
|
${WRKSRC}/CMakeLists.txt
|
||||||
|
|
|
@ -22,8 +22,6 @@ CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG}
|
||||||
MAKE_ARGS= LIBS="-lz ${ICONV_LIB}"
|
MAKE_ARGS= LIBS="-lz ${ICONV_LIB}"
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
PATHFIX_MAKEFILEIN= Makefile.am
|
|
||||||
|
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
TEST_TARGET= check
|
TEST_TARGET= check
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,6 @@ USES= autoreconf gmake libtool pathfix
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
PATHFIX_MAKEFILEIN= Makefile.am
|
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue