diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-07-29 02:48:26 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-07-29 02:48:26 +0000 |
commit | c8f8bcdfe0eaf5dd53e7cc8a0a4ddaf5a491d63c (patch) | |
tree | b1a92ddd05eac2a4695b80f7d29d20bd96292a9d /graphics | |
parent | - Update to 1.2.3 (diff) |
- Added post-extract on Makefiles.units. It remove the svn directories from
some fpc ports.
- Added PORTREVISION for each port
- Fixed pkg-plist on fpc-gtk2 and fpc-gtk ports
- Fixed the gtk, glib and gdk libraries linking for fpc-gtk
- Removed obsolete patches from fpc-gtk. Now it's using ${REINPLACE_CMD}
- Removed post-extract from fpc-fcl. I just added it to makefiles.units file
Approved by: garga (mentor)
Notes
Notes:
svn path=/head/; revision=169024
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/fpc-fpgtk/Makefile | 1 | ||||
-rw-r--r-- | graphics/fpc-ggi/Makefile | 1 | ||||
-rw-r--r-- | graphics/fpc-imlib/Makefile | 1 | ||||
-rw-r--r-- | graphics/fpc-libgd/Makefile | 1 | ||||
-rw-r--r-- | graphics/fpc-libpng/Makefile | 1 | ||||
-rw-r--r-- | graphics/fpc-ncurses/Makefile | 1 | ||||
-rw-r--r-- | graphics/fpc-opengl/Makefile | 1 | ||||
-rw-r--r-- | graphics/fpc-pasjpeg/Makefile | 1 | ||||
-rw-r--r-- | graphics/fpc-svgalib/Makefile | 1 |
9 files changed, 9 insertions, 0 deletions
diff --git a/graphics/fpc-fpgtk/Makefile b/graphics/fpc-fpgtk/Makefile index 5b864c59d19c..d26fc513b8e3 100644 --- a/graphics/fpc-fpgtk/Makefile +++ b/graphics/fpc-fpgtk/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTREVISION= 1 CATEGORIES= graphics lang PKGNAMESUFFIX= -fpgtk diff --git a/graphics/fpc-ggi/Makefile b/graphics/fpc-ggi/Makefile index c39d82ca8c3d..653a47a4683a 100644 --- a/graphics/fpc-ggi/Makefile +++ b/graphics/fpc-ggi/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTREVISION= 1 CATEGORIES= graphics lang PKGNAMESUFFIX= -ggi diff --git a/graphics/fpc-imlib/Makefile b/graphics/fpc-imlib/Makefile index 979b5d303238..6161500694b8 100644 --- a/graphics/fpc-imlib/Makefile +++ b/graphics/fpc-imlib/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTREVISION= 1 CATEGORIES= graphics lang PKGNAMESUFFIX= -imlib diff --git a/graphics/fpc-libgd/Makefile b/graphics/fpc-libgd/Makefile index 58bb8a77cde6..43ff518ca2bf 100644 --- a/graphics/fpc-libgd/Makefile +++ b/graphics/fpc-libgd/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTREVISION= 1 CATEGORIES= graphics lang PKGNAMESUFFIX= -libgd diff --git a/graphics/fpc-libpng/Makefile b/graphics/fpc-libpng/Makefile index 33d3bd2d48db..814c0c0fb6a1 100644 --- a/graphics/fpc-libpng/Makefile +++ b/graphics/fpc-libpng/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTREVISION= 1 CATEGORIES= graphics lang PKGNAMESUFFIX= -libpng diff --git a/graphics/fpc-ncurses/Makefile b/graphics/fpc-ncurses/Makefile index 2420eb523816..61726f92ee24 100644 --- a/graphics/fpc-ncurses/Makefile +++ b/graphics/fpc-ncurses/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTREVISION= 1 CATEGORIES= graphics lang PKGNAMESUFFIX= -ncurses diff --git a/graphics/fpc-opengl/Makefile b/graphics/fpc-opengl/Makefile index ad3235894d91..16da950ca73a 100644 --- a/graphics/fpc-opengl/Makefile +++ b/graphics/fpc-opengl/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTREVISION= 1 CATEGORIES= graphics lang PKGNAMESUFFIX= -opengl diff --git a/graphics/fpc-pasjpeg/Makefile b/graphics/fpc-pasjpeg/Makefile index c5f1c14843bb..c5832cb2510e 100644 --- a/graphics/fpc-pasjpeg/Makefile +++ b/graphics/fpc-pasjpeg/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTREVISION= 1 CATEGORIES= graphics lang PKGNAMESUFFIX= -pasjpeg diff --git a/graphics/fpc-svgalib/Makefile b/graphics/fpc-svgalib/Makefile index 98ee7ee73746..0898e8e0a1c4 100644 --- a/graphics/fpc-svgalib/Makefile +++ b/graphics/fpc-svgalib/Makefile @@ -5,6 +5,7 @@ # $FreeBSD$ # +PORTREVISION= 1 CATEGORIES= graphics lang PKGNAMESUFFIX= -svgalib |