aboutsummaryrefslogtreecommitdiffstats
path: root/www/igal2/files
Commit message (Expand)AuthorAgeFilesLines
* - STAGE-cleangahr2014-02-142-0/+37
>| | | With hat: portmgr Sponsored by: Absolight * cleanup plistbapt2014-12-211-1/+0 | * Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-08-031-1/+1 | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories T-V. CR: D509 Approved by: portmgr (antoine) * - Stage supportmiwi2014-06-271-9/+9 | | | | | | | - Strip binary - Convert autotools to uses PR: 190770 * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2 | | | | textproc) * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+0 | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav * - Patch SCIM KMFL engine (textproc/scim-kmfl-imengine) to usewxs2011-05-292-9/+13 | | | | | | | | | | | | | | | | | | | | | | | | | | the same neutral keyboard repository as textproc/ibus-kmfl does, ${LOCALBASE}/share/kmfl/. This approach is similar to m17n (its keyboard databases, devel/m17n-db and textproc/m17n-contrib, are shared between textproc/scim-m17n and textproc/ibus-m17n). This patch also makes both these KMFL engine ports to read ~/.kmfl/ instead of SCIM-oriented ~/.scim/kmfl/. There is UPDATING text that informs KMFL users about this. - Patch keyboard ports (7 of them) to install data to the new repository, ${LOCALBASE}/share/kmfl/; the keyboard ports were SCIM-only and used to install to ${LOCALBASE}/share/scim/kmfl/. - Adapt descriptions in other KMFL ports (textproc/kmflcomp, textproc/libkmfl); - While we are here, do some additional maintenance. - Remove the 7 old ports. - Please see the PR for full details. PR: ports/156694 Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer) * - Update to 0.9.9culot2011-01-292-5/+3 | | | | | | | PR: ports/154314 Submitted by: Nikola Lecic <nikola.lecic AT anthesphoria.net> (maintainer) Approved by: sahil@/wen@ (mentors, implicit) Feature safe: yes * Remove wrong gettext dependencywxs2010-06-191-2/+2 | | | | | | | | Add PLIST_DIRS PR: ports/147690 Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer) Feature safe: yes * Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1 | * - Bump PORTREVISION because of amd64-related kmflcomp changes to force ↵miwi2009-11-291-1/+1 | | | | | | | recompile. PR: 140908 Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer) * - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+2 | | | | starting with T,U,V * - Update to 0.9.8wxs2009-07-032-6/+5 | | | | | | | - Fix MASTER_SITES PR: ports/136149 Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1 | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)