#!/bin/sh # MAINTAINER: portmgr@FeeeBSD.org # $FreeBSD$ [ -n "${DEBUG_MK_SCRIPTS}" -o -n "${DEBUG_MK_SCRIPTS_ACTUAL_PACKAGE_DEPENDS}" ] && set -x if [ -z "${PKG_BIN}" ]; then echo "PKG_BIN required in environment." >&2 exit 1 fi resolv_symlink() { local file tgt file=${1} if [ ! -L ${file} ] ; then echo ${file} return fi tgt=$(readlink ${file}) case $tgt in /*) echo $tgt return ;; esac file=${file%/*}/${tgt} absolute_path ${file} } absolute_path() { local file myifs target file=$1 myifs=${IFS} IFS='/' set -- ${file} IFS=${myifs} for el; do case $el in .) continue ;; '') continue ;; ..) target=${target%/*} ;; *) target="${target}/${el}" ;; esac done echo ${target} } find_dep() { pattern=$1 case ${pattern} in *\>*|*\<*|*=*) ${PKG_BIN} info -Eg "${pattern}" 2>/dev/null || echo "actual-package-depends: dependency on ${pattern} not registered" >&2 return ;; /*) searchfile=$pattern ;; *) searchfile=$(/usr/bin/which ${pattern} 2>/dev/null) ;; esac if [ -n "${searchfile}" ]; then ${PKG_BIN} which -q ${searchfile} || ${PKG_BIN} which -q "$(resolv_symlink ${searchfile} 2>/dev/null)" || echo "actual-package-depends: dependency on ${searchfile} not registered (normal if it belongs to base)" >&2 fi } for lookup; do ${PKG_BIN} query "\"%n\": {origin: \"%o\", version: \"%v\"}" "$(find_dep ${lookup})" || : done 'cinnamon-2.8'>cinnamon-2.8 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* Document bsd.sites.mk macro magicAndrew Pantyukhin2006-08-051-0/+27
* Fix a typo and refrase a sentense to be less ambiguous in theErwin Lansing2006-08-041-2/+3
* Add a note for the latest patchset which adds DESTDIR support.Erwin Lansing2006-08-041-2/+35
* Document the latest bsd.port.mk checkin.Mark Linimon2006-07-181-0/+12
* Add latest changes in bsd.*.mk.Mark Linimon2006-07-051-0/+22
* Belatedly add the description of the most recent bsd.*.mk changes.Mark Linimon2006-06-191-1/+39
* Document the subset of changes committed to bsd.port.mk that are ofKris Kennaway2006-05-241-0/+33
* Drop description of PERL_(BUILD|RUN)_DEPENDS since they were removedKris Kennaway2006-02-231-3/+0
* Another round of markup and spelling nits.Alexey Dokuchaev2006-01-271-15/+15
* - Announce 20060121 infrastructure changesPav Lucistnik2006-01-221-0/+27
* Remove trailing spaces.Kirill Ponomarev2005-11-131-2/+2
* * Add bsd.database.mk [1]Clement Laforet2005-11-081-0/+46
* Add new GNOME 2.12. porting changes.Joe Marcus Clarke2005-11-051-0/+21
* Mega-patch to cleanup the ports infrastructure regarding our linux bits:Alexander Leidinger2005-06-181-0/+16
* Add notes about changes introduced in bsd.port.mk rev. 1.512Kirill Ponomarev2005-06-101-1/+39
* Add an entry for the CVSup "refuse" file bug fix.John Polstra2005-03-271-0/+11
* Add an entry for the recent gstreamer-plugin-gconf split.Koop Mast2005-03-211-0/+6
* Add an entry for the recent bsd.gnome.mk changes.Joe Marcus Clarke2005-03-201-0/+11
* Add information about IGNORE_MASTER_SITE_xxxEdwin Groothuis2005-03-141-0/+18
* - Add note about changes to gstreamer-plugins and gnomehier ports.Michael Johnson2005-03-131-0/+24
* - Don't pretend these changes were made a month agoPav Lucistnik2005-02-091-1/+1
* Document changes committed in bsd.port.mk revision 1.508Kirill Ponomarev2005-02-071-0/+45
* Say hello to the linux mega patch, it consolidates our linux bits aAlexander Leidinger2005-01-011-0/+4
* Add the changes just committed.Kirill Ponomarev2004-12-101-0/+40
* Add the changes just committed.Kirill Ponomarev2004-11-191-0/+40
* 20041116:Jeremy Messenger2004-11-161-0/+6
* Since INDEX version in CVS is always too old, portmgr decided toKirill Ponomarev2004-11-131-0/+6
* Add information about GConf schema handled has been changed by use the newJeremy Messenger2004-11-101-0/+6
* Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15Ade Lovett2004-08-041-0/+8
* Err, today's the 23rd, not the 21st.Eric Anholt2004-07-241-1/+1
* Add instructions for the X.Org update to UPDATING, and make the ones in CHANGESEric Anholt2004-07-241-17/+5
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,Eric Anholt2004-07-241-0/+20
* Grammar fixes.Alex Dupre2004-07-201-5/+5
* Inform users and developers about the new PHP infrastructure.Alex Dupre2004-07-191-0/+28
* Note that OpenLDAP version 2.2 is now the default.`Oliver Eikemeier2004-07-171-0/+10
* Document the new libtool changes.Joe Marcus Clarke2004-07-101-0/+24
* Add a blurb about the new GConf schema handling style. More details areJoe Marcus Clarke2004-07-081-0/+8
* USE_SIZE author was trevor, not erwin as I mentioned.Kirill Ponomarev2004-07-061-1/+1
* Introduce new AUTHOR: line.Kirill Ponomarev2004-07-061-1/+15
* Document the user-relevant changes just committed.Kris Kennaway2004-06-101-1/+100
* Information regarding the great autotools update of July 4 2004Ade Lovett2004-06-051-0/+51
* . Add some information regarding the latest changes to bsd.java.mkGreg Lewis2004-04-201-0/+24
* Augment Trevor's GNOME instructions by linking to the GNOME porting guide.Joe Marcus Clarke2004-04-151-0/+4
* Mention USE_GNOME=gtk20 (gleaned from marcus' commits to the nogger, gringotts,Trevor Johnson2004-04-151-0/+5
* Correct the name of one of the _DEPRECATED macros.Joe Marcus Clarke2004-04-091-1/+1
* Let other porters know about the recent changes in glib20/gtk20 with regard toJoe Marcus Clarke2004-04-091-0/+16
* . Document the bsd.java.mk update.Greg Lewis2004-04-041-2/+63
* Add instructions for fixing portability issues with the new freetype2.Joe Marcus Clarke2004-03-171-0/+15
* Add detail about recent autotools changes.Ade Lovett2004-03-151-0/+12
* semi-document MASTER_SITE_SOURCEFORGE_EXTENDEDOliver Eikemeier2004-03-091-0/+9
* Reorganize the information about the ruby upgrade to 1.8 on i386.Akinori MUSHA2004-03-031-34/+2
* Add notes about ruby's major upgrade to 1.8 on the i386 platform.Akinori MUSHA2004-03-031-0/+44
* Mozilla will now default to using GTK2, and will only compileAdam Weinberger2004-02-181-0/+34
* Add the latest round of bsd.*.mk changes.Joe Marcus Clarke2004-02-041-0/+152
* Replace spaces by tabErwin Lansing2004-02-011-1/+1
* Add entry about USE_SIZEErwin Lansing2004-01-291-0/+9