View | Details | Raw Unified | Return to bug 228809 | Differences between
and this patch

Collapse All | Expand All

(-)Mk/Uses/autoreconf.mk (-5 / +2 lines)
Lines 54-64 Link Here
54
_INCLUDE_USES_AUTORECONF_MK=	yes
54
_INCLUDE_USES_AUTORECONF_MK=	yes
55
_USES_POST+=	autoreconf
55
_USES_POST+=	autoreconf
56
56
57
BUILD_DEPENDS+=	autoconf-2.69:devel/autoconf \
57
BUILD_DEPENDS+=	autoconf>=2.69:devel/autoconf \
58
		autoheader-2.69:devel/autoconf \
58
		automake>=1.16.1:devel/automake
59
		autoreconf-2.69:devel/autoconf \
60
		aclocal-1.15:devel/automake \
61
		automake-1.15:devel/automake
62
59
63
.if defined(libtool_ARGS) && empty(libtool_ARGS:Mbuild)
60
.if defined(libtool_ARGS) && empty(libtool_ARGS:Mbuild)
64
BUILD_DEPENDS+=	libtoolize:devel/libtool
61
BUILD_DEPENDS+=	libtoolize:devel/libtool
(-)accessibility/redshift/Makefile (-6 / +3 lines)
Lines 12-30 COMMENT= Adjusts the color temperature of your screen Link Here
12
LICENSE=	GPLv3
12
LICENSE=	GPLv3
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
USES=		gettext gmake libtool localbase pkgconfig shebangfix tar:bzip2
15
USES=		autoreconf:build gettext gmake libtool localbase pkgconfig \
16
		shebangfix tar:bzip2
16
USE_GITHUB=	yes
17
USE_GITHUB=	yes
17
GH_ACCOUNT=	jonls
18
GH_ACCOUNT=	jonls
19
USE_GNOME=	intltool
18
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
19
INSTALLS_ICONS=	yes
21
INSTALLS_ICONS=	yes
20
SHEBANG_FILES=	src/redshift-gtk/redshift-gtk.in
22
SHEBANG_FILES=	src/redshift-gtk/redshift-gtk.in
21
23
22
CONFIGURE_ARGS+=	--disable-wingdi
24
CONFIGURE_ARGS+=	--disable-wingdi
23
24
BUILD_DEPENDS=	autoconf-2.69:devel/autoconf \
25
		automake-1.15:devel/automake \
26
		libtoolize:devel/libtool \
27
		intltool>=0:textproc/intltool
28
25
29
LIB_DEPENDS=	libdrm.so:graphics/libdrm \
26
LIB_DEPENDS=	libdrm.so:graphics/libdrm \
30
		libgeoclue-2.so:net/geoclue
27
		libgeoclue-2.so:net/geoclue
(-)audio/ifp-line/Makefile (-7 / +2 lines)
Lines 13-32 COMMENT= Command line interface to iRiver music player Link Here
13
LICENSE=	GPLv2
13
LICENSE=	GPLv2
14
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
15
16
USES=		autoreconf iconv
16
USES=		iconv
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
CONFIGURE_ARGS=	LIBUSB_LIBS=-lusb
18
MAKE_JOBS_UNSAFE=	yes
19
MAKE_JOBS_UNSAFE=	yes
19
20
20
LDFLAGS+=	-lusb
21
22
PLIST_FILES=	bin/ifp man/man1/ifp.1.gz
21
PLIST_FILES=	bin/ifp man/man1/ifp.1.gz
23
PORTDOCS=	NEWS README TIPS nonroot.sh
22
PORTDOCS=	NEWS README TIPS nonroot.sh
24
23
25
OPTIONS_DEFINE=	DOCS
24
OPTIONS_DEFINE=	DOCS
26
27
post-patch:
28
	@${REINPLACE_CMD} -e \
29
		'/LIBUSB/s|ERROR|WARN|' ${WRKSRC}/configure.ac
30
25
31
do-install:
26
do-install:
32
	${INSTALL_PROGRAM} ${WRKSRC}/ifp ${STAGEDIR}${PREFIX}/bin
27
	${INSTALL_PROGRAM} ${WRKSRC}/ifp ${STAGEDIR}${PREFIX}/bin
(-)audio/ifp-line/files/patch-Makefile.am (-11 lines)
Lines 1-11 Link Here
1
--- Makefile.am.orig	2005-12-10 07:35:04 UTC
2
+++ Makefile.am
3
@@ -2,6 +2,8 @@
4
 
5
 EXTRA_DIST = $(man1_MANS) $(pkgdata_DATA)
6
 
7
+ACLOCAL_AMFLAGS = -I m4 
8
+
9
 bin_PROGRAMS = ifp
10
 ifp_SOURCES = ifp.c ifp_routines.c ifp_routines.h
11
 ifp_CFLAGS = @LIBUSB_CFLAGS@
(-)audio/ifp-line/files/patch-configure (+284 lines)
Line 0 Link Here
1
--- configure.orig	2005-12-10 07:27:54 UTC
2
+++ configure
3
@@ -3860,281 +3860,6 @@ _ACEOF
4
 
5
 
6
 
