1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

150 Commits

Author SHA1 Message Date
Emanuel Haupt
6f9d0e8ca8 Update to 310 2014-07-29 13:32:16 +00:00
Emanuel Haupt
dba2c54526 - Add radio-style selection of Xaw3d/Xaw3dxft/neXtaw
- Add option to enable the logging function of xterm

Submitted by:   "S. Wall" <xterm-user@wallfamily.us> (based on)
2014-07-18 08:02:55 +00:00
Emanuel Haupt
ca53ab48f7 Remove patches that are not functionally relevant (accidentally imported with
the previous commit).
2014-07-15 12:31:32 +00:00
Emanuel Haupt
03d9c6ceb8 Add an Xaw 3d xft library support option. 2014-07-15 12:24:32 +00:00
Emanuel Haupt
0a84704697 Update to 309 2014-07-14 10:10:25 +00:00
Emanuel Haupt
e18a21b0b6 Update to 308 2014-06-20 12:02:16 +00:00
Emanuel Haupt
41122b83fe Update to 307 2014-06-18 18:16:57 +00:00
Tijl Coosemans
9f8b4bcde3 Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-06-11 14:49:59 +00:00
Emanuel Haupt
4be10c3472 Update to 306 2014-06-04 06:26:01 +00:00
Emanuel Haupt
ea0fbce592 Update to 305 2014-06-03 13:42:45 +00:00
Emanuel Haupt
3e93215c08 Update to 304
PR:		190185
Submitted by:	pi
2014-05-27 12:18:47 +00:00
Emanuel Haupt
427ccff18a - Update to 303
- New LIB_DEPENDS definition
2014-03-07 07:41:35 +00:00
Emanuel Haupt
d1206e5fd8 Update to 302 2014-03-03 07:16:11 +00:00
Emanuel Haupt
d06f77a32a Reintroduce the GNOME knob (disabled by default) to avoid pulling in undesired
dependencies.
2014-01-23 08:43:08 +00:00
Emanuel Haupt
69c383f4c8 Update to 301 2014-01-20 10:02:28 +00:00
Emanuel Haupt
b8652f55e4 Fix package list. This got accidentally introduced by a reversed patch. 2014-01-19 18:24:17 +00:00
Emanuel Haupt
8c7e4d0a06 Simplify desktop-file-utils usage.
Submitted by:	bapt
2014-01-19 18:21:17 +00:00
Baptiste Daroussin
f526d2d212 Remove entry from plist which are automatically added by USES=desktop-file-utils
That fixes packaging
2014-01-18 00:00:10 +00:00
Emanuel Haupt
d95863ce35 Fix LUIT_BUILD_DEPENDS. 2014-01-17 15:21:15 +00:00
Emanuel Haupt
90acd49d3d Use new dependency macros based on options.
Submitted by:	bapt
2014-01-17 14:25:54 +00:00
Emanuel Haupt
49208b3f05 Update to 300
PR:		184488
Submitted by:	"Sergey V. Dyatko" <sergey.dyatko@gmail.com>
2013-12-04 07:30:22 +00:00
Emanuel Haupt
2af6aab706 Update to 298 2013-11-28 12:49:48 +00:00
Emanuel Haupt
6ec317a3bd Support staging. 2013-10-23 19:36:17 +00:00
Dmitry Marakasov
73b7596b94 - Remove manual creation and removal of share/applications, as it's now in the mtree (remaining categories)
- Add note on mtree change to CHANGES

Approved by:	portmgr (bdrewery)
2013-10-22 14:04:01 +00:00
Emanuel Haupt
179ea862fd Update to 297 2013-10-02 10:20:41 +00:00
Baptiste Daroussin
db5320be85 Add NO_STAGE all over the place in preparation for the staging support (cat: x11) 2013-09-20 23:43:19 +00:00
Emanuel Haupt
ea0f02dfeb Remove MAKE_JOBS_SAFE which is now default. 2013-07-24 08:19:07 +00:00
Emanuel Haupt
6feaff7c44 Update to 296 2013-07-11 11:38:38 +00:00
Emanuel Haupt
a8b215b6e1 xterm patch #294 supports experimental sixel graphics. Provide an option.
PR:		180448
Submitted by:	IWAMOTO Kouichi <sue@iwmt.org>
2013-07-11 05:52:06 +00:00
Emanuel Haupt
891ba74044 Update to 295 2013-07-09 09:07:52 +00:00
Emanuel Haupt
d9af1bfcae Update to 294 2013-07-06 15:39:38 +00:00
Emanuel Haupt
63fd5c1e26 Update to 293
Changelog:
http://invisible-island.net/xterm/xterm.log-contents.html#xterm_293
2013-05-29 06:08:05 +00:00
Emanuel Haupt
1a90c9af17 Mark MAKE_JOBS_SAFE 2013-05-08 12:24:26 +00:00
Emanuel Haupt
1575260c66 - Update to 292
- This update includes a bugfix for a bug reported by naddy [1]

Changelog:	http://invisible-island.net/xterm/xterm.log.html [1]
2013-04-26 13:38:09 +00:00
Emanuel Haupt
c329a6a8b7 Update to 291 2013-02-27 13:34:09 +00:00
Emanuel Haupt
a5f49b820e Update to 290 2013-02-14 21:36:20 +00:00
Emanuel Haupt
f01d6e6f49 Update to 289 2013-02-10 08:17:08 +00:00
Emanuel Haupt
694b703906 Update to 288
Changelog:	http://invisible-island.net/xterm/xterm.log.html#xterm_288
2013-01-09 18:03:49 +00:00
Martin Matuska
b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00
Emanuel Haupt
6c8563e247 Update to 287
Feature safe:	yes
2012-11-26 15:17:46 +00:00
Emanuel Haupt
00df1d9662 Restore 'Created by' header information. This has been removed during the
first announcement of the new trimming rule and the finalized overworked
version.

Feature safe:   yes
2012-11-03 18:01:22 +00:00
Emanuel Haupt
f57d43ee18 Update to 286
Feature safe:	yes
2012-11-03 17:10:29 +00:00
Emanuel Haupt
11e8498256 Update to 285
Feature safe:	yes
2012-10-24 12:31:16 +00:00
Emanuel Haupt
ec627b82cc - Restore the 256 color option but have it on per default [1]
- Provide super sexy FreeBSD icons [2]

PR:		172915 [1]
Submitted by:	Martin Tournoij <martin@arp242.net> [1], self [2]
Feature safe:	yes
2012-10-23 13:50:33 +00:00
Emanuel Haupt
7fc33ddaba Update to 284
Feature safe:	yes
2012-10-15 05:41:22 +00:00
Emanuel Haupt
d2b8e27173 Update to 283
Notified by:	gahr
Feature safe:	yes
2012-10-11 09:45:37 +00:00
Emanuel Haupt
5d121d378a Update to 282 2012-10-02 20:27:32 +00:00
Emanuel Haupt
4effe509b3 - Use OPTIONSng
- As an ongoing effort to sanitize build options, build 256 color support by
  default and remove it as an option; this change comes with no price, no
  additional dependencies
- Bump PORTREVISION due to the above mentioned default options change
- Remove deprecated header information
2012-09-08 09:41:16 +00:00
Emanuel Haupt
3c494d2b31 Fix a conditional LIB_DEPENDS statement, use LIB_DEPENDS+= instead of
LIB_DEPENDS=

Notified by:	Curtis Villamizar <curtis@occnc.com> (via mail)
2012-07-28 11:46:54 +00:00
Emanuel Haupt
dadd4add51 Update to 281 2012-07-22 15:03:46 +00:00