diff options
author | netchild <netchild@FreeBSD.org> | 2005-06-26 18:06:21 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2005-06-26 18:06:21 +0800 |
commit | b45310d671ca773081a8290af0c4b65eb7c8ce19 (patch) | |
tree | de1bd6b64f4908b7e6810a2dd90084a62e74e7de /cad/linux-gid | |
parent | 042f25e707eb4e49cef8b2869741906559664a0b (diff) | |
download | freebsd-ports-gnome-b45310d671ca773081a8290af0c4b65eb7c8ce19.tar.gz freebsd-ports-gnome-b45310d671ca773081a8290af0c4b65eb7c8ce19.tar.zst freebsd-ports-gnome-b45310d671ca773081a8290af0c4b65eb7c8ce19.zip |
The tochnog port installs some plugins into a directory which is owned by
the the cad/linux-gid port, but it doesn't adds a dependency to linux-gid,
since tochnog can be used standalone.
The right thing to do would be to add a slave port which installs the
plugins only. The slave port would have to depend upon linux-gid and
tochnog.
Since the linux-gid port installs now in X11BASE and tochnog installs in
LOCALBASE, we have a plist problem ATM too.
In light of the recent discussion about the right base directory for ports
which use X11 bits I decided to go the quick route until everything is
decided:
- move linux-gid back to LOCALBASE
- let tochnog still install the plugins
This reverts back to the status quo (a working tochnog/linux-gid). Someone
with a good asbestos suite may want to mark the tochnog port BROKEN.
Dependencies explained by: pfgshield-freebsd@yahoo.com
Diffstat (limited to 'cad/linux-gid')
-rw-r--r-- | cad/linux-gid/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/linux-gid/Makefile b/cad/linux-gid/Makefile index 94d219d139e5..bbacc3139bbc 100644 --- a/cad/linux-gid/Makefile +++ b/cad/linux-gid/Makefile @@ -7,6 +7,7 @@ PORTNAME= gid PORTVERSION= 7.4.9b +PORTREVISION= 1 CATEGORIES= cad linux MASTER_SITES= ftp://gid.cimne.upc.es/pub/gid_adds/Linux/Old/ PKGNAMEPREFIX= linux- @@ -19,7 +20,7 @@ CONFLICTS= id-utils-[0-9]* coreutils-[0-9]* ONLY_FOR_ARCHS= amd64 i386 USE_LINUX= yes -USE_X_PREFIX= yes +#USE_X_PREFIX= yes USE_REINPLACE= yes REINPLACE_ARGS= -i "" NO_WRKSUBDIR= yes |