/x11-toolkits/gtkmm24/

rowspan='2'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add USES=libtool and INSTALL_TARGET=install-striptijl2014-10-063-21/+6
|
* Remove redundant patches mistakenly added back in r367909.hrs2014-10-0610-115026/+2
| | | | Pointed out by: tijl
* math/taucs: Removing unnecessary do-extracts target; use NO_WRKSUBDIRmarino2014-10-063-32/+29
| | | | | | | | | | | | | | | | With NO_WRKSUBDIR set, there's no need for a roll-your-own extraction target, so remove it from this port. While here: - use <options> instead of <pre> + <post> includes - Wrap the compound commands in parentheses and use "&&" conjunctions instead of ";" for better multijob support - Remove several command masks (@) that were suppressing log output - Remove duplicate (and broken) softlink creation in lib target - Fix second (also broken) softlink creation in do-install target - Revbump for last - Fix WWW whitespace - Remove redundant @dirrm
* - Add USES=libtool and INSTALL_TARGET=install-striptijl2014-10-063-19/+4
| | | | - Remove pthread patching
* Add USES=libtool and INSTALL_TARGET=install-striptijl2014-10-063-18/+4
|
* - Add USES=libtool and INSTALL_TARGET=install-striptijl2014-10-063-26/+6
| | | | - Remove pthread patching
* mail/rainloop: Rework to avoid unnecessary overriding do-extracts targetmarino2014-10-061-9/+6
| | | | | | | | | | | | There's no reason to roll-your-own extraction target, the stock target works fine. Remove and and adjust do-install accordingly; there's not change the pkg-plist. While here, remove RVER derivative of PORTVERSION. This looked wrong to me -- I doubt the RVER will end in ".164" after the PORTVERSION is incremented. If anything, the PORTVERSION would be derivative of RVER, but for now I just have two seprately defined variables. Also, unmask installation commands.
* Allow installing contrib modules in a different prefix than /usr/localtijl2014-10-061-8/+12
| | | | | PR: 194160 Submitted by: jhujhiti@adjectivism.org
* Replace USE_PYTHON* by USES=python.alonso2014-10-0619-33/+21
| | | | | | This commit consists of area51's r10314 and r10356 patchsets. Approved by: rakuco (mentor)
* - Update devel/libtool and devel/libltdl to version 2.4.2.418tijl2014-10-0650-241/+280
| | | | | | | | | | | | | | | | - Patch libtool so it uses the same library version specification as on Darwin, Linux and other systems. Given the version current:revision:age a library will be given the extension .so.major.age.revision with major equal to current-age. Before libtool would use .so.current on FreeBSD. - Patch libtoolize to remove two cases of umask 0 that caused libltdl files to be copied world writable (--ltdl option) - Let USES=libtool patch this new version correctly - Adjust all ports with USES=libtool:build and bump PORTREVISION on their dependent ports if a library version changed PR: 194068 Exp-run by: antoine Approved by: portmgr (antoine)
* - Fix previous commit (r370095), patch is now properly integratedriggs2014-10-063-10/+14
| | | | | | PR: 193208 Submitted by: spil.oss@gmail.com (PR), dewayne@heuristicsystems.com.au (patch) MFH: 2014Q4
* - Replace USE_AUTOTOOLS with USES=autoreconf:buildtijl2014-10-061-5/+3
| | | | | | - Remove PTHREAD_LIBS - Don't use SCRIPTS_ENV in post-configure, it is meant for scripts in SCRIPTDIR
* The goal of this python library is to provide a way for python applicationsrm2014-10-064-0/+29
| | | | | | | to use Jabber/XMPP networks in a non-blocking way. This library is initialy a fork of xmpppy one, but using non-blocking sockets. WWW: https://python-nbxmpp.gajim.org/
* - Fix build failure with pod2man 2.5+riggs2014-10-063-1/+10
| | | | | | | | | | | | - Bump PORTREVISION While on it: - Add NO_ARCH (port does not install arch dependent files) - Clean up pkg-plis PR: 193208 Submitted by: spil.oss@gmail.com (PR), dewayne@heuristicsystems.com.au (patch) MFH: 2014Q4
* - Convert to USES=pythonjhale2014-10-065-405/+415
| | | | | | | | | | | | | | | | - Convert KNOBS to proper OPTIONS - Add LICENSE - Drop gmake dependency - Use DATADIR instead of BHOME variable - Simplify and separate configure and build stages - Rework do-install target a bit - Add .pyo files - Use SUB_FILES instead of patch - Update plist - Update WWW - Bump PORTREVISION TODO: Could use an update, version 2.0.4 available
* - Convert to USES=autoreconftijl2014-10-052-18/+39
| | | | | | | - Remove WANT_GNOME - Patch configure.in and Makefile.am to move config and m4 directories out of the libltdl directory. This prevents rerunning autotools+configure during make build.
* vasm is a portable and retargetable assembler to create linkablewen2014-10-055-0/+143
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | objects in various formats or absolute code. Multiple CPU-, syntax and output-modules can be selected. Currently the following CPUs are officially supported by vasm: M680x0 family (including M6888x, M68851 and CPU32) ColdFire family (all models of V2, V3, V4, V4e) 80x86 family (IA32 8/16/32 bit, using MIT-syntax) PowerPC family (POWER, 40x, 6xx, 7xx, 7xxx, 860, e300) ARM (architecture ARMv1 to ARMv4, including THUMB mode) Jaguar RISC (GPU and DSP instruction sets) Z80 family (Z80, 8080, GBZ80, 64180, RCM2/3/4k) C16x/ST10 6502 family 6800 family (6800, 68HC11) These syntax flavours are supported: Standard MIT (GNU-as style) syntax Motorola/Freescale 68k syntax (Devpac compatible) Old 8-bit style syntax WWW: http://sun.hasenbraten.de/vasm/ PR: 194152 Submitted by: uffe@uffe.org
* New port: www/py-flask-socketsantoine2014-10-054-0/+28
| | | | | | Elegant WebSockets for your Flask apps. WWW: https://github.com/kennethreitz/flask-sockets
* Convert to USES=autoreconftijl2014-10-051-10/+1
|
* Remove trailing /antoine2014-10-051-1/+1
|
* Hook postgresql93-plv8js to the buildantoine2014-10-051-0/+1
|
* Convert to USES=autoreconf and USES=pythontijl2014-10-051-8/+1
|
* - Remove USE_AUTOTOOLStijl2014-10-051-17/+4
| | | | | | - Remove PTHREAD_CFLAGS/PTHREAD_LIBS - Remove -fPIC - Clean up post-patch and pre-configure
* Remove USE_AUTOTOOLStijl2014-10-05