diff options
author | mnag <mnag@FreeBSD.org> | 2006-01-27 09:24:41 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-01-27 09:24:41 +0800 |
commit | c03652fb8bda4ede5512a911a8a9254bcb830586 (patch) | |
tree | 1f83bfa177595117cc0cd6b63d8423e8d43704f9 /misc/ossp-uuid/Makefile | |
parent | e48dbae6c8e945ca5d6c9fafe7362b850f98261d (diff) | |
download | freebsd-ports-gnome-c03652fb8bda4ede5512a911a8a9254bcb830586.tar.gz freebsd-ports-gnome-c03652fb8bda4ede5512a911a8a9254bcb830586.tar.zst freebsd-ports-gnome-c03652fb8bda4ede5512a911a8a9254bcb830586.zip |
* audio/marlin, devel/upnp, devel/upnp104
Update dependency to misc/e2fsprogs-libuuid
Bump PORTREVISION
* misc/e2fsprogs-libuuid
Add new port:
UUID library from the e2fsprogs package
* misc/Makefile
Add entry to misc/e2fsprogs-libuuid
* misc/ossp-uuid
Add CONFLICTS to misc/e2fsprogs-libuuid
* sysutils/e2fsprogs
Change to a master port
Remove conflict with misc/ossp-uuid
Remove uuid part
Bump PORTREVISION
PR: 92356
Submitted by: Matthias Andree <matthias.andree@gmx.de>
Diffstat (limited to 'misc/ossp-uuid/Makefile')
-rw-r--r-- | misc/ossp-uuid/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/ossp-uuid/Makefile b/misc/ossp-uuid/Makefile index 881d114b34e6..f2d4368f7b63 100644 --- a/misc/ossp-uuid/Makefile +++ b/misc/ossp-uuid/Makefile @@ -15,9 +15,8 @@ PKGNAMEPREFIX= ossp- MAINTAINER= mnag@FreeBSD.org COMMENT= ISO-C & Perl API and CLI for generating Universally Unique Identifiers -CONFLICTS= e2fsprogs-[0-9]* +CONFLICTS= e2fsprogs-libuuid-[0-9]* -USE_REINPLACE= yes USE_GCC= 3.2+ USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes |