1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Commit Graph

8469 Commits

Author SHA1 Message Date
Niclas Zeising
b31ab69b33 Fix build on CURRENT. 2014-06-14 14:56:36 +00:00
Martin Wilke
61f6fcd5fc - Update to 1.10.1
PR:		190906
Submitted by:	ports fury
2014-06-14 05:59:13 +00:00
Niclas Zeising
1dc8933449 Update to 5.29 2014-06-13 18:25:07 +00:00
John Marino
d0bb05930a Reset the 99 ports still listed under sylvio@
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy.  Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.

Approved by:	portmgr (implicit)
2014-06-11 18:55:29 +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
Jimmy Olgeni
5868438ed6 Add staging support; do not @dirrmtry directories owned by dependencies. 2014-06-10 18:36:46 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00
Cy Schubert
100908c86d Support stage. Update to new LIB_DEPENDS. 2014-06-10 05:09:09 +00:00
Dmitry Marakasov
837043c5d1 - Add missing USES=libtool
Approved by:	portmgr blanket
2014-06-09 20:40:41 +00:00
Dmitry Marakasov
fb1f93a73f - Switch textproc/gdome2 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
2014-06-06 13:21:59 +00:00
Dmitry Marakasov
47996e70a5 - Fix build on 10.x+
- Fix and sort plist
- Use new LIB_DEPENDS syntax
- Whitespace nits

MFH:		2014Q2
2014-06-05 19:57:16 +00:00
Dmitry Marakasov
eaba056af6 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-05 18:05:53 +00:00
Dmitry Marakasov
0ab52e50c8 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-05 18:05:41 +00:00
Dmitry Marakasov
05b5968a8f - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-06-05 09:03:55 +00:00
Raphael Kubo da Costa
bb027d45e3 Add upstream patch to fix the build of the translation ports after r353989.
The libxml2 fix for CVE-2014-0191 broke meinproc4, which resulted in the KDE
translation ports failing to build.

MFH:		2014Q2
2014-06-04 21:55:08 +00:00
Baptiste Daroussin
ab929fd691 Switch to wxGTK 3.0 now that is supports wxGTK 2.6 API 2014-06-04 09:59:31 +00:00
Baptiste Daroussin
b03b72d4c9 Deprecate a ports that work on wxGTK 2.8 only because of compatibility with wxGTK 2.6 (activated by default in wxGTK 2.8 not in wxGTK 3.0)
wxGTK 2.6 is EOLed for long
2014-06-04 06:53:28 +00:00
Emanuel Haupt
4be10c3472 Update to 306 2014-06-04 06:26:01 +00:00
Dmitry Marakasov
db8e99440b - Convert USE_BZIP2 to USES
Approved by:	portmgr blanket
2014-06-04 03:12:02 +00:00
Emanuel Haupt
ea0fbce592 Update to 305 2014-06-03 13:42:45 +00:00
Dmitry Marakasov
bed55d358e - Switch to USES=libtool, drop .la files
- Strip libraries
2014-06-02 23:33:40 +00:00
Olivier Duchateau
70ab5c22f1 - Update to 1.2.6
Announce: https://mail.xfce.org/pipermail/xfce-announce/2014-May/000325.html
2014-05-31 19:21:19 +00:00
Tijl Coosemans
8caa4c3a39 USES=libtool:keepla tar:bzip2. 2014-05-30 13:33:15 +00:00
Rene Ladan
781e4f52cd Remove expired ports:
2014-05-25 x11-toolkits/libgtk-java: Unmaintained, outdated not depend on
2014-05-25 graphics/cairo-java: Unmaintained, outdated not depend on
2014-05-25 devel/libgconf-java: Unmaintained, outdated not depend on
2014-05-25 x11/libgnome-java: Unmaintained, outdated not depend on
2014-05-27 21:22:44 +00:00
Emanuel Haupt
3e93215c08 Update to 304
PR:		190185
Submitted by:	pi
2014-05-27 12:18:47 +00:00
Baptiste Daroussin
e836ab008a Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua

Approved by:	portmgr (implicit)
2014-05-26 15:28:28 +00:00
Baptiste Daroussin
912c68df95 Convert to USES=dos2unix
With hat:	portmgr
2014-05-26 09:24:47 +00:00
Steve Wills
45c27c87f9 - Update to 0.12.6
- Use variables in plist to avoid having to update it in future versions
2014-05-23 17:23:01 +00:00
David Thiel
29238db46d Hand back to ports@. 2014-05-23 17:18:56 +00:00
Alex Kozlov
b9782138b7 - Use @sample to handle configuration file 2014-05-22 19:24:21 +00:00
Steve Wills
a890339a6e - Update to 0.12.5
- Fix for bzip USES

PR:		ports/189635
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-05-22 03:23:50 +00:00
Marius Strobl
b4449fb54a Fix two issues with r354638:
- Use MACHINE_CPUARCH rather than MACHINE_ARCH. While the former technically
  is more correct it unfortunately doesn't exist in stable/8, yet, and using
  the latter actually doesn't make a difference for i386.
