aboutsummaryrefslogtreecommitdiff
path: root/x11
Commit message (Collapse)AuthorAgeFilesLines
* Allow to build with texinfo from portsAntoine Brodin2014-06-261-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=359353
* Allow to build with texinfo from portsAntoine Brodin2014-06-261-1/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=359318
* - Update to 1.4.0Olivier Duchateau2014-06-253-7/+5
| | | | | | | - Add LICENSE_FILE Notes: svn path=/head/; revision=359254
* Update to 0.3.9Renato Botelho2014-06-252-4/+4
| | | | Notes: svn path=/head/; revision=359219
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* - Reapply r331937 that got somehow lost backAlexey Dokuchaev2014-06-242-3/+32
| | | | | | | | | - Convert USE_BZIP2 to USES while here Pointy hat to: zeising Notes: svn path=/head/; revision=359055
* Remove packagekit from gnome2 packages to allow having a gnome2 package in ↵Baptiste Daroussin2014-06-221-2/+1
| | | | | | | | | the release With hat: portmgr Notes: svn path=/head/; revision=358860
* Add 4 new sed commands to USES=libtool. The first two apply some of theTijl Coosemans2014-06-221-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes that Debian made to their libtool. The first command applies to libtool versions 1.4 and up. The second command is somewhat more elaborate but essentially it uses the sed hold space to move an "elif...fi" block down. It applies to 2.x. Together these reduce overlinking to unpatched .la files (from ports that don't have USES=libtool yet but also .la files in the work directory). The third and fourth command fix relinking. During staging libtool may relink libA when it links to another library in the work directory libB. The reason is that libA created during build phase has its runpath set to the location of libB in the work directory. This allows running an executable that links to libA from within the work directory. The relink removes this extra runpath. When libtool relinks libA it replaces "libB.la" on the linker command line with "-L${STAGEDIR}${PREFIX}/lib -lB" with the intention to link to libB in the stage directory but this -L flag isn't necessarily the first so another libB may be linked instead. The two sed commands make relink the same as a normal link. This means libtool will relink with libraries from the work directory using a path similar to "../srcB/.libs/libB.so" without -L flags. This applies to libtool 1.4 and up. Earlier versions don't seem to relink libraries. (This fixes ports like devel/apr1 so they link with freshly built libraries instead of installed libraries.) Fix all ports with missing libraries. Additionally: archivers/rpm4: USES=patchfix. databases/gdbm: INSTALL_TARGET=install-strip. devel/gnome-vfs: remove patch that doesn't change anything. devel/ois: INSTALL_TARGET=install-strip and use standard USE_AUTOTOOLS. devel/zziplib: INSTALL_TARGET=install-strip, MAKE_CMD. multimedia/mjpegtools: remove USE_AUTOTOOLS, use modern compiler on i386 instead of disabling optimisations. net/libnetdude: disable static plugins. PR: 190941 Exp-run: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=358784
* Upgrade to version 0.97.Jimmy Olgeni2014-06-213-6/+16
| | | | | | | | | PR: 190886 Submitted by: olgeni Approved by: maintainer Notes: svn path=/head/; revision=358710
* Update to 308Emanuel Haupt2014-06-202-3/+3
| | | | Notes: svn path=/head/; revision=358563
* x11/sterm: Upgrade version 0.4.1 => 0.5John Marino2014-06-182-4/+3
| | | | | | | | | | PR: 188302 Submitted by: anonymous (gmail) Approved by: maintainer timeout (2 months) Verified by: Redports 8x pass Notes: svn path=/head/; revision=358328
* - Remove sysutils/gtk-send-pr, it's obsolete after transition to BugzillaAlex Kozlov2014-06-181-3/+2
| | | | | | | Approved by: gnome (kwm) Notes: svn path=/head/; revision=358311
* Update to 307Emanuel Haupt2014-06-182-3/+3
| | | | Notes: svn path=/head/; revision=358297
* Update to 6.8.9-3 [1][3].Koop Mast2014-06-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use USES=compiler:openmp for the OPENMP option[2] Ditch the use of perl for patching etc [4] and silence perl threaded check [6] -delay option spurious message should be fixed [5] JASPER option was replace by JPEG2000 for JP2k support. Put 16BIT_PIXEL and HDRI option separate option block. These options change the library name, so the user needs to take this into consideration. Use new LIB_DEPENDS syntax. Use @sample for config files. Sprinkle some USES=pkgconfig for some ports, since we don't pull it in anymore at run-time. PR: 185462 [1] PR: 187548 [2] PR: 182793 [3] PR: 181746 [4] PR: 176047 [5] PR: 190814 [6] Submitted by: c.petrik.sosa@gmail.com [1] Matthieu Volat <mazhe@alkumuna.eu> [2] free.bsd@webstyle.ch [3] andrnils@gmail.com [4] rfg@tristatelogic.com [5] Michelle Sullivan <michelle@sorbs.net> [6] Approved by: portmgr (blanket) (for NO_STAGED ports) Notes: svn path=/head/; revision=358176
* - Remove easy_install dependencyMarcus von Appen2014-06-171-4/+4
| | | | | | | | | | | - Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit) Notes: svn path=/head/; revision=358148
* - Update to 3.2Martin Wilke2014-06-172-9/+10
| | | | | | | PR: 191099 Notes: svn path=/head/; revision=358136
* 1: remove NO_STAGEVanilla I. Shu2014-06-171-3/+1
| | | | | | | | | 2: switch tar:bzip2 Approved by: portmgr@ Notes: svn path=/head/; revision=358128
* 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