aboutsummaryrefslogtreecommitdiff
path: root/Mk
Commit message (Collapse)AuthorAgeFilesLines
* Introduces USES= iconv to replace USE_ICONV.Marcus von Appen2013-04-261-0/+21
| | | | | | | | | | | | | It takes no arguments. This deprecates USE_ICONV, please convert your ports. USE_ICONV will be removed as soon as it is no more used in the ports tree. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316636
* Do not be verbose while removing old now unused symlinksBaptiste Daroussin2013-04-261-1/+1
| | | | | | | Reported by: sunpoet Notes: svn path=/head/; revision=316634
* Remove MySQL 4.1, it has been unsupported upstream for almost 3.5 years.Florian Smeets2013-04-261-5/+0
| | | | | | | Approved by: ale Notes: svn path=/head/; revision=316631
* Remove USE_CDRTOOLS from bsd.port.mkBaptiste Daroussin2013-04-261-8/+0
| | | | | | | | | | | | | | | This macros has been useless since cdrtools-cjk port has gone. This macros also lead to badly handled dependencies assuming that the dependency on cdrtools was most BUILD and RUN dependency. While most of the time it is simply a RUN dependency and sometime a build one. While here: - Trim some headers - Convert some ports to optionsng - Convert some ports to USES= gettext Notes: svn path=/head/; revision=316600
* Remove USE_FREETYPE from bsd.port.mkBaptiste Daroussin2013-04-261-5/+0
| | | | | | | It added no really value and was used only by 8 ports Notes: svn path=/head/; revision=316594
* . Split a long comment line.Greg Lewis2013-04-261-2/+3
| | | | Notes: svn path=/head/; revision=316544
* . Replace the use of != and shell utilities with actual make logic. ThisGreg Lewis2013-04-261-25/+36
| | | | | | | | | | should be much faster and avoid some complaints from make. PR: 177355 Submitted by: crees@ Notes: svn path=/head/; revision=316543
* Remove the now useless compatibility bits for USE_CMAKEBaptiste Daroussin2013-04-251-8/+0
| | | | Notes: svn path=/head/; revision=316505
* Remove now unused USE_PKGCONFIG codeBaptiste Daroussin2013-04-231-16/+0
| | | | Notes: svn path=/head/; revision=316357
* - Remove lang/tcl83 and x11-toolkits/tk83 (expired)Pietro Cerutti2013-04-231-10/+9
| | | | | | | | | - Remove references to Tcl/Tk 8.3 from bsd.tcl.mk - Update ports that required 8.3+ to require 8.4+ (since 8.5 is the default, I don't expect this change to cause much trouble) Notes: svn path=/head/; revision=316351
* Fix typos so they match the command and file name.Koop Mast2013-04-231-7/+7
| | | | | | | Submitted by: bsam@ Notes: svn path=/head/; revision=316327
* Introduces USES= gettext to replace USE_GETTEXTJason Helfman2013-04-231-0/+31
| | | | | | | | | | | | | | | |   It can take 3 arguments:   build to add gettext into both RUN and BUILD DEPENDS   run to add gettext into RUN_DEPENDS   lib (default,implicit) to add gettext into LIB_DEPENDS   This deprecates USE_GETTEXT. Please convert your ports.   USE_GETTEXT will be removed as soon as it is no longer used in   the ports tree Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316316
* - Add WITH_CCACHE_BUILD support during 'configure' phaseBryan Drewery2013-04-231-1/+8
| | | | | | | | | | | | | | | | - Add CCACHE_DIR The MAKE_ENV/CONFIGURE_ENV+= method of adding CCACHE_DIR in /etc/make.conf does not work for many ports since they overwrite using = instead of appending with +=. By adding CCACHE_DIR into the ENV variables after reading in the port the directory is properly set in the environment. Without this, the ccache support would sometimes work but incorrectly not respect the set CCACHE_DIR, potentially using 2 caches. With hat: portmgr Notes: svn path=/head/; revision=316289
* Introduce USES= pkgconfig to replace USE_PKGCONFIGBaptiste Daroussin2013-04-221-0/+34
| | | | | | | | | | | | | | It can take 3 arguments: build (default,implicit) to add pkgconf into BUILD_DEPENDS run to add pkgconf into RUN_DEPENDS both to add pkgconf into both RUN and BUILD DEPENDS This deprecates USE_PKGCONFIG, please convert your ports. USE_PKGCONFIG will be removed as soon as it is no more used in the ports tree Notes: svn path=/head/; revision=316283
* Remove old links while creating the new packagesBaptiste Daroussin2013-04-221-1/+4
| | | | | | | | | Force creation of the symlink for pkgng to avoid failure if the link already exists Submitted by: ohauer@ Notes: svn path=/head/; revision=316281
* Add py-gobject 3.8.0.Koop Mast2013-04-221-1/+6
| | | | | | | | This is the next version of the python GLib/GObject/GIO bindings, including full GObject introspection support. Notes: svn path=/head/; revision=316278
* Use simple glob matching instead of a regex to test if PREFIX defined as an ↵Baptiste Daroussin2013-04-221-1/+1
| | | | | | | absolute patch Notes: svn path=/head/; revision=316249
* On all supported version of FreeBSD tar do support rpm as an archive format.Baptiste Daroussin2013-04-221-7/+3
| | | | | | | So directly use tar to extract linux* distfiles instead of rpm2cpio. Notes: svn path=/head/; revision=316247
* Add a global config.site cache.Baptiste Daroussin2013-04-221-1/+1
| | | | | | | | | | | | | | | | This has 2 effects: - it caches lots of things autotools are looking for and we know that are already on FreeBSD (speeding up configure scripts) - it forces the autotool enable build chain to use by default commands from the base system like sed, awk, cp, bzip2, gzip etc To overwrite things set in config.site just add the variable in CONFIGURE_ENV within your port Please help us to add new values in this config.site Notes: svn path=/head/; revision=316246
* LATEST_LINK makes no sense with pkgngBaptiste Daroussin2013-04-221-2/+8
| | | | | | | | Remove any symlink and category in the packages directory when using WITH_PKGNG. Only keep links for pkg itself (to allow bootstrap) Notes: svn path=/head/; revision=316243
* - Remove duplicate LANG_US_DESC entryAlexey Dokuchaev2013-04-191-3/+2
| | | | | | | | | - Consistensify English language descriptions Feature safe: yes Notes: svn path=/head/; revision=316106
* Use a more descriptive text for NCURSES.Emanuel Haupt2013-04-191-1/+1
| | | | | | | | Discussed with: eadler, danfe Feature safe: yes Notes: svn path=/head/; revision=316087
* Add NCURSES descriptionEmanuel Haupt2013-04-181-0/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=316032
* update-mime-database needs a argument.Koop Mast2013-04-171-1/+1
| | | | | | | | | Submitted by: Tijl coosemans <tijl@coosemans.org> (again) Pointyhat to: kwm Feature safe: yes Notes: svn path=/head/; revision=315953
* Run correct command in post-install target.Koop Mast2013-04-171-1/+1
| | | | | | | | Submitted by: Tijl coosemans <tijl@coosemans.org> Feature safe: yes Notes: svn path=/head/; revision=315945
* Add desktop-file-utils and share-mime-info Uses. These will take care of allKoop Mast2013-04-162-0/+68
| | | | | | | | | | the magic. Approved by: portmgr (bapt) Feature safe: yes Notes: svn path=/head/; revision=315907
* Add new replace line for pkg-config file location.Koop Mast2013-04-161-0/+1
| | | | | | | | | | PR: ports/177868 Submitted by: myself Approved by: portmgr (bapt) Feature safe: yes Notes: svn path=/head/; revision=315827
* catalog.ports needs to be regenerated in post-deinstall.Baptiste Daroussin2013-04-051-1/+2
| | | | | | | | | glib-compiled-schema needs to be executed in post-deinstall Approved by: portmgr (implicit) Notes: svn path=/head/; revision=315732
* Execute gdk-pixbuf-query-loaders in post-deinstall with pkgngBaptiste Daroussin2013-04-041-1/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=315726
* - update thunderbird, firefox-esr, linux-thunderbird and linux-firefox toFlorian Smeets2013-04-031-57/+54
| | | | | | | | | | | | | | | | | | | 17.0.5 - update firefox to 20.0 - update seamonkey and linux-seamonkey to 2.17 - update nspr to 4.9.6 - remove mail/thunderbird-esr, Mozilla stopped providing 2 versions of thunderbird - prune support for old FreeBSD versions; users of 8.2, 7.4 or earlier are advised to upgrade - http://www.freebsd.org/security/ - add vuln.xml entry Security: 94976433-9c74-11e2-a9fc-d43d7e0c7c02 Approved by: portmgr (miwi) In collaboration with: Jan Beich <jbeich@tormail.org> Notes: svn path=/head/; revision=315713
* - Add a workaround for leaky environment's make index (this unbreaks all ↵Martin Wilke2013-04-021-3/+3
| | | | | | | | | | | | | | gecko@ for FreeBSD-8 on pointyhat) Reported by: pointyhat Tested with: pointyhat/poudriere oked by: flo (gecko@) Submitted by: antoine (thx!) Approved by: portmgr Notes: svn path=/head/; revision=315676
* - Fix check-vulnerable failing when pkg(8) is not installedBryan Drewery2013-03-301-1/+8
| | | | | | | | | | and WITH_PKGNG is set. This can happen when deinstall and reinstalling ports-mgmt/pkg in some cases With hat: portmgr Notes: svn path=/head/; revision=315599
* GNU Emacs updatesAshish SHUKLA2013-03-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | editors/emacs: - Update to 24.3 - Update CANNA patchset[1] - Unbreak ARM support by using the patch from emacs-devel port - Add missing INSTALLS_ICONS[2] - Remove a patch which is already integrated upstream - Fix Makefile header editors/emacs-devel: - Update to bzr revision 112178 - Fix Makefile header - Add missing INSTALLS_ICONS[2] editors/emacs23: - Remove ABI versions from LIB_DEPENDS - Fix Makefile header - Add missing INSTALLS_ICONS[2] Mk/bsd.emacs.mk: - Update major version for editors/emacs port *: - Bump PORTREVISION to chase Emacs updates PR: ports/177428[2] Submitted by: Yuji TAKANO[1] (via private email), bdrewery[2] Notes: svn path=/head/; revision=315598
* - Update Calligra and l10n ports to 2.6.2:Alberto Villa2013-03-291-1/+1
| | | | | | | | | | | | | * Japanese translation is stuck at 2.5.5; * Southern Catalan translation is now up to date; * Bosnian, Slovenian and Turkish translations were added. This update brings several new features and the new Calligra Author; for a full list, please read 2.6 release notes: http://www.calligra.org/news/calligra-2-6-released Notes: svn path=/head/; revision=315586
* Merge two loops and initialize _GCC_FOUND${v} and check whether USE_GCCGerald Pfeifer2013-03-291-14/+9
| | | | | | | points to a valid version in parallel. Notes: svn path=/head/; revision=315538
* Fix typoBaptiste Daroussin2013-03-281-1/+1
| | | | | | | Submitted by: bf Notes: svn path=/head/; revision=315445
* Add new _FORCE_POST_PATTERNS which is a pkgng only macro containing a list ↵Baptiste Daroussin2013-03-281-2/+7
| | | | | | | | | | | of command that if found in a @(un)exec pkgng will force to push them in post_deinstallation script. This allows not to hardcode anymore those in the pkgng binary. Notes: svn path=/head/; revision=315444
* Workaround a bug in tinderbox/pointyhat that leaks /sbin/mount_fuseBaptiste Daroussin2013-03-271-1/+1
| | | | | | | | | | from the host when host is HEAD. This leads when building packages for 9.x or 8.x to ignore the fuse-kmod dependency the fuse ports should have on those versions. Notes: svn path=/head/; revision=315421
* KDE/FreeBSD team presents KDE SC 4.10.1 ports!Max Brazhnikov2013-03-271-18/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | - kdegames4 port has been split. - kdeutils4-printer-applet and system-config-printer-kde have been replaced by print/kde4-print-manager. - Recover misc/kde4-l10n-mr from attic. - New USE_KDE4 components: kactivities, libkdegames, nepomuk-core, and nepomuk-widgets. - Provide sharedmime component with magic: ports don't need to run update-mime-database themselves now. - Switch some ports to out-of-source build. - Update port comments. - Adjust dependence on Qt4 components. - x11/kde4 installs modern kdepim4 now. - Remove redundant aspell and hspell from kdelibs4, both can be enabled in textproc/enchant if needed. - Remove stale bits from bsd.kde4.mk The area51 repository features commits by Schaich Alonso and myself. Contributors: - Tobias Berner Notes: svn path=/head/; revision=315373
* - Remove CVSMartin Wilke2013-03-271-1/+1
| | | | Notes: svn path=/head/; revision=315353
* - prepare for apache24Olli Hauer2013-03-261-5/+5
| | | | Notes: svn path=/head/; revision=315333
* ghostscript7 is very very outdated consider using newer version like ↵Baptiste Daroussin2013-03-261-4/+4
| | | | | | | | | print/ghostscript9 Approved by: doceng (gjb) Notes: svn path=/head/; revision=315309
* - Split deskutils/strigi port on libraries, client, daemon and utilities.Max Brazhnikov2013-03-261-1/+1
| | | | | | | | deskutils/strigi is a meta port now - USE_KDE4= strigi now implies dependence on deskutils/libstreamanalyzer Notes: svn path=/head/; revision=315308
* Reformat using 8-space wide tab in preparation for KDE SC 4.10 updateMax Brazhnikov2013-03-261-25/+25
| | | | Notes: svn path=/head/; revision=315303
* Update MASTER_SITE_SOURCEFORGE:Matthias Andree2013-03-251-4/+4
| | | | | | | | - remove space (authoritative NXDOMAIN) - add kent and kaz Notes: svn path=/head/; revision=315246
* Add SLANG descriptionMax Brazhnikov2013-03-251-2/+3
| | | | | | | Capitalize IMLIB* descriptions Notes: svn path=/head/; revision=315216
* - Add one more pypi mirror obtained from http://www.pypi-mirrors.orgSofian Brabez2013-03-251-0/+1
| | | | | | | Reported by: koobs Notes: svn path=/head/; revision=315206
* Fix mismatched bracketsBaptiste Daroussin2013-03-251-1/+1
| | | | | | | Submitted by: draco@marino.st Notes: svn path=/head/; revision=315205
* - Add Keywords to the IGNOREDIRSMartin Wilke2013-03-241-1/+1
| | | | | | | Reported by: pointythat Notes: svn path=/head/; revision=315120
* - convert to optionsngFlorian Smeets2013-03-231-0/+88
| | | | | | | | | | | - trim headers - remove stale comments - add common LANG_XX variables to bsd.options.desc.mk Reviewed by: bapt Notes: svn path=/head/; revision=315079