- Allow to build nvidia-driver on OSVERSION > 1000052 with the LINUX option
  enabled.

Reported by:	swills
2014-05-21 10:32:46 +00:00
Marius Strobl
773fd2d837 - Update nvidia-driver to 331.67.
- For i386, allow to build the non-legacy NVIDIA drivers with PAE support
  via an option, defaulting to disabled. This is tricky in two ways. First
  off, while their binary part is PAE-capable since around version 285,
  their build glue and wrapper only partially is. Second, for modules
  built along the kernel, enabled PAE support would be picked up via the
  generated opt_global.h from KERNBUILDDIR, which isn't available when
  compiling modules stand-alone. Nevertheless, these source modifications
  are modeled in a way so they also do the right thing when integrating a
  nvidia-driver module into a kernel build.

Approved by:	maintainer timeout (2 weeks)
Sponsored by:   Bally Wulff Games & Entertainment GmbH
2014-05-20 13:23:15 +00:00
Alex Kozlov
3597b1f0e8 - Fix CATEGORIES order
Reported by:	erwin
2014-05-20 13:13:56 +00:00
Alex Kozlov
5d6a8e4ab8 - Add/update license when possible
- Modernize ports Makefiles
- Update MASTER_SITES/distfile for converters/chmview
2014-05-20 06:06:35 +00:00
Tijl Coosemans
5c0834bd1b For several MATE related ports:
- USES=libtool tar:xz.
- INSTALL_TARGET=install-strip.
- Add CONFIGURE_ARGS=--disable-static to ports that only install plugins.
2014-05-18 21:05:53 +00:00
Renato Botelho
7c2d4fb932 Move to USES=tar:bzip2 2014-05-16 15:29:00 +00:00
Pawel Pekala
1bc4cb6443 Update to version 3.19 2014-05-15 15:20:59 +00:00
Tim Bishop
9eceba4ac2 Remove ftp://ftp.i-scream.org/ master site. The http equivalent still
exists. Also remove DIST_SUBDIR where there's no need to have it.
2014-05-13 14:22:57 +00:00
Tijl Coosemans
1f8935d509 Convert x11-toolkits/unique to "USES=libtool pathfix tar:bzip2".
Bump PORTREVISION on all dependent ports. [1]

audio/ario: USES=libtool.
audio/gmpc: USES=libtool.
audio/gnome-media: USES=libtool:keepla tar:bzip2.
audio/xfce4-mixer: USES=libtool tar:bzip2.
graphics/shotwell: Unbreak and USES=tar:xz.
science/gwyddion: USES=libtool tar:bzip2.
sysutils/mate-control-center: USES=libtool.
x11/xfce4-clipman-plugin: USES=libtool tar:bzip2.

Approved by:	portmgr (implicit) [1]
2014-05-13 11:54:53 +00:00
Tijl Coosemans
b5c2d79aad - USES=libtool:oldver tar:bzip2.
- INSTALL_TARGET=install-strip.
2014-05-13 10:30:58 +00:00
Max Brazhnikov
c425e0b6a4 Convert my ports to USES=tar 2014-05-12 10:53:41 +00:00
Dmitry Marakasov
bb67066000 - Remove redundant dependency
- Don't remove mtree directories

PR:		185917
Submitted by:	amdmi3
Approved by:	maintainer timeout
2014-05-12 02:39:47 +00:00
Antoine Brodin
636287c888 Maintainer no longer wishes to maintain those ports
With hat:	portmgr
2014-05-10 22:06:22 +00:00
Max Brazhnikov
90e380e1cb KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!
deskutils/kdepim4:
- Remove no longer needed patch, the problem was fixed since Qt 4.8.4.

The area51 repository features commits by rakuco and makc.
2014-05-10 19:43:14 +00:00
Tijl Coosemans
10eec45cc8 Add USES=libtool:keepla tar:bzip. 2014-05-10 11:09:22 +00:00
Sunpoet Po-Chuan Hsieh
d60b005d21 - Update to 0.4.0
- Add LICENSE
- Sort LIB_DEPENDS
- Use USES=libtool
- Do not silence installation message
- Bump PORTREVISION for graphics/webp shlib change

Changes:	https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
2014-05-08 03:25:06 +00:00
Dmitry Marakasov
dd660ea58d - Convert USE_BZIP2 to USES 2014-05-07 18:21:33 +00:00
Tijl Coosemans
3a759a9883 Convert x11-toolkits/libxfce4gui and all dependent ports to USES=libtool.
And USES=tar:bzip2 here and there.

deskutils/xfce4-notification-daemon:
- Don't patch Makefile.am.
- Link with -lgmodule-2.0 explicitly now that libgtk-x11-2.0.la does not
  imply it.

x11/xfce4-wmdock-plugin:
- Make it fetchable.
2014-05-06 14:44:07 +00:00
Koop Mast
2a5b8b1446 Remove gnome-games-extra-data, it not used in GNOME3. 2014-05-05 14:50:03 +00:00