aboutsummaryrefslogtreecommitdiff
path: root/x11
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.3.6.MANTANI Nobutaka2014-06-164-11/+17
| | | | Notes: svn path=/head/; revision=357972
* Fix build on CURRENT.Niclas Zeising2014-06-141-2/+20
| | | | Notes: svn path=/head/; revision=357786
* - Update to 1.10.1Martin Wilke2014-06-147-89/+145
| | | | | | | | PR: 190906 Submitted by: ports fury Notes: svn path=/head/; revision=357747
* Update to 5.29Niclas Zeising2014-06-133-5/+22
| | | | Notes: svn path=/head/; revision=357713
* Reset the 99 ports still listed under sylvio@John Marino2014-06-113-3/+3
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=357526
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-1114-26/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=357486
* Add staging support; do not @dirrmtry directories owned by dependencies.Jimmy Olgeni2014-06-102-19/+2
| | | | Notes: svn path=/head/; revision=357362
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-103-3/+0
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=357300
* Support stage. Update to new LIB_DEPENDS.Cy Schubert2014-06-101-4/+3
| | | | Notes: svn path=/head/; revision=357262
* - Add missing USES=libtoolDmitry Marakasov2014-06-092-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=357203
* - Switch textproc/gdome2 to USES=libtool, drop .la filesDmitry Marakasov2014-06-061-1/+1
| | | | | | | - Bump dependent ports as .so version has changed Notes: svn path=/head/; revision=356785
* - Fix build on 10.x+Dmitry Marakasov2014-06-053-25/+36
| | | | | | | | | | | - Fix and sort plist - Use new LIB_DEPENDS syntax - Whitespace nits MFH: 2014Q2 Notes: svn path=/head/; revision=356693
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-052-4/+4
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=356666
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-052-6/+6
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=356665
* - Drop .la files, no dependees require themDmitry Marakasov2014-06-052-4/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=356613
* Add upstream patch to fix the build of the translation ports after r353989.Raphael Kubo da Costa2014-06-042-0/+45
| | | | | | | | | | The libxml2 fix for CVE-2014-0191 broke meinproc4, which resulted in the KDE translation ports failing to build. MFH: 2014Q2 Notes: svn path=/head/; revision=356550
* Switch to wxGTK 3.0 now that is supports wxGTK 2.6 APIBaptiste Daroussin2014-06-041-1/+1
| | | | Notes: svn path=/head/; revision=356452
* Deprecate a ports that work on wxGTK 2.8 only because of compatibility with ↵Baptiste Daroussin2014-06-041-0/+3
| | | | | | | | | wxGTK 2.6 (activated by default in wxGTK 2.8 not in wxGTK 3.0) wxGTK 2.6 is EOLed for long Notes: svn path=/head/; revision=356442
* Update to 306Emanuel Haupt2014-06-042-3/+3
| | | | Notes: svn path=/head/; revision=356435
* - Convert USE_BZIP2 to USESDmitry Marakasov2014-06-041-2/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=356423
* Update to 305Emanuel Haupt2014-06-032-3/+3
| | | | Notes: svn path=/head/; revision=356362
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-022-7/+3
| | | | | | | - Strip libraries Notes: svn path=/head/; revision=356259
* - Update to 1.2.6Olivier Duchateau2014-05-313-7/+7
| | | | | | | Announce: https://mail.xfce.org/pipermail/xfce-announce/2014-May/000325.html Notes: svn path=/head/; revision=356011
* USES=libtool:keepla tar:bzip2.Tijl Coosemans2014-05-302-15/+4
| | | | Notes: svn path=/head/; revision=355836
* Remove expired ports:Rene Ladan2014-05-278-307/+0
| | | | | | | | | | 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 Notes: svn path=/head/; revision=355577
* Update to 304Emanuel Haupt2014-05-272-3/+3
| | | | | | | | PR: 190185 Submitted by: pi Notes: svn path=/head/; revision=355496
* Replace lang/lua with the new lang/lua51Baptiste Daroussin2014-05-261-2/+2
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=355360
* Convert to USES=dos2unixBaptiste Daroussin2014-05-261-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=355292
* - Update to 0.12.6Steve Wills2014-05-233-8/+9
| | | | | | | - Use variables in plist to avoid having to update it in future versions Notes: svn path=/head/; revision=354951
* Hand back to ports@.David Thiel2014-05-231-1/+1
| | | | Notes: svn path=/head/; revision=354949
* - Use @sample to handle configuration fileAlex Kozlov2014-05-221-3/+1
| | | | Notes: svn path=/head/; revision=354883
* - Update to 0.12.5Steve Wills2014-05-224-701/+687
| | | | | | | | | | - Fix for bzip USES PR: ports/189635 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Notes: svn path=/head/; revision=354764
* Fix two issues with r354638:Marius Strobl2014-05-212-2/+2
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=354739
* - Update nvidia-driver to 331.67.Marius Strobl2014-05-205-7/+65
| | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=354638
* - Fix CATEGORIES orderAlex Kozlov2014-05-201-1/+1
| | | | | | | Reported by: erwin Notes: svn path=/head/; revision=354634
* - Add/update license when possibleAlex Kozlov2014-05-201-3/+3
| | | | | | | | - Modernize ports Makefiles - Update MASTER_SITES/distfile for converters/chmview Notes: svn path=/head/; revision=354597
* For several MATE related ports:Tijl Coosemans2014-05-188-25/+20
| | | | | | | | | - USES=libtool tar:xz. - INSTALL_TARGET=install-strip. - Add CONFIGURE_ARGS=--disable-static to ports that only install plugins. Notes: svn path=/head/; revision=354470
* Move to USES=tar:bzip2Renato Botelho2014-05-161-2/+1
| | | | Notes: svn path=/head/; revision=354237
* Update to version 3.19Pawel Pekala2014-05-152-3/+3
| | | | Notes: svn path=/head/; revision=354137
* Remove ftp://ftp.i-scream.org/ master site. The http equivalent stillTim Bishop2014-05-131-1/+0
| | | | | | | exists. Also remove DIST_SUBDIR where there's no need to have it. Notes: svn path=/head/; revision=353951
* Convert x11-toolkits/unique to "USES=libtool pathfix tar:bzip2".Tijl Coosemans2014-05-133-4/+3
| | | | | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=353934
* - USES=libtool:oldver tar:bzip2.Tijl Coosemans2014-05-131-3/+4
| | | | | | | - INSTALL_TARGET=install-strip. Notes: svn path=/head/; revision=353933
* Convert my ports to USES=tarMax Brazhnikov2014-05-121-2/+1
| | | | Notes: svn path=/head/; revision=353800
* - Remove redundant dependencyDmitry Marakasov2014-05-122-4/+0
| | | | | | | | | | | - Don't remove mtree directories PR: 185917 Submitted by: amdmi3 Approved by: maintainer timeout Notes: svn path=/head/; revision=353766
* Maintainer no longer wishes to maintain those portsAntoine Brodin2014-05-101-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=353621
* KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!Max Brazhnikov2014-05-1011-17/+47
| | | | | | | | | | 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. Notes: svn path=/head/; revision=353599
* Add USES=libtool:keepla tar:bzip.Tijl Coosemans2014-05-102-3/+4
| | | | Notes: svn path=/head/; revision=353569
* - Update to 0.4.0Sunpoet Po-Chuan Hsieh2014-05-081-1/+1
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=353249
* - Convert USE_BZIP2 to USESDmitry Marakasov2014-05-071-2/+1
| | | | Notes: svn path=/head/; revision=353189
* Convert x11-toolkits/libxfce4gui and all dependent ports to USES=libtool.Tijl Coosemans2014-05-065-14/+9
| | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=353097