7
-# Check whether --with-libusb-prefix or --without-libusb-prefix was given.
8
-if test "${with_libusb_prefix+set}" = set; then
9
-  withval="$with_libusb_prefix"
10
-  libusb_prefix="$withval"
11
-else
12
-  libusb_prefix=""
13
-fi;
14
-
15
-# Check whether --with-libusb-exec-prefix or --without-libusb-exec-prefix was given.
16
-if test "${with_libusb_exec_prefix+set}" = set; then
17
-  withval="$with_libusb_exec_prefix"
18
-  libusb_exec_prefix="$withval"
19
-else
20
-  libusb_exec_prefix=""
21
-fi;
22
-
23
-    if test x$libusb_exec_prefix != x ; then
24
-	libusb_config_args="$libusb_config_args --exec-prefix=$libusb_exec_prefix"
25
-	if test x${LIBUSB_CONFIG+set} != xset ; then
26
-	    LIBUSB_CONFIG=$libusb_exec_prefix/bin/libusb-config
27
-	fi
28
-    fi
29
-    if test x$libusb_prefix != x ; then
30
-	libusb_config_args="$libusb_config_args --prefix=$libusb_prefix"
31
-	if test x${LIBUSB_CONFIG+set} != xset ; then
32
-	    LIBUSB_CONFIG=$libusb_prefix/bin/libusb-config
33
-	fi
34
-    fi
35
-
36
-    # Extract the first word of "libusb-config", so it can be a program name with args.
37
-set dummy libusb-config; ac_word=$2
38
-echo "$as_me:$LINENO: checking for $ac_word" >&5
39
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
40
-if test "${ac_cv_path_LIBUSB_CONFIG+set}" = set; then
41
-  echo $ECHO_N "(cached) $ECHO_C" >&6
42
-else
43
-  case $LIBUSB_CONFIG in
44
-  [\\/]* | ?:[\\/]*)
45
-  ac_cv_path_LIBUSB_CONFIG="$LIBUSB_CONFIG" # Let the user override the test with a path.
46
-  ;;
47
-  *)
48
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49
-for as_dir in $PATH
50
-do
51
-  IFS=$as_save_IFS
52
-  test -z "$as_dir" && as_dir=.
53
-  for ac_exec_ext in '' $ac_executable_extensions; do
54
-  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
55
-    ac_cv_path_LIBUSB_CONFIG="$as_dir/$ac_word$ac_exec_ext"
56
-    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
57
-    break 2
58
-  fi
59
-done
60
-done
61
-
62
-  test -z "$ac_cv_path_LIBUSB_CONFIG" && ac_cv_path_LIBUSB_CONFIG="no"
63
-  ;;
64
-esac
65
-fi
66
-LIBUSB_CONFIG=$ac_cv_path_LIBUSB_CONFIG
67
-
68
-if test -n "$LIBUSB_CONFIG"; then
69
-  echo "$as_me:$LINENO: result: $LIBUSB_CONFIG" >&5
70
-echo "${ECHO_T}$LIBUSB_CONFIG" >&6
71
-else
72
-  echo "$as_me:$LINENO: result: no" >&5
73
-echo "${ECHO_T}no" >&6
74
-fi
75
-
76
-    min_libusb_version=0.1.7
77
-    echo "$as_me:$LINENO: checking for libusb - version >= $min_libusb_version" >&5
78
-echo $ECHO_N "checking for libusb - version >= $min_libusb_version... $ECHO_C" >&6
79
-    no_libusb=""
80
-    if test "$LIBUSB_CONFIG" = "no" ; then
81
-	no_libusb="yes"
82
-    else
83
-	LIBUSB_CFLAGS=`$LIBUSB_CONFIG $libusb_config_args --cflags`
84
-	LIBUSB_LIBS=`$LIBUSB_CONFIG $libusb_config_args --libs`
85
-
86
-	libusb_major_version=`$LIBUSB_CONFIG $libusb_args --version | \
87
-		sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
88
-	libusb_minor_version=`$LIBUSB_CONFIG $libusb_args --version | \
89
-		sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
90
-	libusb_micro_version=`$LIBUSB_CONFIG $libusb_args --version | \
91
-		sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
92
-	if test "x$enable_libusbtext" = "xyes" ; then
93
-	    ac_save_CFLAGS="$CFLAGS"
94
-	    ac_save_LIBS="$LIBS"
95
-	    CFLAGS="$CFLAGS $LIBUSB_CFLAGS"
96
-	    LIBS="$LIBS $LIBUSB_LIBS"
97
-      rm -f conf.libusbtest
98
-      if test "$cross_compiling" = yes; then
99
-  echo $ac_n "cross compiling; assumed OK... $ac_c"
100
-else
101
-  cat >conftest.$ac_ext <<_ACEOF
102
-/* confdefs.h.  */
103
-_ACEOF
104
-cat confdefs.h >>conftest.$ac_ext
105
-cat >>conftest.$ac_ext <<_ACEOF
106
-/* end confdefs.h.  */
107
-
108
-#include <stdio.h>
109
-#include <stdlib.h>
110
-#include <string.h>
111
-#include <usb.h>
112
-
113
-char*
114
-my_strdup (char *str)
115
-{
116
-  char *new_str;
117
-
118
-  if (str)
119
-    {
120
-      new_str = malloc ((strlen (str) + 1) * sizeof(char));
121
-      strcpy (new_str, str);
122
-    }
123
-  else
124
-    new_str = NULL;
125
-
126
-  return new_str;
127
-}
128
-
129
-int main ()
130
-{
131
-  int major, minor, micro;
132
-  char *tmp_version;
133
-
134
-  system ("touch conf.libusbtest");
135
-
136
-  /* HP/UX 9 (%@#!) writes to sscanf strings */
137
-  tmp_version = my_strdup("$min_libusb_version");
138
-  if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
139
-     printf("%s, bad version string\n", "$min_libusb_version");
140
-     exit(1);
141
-   }
142
-
143
-    if (($libusb_major_version > major) ||
144
-        (($libusb_major_version == major) && ($libusb_minor_version > minor)) ||
145
-	(($libusb_major_version == major) && ($libusb_minor_version == minor) &&
146
-	($libusb_micro_version >= micro)))
147
-    {
148
-      return 0;
149
-    }
150
-  else
151
-    {
152
-      printf("\n*** 'libusb-config --version' returned %d.%d, but the minimum version\n", $libusb_major_version, $libusb_minor_version);
153
-      printf("*** of libusb required is %d.%d. If libusb-config is correct, then it is\n", major, minor);
154
-      printf("*** best to upgrade to the required version.\n");
155
-      printf("*** If libusb-config was wrong, set the environment variable LIBUSB_CONFIG\n");
156
-      printf("*** to point to the correct copy of libusb-config, and remove the file\n");
157
-      printf("*** config.cache before re-running configure\n");
158
-      return 1;
159
-    }
160
-}
161
-
162
-
163
-_ACEOF
164
-rm -f conftest$ac_exeext
165
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
166
-  (eval $ac_link) 2>&5
167
-  ac_status=$?
168
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
169
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
170
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
171
-  (eval $ac_try) 2>&5
172
-  ac_status=$?
173
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
174
-  (exit $ac_status); }; }; then
175
-  :
176
-else
177
-  echo "$as_me: program exited with status $ac_status" >&5
178
-echo "$as_me: failed program was:" >&5
179
-sed 's/^/| /' conftest.$ac_ext >&5
180
-
181
-( exit $ac_status )
182
-no_libusb=yes
183
-fi
184
-rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
185
-fi
186
-       CFLAGS="$ac_save_CFLAGS"
187
-       LIBS="$ac_save_LIBS"
188
-     fi
189
-  fi
190
-  if test "x$no_libusb" = x ; then
191
-     echo "$as_me:$LINENO: result: yes" >&5
192
-echo "${ECHO_T}yes" >&6
193
-     :
194
-  else
195
-     echo "$as_me:$LINENO: result: no" >&5
196
-echo "${ECHO_T}no" >&6
197
-     if test "$LIBUSB_CONFIG" = "no" ; then
198
-       echo "*** The libusb-config script installed by libusb could not be found"
199
-       echo "*** If libusb was installed in PREFIX, make sure PREFIX/bin is in"
200
-       echo "*** your path, or set the LIBUSB_CONFIG environment variable to the"
201
-       echo "*** full path to libusb-config."
202
-     else
203
-       if test -f conf.libusbtest ; then
204
-        :
205
-       else
206
-          echo "*** Could not run libusb test program, checking why..."
207
-          CFLAGS="$CFLAGS $LIBUSB_CFLAGS"
208
-          LIBS="$LIBS $LIBUSB_LIBS"
209
-          cat >conftest.$ac_ext <<_ACEOF
210
-/* confdefs.h.  */
211
-_ACEOF
212
-cat confdefs.h >>conftest.$ac_ext
213
-cat >>conftest.$ac_ext <<_ACEOF
214
-/* end confdefs.h.  */
215
-
216
-#include <stdio.h>
217
-#include <usb.h>
218
-
219
-int
220
-main ()
221
-{
222
- return 0;
223
-  ;
224
-  return 0;
225
-}
226
-_ACEOF
227
-rm -f conftest.$ac_objext conftest$ac_exeext
228
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
229
-  (eval $ac_link) 2>conftest.er1
230
-  ac_status=$?
231
-  grep -v '^ *+' conftest.er1 >conftest.err
232
-  rm -f conftest.er1
233
-  cat conftest.err >&5
234
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
235
-  (exit $ac_status); } &&
236
-	 { ac_try='test -z "$ac_c_werror_flag"
237
-			 || test ! -s conftest.err'
238
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
239
-  (eval $ac_try) 2>&5
240
-  ac_status=$?
241
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
242
-  (exit $ac_status); }; } &&
243
-	 { ac_try='test -s conftest$ac_exeext'
244
-  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
245
-  (eval $ac_try) 2>&5
246
-  ac_status=$?
247
-  echo "$as_me:$LINENO: \$? = $ac_status" >&5
248
-  (exit $ac_status); }; }; then
249
-   echo "*** The test program compiled, but did not run. This usually means"
250
-          echo "*** that the run-time linker is not finding libusb or finding the wrong"
251
-          echo "*** version of libusb. If it is not finding libusb, you'll need to set your"
252
-          echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
253
-          echo "*** to the installed location  Also, make sure you have run ldconfig if that"
254
-          echo "*** is required on your system"
255
-	  echo "***"
256
-          echo "*** If you have an old version installed, it is best to remove it, although"
257
-          echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
258
-else
259
-  echo "$as_me: failed program was:" >&5
260
-sed 's/^/| /' conftest.$ac_ext >&5
261
-
262
- echo "*** The test program failed to compile or link. See the file config.log for the"
263
-          echo "*** exact error that occured. This usually means libusb was incorrectly installed"
264
-          echo "*** or that you have moved libusb since it was installed. In the latter case, you"
265
-          echo "*** may want to edit the libusb-config script: $LIBUSB_CONFIG"
266
-fi
267
-rm -f conftest.err conftest.$ac_objext \
268
-      conftest$ac_exeext conftest.$ac_ext
269
-          CFLAGS="$ac_save_CFLAGS"
270
-          LIBS="$ac_save_LIBS"
271
-       fi
272
-     fi
273
-     LIBUSB_CFLAGS=""
274
-     LIBUSB_LIBS=""
275
-     { { echo "$as_me:$LINENO: error: libusb is required." >&5
276
-echo "$as_me: error: libusb is required." >&2;}
277
-   { (exit 1); exit 1; }; }
278
-  fi
279
-
280
-
281
-  rm -f conf.libusbtest
282
 
283
 
284
 # Checks for header files.
(-)cad/repsnapper/files/patch-src-Makefile.am (+11 lines)
Line 0 Link Here
1
--- src/Makefile.am.orig	2017-06-02 13:20:16 UTC
2
+++ src/Makefile.am
3
@@ -82,7 +82,7 @@ EXTRA_DIST += $(built_header_make)
4
 
5
 repsnapper_LDFLAGS = $(EXTRA_LDFLAGS)
6
 
7
-repsnapper_LDADD = $(CLIPPER_LIBS) libpoly2tri.la liblmfit.la libamf.la $(OPENMP_CFLAGS) $(OPENVRML_LIBS) $(GTKMM_LIBS) $(GL_LIBS) $(XMLPP_LIBS) $(LIBZIP_LIBS) $(BOOST_LDFLAGS)
8
+repsnapper_LDADD = @CLIPPER_LIBS@ libpoly2tri.la liblmfit.la libamf.la $(OPENMP_CFLAGS) $(OPENVRML_LIBS) $(GTKMM_LIBS) $(GL_LIBS) $(XMLPP_LIBS) $(LIBZIP_LIBS) $(BOOST_LDFLAGS)
9
 
10
 repsnapperdatadir = $(datadir)/@PACKAGE@
11
 dist_repsnapperdata_DATA = src/repsnapper.ui src/repsnapper.svg
(-)deskutils/multisync/Makefile (-1 lines)
Lines 16-22 USE_GNOME= gnomeprefix libgnomeui Link Here
16
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
17
CPPFLAGS+=	-I${LOCALBASE}/include
17
CPPFLAGS+=	-I${LOCALBASE}/include
18
LIBS+=		-L${LOCALBASE}/lib
18
LIBS+=		-L${LOCALBASE}/lib
19
MAKE_JOBS_UNSAFE=	yes
20
INSTALL_TARGET=	install-strip
19
INSTALL_TARGET=	install-strip
21
20
22
post-patch:
21
post-patch:
(-)deskutils/multisync/files/patch-src-libversit-Makefile.am (+11 lines)
Line 0 Link Here
1
--- src/libversit/Makefile.am.orig	2004-04-12 04:23:21 UTC
2
+++ src/libversit/Makefile.am
3
@@ -20,7 +20,7 @@ libversit_la_SOURCES = $(VERSIT_SRC)
4
 AM_CFLAGS = -D_VCTEST_CONSOLE
5
 noinst_PROGRAMS = vctest
6
 vctest_SOURCES = vctest.c
7
-vctest_LDADD = -L. -lversit
8
+vctest_LDADD = libversit.la
9
 
10
 EXTRA_DIST = README.TXT vcaltest.c vctest.c
11
 
(-)deskutils/pinot/files/patch-Core_Makefile.am (+36 lines)
Line 0 Link Here
1
--- Core/Makefile.am.orig	2016-06-20 18:07:02 UTC
2
+++ Core/Makefile.am
3
@@ -64,7 +64,7 @@ pinot_index_LDADD = \
4
 
5
 pinot_index_SOURCES = pinot-index.cpp
6
 
7
-pinot_index_DEPENDENCIES = libCore.la
8
+pinot_index_DEPENDENCIES = libCore.la libThread.la
9
 
10
 pinot_search_LDFLAGS = \
11
 	-export-dynamic
12
@@ -82,7 +82,7 @@ pinot_search_LDADD = \
13
 pinot_search_SOURCES = \
14
 	pinot-search.cpp
15
 
16
-pinot_search_DEPENDENCIES = libCore.la
17
+pinot_search_DEPENDENCIES = libCore.la libThread.la
18
 
19
 pinot_dbus_daemon_LDFLAGS = \
20
 	-export-dynamic
21
@@ -105,7 +105,7 @@ pinot_dbus_daemon_SOURCES = \
22
 	ServerThreads.cpp \
23
 	pinot-dbus-daemon.cpp
24
 
25
-pinot_dbus_daemon_DEPENDENCIES = libCore.la
26
+pinot_dbus_daemon_DEPENDENCIES = libCore.la libThread.la
27
 
28
 pinot_daemon_LDFLAGS = \
29
 	-export-dynamic
30
@@ -128,5 +128,5 @@ pinot_daemon_SOURCES = \
31
 	ServerThreads.cpp \
32
 	pinot-dbus-daemon.cpp
33
 
34
-pinot_daemon_DEPENDENCIES = libCore.la
35
+pinot_daemon_DEPENDENCIES = libCore.la libThread.la
36
 
(-)devel/Makefile (-1 lines)
Lines 166-172 Link Here
166
    SUBDIR += autodist
166
    SUBDIR += autodist
167
    SUBDIR += autogen
167
    SUBDIR += autogen
168
    SUBDIR += automake
168
    SUBDIR += automake
169
    SUBDIR += automake-wrapper
170
    SUBDIR += automoc4
169
    SUBDIR += automoc4
171
    SUBDIR += autotools
170
    SUBDIR += autotools
172
    SUBDIR += avalon-framework
171
    SUBDIR += avalon-framework
(-)devel/automake/Makefile (-7 / +5 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	automake
4
PORTNAME=	automake
5
PORTVERSION=	1.15.1
5
PORTVERSION=	1.16.1
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	GNU
7
MASTER_SITES=	GNU
8
8
Lines 14-30 LICENSE_COMB= multi Link Here
14
LICENSE_FILE_GPLv2+ =	${WRKSRC}/COPYING
14
LICENSE_FILE_GPLv2+ =	${WRKSRC}/COPYING
15
LICENSE_FILE_GFDL=	${WRKSRC}/doc/fdl.texi
15
LICENSE_FILE_GFDL=	${WRKSRC}/doc/fdl.texi
16
16
17
BUILD_DEPENDS=	autoconf-2.69:devel/autoconf
17
BUILD_DEPENDS=	autoconf>=2.69:devel/autoconf
18
RUN_DEPENDS=	autoconf-2.69:devel/autoconf \
18
RUN_DEPENDS=	autoconf>=2.69:devel/autoconf
19
		automake-wrapper:devel/automake-wrapper
20
19
21
BUILD_VERSION=	1.15
20
BUILD_VERSION=	1.16
22
PLIST_SUB=	BUILD_VERSION=${BUILD_VERSION}
21
PLIST_SUB=	BUILD_VERSION=${BUILD_VERSION}
23
USES=		cpe makeinfo perl5 tar:xz
22
USES=		cpe makeinfo perl5 tar:xz
24
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
25
CONFIGURE_ARGS=	--program-suffix=-${BUILD_VERSION}
26
MAKE_ENV+=	MAKEINFOFLAGS=--no-split
24
MAKE_ENV+=	MAKEINFOFLAGS=--no-split
27
INFO=		automake
25
INFO=		automake automake-history
28
CPE_VENDOR=	gnu
26
CPE_VENDOR=	gnu
29
27
30
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)devel/automake/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1497951299
1
TIMESTAMP = 1528387628
2
SHA256 (automake-1.15.1.tar.xz) = af6ba39142220687c500f79b4aa2f181d9b24e4f8d8ec497cea4ba26c64bedaf
2
SHA256 (automake-1.16.1.tar.xz) = 5d05bb38a23fd3312b10aea93840feec685bdf4a41146e78882848165d3ae921
3
SIZE (automake-1.15.1.tar.xz) = 1509496
3
SIZE (automake-1.16.1.tar.xz) = 1534936
(-)devel/automake/files/patch-Makefile.in (-47 lines)
Lines 1-47 Link Here
1
--- Makefile.in.orig	2017-06-18 17:35:04 UTC
2
+++ Makefile.in
3
@@ -211,8 +211,7 @@ am__v_texidevnull_ = $(am__v_texidevnull
4
 am__v_texidevnull_0 = > /dev/null
5
 am__v_texidevnull_1 = 
6
 am__dirstamp = $(am__leading_dot)dirstamp
7
-INFO_DEPS = $(srcdir)/doc/automake.info \
8
-	$(srcdir)/doc/automake-history.info
9
+INFO_DEPS = $(srcdir)/doc/automake.info
10
 TEXINFO_TEX = $(top_srcdir)/lib/texinfo.tex
11
 am__TEXINFO_TEX_DIR = $(top_srcdir)/lib
12
 DVIS = doc/automake.dvi doc/automake-history.dvi
13
@@ -697,7 +696,7 @@ aclocal_in = $(srcdir)/bin/aclocal.in
14
 automake_script = bin/automake
15
 aclocal_script = bin/aclocal
16
 AUTOMAKESOURCES = $(automake_in) $(aclocal_in)
17
-info_TEXINFOS = doc/automake.texi doc/automake-history.texi
18
+info_TEXINFOS = doc/automake.texi
19
 doc_automake_TEXINFOS = doc/fdl.texi
20
 doc_automake_history_TEXINFOS = doc/fdl.texi
21
 man1_MANS = \
22
@@ -730,7 +729,7 @@ amhello_configury = \
23
   missing \
24
   src/Makefile.in
25
 
26
-dist_doc_DATA = $(srcdir)/doc/amhello-1.0.tar.gz
27
+dist_doc_DATA = 
28
 setup_autotools_paths = { \
29
   $(extend_PATH) \
30
     && ACLOCAL=aclocal-$(APIVERSION) && export ACLOCAL \
31
@@ -866,7 +865,7 @@ dist_automake_ac_DATA = \
32
   m4/upc.m4 \
33
   m4/vala.m4
34
 
35
-dist_system_ac_DATA = m4/acdir/README
36
+dist_system_ac_DATA = 
37
 automake_internal_acdir = $(automake_acdir)/internal
38
 dist_automake_internal_ac_DATA = m4/internal/ac-config-macro-dirs.m4
39
 
40
@@ -3456,7 +3455,6 @@ install-dvi-am: $(DVIS)
41
 	done
42
 install-exec-am: install-binSCRIPTS
43
 	@$(NORMAL_INSTALL)
44
-	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
45
 install-html: install-html-am
46
 
47
 install-html-am: $(HTMLS)
(-)devel/automake/files/patch-doc__automake.texi (-21 lines)
Lines 1-21 Link Here
1
--- doc/automake.texi.orig	2017-06-17 01:28:31 UTC
2
+++ doc/automake.texi
3
@@ -38,17 +38,11 @@ section entitled ``GNU Free Documentatio
4
 @end quotation
5
 @end copying
6
 
7
-@dircategory Software development
8
+@dircategory Programming & development toolS
9
 @direntry
10
 * Automake: (automake).         Making GNU standards-compliant Makefiles.
11
 @end direntry
12
 
13
-@dircategory Individual utilities
14
-@direntry
15
-* aclocal-invocation: (automake)aclocal Invocation.   Generating aclocal.m4.
16
-* automake-invocation: (automake)automake Invocation. Generating Makefile.in.
17
-@end direntry
18
-
19
 @titlepage
20
 @title GNU Automake
21
 @subtitle For version @value{VERSION}, @value{UPDATED}
(-)devel/automake/pkg-plist (-3 / +6 lines)
Lines 1-9 Link Here
1
bin/aclocal
1
bin/aclocal-%%BUILD_VERSION%%
2
bin/aclocal-%%BUILD_VERSION%%
3
bin/automake
2
bin/automake-%%BUILD_VERSION%%
4
bin/automake-%%BUILD_VERSION%%
3
man/man1/aclocal-%%BUILD_VERSION%%-%%BUILD_VERSION%%.1.gz
5
man/man1/aclocal.1.gz
4
man/man1/aclocal-%%BUILD_VERSION%%.1.gz
6
man/man1/aclocal-%%BUILD_VERSION%%.1.gz
5
man/man1/automake-%%BUILD_VERSION%%-%%BUILD_VERSION%%.1.gz
7
man/man1/automake.1.gz
6
man/man1/automake-%%BUILD_VERSION%%.1.gz
8
man/man1/automake-%%BUILD_VERSION%%.1.gz
9
share/aclocal/README
7
share/aclocal-%%BUILD_VERSION%%/amversion.m4
10
share/aclocal-%%BUILD_VERSION%%/amversion.m4
8
share/aclocal-%%BUILD_VERSION%%/ar-lib.m4
11
share/aclocal-%%BUILD_VERSION%%/ar-lib.m4
9
share/aclocal-%%BUILD_VERSION%%/as.m4
12
share/aclocal-%%BUILD_VERSION%%/as.m4
Lines 113-116 share/automake-%%BUILD_VERSION%%/tap-driver.sh Link Here
113
share/automake-%%BUILD_VERSION%%/test-driver
116
share/automake-%%BUILD_VERSION%%/test-driver
114
share/automake-%%BUILD_VERSION%%/texinfo.tex
117
share/automake-%%BUILD_VERSION%%/texinfo.tex
115
share/automake-%%BUILD_VERSION%%/ylwrap
118
share/automake-%%BUILD_VERSION%%/ylwrap
116
@dir share/aclocal
119
%%PORTDOCS%%%%DOCSDIR%%/amhello-1.0.tar.gz
(-)devel/automake-wrapper/Makefile (-13 lines)
Lines 1-13 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	automake-wrapper
4
5
COMMENT=	Wrapper script for GNU automake
6
7
MASTERDIR=	${.CURDIR}/../../devel/autoconf-wrapper
8
PKGDIR=		${.CURDIR}
9
10
TOOL=		AUTOMAKE
11
WRAPPED_TOOLS=	aclocal automake
12
13
.include "${MASTERDIR}/Makefile"
(-)devel/automake-wrapper/pkg-descr (-3 lines)
Lines 1-3 Link Here
1
This port installs a wrapper script for automake, with symlinks to the
2
unversioned name of each tool included with automake.  This allows the
3
correct version to be selected depending on the user's requirements.
(-)devel/autotools/Makefile (-2 / +2 lines)
Lines 15-22 COMMENT= Autotools meta-port Link Here
15
15
16
RUN_DEPENDS=	libtoolize:devel/libtool \
16
RUN_DEPENDS=	libtoolize:devel/libtool \
17
		autoconf-2.13:devel/autoconf213 \
17
		autoconf-2.13:devel/autoconf213 \
18
		autoconf-2.69:devel/autoconf \
18
		autoconf>=2.69:devel/autoconf \
19
		automake-1.15:devel/automake
19
		automake>=1.15:devel/automake
20
20
21
PLIST_FILES=	share/${PORTNAME}
21
PLIST_FILES=	share/${PORTNAME}
22
NO_BUILD=	yes
22
NO_BUILD=	yes
(-)devel/git-merge-changelog/Makefile (-2 / +2 lines)
Lines 13-20 MAINTAINER= knu@FreeBSD.org Link Here
13
COMMENT=	Git "merge" driver for GNU style ChangeLog files
13
COMMENT=	Git "merge" driver for GNU style ChangeLog files
14
14
15
EXTRACT_DEPENDS=	${GNULIB_DIR}/lib/${PORTNAME}.c:${GNULIB_PORTDIR}	\
15
EXTRACT_DEPENDS=	${GNULIB_DIR}/lib/${PORTNAME}.c:${GNULIB_PORTDIR}	\
16
			automake-1.15:devel/automake		\
16
			automake>=1.15:devel/automake		\
17
			autoconf-2.69:devel/autoconf
17
			autoconf>=2.69:devel/autoconf
18
18
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
20
(-)devel/kBuild/Makefile (-4 / +3 lines)
Lines 28-34 KBUILD_VERSION= 0.1.9998 Link Here
28
KBUILD_ARCH=	${MACHINE_ARCH:S/i386/x86/:S/x86_64/amd64/:S/powerpc/ppc32/:C/armv.*/arm/}
28
KBUILD_ARCH=	${MACHINE_ARCH:S/i386/x86/:S/x86_64/amd64/:S/powerpc/ppc32/:C/armv.*/arm/}
29
KBUILD_ENV=	AUTORECONF=${AUTORECONF} \
29
KBUILD_ENV=	AUTORECONF=${AUTORECONF} \
30
		AUTOPOINT=true \
30
		AUTOPOINT=true \
31
		CFLAGS="-D_WITH_GETLINE -D_WITH_DPRINTF"
31
		CC="${CC}" CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" \
32
		LDFLAGS="${LDFLAGS}" MAKE="${MAKE_CMD}"
32
KBUILD_TARGET=	${OPSYS:tl}
33
KBUILD_TARGET=	${OPSYS:tl}
33
34
34
KBUILD_BINS=	kDepIDB kDepObj kDepPre kObjCache kmk kmk_append kmk_ash \
35
KBUILD_BINS=	kDepIDB kDepObj kDepPre kObjCache kmk kmk_append kmk_ash \
Lines 48-56 GCC_DESC= Build with GCC (should almost always be enab Link Here
48
GCC_USE=	GCC=any
49
GCC_USE=	GCC=any
49
50
50
post-patch:
51
post-patch:
51
	for f in ${WRKSRC}/kBuild/tools/*.kmk; do \
52
	@${REINPLACE_CMD} 's|gcc|${CC}|g' ${WRKSRC}/kBuild/tools/*.kmk
52
		${REINPLACE_CMD} -e 's|gcc|${CC}|g' $$f ; \
53
	done
54
53
55
do-build:
54
do-build:
56
	cd ${WRKSRC} && ${SETENV} ${KBUILD_ENV} ./kBuild/env.sh --full ${MAKE_CMD} -f bootstrap.gmk
55
	cd ${WRKSRC} && ${SETENV} ${KBUILD_ENV} ./kBuild/env.sh --full ${MAKE_CMD} -f bootstrap.gmk
(-)devel/liblouis/files/patch-tools_Makefile.am (+11 lines)
Line 0 Link Here
1
--- tools/Makefile.am.orig	2018-06-04 16:18:47 UTC
2
+++ tools/Makefile.am
3
@@ -14,7 +14,7 @@ lou_compare_CPPFLAGS = $(AM_CPPFLAGS) -w
4
 LDADD =							\
5
 	$(top_builddir)/liblouis/liblouis.la		\
6
 	$(top_builddir)/tools/gnulib/libgnutools.la	\
7
-	$(top_builddir)/tools/libbrlcheck.la		\
8
+	libbrlcheck.la					\
9
 	$(LTLIBINTL)
10
 
11
 # libbrlcheck is a convenience library that contains functionality to
(-)devel/libsmpp34/Makefile (-13 / +8 lines)
Lines 19-37 USES= autoreconf libtool pathfix Link Here
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
INSTALL_TARGET=	install-strip
20
INSTALL_TARGET=	install-strip
21
21
22
MAKE_JOBS_UNSAFE=yes
23
24
post-patch:
22
post-patch:
25
	${REINPLACE_CMD} -e 's|AC_CONFIG_AUX_DIR.*|AC_CONFIG_AUX_DIR([.])|g' \
23
	@${REINPLACE_CMD} 's|malloc.h|stdlib.h|' \
26
		${WRKSRC}/configure.ac
24
		${WRKSRC}/src/smpp34_dumpBuf.c \
27
	${REINPLACE_CMD} -e 's|AM_CONFIG_HEADER.*|AM_CONFIG_HEADER([./config.h])|g' \
25
		${WRKSRC}/src/smpp34_dumpPdu.c \
28
		${WRKSRC}/configure.ac
26
		${WRKSRC}/src/smpp34_pack.c \
29
	${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' ${WRKSRC}/src/smpp34_dumpBuf.c
27
		${WRKSRC}/src/smpp34_params.c \
30
	${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' ${WRKSRC}/src/smpp34_dumpPdu.c
28
		${WRKSRC}/src/smpp34_structs.c \
31
	${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' ${WRKSRC}/src/smpp34_pack.c
29
		${WRKSRC}/src/smpp34_unpack.c
32
	${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' ${WRKSRC}/src/smpp34_params.c
30
	@${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version
33
	${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' ${WRKSRC}/src/smpp34_structs.c
34
	${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' ${WRKSRC}/src/smpp34_unpack.c
35
	${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version
36
31
37
.include <bsd.port.mk>
32
.include <bsd.port.mk>
(-)devel/libsmpp34/files/patch-binary-Makefile.am (+11 lines)
Line 0 Link Here
1
--- binary/Makefile.am.orig	2012-11-07 07:32:31 UTC
2
+++ binary/Makefile.am
3
@@ -5,7 +5,7 @@ include $(top_srcdir)/test_pdu/Makefile.am
4
 include $(top_srcdir)/test_apps/Makefile.am
5
 include $(top_srcdir)/src/Makefile.am
6
 
7
-LDADD = $(top_srcdir)/binary/libsmpp34.la
8
+LDADD = libsmpp34.la
9
 AM_CPPFLAGS = -D_REENTRANT -DBSD_COMP -D_POSIX_PTHREAD_SEMANTICS
10
 AM_CFLAGS = @CFLAGS@ -Wall -fPIC # -static
11
 INCLUDES = -I../src -I..
(-)devel/libsmpp34/files/patch-binary-Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- binary/Makefile.in.orig	2014-07-14 15:29:16.000000000 +0300
2
+++ binary/Makefile.in	2014-07-14 15:28:49.000000000 +0300
3
@@ -676,6 +676,8 @@ clean-libLTLIBRARIES:
4
 	done
5
 libsmpp34.la: $(libsmpp34_la_OBJECTS) $(libsmpp34_la_DEPENDENCIES) 
6
 	$(libsmpp34_la_LINK) -rpath $(libdir) $(libsmpp34_la_OBJECTS) $(libsmpp34_la_LIBADD) $(LIBS)
7
+../binary/libsmpp34.la: $(libsmpp34_la_OBJECTS) $(libsmpp34_la_DEPENDENCIES) 
8
+	$(libsmpp34_la_LINK) -rpath $(libdir) $(libsmpp34_la_OBJECTS) $(libsmpp34_la_LIBADD) $(LIBS)
9
 install-binPROGRAMS: $(bin_PROGRAMS)
10
 	@$(NORMAL_INSTALL)
11
 	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
(-)devel/tclreadline/Makefile (+3 lines)
Lines 25-28 USE_LDCONFIG= yes Link Here
25
TCL_PKG=	${PORTNAME}${PORTVERSION}
25
TCL_PKG=	${PORTNAME}${PORTVERSION}
26
PLIST_SUB+=	PORTVERSION=${PORTVERSION} TCL_PKG=${TCL_PKG}
26
PLIST_SUB+=	PORTVERSION=${PORTVERSION} TCL_PKG=${TCL_PKG}
27
27
28
post-patch:
29
	@${RM} ${WRKSRC}/INSTALL
30
28
.include <bsd.port.mk>
31
.include <bsd.port.mk>
(-)devel/xfce4-dev-tools/Makefile (-2 / +2 lines)
Lines 14-21 COMMENT= Xfce development tools Link Here
14
LICENSE=	GPLv2
14
LICENSE=	GPLv2
15
LICENSE_FILE=	${WRKSRC}/COPYING
15
LICENSE_FILE=	${WRKSRC}/COPYING
16
16
17
RUN_DEPENDS=	autoconf-2.69:devel/autoconf \
17
RUN_DEPENDS=	autoconf>=2.69:devel/autoconf \
18
		automake-1.15:devel/automake \
18
		automake>=1.15:devel/automake \
19
		libtoolize:devel/libtool \
19
		libtoolize:devel/libtool \
20
		bash:shells/bash
20
		bash:shells/bash
21
21
(-)emulators/tme/Makefile (+1 lines)
Lines 20-25 USE_GNOME= gdkpixbuf2 gtk20 Link Here
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
22
CONFIGURE_ARGS=	--disable-static --disable-warnings
22
CONFIGURE_ARGS=	--disable-static --disable-warnings
23
CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL}
23
MAKE_JOBS_UNSAFE=yes
24
MAKE_JOBS_UNSAFE=yes
24
INSTALL_TARGET=	install-strip
25
INSTALL_TARGET=	install-strip
25
26
(-)emulators/tme/files/patch-configure.in (-8 / +16 lines)
Lines 1-6 Link Here
1
--- configure.in.orig
1
--- configure.in.orig	2010-06-05 19:56:37 UTC
2
+++ configure.in
2
+++ configure.in
3
@@ -599,18 +599,16 @@
3
@@ -33,6 +33,7 @@ dnl POSSIBILITY OF SUCH DAMAGE.
4
 
5
 dnl Checks that we are given a good source directory.
6
 AC_INIT(ic/m68k/m68k-impl.h)
7
+AC_CONFIG_MACRO_DIR([m4])
8
 AC_CANONICAL_SYSTEM
9
 AM_INIT_AUTOMAKE(tme, 0.8)
10
 
11
@@ -599,18 +600,14 @@ i[3456789]86-* | x86_64-*) misc_hosts="x86" ;;
4
 esac
12
 esac
5
 changequote([, ])dnl
13
 changequote([, ])dnl
6
 AC_MSG_RESULT([${misc_hosts}])
14
 AC_MSG_RESULT([${misc_hosts}])
Lines 11-29 Link Here
11
 
19
 
12
 dnl Configure for libtool.
20
 dnl Configure for libtool.
13
-AC_LIBLTDL_INSTALLABLE
21
-AC_LIBLTDL_INSTALLABLE
14
+LT_CONFIG_LTDL_DIR([libltdl])
22
-AC_SUBST(INCLTDL)
15
+LT_INIT([dlopen])
23
-AC_SUBST(LIBLTDL)
16
+LTDL_INIT([installable])
17
 AC_SUBST(INCLTDL)
18
 AC_SUBST(LIBLTDL)
19
-AC_LIBTOOL_DLOPEN
24
-AC_LIBTOOL_DLOPEN
20
-AM_PROG_LIBTOOL
25
-AM_PROG_LIBTOOL
21
-AC_SUBST(LTLIBOBJS)
26
-AC_SUBST(LTLIBOBJS)
22
-AC_CONFIG_SUBDIRS(libltdl)
27
-AC_CONFIG_SUBDIRS(libltdl)
28
+LT_CONFIG_LTDL_DIR([libltdl])
29
+LT_INIT([dlopen])
30
+LTDL_INIT
23
 TME_PREOPEN=
31
 TME_PREOPEN=
24
 if test $enable_shared = no; then
32
 if test $enable_shared = no; then
25
   TME_PREOPEN='`sort -u $(top_builddir)/tme-preopen.txt`'
33
   TME_PREOPEN='`sort -u $(top_builddir)/tme-preopen.txt`'
26
@@ -683,11 +681,8 @@
34
@@ -683,11 +680,8 @@ if test "x$gen_tmeconfig_h" = xyes; then
27
 #define _TMECONFIG_H
35
 #define _TMECONFIG_H
28
 
36
 
29
 TMEEOF
37
 TMEEOF
(-)graphics/agg/Makefile (-3 / +2 lines)
Lines 21-31 GNU_CONFIGURE= yes Link Here
21
USES=		autoreconf gmake libtool pathfix pkgconfig
21
USES=		autoreconf gmake libtool pathfix pkgconfig
22
USE_XORG=	x11
22
USE_XORG=	x11
23
USE_SDL=	sdl
23
USE_SDL=	sdl
24
MAKE_ENV=	C="${CC}" AGGCXXFLAGS="${CXXFLAGS}"
25
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
26
INSTALL_TARGET=	install-strip
25
INSTALL_TARGET=	install-strip
27
MAKE_JOBS_UNSAFE=	yes
28
26
29
CXXFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib -I../include -L./
27
post-patch:
28
	@${REINPLACE_CMD} 's/_LDFLAGS/_LDADD/' ${WRKSRC}/examples/Makefile.am
30
29
31
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)mail/anubis/files/patch-src_Makefile.am (+23 lines)
Line 0 Link Here
1
--- src/Makefile.am.orig	2014-05-16 04:19:46 UTC
2
+++ src/Makefile.am
3
@@ -25,7 +25,7 @@ bin_PROGRAMS = @ANUBIS_BIN_ADM@
4
 EXTRA_PROGRAMS = $(adm_bin_programs) $(adm_sbin_programs)
5
 
6
 noinst_LIBRARIES = libanubisdb.a
7
-anubis_LDADD = ./libanubisdb.a $(top_builddir)/lib/libanubis.a\
8
+anubis_LDADD = libanubisdb.a $(top_builddir)/lib/libanubis.a\
9
  @LIBINTL@ $(GUILE_LIBS) @LIBGNUTLS_LIBS@ @GSASL_LIBS@ 
10
 
11
 anubis_SOURCES = \
12
@@ -65,9 +65,9 @@ anubis_SOURCES = \
13
  xdatabase.c 
14
 
15
 anubisadm_SOURCES = anubisadm.c anubisadm.h adm.c
16
-anubisadm_LDADD = ./libanubisdb.a $(top_builddir)/lib/libanubis.a @LIBINTL@
17
+anubisadm_LDADD = libanubisdb.a $(top_builddir)/lib/libanubis.a @LIBINTL@
18
 anubisusr_SOURCES = anubisusr.c anubisusr.h usr.c
19
-anubisusr_LDADD = ./libanubisdb.a $(top_builddir)/lib/libanubis.a @LIBINTL@ @LIBGNUTLS_LIBS@ @GSASL_LIBS@ 
20
+anubisusr_LDADD = libanubisdb.a $(top_builddir)/lib/libanubis.a @LIBINTL@ @LIBGNUTLS_LIBS@ @GSASL_LIBS@ 
21
 
22
 if TLS_COND
23
  TLS_C=tls.c
(-)math/givaro/Makefile (-1 / +1 lines)
Lines 15-21 LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-se Link Here
15
15
16
LIB_DEPENDS=	libgmp.so:math/gmp
16
LIB_DEPENDS=	libgmp.so:math/gmp
17
17
18
USES=		autoreconf compiler:c++11-lang libtool pathfix pkgconfig
18
USES=		autoreconf compiler:c++11-lang gmake libtool pathfix pkgconfig
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
CONFIGURE_ARGS=	--with-gmp="${LOCALBASE}"
20
CONFIGURE_ARGS=	--with-gmp="${LOCALBASE}"
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
(-)net/ntop/Makefile (+2 lines)
Lines 13-18 COMMENT= Network monitoring tool with command line and Link Here
13
LICENSE=	GPLv3
13
LICENSE=	GPLv3
14
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
15
16
BROKEN=		Makefiles use hacks that don't work with recent automake.  Try net/ntopng
17
16
LIB_DEPENDS=	libgdbm.so:databases/gdbm \
18
LIB_DEPENDS=	libgdbm.so:databases/gdbm \
17
		libevent.so:devel/libevent
19
		libevent.so:devel/libevent
18
BUILD_DEPENDS=	rrdtool12>=1.2:databases/rrdtool12 \
20
BUILD_DEPENDS=	rrdtool12>=1.2:databases/rrdtool12 \
(-)net-mgmt/riemann-c-client/files/patch-Makefile.am (+21 lines)
Line 0 Link Here
1
--- Makefile.am.orig	2017-06-12 19:39:57 UTC
2
+++ Makefile.am
3
@@ -45,16 +45,13 @@ lib_libriemann_client_la_SOURCES= \
4
 	lib/riemann/message.c	  \
5
 	lib/riemann/attribute.c	  \
6
 	lib/riemann/query.c	  \
7
-	lib/riemann/simple.c
8
-$(am_lib_libriemann_client_la_OBJECTS): ${proto_files}
9
+	lib/riemann/simple.c	  \
10
+	${proto_files}
11
 noinst_HEADERS			= \
12
 	lib/riemann/_private.h	  \
13
 	lib/riemann/client/tcp.h  \
14
 	lib/riemann/client/tls.h  \
15
 	lib/riemann/client/udp.h
16
-
17
-nodist_lib_libriemann_client_la_SOURCES	= \
18
-	${proto_files}
19
 
20
 CLEANFILES			= ${proto_files}
21
 
(-)textproc/ots/Makefile (+2 lines)
Lines 13-18 COMMENT= Open Text Summarizer Link Here
13
LICENSE=	GPLv2+
13
LICENSE=	GPLv2+
14
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
15
16
BROKEN=		unfetchable
17
16
LIB_DEPENDS=	libpopt.so:devel/popt
18
LIB_DEPENDS=	libpopt.so:devel/popt
17
19
18
USES=		autoreconf gettext libtool pathfix pkgconfig
20
USES=		autoreconf gettext libtool pathfix pkgconfig
(-)textproc/randlm/Makefile (+2 lines)
Lines 31-35 INSTALL_TARGET= install-strip Link Here
31
post-patch:
31
post-patch:
32
	cd ${WRKSRC}/hadoop && ${MV} strings.cpp strings.cc && ${MV} strings.h s.h
32
	cd ${WRKSRC}/hadoop && ${MV} strings.cpp strings.cc && ${MV} strings.h s.h
33
	${REINPLACE_CMD} -e s#strings.h#s.h# ${WRKSRC}/hadoop/r_compute_ngram_counts.cpp ${WRKSRC}/hadoop/m_compute_ngram_counts_batch.cpp
33
	${REINPLACE_CMD} -e s#strings.h#s.h# ${WRKSRC}/hadoop/r_compute_ngram_counts.cpp ${WRKSRC}/hadoop/m_compute_ngram_counts_batch.cpp
34
	@${REINPLACE_CMD} -e 's,-L./,,' -e 's,-lRandLM,libRandLM.la,' \
35
		${WRKSRC}/src/RandLM/Makefile.am
34
36
35
.include <bsd.port.mk>
37
.include <bsd.port.mk>
(-)x11/cinnamon/files/patch-src_Makefile.am (-3 / +11 lines)
Lines 1-6 Link Here
1
--- src/Makefile.am.orig	2014-04-12 14:28:57.000000000 +0000
1
--- src/Makefile.am.orig	2015-01-19 15:45:53 UTC
2
+++ src/Makefile.am	2014-04-24 15:24:43.261840738 +0000
2
+++ src/Makefile.am
3
@@ -267,7 +267,7 @@
3
@@ -165,7 +165,6 @@ cinnamon_real_SOURCES =		\
4
 	main.c
5
 cinnamon_real_CPPFLAGS = $(cinnamon_cflags)
6
 cinnamon_real_LDADD = libcinnamon.la libcinnamon-js.la $(libcinnamon_la_LIBADD)
7
-cinnamon_real_DEPENDENCIES = libcinnamon.la
8
 
9
 ########################################
10
 
11
@@ -286,7 +285,7 @@ libcinnamon_la_LIBADD =		\
4
 libcinnamon_la_CPPFLAGS = $(cinnamon_cflags)
12
 libcinnamon_la_CPPFLAGS = $(cinnamon_cflags)
5
 
13
 
6
 Cinnamon-0.1.gir: libcinnamon.la St-1.0.gir
14
 Cinnamon-0.1.gir: libcinnamon.la St-1.0.gir

Return to bug 228809