1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

175 Commits

Author SHA1 Message Date
Emanuel Haupt
bd4337111e - Update to 325
- Register the use of xmu xt x11 xpm ice in USE_XORG (prompted by poudriere
  warning)
- Provide an option to enable
2016-06-07 08:03:41 +00:00
Emanuel Haupt
a0f824f939 Provide an option to build with ReGIS graphics support.
PR:		209083
Submitted by:	IWAMOTO Kouichi
2016-04-27 11:37:50 +00:00
Mathieu Arnold
72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00
Emanuel Haupt
c60fff812c Add an option to enable XHTML and SVG screen dumps. 2016-03-21 08:33:54 +00:00
Emanuel Haupt
5b8fd8b493 Update to 324 2016-03-11 15:40:09 +00:00
Christian Weisgerber
ac7e1b3132 Do not include _POSIX_SOURCE in CPPFLAGS. It removes much termios(4)
functionality, resulting in broken tty settings.

Approved by:	ehaupt
2016-03-10 18:26:20 +00:00
Emanuel Haupt
c442d0a778 Update to 323 2016-03-08 04:38:56 +00:00
John Marino
4dd567025c x11/xterm: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-01-30 21:57:22 +00:00
Emanuel Haupt
363eb74ac1 Update to 322 2016-01-02 18:05:09 +00:00
Emanuel Haupt
8bafce5041 Update to 321 2016-01-01 16:21:45 +00:00
Dmitry Marakasov
f3b48edad6 - Switch to options helpers
- Only use pkg-message specific to WCHAR option when the option is enabled
- Drop 8.x support

Approved by:	portmgr blanket
2015-10-07 01:36:53 +00:00
Emanuel Haupt
3d4d2f4e54 Update to 320 2015-08-28 11:54:08 +00:00
Emanuel Haupt
605a7aa4e6 Add license 2015-08-27 13:17:39 +00:00
Emanuel Haupt
b853bb1984 Fix utmpx registration
Notified by:    Christian Jachmann <Jachmann@unitix.org>
Submitted by:   Thomas Dickey <dickey@his.com> (author)
2015-08-27 12:03:27 +00:00
Emanuel Haupt
c9aa5c622d Update to 319 2015-08-20 08:21:16 +00:00
Emanuel Haupt
d47d71cb7b Update to 318 2015-04-15 18:33:18 +00:00
Emanuel Haupt
b42364f04c Update to 317 2015-03-27 15:07:26 +00:00
Emanuel Haupt
b352b3c8dd Fix an other cursor related regression introduced with 315. This patch will be
merged upstream.

Notified by:	naddy
Obtained from:	dickey@his.com (author)
2015-03-26 22:53:16 +00:00
Emanuel Haupt
05ca0b2426 Update to 316 2015-03-09 06:07:38 +00:00
Emanuel Haupt
ec9a078d40 Update to 315 2015-03-03 09:49:55 +00:00
Emanuel Haupt
9251ca54b0 Move MASTER_SITES from CRITICAL to LOCAL/ehaupt 2015-01-06 09:40:51 +00:00
Emanuel Haupt
82edf4e9b2 Update to 314 2015-01-05 14:39:36 +00:00
Emanuel Haupt
44432d01cb - Update to 313
- Retire EXTRACT_SUFX in favor of USES=tar:tgz macro
2014-11-29 11:12:55 +00:00
Emanuel Haupt
43968b644c Update to 312 2014-09-29 06:29:55 +00:00
Emanuel Haupt
18f2c8598c Update to 311 2014-09-19 08:48:57 +00:00
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